.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-55c31761-b1fe-4139-b562-617b96ded0a1 {
  min-height: 50px;
}








#s-55c31761-b1fe-4139-b562-617b96ded0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55c31761-b1fe-4139-b562-617b96ded0a1.shg-box.shg-c {
  justify-content: center;
}

#s-2171ceac-a704-4031-8e39-c1f5959d172f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}

#s-2171ceac-a704-4031-8e39-c1f5959d172f {
  background-image: url(https://i.shgcdn.com/31ab0879-92d0-4f95-98cf-151a903d1fe5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2171ceac-a704-4031-8e39-c1f5959d172f > .shg-box-overlay {
  background-color: rgba(53, 53, 53, 1);
  opacity: 0.7;
  display: block;
}#s-2171ceac-a704-4031-8e39-c1f5959d172f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2 {
  padding-top: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2 {
  display: none;
}
#s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2, #wrap-s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2, #wrap-content-s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2 { display: none !important; }}







#s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7eda4ca2-ef2c-48ea-bf21-4a6e389848d2.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #444444;
  font-family: "MuseoSans-500";
  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-80510678-5902-4cbc-8fba-5df961877acd {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
max-width: 1199px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80510678-5902-4cbc-8fba-5df961877acd {
  margin-top: 6px;
margin-bottom: 6px;
}
}@media (max-width: 767px){#s-80510678-5902-4cbc-8fba-5df961877acd {
  margin-bottom: 20px;
}
}
#s-80510678-5902-4cbc-8fba-5df961877acd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.45em;
  
  
}


#s-80510678-5902-4cbc-8fba-5df961877acd .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-fce0c9df-f517-4bf1-ae8e-d171dd984fd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
max-width: 1169px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fce0c9df-f517-4bf1-ae8e-d171dd984fd6 {
  margin-top: 20px;
}
}
#s-fce0c9df-f517-4bf1-ae8e-d171dd984fd6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


#s-fce0c9df-f517-4bf1-ae8e-d171dd984fd6 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}









#s-ce3a4981-0d7c-4059-a442-8724f0f9ec33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce3a4981-0d7c-4059-a442-8724f0f9ec33.shg-box.shg-c {
  justify-content: center;
}

#s-d04f4882-6de4-4361-99dc-8d8139a85ed2 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-d04f4882-6de4-4361-99dc-8d8139a85ed2 {
  display: none;
}
#s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-content-s-d04f4882-6de4-4361-99dc-8d8139a85ed2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d04f4882-6de4-4361-99dc-8d8139a85ed2 {
  display: none;
}
#s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-content-s-d04f4882-6de4-4361-99dc-8d8139a85ed2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d04f4882-6de4-4361-99dc-8d8139a85ed2 {
  display: none;
}
#s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-s-d04f4882-6de4-4361-99dc-8d8139a85ed2, #wrap-content-s-d04f4882-6de4-4361-99dc-8d8139a85ed2 { display: none !important; }}







#s-d04f4882-6de4-4361-99dc-8d8139a85ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d04f4882-6de4-4361-99dc-8d8139a85ed2.shg-box.shg-c {
  justify-content: center;
}

#s-930485c6-f0ae-4a31-a56f-506bd4399c13 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 11%;
padding-right: 11%;
max-width: 1199px;
text-align: center;
}
@media (min-width: 1200px){#s-930485c6-f0ae-4a31-a56f-506bd4399c13 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-930485c6-f0ae-4a31-a56f-506bd4399c13 {
  margin-top: 6px;
margin-bottom: 6px;
}
}@media (max-width: 767px){#s-930485c6-f0ae-4a31-a56f-506bd4399c13 {
  margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-930485c6-f0ae-4a31-a56f-506bd4399c13 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.45em;
  
  
}


#s-930485c6-f0ae-4a31-a56f-506bd4399c13 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-f0a6f3b8-161b-4d3b-97d7-63c3273e2d66 {
  min-height: 50px;
}








#s-f0a6f3b8-161b-4d3b-97d7-63c3273e2d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0a6f3b8-161b-4d3b-97d7-63c3273e2d66.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-2e492c7a-d733-4b86-8912-64e7db5b9de3 {
  padding-top: 20px;
padding-left: 45%;
padding-bottom: 40px;
padding-right: 45%;
}
@media (max-width: 767px){#s-2e492c7a-d733-4b86-8912-64e7db5b9de3 {
  padding-left: 28%;
padding-right: 28%;
}
}
#s-2e492c7a-d733-4b86-8912-64e7db5b9de3 hr {
  border-top: 1px solid #ddd;
}

#s-96372d88-5ee8-4c31-bdcc-ab148541b814 {
  margin-top: 20px;
padding-left: 2%;
padding-bottom: 40px;
padding-right: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-96372d88-5ee8-4c31-bdcc-ab148541b814 {
  display: none;
}
#s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-content-s-96372d88-5ee8-4c31-bdcc-ab148541b814 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96372d88-5ee8-4c31-bdcc-ab148541b814 {
  display: none;
}
#s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-content-s-96372d88-5ee8-4c31-bdcc-ab148541b814 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96372d88-5ee8-4c31-bdcc-ab148541b814 {
  display: none;
}
#s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-s-96372d88-5ee8-4c31-bdcc-ab148541b814, #wrap-content-s-96372d88-5ee8-4c31-bdcc-ab148541b814 { display: none !important; }}
#s-96372d88-5ee8-4c31-bdcc-ab148541b814 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.46em;
  
  
}



#s-dffbf80b-cd1c-4dde-8e5d-a2d615e6c443 {
  min-height: 50px;
}








#s-dffbf80b-cd1c-4dde-8e5d-a2d615e6c443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dffbf80b-cd1c-4dde-8e5d-a2d615e6c443.shg-box.shg-c {
  justify-content: center;
}

#s-b4bc74dc-4ac7-4013-9368-ef67c0519b8c {
  min-height: 50px;
}








#s-b4bc74dc-4ac7-4013-9368-ef67c0519b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4bc74dc-4ac7-4013-9368-ef67c0519b8c.shg-box.shg-c {
  justify-content: center;
}

#s-ded0cc50-0173-43dd-bb7d-b6a0314a76c0 {
  text-align: left;
}

#s-9f706868-716e-456e-bd6b-73ceffb9ed2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1380px;
}








#s-9f706868-716e-456e-bd6b-73ceffb9ed2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f706868-716e-456e-bd6b-73ceffb9ed2d.shg-box.shg-c {
  justify-content: center;
}

#s-52b1788c-e051-44bd-86bf-11625d83fbcd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1380px;
}
@media (min-width: 1200px){#s-52b1788c-e051-44bd-86bf-11625d83fbcd {
  margin-top: 0px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52b1788c-e051-44bd-86bf-11625d83fbcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52b1788c-e051-44bd-86bf-11625d83fbcd {
  
}
}@media (max-width: 767px){#s-52b1788c-e051-44bd-86bf-11625d83fbcd {
  
}
}







