.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-2491a6b6-6d66-40fb-b3da-8566f6bc6ce6 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 35%;
min-height: 350px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2491a6b6-6d66-40fb-b3da-8566f6bc6ce6 {
  padding-right: 10%;
}
}







#s-2491a6b6-6d66-40fb-b3da-8566f6bc6ce6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2491a6b6-6d66-40fb-b3da-8566f6bc6ce6.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Newsreader";
}

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

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

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

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

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

#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(69, 61, 60, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(69, 61, 60, 1);
background-image: none;
hover-type: color;
}
#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(194, 146, 56, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(194, 146, 56, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4-root {
    text-align: left;
  }


#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4.shg-btn {
  color: rgba(69, 61, 60, 1);
  font-size: 12px;
  
  
  font-family: commuters-sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4-root {
    text-align: left;
  }


#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4.shg-btn {
  color: rgba(69, 61, 60, 1);
  font-size: 12px;
  
  
  font-family: commuters-sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4-root {
    text-align: left;
  }


#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4.shg-btn {
  color: rgba(69, 61, 60, 1);
  font-size: 12px;
  
  
  font-family: commuters-sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4-root {
    text-align: left;
  }


#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4.shg-btn {
  color: rgba(69, 61, 60, 1);
  font-size: 12px;
  
  
  font-family: commuters-sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4-root {
    text-align: left;
  }


#s-389848d5-5d75-42d8-b7eb-bb13b3acbcc4.shg-btn {
  color: rgba(69, 61, 60, 1);
  font-size: 12px;
  
  
  font-family: commuters-sans;
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(69, 61, 60, 1);
  font-family: "Tiempos-Headline-Semibold";
  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-b68e1c64-5b13-4fc7-bada-6ed4db72c203 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b68e1c64-5b13-4fc7-bada-6ed4db72c203 .shogun-heading-component h1 {
  color: rgba(69, 61, 60, 1);
  font-weight:  normal ;
  font-family: "Tiempos-Headline-Bold";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (max-width: 767px){#s-b68e1c64-5b13-4fc7-bada-6ed4db72c203 .shogun-heading-component h1 {
  color: rgba(69, 61, 60, 1);
  font-weight:  normal ;
  font-family: "Tiempos-Headline-Bold";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-44a1d8ed-1670-4b98-a4d4-9a72e84eb261 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44a1d8ed-1670-4b98-a4d4-9a72e84eb261 .shogun-heading-component h4 {
  color: rgba(69, 61, 60, 1);
  font-weight:  normal ;
  font-family: "Tiempos-Headline-Semibold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-76f0db32-cfd3-40ba-96a0-e66bae9b6587 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76f0db32-cfd3-40ba-96a0-e66bae9b6587 .shogun-heading-component h5 {
  color: rgba(194, 146, 56, 1);
  font-weight:  normal ;
  font-family: "commuters-sans";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-0b026901-21ee-42bd-a950-9bcbbee13b0d {
  margin-left: auto;
margin-right: auto;
padding-right: 75%;
min-height: 50px;
}








#s-0b026901-21ee-42bd-a950-9bcbbee13b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b026901-21ee-42bd-a950-9bcbbee13b0d.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-5c80bb19-36e2-4f0d-bede-721788ab1dd5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5c80bb19-36e2-4f0d-bede-721788ab1dd5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5c80bb19-36e2-4f0d-bede-721788ab1dd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c80bb19-36e2-4f0d-bede-721788ab1dd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c80bb19-36e2-4f0d-bede-721788ab1dd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9548fc05-6cd8-4681-9479-aa5eaad1540b {
  margin-left: auto;
margin-right: auto;
}

#s-9548fc05-6cd8-4681-9479-aa5eaad1540b .shogun-icon-wrapper {
  text-align: center;
}


#s-9548fc05-6cd8-4681-9479-aa5eaad1540b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-7a81eeee-d146-4108-bf7b-382d5a225690 {
  margin-left: auto;
margin-right: auto;
}

#s-7a81eeee-d146-4108-bf7b-382d5a225690 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a81eeee-d146-4108-bf7b-382d5a225690 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-b552eee2-5f93-445a-a570-fbba5c67940e {
  margin-left: auto;
margin-right: auto;
}

#s-b552eee2-5f93-445a-a570-fbba5c67940e .shogun-icon-wrapper {
  text-align: center;
}


#s-b552eee2-5f93-445a-a570-fbba5c67940e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-19c99b39-3517-4ba0-b9c8-05d85ff0901d {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-9ab6b11d-d940-4d66-a994-f35ad10d5709 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9ab6b11d-d940-4d66-a994-f35ad10d5709 {
  padding-bottom: 0px;
}
}