#s-52b1788c-e051-44bd-86bf-11625d83fbcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52b1788c-e051-44bd-86bf-11625d83fbcd.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}
@media (min-width: 1200px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  display: none;
}
#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-content-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  display: none;
}
#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-content-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  display: none;
}
#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d, #wrap-content-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d { display: none !important; }}@media (max-width: 767px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin-top: 0px;
margin-bottom: 30px;
}
}
#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-56e707e7-c8ad-45ff-99fc-405ee0290c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d img.shogun-image {
  width: 100%;
  
  
  max-width: 450px;

      
    max-width: 450px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56e707e7-c8ad-45ff-99fc-405ee0290c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin-left: auto;
margin-right: auto;
max-width: 430px;
text-align: center;
}
@media (min-width: 1200px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  display: none;
}
#s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-content-s-36cb9d57-c639-40d5-b843-f7a76e4b032b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  display: none;
}
#s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-content-s-36cb9d57-c639-40d5-b843-f7a76e4b032b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  display: none;
}
#s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-s-36cb9d57-c639-40d5-b843-f7a76e4b032b, #wrap-content-s-36cb9d57-c639-40d5-b843-f7a76e4b032b { display: none !important; }}@media (max-width: 767px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin-top: 0px;
margin-bottom: 30px;
}
}
#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b img.shogun-image {
  width: 100%;
  
  
  max-width: 430px;

      
    max-width: 430px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b img.shogun-image {
  width: 100%;
  
  
  max-width: 430px;

      
    max-width: 430px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b img.shogun-image {
  width: 100%;
  
  
  max-width: 430px;

      
    max-width: 430px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b img.shogun-image {
  width: 100%;
  
  
  max-width: 430px;

      
    max-width: 430px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-36cb9d57-c639-40d5-b843-f7a76e4b032b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b img.shogun-image {
  width: 100%;
  
  
  max-width: 430px;

      
    max-width: 430px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-36cb9d57-c639-40d5-b843-f7a76e4b032b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36cb9d57-c639-40d5-b843-f7a76e4b032b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin-left: auto;
margin-right: auto;
max-width: 1535px;
text-align: center;
}
@media (max-width: 767px){#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  display: none;
}
#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9, #wrap-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9, #wrap-content-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 { display: none !important; }}
#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0f11856-0672-4e9f-8c5d-bf02d1a24ee9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 1535px;
text-align: center;
}
@media (max-width: 767px){#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  display: none;
}
#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4, #wrap-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4, #wrap-content-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 { display: none !important; }}
#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1535px;

      
    max-width: 1535px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cd1c355-41df-4447-b5ce-eae4cf49b8a4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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: #444444;
  font-family: "MuseoSans-500";
  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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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: #444444;
  font-family: "MuseoSans-500";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #333333;
  font-family: "MuseoSans-300";
  font-weight: 400;
}

@media (max-width: 767px){#s-4f50d807-77ac-4a14-b2fb-2dba7476ebf8 {
  display: none;
}
#s-4f50d807-77ac-4a14-b2fb-2dba7476ebf8, #wrap-s-4f50d807-77ac-4a14-b2fb-2dba7476ebf8, #wrap-content-s-4f50d807-77ac-4a14-b2fb-2dba7476ebf8 { display: none !important; }}
#s-a58a5d47-fbcc-40d1-b9f3-e06451f1dc2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1365px;
}
@media (max-width: 767px){#s-a58a5d47-fbcc-40d1-b9f3-e06451f1dc2e {
  margin-top: 0px;
}
}







#s-a58a5d47-fbcc-40d1-b9f3-e06451f1dc2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a58a5d47-fbcc-40d1-b9f3-e06451f1dc2e.shg-box.shg-c {
  justify-content: center;
}

#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 1199px;
text-align: center;
}
@media (min-width: 1200px){#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 {
  padding-bottom: 20px;
display: none;
}
#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-content-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 {
  padding-left: 16%;
padding-right: 16%;
display: none;
}
#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-content-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 {
  margin-top: 6px;
margin-bottom: 6px;
padding-left: 7%;
padding-right: 7%;
display: none;
}
#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4, #wrap-content-s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 { display: none !important; }}@media (max-width: 767px){#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
}
}
#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.45em;
  
  
}


#s-0ac9a94f-2e9e-41b7-a3bc-a152150904d4 .shogun-heading-component h1 a {
  color: rgba(59, 59, 59, 1);
}


#s-44ab06f3-eb8b-4997-b022-b237903fc586 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-44ab06f3-eb8b-4997-b022-b237903fc586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44ab06f3-eb8b-4997-b022-b237903fc586.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-1f13803b-e5ac-43d6-8618-fdc268d08e60 {
  margin-bottom: 20px;
padding-left: 1%;
padding-right: 1%;
}
@media (max-width: 767px){#s-1f13803b-e5ac-43d6-8618-fdc268d08e60 {
  margin-bottom: -1px;
padding-left: 3%;
padding-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-1f13803b-e5ac-43d6-8618-fdc268d08e60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-1f13803b-e5ac-43d6-8618-fdc268d08e60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 992px) {
[id="s-1f13803b-e5ac-43d6-8618-fdc268d08e60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-1f13803b-e5ac-43d6-8618-fdc268d08e60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

#s-1765f594-2ebf-4140-9856-bc634dfd708c {
  min-height: 50px;
}








#s-1765f594-2ebf-4140-9856-bc634dfd708c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1765f594-2ebf-4140-9856-bc634dfd708c {
  cursor: pointer;
}#s-1765f594-2ebf-4140-9856-bc634dfd708c.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  margin: 0 !important;
  overflow: visible;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d-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-7402457f-b830-4015-8503-2eb00ea4f16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7402457f-b830-4015-8503-2eb00ea4f16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add background color handling */
  
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
  box-sizing: border-box;
}



.s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7402457f-b830-4015-8503-2eb00ea4f16d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
      position: relative;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  margin: 0 !important;
  overflow: visible;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d-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-7402457f-b830-4015-8503-2eb00ea4f16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7402457f-b830-4015-8503-2eb00ea4f16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add background color handling */
  
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
  box-sizing: border-box;
}



.s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7402457f-b830-4015-8503-2eb00ea4f16d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
      position: relative;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  margin: 0 !important;
  overflow: visible;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d-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-7402457f-b830-4015-8503-2eb00ea4f16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7402457f-b830-4015-8503-2eb00ea4f16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add background color handling */
  
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
  box-sizing: border-box;
}



.s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7402457f-b830-4015-8503-2eb00ea4f16d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
      position: relative;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  margin: 0 !important;
  overflow: visible;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d-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-7402457f-b830-4015-8503-2eb00ea4f16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7402457f-b830-4015-8503-2eb00ea4f16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add background color handling */
  
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
  box-sizing: border-box;
}



.s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7402457f-b830-4015-8503-2eb00ea4f16d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
      position: relative;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-7402457f-b830-4015-8503-2eb00ea4f16d {
  margin: 0 !important;
  overflow: visible;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d-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-7402457f-b830-4015-8503-2eb00ea4f16d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7402457f-b830-4015-8503-2eb00ea4f16d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add background color handling */
  
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7402457f-b830-4015-8503-2eb00ea4f16d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-7402457f-b830-4015-8503-2eb00ea4f16d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image {
  box-sizing: border-box;
}



.s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7402457f-b830-4015-8503-2eb00ea4f16d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container {
      position: relative;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7402457f-b830-4015-8503-2eb00ea4f16d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-e4924552-c197-459e-9af3-94e4c059f8c2 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-e4924552-c197-459e-9af3-94e4c059f8c2 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-e4924552-c197-459e-9af3-94e4c059f8c2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-497f32fe-b8e6-4231-b9f1-36d6f062b965 {
  min-height: 50px;
}








#s-497f32fe-b8e6-4231-b9f1-36d6f062b965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-497f32fe-b8e6-4231-b9f1-36d6f062b965 {
  cursor: pointer;
}#s-497f32fe-b8e6-4231-b9f1-36d6f062b965.shg-box.shg-c {
  justify-content: center;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64-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-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
  box-sizing: border-box;
}



.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
      position: relative;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64-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-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
  box-sizing: border-box;
}



.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
      position: relative;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64-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-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
  box-sizing: border-box;
}



.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
      position: relative;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64-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-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
  box-sizing: border-box;
}



.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
      position: relative;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  margin: 0 !important;
  overflow: visible;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64-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-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add background color handling */
  
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image {
  box-sizing: border-box;
}



.s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container {
      position: relative;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-633ea949-1d1d-4918-b6d5-1a38367a7f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-25bb8da5-f7e3-4f63-9ddd-cf3779f58f4c {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-25bb8da5-f7e3-4f63-9ddd-cf3779f58f4c {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-25bb8da5-f7e3-4f63-9ddd-cf3779f58f4c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-31e4ec21-da3d-47f6-9b94-853fc78dd2fe {
  min-height: 50px;
}








#s-31e4ec21-da3d-47f6-9b94-853fc78dd2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31e4ec21-da3d-47f6-9b94-853fc78dd2fe {
  cursor: pointer;
}#s-31e4ec21-da3d-47f6-9b94-853fc78dd2fe.shg-box.shg-c {
  justify-content: center;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d-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-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
  box-sizing: border-box;
}



.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
      position: relative;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d-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-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
  box-sizing: border-box;
}



.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
      position: relative;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d-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-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
  box-sizing: border-box;
}



.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
      position: relative;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d-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-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
  box-sizing: border-box;
}



.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
      position: relative;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  margin: 0 !important;
  overflow: visible;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d-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-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add background color handling */
  
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image {
  box-sizing: border-box;
}



.s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container {
      position: relative;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f8ec86-3b1b-4eae-af06-c36a4bb2eb0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-0927b049-1116-4dc1-b9e1-fe9bf2508ebc {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-0927b049-1116-4dc1-b9e1-fe9bf2508ebc {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-0927b049-1116-4dc1-b9e1-fe9bf2508ebc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-02ff2301-da11-4018-8672-e4ccd383a329 {
  min-height: 50px;
}








#s-02ff2301-da11-4018-8672-e4ccd383a329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02ff2301-da11-4018-8672-e4ccd383a329 {
  cursor: pointer;
}#s-02ff2301-da11-4018-8672-e4ccd383a329.shg-box.shg-c {
  justify-content: center;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  margin: 0 !important;
  overflow: visible;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff-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-88537f0b-2de4-442c-a380-f66e83def0ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88537f0b-2de4-442c-a380-f66e83def0ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add background color handling */
  
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
  box-sizing: border-box;
}



.s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88537f0b-2de4-442c-a380-f66e83def0ff {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
      position: relative;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  margin: 0 !important;
  overflow: visible;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff-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-88537f0b-2de4-442c-a380-f66e83def0ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88537f0b-2de4-442c-a380-f66e83def0ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add background color handling */
  
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
  box-sizing: border-box;
}



.s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88537f0b-2de4-442c-a380-f66e83def0ff {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
      position: relative;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  margin: 0 !important;
  overflow: visible;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff-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-88537f0b-2de4-442c-a380-f66e83def0ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88537f0b-2de4-442c-a380-f66e83def0ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add background color handling */
  
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
  box-sizing: border-box;
}



.s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88537f0b-2de4-442c-a380-f66e83def0ff {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
      position: relative;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  margin: 0 !important;
  overflow: visible;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff-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-88537f0b-2de4-442c-a380-f66e83def0ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88537f0b-2de4-442c-a380-f66e83def0ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add background color handling */
  
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
  box-sizing: border-box;
}



.s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88537f0b-2de4-442c-a380-f66e83def0ff {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
      position: relative;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-88537f0b-2de4-442c-a380-f66e83def0ff {
  margin: 0 !important;
  overflow: visible;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff-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-88537f0b-2de4-442c-a380-f66e83def0ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88537f0b-2de4-442c-a380-f66e83def0ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add background color handling */
  
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88537f0b-2de4-442c-a380-f66e83def0ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-88537f0b-2de4-442c-a380-f66e83def0ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image {
  box-sizing: border-box;
}



.s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88537f0b-2de4-442c-a380-f66e83def0ff {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container {
      position: relative;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88537f0b-2de4-442c-a380-f66e83def0ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-c2a8b431-9162-404a-a60b-18e836a5f6a5 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-c2a8b431-9162-404a-a60b-18e836a5f6a5 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-c2a8b431-9162-404a-a60b-18e836a5f6a5 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b48ead5a-8a7b-4c47-be7e-1a9087ea0a05 {
  min-height: 50px;
}








#s-b48ead5a-8a7b-4c47-be7e-1a9087ea0a05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b48ead5a-8a7b-4c47-be7e-1a9087ea0a05 {
  cursor: pointer;
}#s-b48ead5a-8a7b-4c47-be7e-1a9087ea0a05.shg-box.shg-c {
  justify-content: center;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25-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-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
  box-sizing: border-box;
}



.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
      position: relative;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25-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-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
  box-sizing: border-box;
}



.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
      position: relative;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25-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-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
  box-sizing: border-box;
}



.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
      position: relative;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25-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-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
  box-sizing: border-box;
}



.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
      position: relative;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25-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-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image {
  box-sizing: border-box;
}



.s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container {
      position: relative;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cdf10f2-e908-45d6-b04f-ec9468cb5a25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-c802d42e-3b1e-4ab5-b820-6f1318fa0180 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-c802d42e-3b1e-4ab5-b820-6f1318fa0180 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-c802d42e-3b1e-4ab5-b820-6f1318fa0180 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1862f757-6cf8-495b-9ef7-458196fd7e56 {
  min-height: 50px;
}








#s-1862f757-6cf8-495b-9ef7-458196fd7e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1862f757-6cf8-495b-9ef7-458196fd7e56 {
  cursor: pointer;
}#s-1862f757-6cf8-495b-9ef7-458196fd7e56.shg-box.shg-c {
  justify-content: center;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256-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-6bae8344-74be-4a6c-8869-0700ada86256 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bae8344-74be-4a6c-8869-0700ada86256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
  box-sizing: border-box;
}