#s-9ab6b11d-d940-4d66-a994-f35ad10d5709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ab6b11d-d940-4d66-a994-f35ad10d5709.shg-box.shg-c {
  justify-content: center;
}

#s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed {
  padding-left: 8%;
padding-bottom: 30px;
padding-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-35eaa7e0-bcdc-44a3-bc99-c2b3bd9da3ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

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

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

.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 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6-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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
  width: 100%;
  
  
  

  /* 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;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
      position: relative;
    }

    .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

@media (min-width: 1200px){#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6-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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6-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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6-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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6-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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-825e0280-3a8a-44f4-a55a-f98b8512b7f6 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-825e0280-3a8a-44f4-a55a-f98b8512b7f6.shogun-image {
  box-sizing: border-box;
}




}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-9a56074e-2933-4ca3-825b-8e36cca17245 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-9a56074e-2933-4ca3-825b-8e36cca17245 {
  padding-right: 0%;
}
}
#s-9a56074e-2933-4ca3-825b-8e36cca17245 .shg-proportional-font-size,
#s-9a56074e-2933-4ca3-825b-8e36cca17245 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35903736-812d-4eee-80e1-b604ad8ce5ca {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-35903736-812d-4eee-80e1-b604ad8ce5ca {
  padding-right: 0%;
}
}
#s-35903736-812d-4eee-80e1-b604ad8ce5ca .shg-proportional-font-size,
#s-35903736-812d-4eee-80e1-b604ad8ce5ca .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb6e83ed-5559-44c5-9e51-e011cfa69d73 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb6e83ed-5559-44c5-9e51-e011cfa69d73 {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-eb6e83ed-5559-44c5-9e51-e011cfa69d73 {
  padding-right: 0%;
}
}
#s-eb6e83ed-5559-44c5-9e51-e011cfa69d73 .shg-proportional-font-size,
#s-eb6e83ed-5559-44c5-9e51-e011cfa69d73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1d5a5267-b15e-4bcf-ba25-3599c51664fd {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d5a5267-b15e-4bcf-ba25-3599c51664fd {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-1d5a5267-b15e-4bcf-ba25-3599c51664fd {
  padding-right: 0%;
}
}
#s-1d5a5267-b15e-4bcf-ba25-3599c51664fd .shg-proportional-font-size,
#s-1d5a5267-b15e-4bcf-ba25-3599c51664fd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256-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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
  width: 100%;
  
  
  

  /* 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;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
      position: relative;
    }

    .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

@media (min-width: 1200px){#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256-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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256-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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256-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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256-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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 img.shogun-image {
  width: 100%;
  
  
  

  /* 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-e7757f0c-42e5-45e4-83bc-da5d8bbfb256 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7757f0c-42e5-45e4-83bc-da5d8bbfb256.shogun-image {
  box-sizing: border-box;
}




}
#s-0bd9ec36-8fad-4e67-a072-187ed56ef563 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-0bd9ec36-8fad-4e67-a072-187ed56ef563 {
  padding-right: 0%;
}
}
#s-0bd9ec36-8fad-4e67-a072-187ed56ef563 .shg-proportional-font-size,
#s-0bd9ec36-8fad-4e67-a072-187ed56ef563 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3dc26fdc-e97c-4c51-bc6d-d90c4d35dae1 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-3dc26fdc-e97c-4c51-bc6d-d90c4d35dae1 {
  padding-right: 0%;
}
}
#s-3dc26fdc-e97c-4c51-bc6d-d90c4d35dae1 .shg-proportional-font-size,
#s-3dc26fdc-e97c-4c51-bc6d-d90c4d35dae1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7bbb2441-4aab-4e82-bda6-205a9002585f {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bbb2441-4aab-4e82-bda6-205a9002585f {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-7bbb2441-4aab-4e82-bda6-205a9002585f {
  padding-right: 0%;
}
}
#s-7bbb2441-4aab-4e82-bda6-205a9002585f .shg-proportional-font-size,
#s-7bbb2441-4aab-4e82-bda6-205a9002585f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-99371c91-d71e-4512-82cb-0e027bca562a {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
min-height: 50px;
}








#s-99371c91-d71e-4512-82cb-0e027bca562a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99371c91-d71e-4512-82cb-0e027bca562a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-7c9f81c7-ac9f-43ed-830b-bf272f10753e {
  margin-left: auto;
margin-right: auto;
}

#s-15a2fac2-9ba7-4207-900b-0c9e8c35666e {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-15a2fac2-9ba7-4207-900b-0c9e8c35666e {
  padding-right: 0%;
}
}
#s-15a2fac2-9ba7-4207-900b-0c9e8c35666e .shg-proportional-font-size,
#s-15a2fac2-9ba7-4207-900b-0c9e8c35666e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e1aebb6-7e0b-4836-b14b-75b297ee8f9a {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (max-width: 767px){#s-0e1aebb6-7e0b-4836-b14b-75b297ee8f9a {
  padding-right: 0%;
}
}
#s-0e1aebb6-7e0b-4836-b14b-75b297ee8f9a .shg-proportional-font-size,
#s-0e1aebb6-7e0b-4836-b14b-75b297ee8f9a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ed40abf6-0eec-4c3c-b806-50c2edd4bbe0 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed40abf6-0eec-4c3c-b806-50c2edd4bbe0 {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-ed40abf6-0eec-4c3c-b806-50c2edd4bbe0 {
  padding-right: 0%;
}
}
#s-ed40abf6-0eec-4c3c-b806-50c2edd4bbe0 .shg-proportional-font-size,
#s-ed40abf6-0eec-4c3c-b806-50c2edd4bbe0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(112, 112, 112, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 0);
  padding: 15px;
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(194, 146, 56, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(112, 112, 112, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(194, 146, 56, 1);
  text-align: left;
  font-family: commuters-sans;
  
  
  font-size: 12px;
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (max-width: 767px){#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(112, 112, 112, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 229, 229, 0);
  padding: 15px;
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(194, 146, 56, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(112, 112, 112, 1);
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(194, 146, 56, 1);
  text-align: center;
  font-family: commuters-sans;
  
  
  font-size: 12px;
}

#s-b73509c4-59f7-4f3b-a4d3-91a1c07276c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-1dcf0cc3-83dd-4cff-a51f-6950a0532656 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
}








#s-1dcf0cc3-83dd-4cff-a51f-6950a0532656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1dcf0cc3-83dd-4cff-a51f-6950a0532656.shg-box.shg-c {
  justify-content: center;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin-left: auto;
margin-right: auto;
height: 150px;
max-width: 150px;
aspect-ratio: 1/1;
text-align: left;
}
@media (max-width: 767px){#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  text-align: left;
}
}
#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711-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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
      position: relative;
    }

    .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711-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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711-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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711-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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711-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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711 img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-80f9ea44-4b7a-483e-8de5-5c0ba1274711 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f9ea44-4b7a-483e-8de5-5c0ba1274711.shogun-image {
  box-sizing: border-box;
}




}
#s-9fef025b-ec98-481a-b4b2-541139ba4a72 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fef025b-ec98-481a-b4b2-541139ba4a72 {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-9fef025b-ec98-481a-b4b2-541139ba4a72 {
  padding-right: 0%;
}
}
#s-9fef025b-ec98-481a-b4b2-541139ba4a72 .shg-proportional-font-size,
#s-9fef025b-ec98-481a-b4b2-541139ba4a72 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin-left: auto;
margin-right: auto;
height: 150px;
max-width: 150px;
aspect-ratio: 1/1;
text-align: left;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af-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-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5870e6c9-4e70-4b0e-a110-c2bf408099af .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      
    }
  }

  .s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
      position: relative;
    }

    .s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 150px;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af-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-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af-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-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af-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-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af-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-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-5870e6c9-4e70-4b0e-a110-c2bf408099af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af img.shogun-image {
  width: 100%;
  height: 150px;
  
  max-width: 150px;

  /* 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-5870e6c9-4e70-4b0e-a110-c2bf408099af .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5870e6c9-4e70-4b0e-a110-c2bf408099af.shogun-image {
  box-sizing: border-box;
}




}
#s-153d48f1-fdfd-45da-8c6d-7d597778164b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
}








#s-153d48f1-fdfd-45da-8c6d-7d597778164b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-153d48f1-fdfd-45da-8c6d-7d597778164b.shg-box.shg-c {
  justify-content: center;
}

#s-8d1991b2-9908-42bd-a035-5ea760676314 {
  margin-left: auto;
margin-right: auto;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d1991b2-9908-42bd-a035-5ea760676314 {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-8d1991b2-9908-42bd-a035-5ea760676314 {
  padding-right: 0%;
}
}
#s-8d1991b2-9908-42bd-a035-5ea760676314 .shg-proportional-font-size,
#s-8d1991b2-9908-42bd-a035-5ea760676314 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2e03ae35-693b-41df-bbe8-a096dfe187a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2e03ae35-693b-41df-bbe8-a096dfe187a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e03ae35-693b-41df-bbe8-a096dfe187a4.shg-box.shg-c {
  justify-content: center;
}

#s-d5481982-aa44-44aa-bbc2-5a82812b7cb6 {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 80px;
margin-right: 30%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(229, 229, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d5481982-aa44-44aa-bbc2-5a82812b7cb6 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-d5481982-aa44-44aa-bbc2-5a82812b7cb6 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-d5481982-aa44-44aa-bbc2-5a82812b7cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5481982-aa44-44aa-bbc2-5a82812b7cb6.shg-box.shg-c {
  justify-content: center;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d-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-77d76f77-146d-4967-a2a3-a8be444b196d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77d76f77-146d-4967-a2a3-a8be444b196d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-77d76f77-146d-4967-a2a3-a8be444b196d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-77d76f77-146d-4967-a2a3-a8be444b196d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d-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-77d76f77-146d-4967-a2a3-a8be444b196d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77d76f77-146d-4967-a2a3-a8be444b196d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-77d76f77-146d-4967-a2a3-a8be444b196d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-77d76f77-146d-4967-a2a3-a8be444b196d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d-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-77d76f77-146d-4967-a2a3-a8be444b196d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77d76f77-146d-4967-a2a3-a8be444b196d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-77d76f77-146d-4967-a2a3-a8be444b196d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-77d76f77-146d-4967-a2a3-a8be444b196d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d-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-77d76f77-146d-4967-a2a3-a8be444b196d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77d76f77-146d-4967-a2a3-a8be444b196d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-77d76f77-146d-4967-a2a3-a8be444b196d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-77d76f77-146d-4967-a2a3-a8be444b196d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-77d76f77-146d-4967-a2a3-a8be444b196d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d-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-77d76f77-146d-4967-a2a3-a8be444b196d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-77d76f77-146d-4967-a2a3-a8be444b196d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

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

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

#s-77d76f77-146d-4967-a2a3-a8be444b196d img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

  /* 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-77d76f77-146d-4967-a2a3-a8be444b196d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77d76f77-146d-4967-a2a3-a8be444b196d.shogun-image {
  box-sizing: border-box;
}




}
#s-55b0190c-fca4-45d6-967e-e25531857d34 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-55b0190c-fca4-45d6-967e-e25531857d34 .shogun-heading-component h2 {
  color: rgba(69, 61, 60, 1);
  font-weight:  normal ;
  font-family: "Tiempos-Headline-Semibold";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-761e712d-bf8b-403f-87a9-8f1069cfac3a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}

#s-761e712d-bf8b-403f-87a9-8f1069cfac3a .shg-proportional-font-size,
#s-761e712d-bf8b-403f-87a9-8f1069cfac3a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(112, 112, 112, 1);
border-style: none;
border-radius: 15px;
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-error-msg-container, #s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-field-error-msg-container {
  display: none;
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-9e7c93e9-17a3-4665-b625-fe4955c34d9c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-6d42f7e0-95af-4b47-b822-e4e40a11826e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 0px;
}

#s-6d42f7e0-95af-4b47-b822-e4e40a11826e  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(69, 61, 60, 1);
  
  
  
  font-size: 15px;
  
  color: rgba(69, 61, 60, 1);
  font-family: Newsreader;
  
  line-height: 3em;
  
}

#s-6d42f7e0-95af-4b47-b822-e4e40a11826e  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(69, 61, 60, 1);
  font-family: Newsreader;
  
  
  
}

#s-6d42f7e0-95af-4b47-b822-e4e40a11826e  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(69, 61, 60, 1);
  font-family: Newsreader;
  
  
  
}


#s-6d42f7e0-95af-4b47-b822-e4e40a11826e .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(69, 61, 60, 1);
  
  
  color: rgba(69, 61, 60, 1);
}



#s-6d42f7e0-95af-4b47-b822-e4e40a11826e .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(33, 33, 33, 1);
  
  
  color: rgba(33, 33, 33, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574 {
  margin-top: 5px;
margin-left: 40px;
margin-bottom: 5px;
margin-right: 40px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 67, 124, 1);
text-align: center;
cursor: pointer;
font-family: commuters-sans;
font-size: 13px;
background-image: none;
hover-type: color;
}
#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574:hover {background-color: rgba(194, 146, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574[disabled],
#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574[disabled]:hover,
#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-d2662a31-32e7-4fbe-aaa1-e5fd87c62574 {
  display:  inline-block ;
  width:  auto ;
}


.share-container {display: flex; flex-direction: column; align-items: center; /* Centers the content horizontally */ justify-content: center;}
.button--primary {background-color: rgba(var(--color-button), var(--alpha-button-background)); color: rgb(var(--color-button-text));}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