.s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bae8344-74be-4a6c-8869-0700ada86256 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
      position: relative;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256-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-6bae8344-74be-4a6c-8869-0700ada86256 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bae8344-74be-4a6c-8869-0700ada86256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
  box-sizing: border-box;
}



.s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bae8344-74be-4a6c-8869-0700ada86256 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
      position: relative;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256-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-6bae8344-74be-4a6c-8869-0700ada86256 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bae8344-74be-4a6c-8869-0700ada86256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
  box-sizing: border-box;
}



.s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bae8344-74be-4a6c-8869-0700ada86256 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
      position: relative;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256-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-6bae8344-74be-4a6c-8869-0700ada86256 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bae8344-74be-4a6c-8869-0700ada86256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
  box-sizing: border-box;
}



.s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bae8344-74be-4a6c-8869-0700ada86256 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
      position: relative;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-6bae8344-74be-4a6c-8869-0700ada86256 {
  margin: 0 !important;
  overflow: visible;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256-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-6bae8344-74be-4a6c-8869-0700ada86256 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6bae8344-74be-4a6c-8869-0700ada86256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add background color handling */
  
}

#s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bae8344-74be-4a6c-8869-0700ada86256 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-6bae8344-74be-4a6c-8869-0700ada86256 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image {
  box-sizing: border-box;
}



.s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6bae8344-74be-4a6c-8869-0700ada86256 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container {
      position: relative;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bae8344-74be-4a6c-8869-0700ada86256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-cbb961a3-b2e3-4a1e-9fbd-dcfc0bbf225f {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-cbb961a3-b2e3-4a1e-9fbd-dcfc0bbf225f {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-cbb961a3-b2e3-4a1e-9fbd-dcfc0bbf225f .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a1f544ef-2ee2-43b4-b573-27b9e40229f9 {
  margin-left: 9%;
margin-right: 9%;
}
@media (max-width: 767px){#s-a1f544ef-2ee2-43b4-b573-27b9e40229f9 {
  margin-left: 1%;
margin-right: 1%;
padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-a1f544ef-2ee2-43b4-b573-27b9e40229f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-a1f544ef-2ee2-43b4-b573-27b9e40229f9"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 13.6px);
}

}

@media (min-width: 992px) {
[id="s-a1f544ef-2ee2-43b4-b573-27b9e40229f9"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 13.6px);
}

}

@media (min-width: 1200px) {
[id="s-a1f544ef-2ee2-43b4-b573-27b9e40229f9"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 13.6px);
}

}

#s-0b0c8332-dadb-4012-8926-9b205e3bc933 {
  min-height: 50px;
}








#s-0b0c8332-dadb-4012-8926-9b205e3bc933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b0c8332-dadb-4012-8926-9b205e3bc933 {
  cursor: pointer;
}#s-0b0c8332-dadb-4012-8926-9b205e3bc933.shg-box.shg-c {
  justify-content: center;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c-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-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
  box-sizing: border-box;
}



.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
      position: relative;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c-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-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
  box-sizing: border-box;
}



.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
      position: relative;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c-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-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
  box-sizing: border-box;
}



.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
      position: relative;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c-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-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
  box-sizing: border-box;
}



.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
      position: relative;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  margin: 0 !important;
  overflow: visible;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c-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-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add background color handling */
  
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image {
  box-sizing: border-box;
}



.s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container {
      position: relative;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10ca2a7d-b606-4fc2-9980-e37e6b172d8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-68c21eda-44d4-45c7-8536-be8b09c54735 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-68c21eda-44d4-45c7-8536-be8b09c54735 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-68c21eda-44d4-45c7-8536-be8b09c54735 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-39e845d1-54c3-4b8b-a706-632efa3c7427 {
  min-height: 50px;
}








#s-39e845d1-54c3-4b8b-a706-632efa3c7427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39e845d1-54c3-4b8b-a706-632efa3c7427 {
  cursor: pointer;
}#s-39e845d1-54c3-4b8b-a706-632efa3c7427.shg-box.shg-c {
  justify-content: center;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  max-width: 364px;
aspect-ratio: 800/475;
text-align: center;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9-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-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }

    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-link {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
  box-sizing: border-box;
}



.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
      --shg-aspect-ratio: calc(800/475); 
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
      position: relative;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9-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-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }

    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-link {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
  box-sizing: border-box;
}



.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
      --shg-aspect-ratio: calc(800/475); 
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
      position: relative;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9-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-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }

    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-link {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
  box-sizing: border-box;
}



.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
      --shg-aspect-ratio: calc(800/475); 
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
      position: relative;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9-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-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }

    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-link {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
  box-sizing: border-box;
}



.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
      --shg-aspect-ratio: calc(800/475); 
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
      position: relative;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9-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-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }

    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-link {
      aspect-ratio: 800/475;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image {
  box-sizing: border-box;
}



.s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 {
      --shg-aspect-ratio: calc(800/475); 
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container {
      position: relative;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-416cf3db-79f7-4609-a89b-dfddd5b47fc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-6f2ba63c-5f8d-4708-a26b-0937c6fd30d1 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-6f2ba63c-5f8d-4708-a26b-0937c6fd30d1 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-6f2ba63c-5f8d-4708-a26b-0937c6fd30d1 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2354cc8b-396d-43e0-9d7a-00984e0370bf {
  min-height: 50px;
}








#s-2354cc8b-396d-43e0-9d7a-00984e0370bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2354cc8b-396d-43e0-9d7a-00984e0370bf {
  cursor: pointer;
}#s-2354cc8b-396d-43e0-9d7a-00984e0370bf.shg-box.shg-c {
  justify-content: center;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  margin: 0 !important;
  overflow: visible;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba-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-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add background color handling */
  
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
  box-sizing: border-box;
}



.s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
      position: relative;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  margin: 0 !important;
  overflow: visible;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba-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-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add background color handling */
  
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
  box-sizing: border-box;
}



.s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
      position: relative;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  margin: 0 !important;
  overflow: visible;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba-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-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add background color handling */
  
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
  box-sizing: border-box;
}



.s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
      position: relative;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  margin: 0 !important;
  overflow: visible;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba-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-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add background color handling */
  
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
  box-sizing: border-box;
}



.s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
      position: relative;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  margin: 0 !important;
  overflow: visible;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba-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-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add background color handling */
  
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-86a63e82-005b-4a83-b41e-f5979b5a96ba .shogun-image-content {
  
    justify-content: center;
  
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image {
  box-sizing: border-box;
}



.s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container {
      position: relative;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86a63e82-005b-4a83-b41e-f5979b5a96ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-e3d3be18-56d2-4e42-86b5-8cc53a821b90 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-e3d3be18-56d2-4e42-86b5-8cc53a821b90 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-e3d3be18-56d2-4e42-86b5-8cc53a821b90 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ec74062a-49e7-412b-9340-bba39c3f4195 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec74062a-49e7-412b-9340-bba39c3f4195 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ec74062a-49e7-412b-9340-bba39c3f4195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec74062a-49e7-412b-9340-bba39c3f4195 {
  cursor: pointer;
}#s-ec74062a-49e7-412b-9340-bba39c3f4195.shg-box.shg-c {
  justify-content: center;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6-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-78011747-9468-4657-a741-ce03bd0db1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78011747-9468-4657-a741-ce03bd0db1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add background color handling */
  background: rgba(219, 219, 219, 1);
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
  box-sizing: border-box;
}



.s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78011747-9468-4657-a741-ce03bd0db1b6 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
      position: relative;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6-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-78011747-9468-4657-a741-ce03bd0db1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78011747-9468-4657-a741-ce03bd0db1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
  box-sizing: border-box;
}



.s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78011747-9468-4657-a741-ce03bd0db1b6 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
      position: relative;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6-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-78011747-9468-4657-a741-ce03bd0db1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78011747-9468-4657-a741-ce03bd0db1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
  box-sizing: border-box;
}



.s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78011747-9468-4657-a741-ce03bd0db1b6 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
      position: relative;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6-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-78011747-9468-4657-a741-ce03bd0db1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78011747-9468-4657-a741-ce03bd0db1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
  box-sizing: border-box;
}



.s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78011747-9468-4657-a741-ce03bd0db1b6 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
      position: relative;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-78011747-9468-4657-a741-ce03bd0db1b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6-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-78011747-9468-4657-a741-ce03bd0db1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-78011747-9468-4657-a741-ce03bd0db1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78011747-9468-4657-a741-ce03bd0db1b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-78011747-9468-4657-a741-ce03bd0db1b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image {
  box-sizing: border-box;
}



.s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-78011747-9468-4657-a741-ce03bd0db1b6 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container {
      position: relative;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78011747-9468-4657-a741-ce03bd0db1b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-77295caf-6281-4c54-aefe-0d2ae6d47d8a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-77295caf-6281-4c54-aefe-0d2ae6d47d8a {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-77295caf-6281-4c54-aefe-0d2ae6d47d8a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ebcc8a69-1341-43bf-a639-a55dc7dc07c4 {
  min-height: 50px;
}








#s-ebcc8a69-1341-43bf-a639-a55dc7dc07c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebcc8a69-1341-43bf-a639-a55dc7dc07c4 {
  cursor: pointer;
}#s-ebcc8a69-1341-43bf-a639-a55dc7dc07c4.shg-box.shg-c {
  justify-content: center;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe-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-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
  box-sizing: border-box;
}



.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
      position: relative;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe-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-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
  box-sizing: border-box;
}



.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
      position: relative;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe-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-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
  box-sizing: border-box;
}



.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
      position: relative;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe-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-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
  box-sizing: border-box;
}



.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
      position: relative;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  margin: 0 !important;
  overflow: visible;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe-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-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add background color handling */
  
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe .shogun-image-content {
  
    justify-content: center;
  
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image {
  box-sizing: border-box;
}



.s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container {
      position: relative;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1baad047-629b-4c3e-b4ba-0ab694bd9bfe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-ecd36c2b-ecc7-4336-b317-ea2416f6612c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecd36c2b-ecc7-4336-b317-ea2416f6612c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1535bb19-6b92-4e0a-8ee0-1cfc4e53a4ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1535bb19-6b92-4e0a-8ee0-1cfc4e53a4ff {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-1535bb19-6b92-4e0a-8ee0-1cfc4e53a4ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1535bb19-6b92-4e0a-8ee0-1cfc4e53a4ff.shg-box.shg-c {
  justify-content: center;
}

#s-e07182ed-fc9a-4d43-9804-de4cd40b7c67 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e07182ed-fc9a-4d43-9804-de4cd40b7c67 {
  margin-top: -15px;
}
}







#s-e07182ed-fc9a-4d43-9804-de4cd40b7c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e07182ed-fc9a-4d43-9804-de4cd40b7c67.shg-box.shg-c {
  justify-content: center;
}

#s-ad443243-b126-49b5-972f-5edae80d9382 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ad443243-b126-49b5-972f-5edae80d9382 {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-ad443243-b126-49b5-972f-5edae80d9382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad443243-b126-49b5-972f-5edae80d9382.shg-box.shg-c {
  justify-content: center;
}

#s-a6c53766-76e3-4498-9405-db84b78a6c55 {
  padding-left: 42%;
padding-right: 42%;
}
@media (max-width: 767px){#s-a6c53766-76e3-4498-9405-db84b78a6c55 {
  padding-top: 30px;
padding-left: 20%;
padding-right: 20%;
}
}
#s-a6c53766-76e3-4498-9405-db84b78a6c55 hr {
  border-top: 1px solid rgba(209, 206, 206, 1);
}

#s-5f72228c-454c-413a-af43-b10b4e0a7538 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 1199px;
text-align: center;
}
@media (min-width: 1200px){#s-5f72228c-454c-413a-af43-b10b4e0a7538 {
  padding-bottom: 20px;
display: none;
}
#s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-content-s-5f72228c-454c-413a-af43-b10b4e0a7538 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f72228c-454c-413a-af43-b10b4e0a7538 {
  padding-left: 16%;
padding-right: 16%;
display: none;
}
#s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-content-s-5f72228c-454c-413a-af43-b10b4e0a7538 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f72228c-454c-413a-af43-b10b4e0a7538 {
  margin-top: 6px;
margin-bottom: 6px;
padding-left: 7%;
padding-right: 7%;
display: none;
}
#s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-s-5f72228c-454c-413a-af43-b10b4e0a7538, #wrap-content-s-5f72228c-454c-413a-af43-b10b4e0a7538 { display: none !important; }}@media (max-width: 767px){#s-5f72228c-454c-413a-af43-b10b4e0a7538 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-5f72228c-454c-413a-af43-b10b4e0a7538 .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.45em;
  
  
}


#s-5f72228c-454c-413a-af43-b10b4e0a7538 .shogun-heading-component h1 a {
  color: rgba(59, 59, 59, 1);
}


@media (max-width: 767px){#s-a26bfcc2-5b96-4a3b-b6bd-d7f450ba12cf {
  display: none;
}
#s-a26bfcc2-5b96-4a3b-b6bd-d7f450ba12cf, #wrap-s-a26bfcc2-5b96-4a3b-b6bd-d7f450ba12cf, #wrap-content-s-a26bfcc2-5b96-4a3b-b6bd-d7f450ba12cf { display: none !important; }}
#s-95c30da9-6ad2-4398-a2f7-16b151a05045 {
  padding-left: 1%;
padding-right: 1%;
}
@media (max-width: 767px){#s-95c30da9-6ad2-4398-a2f7-16b151a05045 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-95c30da9-6ad2-4398-a2f7-16b151a05045"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-95c30da9-6ad2-4398-a2f7-16b151a05045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 992px) {
[id="s-95c30da9-6ad2-4398-a2f7-16b151a05045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-95c30da9-6ad2-4398-a2f7-16b151a05045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

#s-e06ee565-838e-44e4-acf6-095a837a8fd4 {
  min-height: 50px;
}








#s-e06ee565-838e-44e4-acf6-095a837a8fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e06ee565-838e-44e4-acf6-095a837a8fd4 {
  cursor: pointer;
}#s-e06ee565-838e-44e4-acf6-095a837a8fd4.shg-box.shg-c {
  justify-content: center;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b-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-ebcada0b-70af-4100-983d-09cb9d59001b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcada0b-70af-4100-983d-09cb9d59001b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
  box-sizing: border-box;
}



.s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcada0b-70af-4100-983d-09cb9d59001b {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
      position: relative;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b-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-ebcada0b-70af-4100-983d-09cb9d59001b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcada0b-70af-4100-983d-09cb9d59001b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
  box-sizing: border-box;
}



.s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcada0b-70af-4100-983d-09cb9d59001b {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
      position: relative;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b-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-ebcada0b-70af-4100-983d-09cb9d59001b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcada0b-70af-4100-983d-09cb9d59001b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
  box-sizing: border-box;
}



.s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcada0b-70af-4100-983d-09cb9d59001b {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
      position: relative;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b-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-ebcada0b-70af-4100-983d-09cb9d59001b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcada0b-70af-4100-983d-09cb9d59001b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
  box-sizing: border-box;
}



.s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcada0b-70af-4100-983d-09cb9d59001b {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
      position: relative;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-ebcada0b-70af-4100-983d-09cb9d59001b {
  margin: 0 !important;
  overflow: visible;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b-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-ebcada0b-70af-4100-983d-09cb9d59001b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebcada0b-70af-4100-983d-09cb9d59001b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add background color handling */
  
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebcada0b-70af-4100-983d-09cb9d59001b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-ebcada0b-70af-4100-983d-09cb9d59001b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image {
  box-sizing: border-box;
}



.s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebcada0b-70af-4100-983d-09cb9d59001b {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container {
      position: relative;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebcada0b-70af-4100-983d-09cb9d59001b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-b37fd0bf-2e02-4100-9c82-87f5c2145a17 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-b37fd0bf-2e02-4100-9c82-87f5c2145a17 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-b37fd0bf-2e02-4100-9c82-87f5c2145a17 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b39bb335-eaf8-415e-a804-8bf193f13f21 {
  min-height: 50px;
}








#s-b39bb335-eaf8-415e-a804-8bf193f13f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b39bb335-eaf8-415e-a804-8bf193f13f21 {
  cursor: pointer;
}#s-b39bb335-eaf8-415e-a804-8bf193f13f21.shg-box.shg-c {
  justify-content: center;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  margin: 0 !important;
  overflow: visible;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606-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-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add background color handling */
  
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
  box-sizing: border-box;
}



.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
      position: relative;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  margin: 0 !important;
  overflow: visible;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606-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-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add background color handling */
  
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
  box-sizing: border-box;
}



.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
      position: relative;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  margin: 0 !important;
  overflow: visible;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606-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-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add background color handling */
  
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
  box-sizing: border-box;
}



.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
      position: relative;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  margin: 0 !important;
  overflow: visible;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606-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-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add background color handling */
  
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
  box-sizing: border-box;
}



.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
      position: relative;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  margin: 0 !important;
  overflow: visible;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606-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-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add background color handling */
  
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image {
  box-sizing: border-box;
}



.s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container {
      position: relative;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3292a7e8-fac8-4950-a5cf-a512e0b90606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-91959113-66ae-4156-a339-c25615a94444 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-91959113-66ae-4156-a339-c25615a94444 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-91959113-66ae-4156-a339-c25615a94444 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-47aaec2f-8054-466a-9d30-c36300d9d17d {
  min-height: 50px;
}








#s-47aaec2f-8054-466a-9d30-c36300d9d17d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47aaec2f-8054-466a-9d30-c36300d9d17d {
  cursor: pointer;
}#s-47aaec2f-8054-466a-9d30-c36300d9d17d.shg-box.shg-c {
  justify-content: center;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  margin: 0 !important;
  overflow: visible;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12-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-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add background color handling */
  
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
  box-sizing: border-box;
}



.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
      position: relative;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  margin: 0 !important;
  overflow: visible;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12-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-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add background color handling */
  
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
  box-sizing: border-box;
}



.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
      position: relative;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  margin: 0 !important;
  overflow: visible;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12-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-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add background color handling */
  
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
  box-sizing: border-box;
}



.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
      position: relative;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  margin: 0 !important;
  overflow: visible;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12-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-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add background color handling */
  
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
  box-sizing: border-box;
}



.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
      position: relative;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  margin: 0 !important;
  overflow: visible;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12-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-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add background color handling */
  
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image {
  box-sizing: border-box;
}



.s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container {
      position: relative;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27769f2d-da48-4413-bf9a-20daaa9a0b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-d8b0d3cc-5d64-412e-a263-c8772382e565 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-d8b0d3cc-5d64-412e-a263-c8772382e565 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-d8b0d3cc-5d64-412e-a263-c8772382e565 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7cb53b2f-3d63-491d-9b09-837b2d23b241 {
  min-height: 50px;
}








#s-7cb53b2f-3d63-491d-9b09-837b2d23b241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cb53b2f-3d63-491d-9b09-837b2d23b241 {
  cursor: pointer;
}#s-7cb53b2f-3d63-491d-9b09-837b2d23b241.shg-box.shg-c {
  justify-content: center;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  margin: 0 !important;
  overflow: visible;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d-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-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add background color handling */
  
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
  box-sizing: border-box;
}



.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
      position: relative;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  margin: 0 !important;
  overflow: visible;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d-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-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add background color handling */
  
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
  box-sizing: border-box;
}



.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
      position: relative;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  margin: 0 !important;
  overflow: visible;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d-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-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add background color handling */
  
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
  box-sizing: border-box;
}



.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
      position: relative;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  margin: 0 !important;
  overflow: visible;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d-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-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add background color handling */
  
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
  box-sizing: border-box;
}



.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
      position: relative;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  margin: 0 !important;
  overflow: visible;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d-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-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add background color handling */
  
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image {
  box-sizing: border-box;
}



.s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container {
      position: relative;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9cbf770-8cf1-4d3c-96d9-1f216441968d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-e96baa08-4eec-498d-890a-91be6721d686 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-e96baa08-4eec-498d-890a-91be6721d686 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-e96baa08-4eec-498d-890a-91be6721d686 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-307d56bd-d85c-4188-bef6-2383dfd12f64 {
  min-height: 50px;
}








#s-307d56bd-d85c-4188-bef6-2383dfd12f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-307d56bd-d85c-4188-bef6-2383dfd12f64 {
  cursor: pointer;
}#s-307d56bd-d85c-4188-bef6-2383dfd12f64.shg-box.shg-c {
  justify-content: center;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9-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-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
  box-sizing: border-box;
}



.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
      position: relative;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9-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-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
  box-sizing: border-box;
}



.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
      position: relative;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9-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-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
  box-sizing: border-box;
}



.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
      position: relative;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9-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-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
  box-sizing: border-box;
}



.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
      position: relative;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  margin: 0 !important;
  overflow: visible;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9-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-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add background color handling */
  
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image {
  box-sizing: border-box;
}



.s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container {
      position: relative;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4be57e56-c19e-4c65-a28a-1a1fbb7adfb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-3513a202-7d88-4860-812b-161c28abf1bc {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-3513a202-7d88-4860-812b-161c28abf1bc {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-3513a202-7d88-4860-812b-161c28abf1bc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8c423add-81dd-4c43-bb0c-49007bc733e5 {
  min-height: 50px;
}








#s-8c423add-81dd-4c43-bb0c-49007bc733e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c423add-81dd-4c43-bb0c-49007bc733e5 {
  cursor: pointer;
}#s-8c423add-81dd-4c43-bb0c-49007bc733e5.shg-box.shg-c {
  justify-content: center;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  margin: 0 !important;
  overflow: visible;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad-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-3989fe96-aa98-47d3-b500-2067bbb33aad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add background color handling */
  
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-content {
  
    justify-content: center;
  
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
  box-sizing: border-box;
}



.s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3989fe96-aa98-47d3-b500-2067bbb33aad {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
      position: relative;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  margin: 0 !important;
  overflow: visible;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad-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-3989fe96-aa98-47d3-b500-2067bbb33aad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add background color handling */
  
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-content {
  
    justify-content: center;
  
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
  box-sizing: border-box;
}



.s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3989fe96-aa98-47d3-b500-2067bbb33aad {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
      position: relative;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  margin: 0 !important;
  overflow: visible;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad-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-3989fe96-aa98-47d3-b500-2067bbb33aad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add background color handling */
  
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-content {
  
    justify-content: center;
  
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
  box-sizing: border-box;
}



.s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3989fe96-aa98-47d3-b500-2067bbb33aad {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
      position: relative;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  margin: 0 !important;
  overflow: visible;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad-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-3989fe96-aa98-47d3-b500-2067bbb33aad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add background color handling */
  
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-content {
  
    justify-content: center;
  
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
  box-sizing: border-box;
}



.s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3989fe96-aa98-47d3-b500-2067bbb33aad {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
      position: relative;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  margin: 0 !important;
  overflow: visible;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad-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-3989fe96-aa98-47d3-b500-2067bbb33aad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3989fe96-aa98-47d3-b500-2067bbb33aad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add background color handling */
  
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3989fe96-aa98-47d3-b500-2067bbb33aad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-3989fe96-aa98-47d3-b500-2067bbb33aad .shogun-image-content {
  
    justify-content: center;
  
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image {
  box-sizing: border-box;
}



.s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3989fe96-aa98-47d3-b500-2067bbb33aad {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container {
      position: relative;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3989fe96-aa98-47d3-b500-2067bbb33aad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-11a85f3f-e9f3-463d-845d-17235eaa4730 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-11a85f3f-e9f3-463d-845d-17235eaa4730 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-11a85f3f-e9f3-463d-845d-17235eaa4730 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a1a1d65c-db70-43d5-9eb5-84dc3b98cef0 {
  padding-left: 42%;
padding-right: 42%;
}
@media (max-width: 767px){#s-a1a1d65c-db70-43d5-9eb5-84dc3b98cef0 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-a1a1d65c-db70-43d5-9eb5-84dc3b98cef0 hr {
  border-top: 1px solid rgba(209, 206, 206, 1);
}

#s-a1475246-5df3-465a-962e-5431af8f2a3e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 0%;
padding-right: 0%;
max-width: 1199px;
text-align: center;
}
@media (min-width: 1200px){#s-a1475246-5df3-465a-962e-5431af8f2a3e {
  padding-bottom: 20px;
display: none;
}
#s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-content-s-a1475246-5df3-465a-962e-5431af8f2a3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1475246-5df3-465a-962e-5431af8f2a3e {
  padding-left: 16%;
padding-right: 16%;
display: none;
}
#s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-content-s-a1475246-5df3-465a-962e-5431af8f2a3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1475246-5df3-465a-962e-5431af8f2a3e {
  margin-top: 6px;
margin-bottom: 6px;
padding-left: 7%;
padding-right: 7%;
display: none;
}
#s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-s-a1475246-5df3-465a-962e-5431af8f2a3e, #wrap-content-s-a1475246-5df3-465a-962e-5431af8f2a3e { display: none !important; }}@media (max-width: 767px){#s-a1475246-5df3-465a-962e-5431af8f2a3e {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-a1475246-5df3-465a-962e-5431af8f2a3e .shogun-heading-component h1 {
  color: rgba(59, 59, 59, 1);
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.45em;
  
  
}


#s-a1475246-5df3-465a-962e-5431af8f2a3e .shogun-heading-component h1 a {
  color: rgba(59, 59, 59, 1);
}


#s-6f73a270-a047-4747-b371-41b98f88d4ad {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6f73a270-a047-4747-b371-41b98f88d4ad {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-6f73a270-a047-4747-b371-41b98f88d4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f73a270-a047-4747-b371-41b98f88d4ad.shg-box.shg-c {
  justify-content: center;
}

#s-78458173-e992-44a9-9d25-da62c2b3c990 {
  min-height: 50px;
}








#s-78458173-e992-44a9-9d25-da62c2b3c990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78458173-e992-44a9-9d25-da62c2b3c990.shg-box.shg-c {
  justify-content: center;
}

#s-b7bb5931-2fdc-43b5-bc99-19ae37b46902 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b7bb5931-2fdc-43b5-bc99-19ae37b46902 {
  display: none;
}
#s-b7bb5931-2fdc-43b5-bc99-19ae37b46902, #wrap-s-b7bb5931-2fdc-43b5-bc99-19ae37b46902, #wrap-content-s-b7bb5931-2fdc-43b5-bc99-19ae37b46902 { display: none !important; }}
#s-b7bb5931-2fdc-43b5-bc99-19ae37b46902 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27 {
  padding-left: 1%;
padding-right: 1%;
}
@media (max-width: 767px){#s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.5px);
}

}

@media (min-width: 768px) {
[id="s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 992px) {
[id="s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-fe0eddc4-fa3a-48f5-ae20-d7a62f580d27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 14.166666666666666px);
}

}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875-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-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
  box-sizing: border-box;
}



.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
      position: relative;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875-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-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
  box-sizing: border-box;
}



.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
      position: relative;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875-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-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
  box-sizing: border-box;
}



.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
      position: relative;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875-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-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
  box-sizing: border-box;
}



.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
      position: relative;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875-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-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image {
  box-sizing: border-box;
}



.s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container {
      position: relative;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6726c70-ba21-4519-ac4e-02a2c3b66875 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-8242c766-0977-4f11-9cc4-2369f58fecc3 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-8242c766-0977-4f11-9cc4-2369f58fecc3 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-8242c766-0977-4f11-9cc4-2369f58fecc3 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2fe4f017-da30-4704-9e46-225706a57c33 {
  min-height: 50px;
}








#s-2fe4f017-da30-4704-9e46-225706a57c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fe4f017-da30-4704-9e46-225706a57c33 {
  cursor: pointer;
}#s-2fe4f017-da30-4704-9e46-225706a57c33.shg-box.shg-c {
  justify-content: center;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448-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-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
  box-sizing: border-box;
}



.s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
      position: relative;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448-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-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
  box-sizing: border-box;
}



.s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
      position: relative;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448-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-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
  box-sizing: border-box;
}



.s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
      position: relative;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448-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-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
  box-sizing: border-box;
}



.s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
      position: relative;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  margin: 0 !important;
  overflow: visible;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448-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-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add background color handling */
  
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-a39d3429-4dfa-489a-9950-a2ca59d53448 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image {
  box-sizing: border-box;
}



.s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container {
      position: relative;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a39d3429-4dfa-489a-9950-a2ca59d53448 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-90a9570f-50c2-4564-8a93-9a070a10b3e5 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-90a9570f-50c2-4564-8a93-9a070a10b3e5 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-90a9570f-50c2-4564-8a93-9a070a10b3e5 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bead48ce-67b1-444a-9065-d6e275a97056 {
  min-height: 50px;
}








#s-bead48ce-67b1-444a-9065-d6e275a97056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bead48ce-67b1-444a-9065-d6e275a97056 {
  cursor: pointer;
}#s-bead48ce-67b1-444a-9065-d6e275a97056.shg-box.shg-c {
  justify-content: center;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221-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-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
  box-sizing: border-box;
}



.s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
      position: relative;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221-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-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
  box-sizing: border-box;
}



.s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
      position: relative;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221-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-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
  box-sizing: border-box;
}



.s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
      position: relative;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221-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-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
  box-sizing: border-box;
}



.s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
      position: relative;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  margin: 0 !important;
  overflow: visible;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221-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-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add background color handling */
  
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-47f92c17-0ee1-4572-bfef-d68f162c8221 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image {
  box-sizing: border-box;
}



.s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container {
      position: relative;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47f92c17-0ee1-4572-bfef-d68f162c8221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-ac7c7b0a-4df3-40b3-9c13-56b4a8f4a28a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-ac7c7b0a-4df3-40b3-9c13-56b4a8f4a28a {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-ac7c7b0a-4df3-40b3-9c13-56b4a8f4a28a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-76dcda67-5ec7-40ef-a2fa-6a0d24d810f8 {
  min-height: 50px;
}








#s-76dcda67-5ec7-40ef-a2fa-6a0d24d810f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76dcda67-5ec7-40ef-a2fa-6a0d24d810f8 {
  cursor: pointer;
}#s-76dcda67-5ec7-40ef-a2fa-6a0d24d810f8.shg-box.shg-c {
  justify-content: center;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  margin: 0 !important;
  overflow: visible;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e-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-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add background color handling */
  
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
  box-sizing: border-box;
}



.s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
      position: relative;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  margin: 0 !important;
  overflow: visible;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e-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-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add background color handling */
  
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
  box-sizing: border-box;
}



.s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
      position: relative;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  margin: 0 !important;
  overflow: visible;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e-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-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add background color handling */
  
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
  box-sizing: border-box;
}



.s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
      position: relative;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  margin: 0 !important;
  overflow: visible;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e-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-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add background color handling */
  
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
  box-sizing: border-box;
}



.s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
      position: relative;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  margin: 0 !important;
  overflow: visible;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e-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-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add background color handling */
  
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d45c0b26-b8c0-41bc-9d88-51655d94539e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image {
  box-sizing: border-box;
}



.s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container {
      position: relative;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d45c0b26-b8c0-41bc-9d88-51655d94539e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-04a451f1-69c5-47c6-a77f-ec66d120b3a7 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-04a451f1-69c5-47c6-a77f-ec66d120b3a7 {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-04a451f1-69c5-47c6-a77f-ec66d120b3a7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-96ed180d-0ced-4246-8aaa-b65bf7051912 {
  min-height: 50px;
}








#s-96ed180d-0ced-4246-8aaa-b65bf7051912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96ed180d-0ced-4246-8aaa-b65bf7051912 {
  cursor: pointer;
}#s-96ed180d-0ced-4246-8aaa-b65bf7051912.shg-box.shg-c {
  justify-content: center;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  margin: 0 !important;
  overflow: visible;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e-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-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add background color handling */
  
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
  box-sizing: border-box;
}



.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
      position: relative;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  margin: 0 !important;
  overflow: visible;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e-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-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add background color handling */
  
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
  box-sizing: border-box;
}



.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
      position: relative;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  margin: 0 !important;
  overflow: visible;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e-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-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add background color handling */
  
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
  box-sizing: border-box;
}



.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
      position: relative;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  margin: 0 !important;
  overflow: visible;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e-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-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add background color handling */
  
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
  box-sizing: border-box;
}



.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
      position: relative;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  margin: 0 !important;
  overflow: visible;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e-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-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add background color handling */
  
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e .shogun-image-content {
  
    justify-content: center;
  
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image {
  box-sizing: border-box;
}



.s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container {
      position: relative;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0e4b9aa-29c7-403f-a95b-46eb7f1c293e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-8deea35f-0914-4241-b202-e8179c718dab {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-8deea35f-0914-4241-b202-e8179c718dab {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-8deea35f-0914-4241-b202-e8179c718dab .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}



#s-24e6d386-ef22-4b62-813c-070f6307de13 {
  min-height: 50px;
}








#s-24e6d386-ef22-4b62-813c-070f6307de13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24e6d386-ef22-4b62-813c-070f6307de13 {
  cursor: pointer;
}#s-24e6d386-ef22-4b62-813c-070f6307de13.shg-box.shg-c {
  justify-content: center;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  max-width: 364px;
aspect-ratio: 364/216;
text-align: center;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62-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-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(175, 175, 175, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
  box-sizing: border-box;
}



.s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
      position: relative;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

@media (min-width: 1200px){#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62-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-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
  box-sizing: border-box;
}



.s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
      position: relative;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62-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-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
  box-sizing: border-box;
}



.s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
      position: relative;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62-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-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
  box-sizing: border-box;
}



.s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
      position: relative;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}@media (max-width: 767px){#s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62-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-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }

    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-link {
      aspect-ratio: 364/216;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 364px;
  }



  img.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
    
    
    
    max-height: 364px;
  }


.s-cf576ebd-8501-46ee-a395-3de8fd262c62 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image {
  box-sizing: border-box;
}



.s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 {
      --shg-aspect-ratio: calc(364/216); 
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container {
      position: relative;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf576ebd-8501-46ee-a395-3de8fd262c62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 364px;
    }
  }

}
#s-a57177f4-e15c-4e4e-ba87-6097d1d8736d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-a57177f4-e15c-4e4e-ba87-6097d1d8736d {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-a57177f4-e15c-4e4e-ba87-6097d1d8736d .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  font-family: "museo-sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2c4e0d0d-dd63-4612-868a-f2f322e959c7 {
  padding-left: 42%;
padding-right: 42%;
}
@media (max-width: 767px){#s-2c4e0d0d-dd63-4612-868a-f2f322e959c7 {
  padding-left: 20%;
padding-right: 20%;
}
}
#s-2c4e0d0d-dd63-4612-868a-f2f322e959c7 hr {
  border-top: 1px solid rgba(209, 206, 206, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}