.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-fba882da-036a-4848-9413-d3642066616e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fba882da-036a-4848-9413-d3642066616e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fba882da-036a-4848-9413-d3642066616e.shg-box.shg-c {
  justify-content: center;
}

#s-3e9971b3-15df-4380-8145-50cb6e619f28 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0cb773de-ddd2-43e8-be9c-8bcaa5dfc373 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0cb773de-ddd2-43e8-be9c-8bcaa5dfc373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0cb773de-ddd2-43e8-be9c-8bcaa5dfc373.shg-box.shg-c {
  justify-content: center;
}

#s-9ea6bfb3-d338-4881-806c-9a6c68f2e310 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ea6bfb3-d338-4881-806c-9a6c68f2e310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ea6bfb3-d338-4881-806c-9a6c68f2e310.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-fdccc926-5f10-4c38-904c-6aade9df6c43 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fdccc926-5f10-4c38-904c-6aade9df6c43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdccc926-5f10-4c38-904c-6aade9df6c43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdccc926-5f10-4c38-904c-6aade9df6c43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdccc926-5f10-4c38-904c-6aade9df6c43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c51d78f4-324a-4b5e-9c13-8b436d87f3c9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c51d78f4-324a-4b5e-9c13-8b436d87f3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c51d78f4-324a-4b5e-9c13-8b436d87f3c9.shg-box.shg-c {
  justify-content: center;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-c9d71d7a-b774-4b47-ac30-5f43d76d68e5 {
  margin-left: auto;
margin-right: auto;
}

#s-c9d71d7a-b774-4b47-ac30-5f43d76d68e5 .shg-proportional-font-size,
#s-c9d71d7a-b774-4b47-ac30-5f43d76d68e5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad952a2d-27c9-4b95-ba92-6d922226fbe6 {
  margin-top: 6px;
margin-left: auto;
margin-right: auto;
}

#s-ad952a2d-27c9-4b95-ba92-6d922226fbe6 .shg-proportional-font-size,
#s-ad952a2d-27c9-4b95-ba92-6d922226fbe6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f7e66bc-866a-47ff-a997-91cabc20106e {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5f7e66bc-866a-47ff-a997-91cabc20106e {
  margin-top: 16px;
}
}
#s-5f7e66bc-866a-47ff-a997-91cabc20106e .shg-proportional-font-size,
#s-5f7e66bc-866a-47ff-a997-91cabc20106e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b0ff494-bd95-4641-ac0c-46c04b8d13f1 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

#s-7b0ff494-bd95-4641-ac0c-46c04b8d13f1 .shg-proportional-font-size,
#s-7b0ff494-bd95-4641-ac0c-46c04b8d13f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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: normal;
  font-family: "Lato";
}

.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-cedfec47-cbc0-43a4-a092-0ed3324cdd55 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
background-color: rgba(0, 128, 102, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55:hover {background-color: rgba(0, 128, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55:active {background-color: rgba(0, 128, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55 {
  margin-top: 16px;
}
}

  #s-cedfec47-cbc0-43a4-a092-0ed3324cdd55-root {
    text-align: left;
  }


#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cedfec47-cbc0-43a4-a092-0ed3324cdd55-root {
    text-align: left;
  }


#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cedfec47-cbc0-43a4-a092-0ed3324cdd55-root {
    text-align: left;
  }


#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cedfec47-cbc0-43a4-a092-0ed3324cdd55-root {
    text-align: left;
  }


#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cedfec47-cbc0-43a4-a092-0ed3324cdd55-root {
    text-align: left;
  }


#s-cedfec47-cbc0-43a4-a092-0ed3324cdd55.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin-left: auto;
margin-right: auto;
max-width: 1164px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  display: none;
}
#s-db93fb2a-8194-4da0-8fa0-1da6ff358969, #wrap-s-db93fb2a-8194-4da0-8fa0-1da6ff358969, #wrap-content-s-db93fb2a-8194-4da0-8fa0-1da6ff358969 { display: none !important; }}@media (max-width: 767px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  display: none;
}
#s-db93fb2a-8194-4da0-8fa0-1da6ff358969, #wrap-s-db93fb2a-8194-4da0-8fa0-1da6ff358969, #wrap-content-s-db93fb2a-8194-4da0-8fa0-1da6ff358969 { display: none !important; }}
#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969-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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 .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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 img.shogun-image {
  width: 100%;
  
  
  max-width: 1164px;

      
    max-width: 1164px;

  /* 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-db93fb2a-8194-4da0-8fa0-1da6ff358969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969-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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 .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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 img.shogun-image {
  width: 100%;
  
  
  max-width: 1164px;

      
    max-width: 1164px;

  /* 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-db93fb2a-8194-4da0-8fa0-1da6ff358969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969-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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 .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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 img.shogun-image {
  width: 100%;
  
  
  max-width: 1164px;

      
    max-width: 1164px;

  /* 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-db93fb2a-8194-4da0-8fa0-1da6ff358969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969-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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 .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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 img.shogun-image {
  width: 100%;
  
  
  max-width: 1164px;

      
    max-width: 1164px;

  /* 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-db93fb2a-8194-4da0-8fa0-1da6ff358969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969-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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 .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-db93fb2a-8194-4da0-8fa0-1da6ff358969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969 img.shogun-image {
  width: 100%;
  
  
  max-width: 1164px;

      
    max-width: 1164px;

  /* 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-db93fb2a-8194-4da0-8fa0-1da6ff358969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db93fb2a-8194-4da0-8fa0-1da6ff358969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd116517-5478-4101-a097-c138a444df26 {
  margin-left: auto;
margin-right: auto;
max-width: 856px;
text-align: center;
}
@media (min-width: 1200px){#s-bd116517-5478-4101-a097-c138a444df26 {
  display: none;
}
#s-bd116517-5478-4101-a097-c138a444df26, #wrap-s-bd116517-5478-4101-a097-c138a444df26, #wrap-content-s-bd116517-5478-4101-a097-c138a444df26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd116517-5478-4101-a097-c138a444df26 {
  display: none;
}
#s-bd116517-5478-4101-a097-c138a444df26, #wrap-s-bd116517-5478-4101-a097-c138a444df26, #wrap-content-s-bd116517-5478-4101-a097-c138a444df26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd116517-5478-4101-a097-c138a444df26 {
  
}
}@media (max-width: 767px){#s-bd116517-5478-4101-a097-c138a444df26 {
  
}
}
#s-bd116517-5478-4101-a097-c138a444df26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd116517-5478-4101-a097-c138a444df26-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-bd116517-5478-4101-a097-c138a444df26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd116517-5478-4101-a097-c138a444df26 .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-bd116517-5478-4101-a097-c138a444df26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd116517-5478-4101-a097-c138a444df26 img.shogun-image {
  width: 100%;
  
  
  max-width: 856px;

      
    max-width: 856px;

  /* 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-bd116517-5478-4101-a097-c138a444df26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd116517-5478-4101-a097-c138a444df26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd116517-5478-4101-a097-c138a444df26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd116517-5478-4101-a097-c138a444df26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bd116517-5478-4101-a097-c138a444df26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd116517-5478-4101-a097-c138a444df26-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-bd116517-5478-4101-a097-c138a444df26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd116517-5478-4101-a097-c138a444df26 .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-bd116517-5478-4101-a097-c138a444df26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd116517-5478-4101-a097-c138a444df26 img.shogun-image {
  width: 100%;
  
  
  max-width: 856px;

      
    max-width: 856px;

  /* 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-bd116517-5478-4101-a097-c138a444df26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd116517-5478-4101-a097-c138a444df26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd116517-5478-4101-a097-c138a444df26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd116517-5478-4101-a097-c138a444df26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bd116517-5478-4101-a097-c138a444df26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd116517-5478-4101-a097-c138a444df26-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-bd116517-5478-4101-a097-c138a444df26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd116517-5478-4101-a097-c138a444df26 .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-bd116517-5478-4101-a097-c138a444df26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd116517-5478-4101-a097-c138a444df26 img.shogun-image {
  width: 100%;
  
  
  max-width: 856px;

      
    max-width: 856px;

  /* 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-bd116517-5478-4101-a097-c138a444df26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd116517-5478-4101-a097-c138a444df26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd116517-5478-4101-a097-c138a444df26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd116517-5478-4101-a097-c138a444df26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bd116517-5478-4101-a097-c138a444df26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd116517-5478-4101-a097-c138a444df26-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-bd116517-5478-4101-a097-c138a444df26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd116517-5478-4101-a097-c138a444df26 .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-bd116517-5478-4101-a097-c138a444df26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd116517-5478-4101-a097-c138a444df26 img.shogun-image {
  width: 100%;
  
  
  max-width: 856px;

      
    max-width: 856px;

  /* 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-bd116517-5478-4101-a097-c138a444df26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd116517-5478-4101-a097-c138a444df26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd116517-5478-4101-a097-c138a444df26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd116517-5478-4101-a097-c138a444df26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bd116517-5478-4101-a097-c138a444df26 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd116517-5478-4101-a097-c138a444df26-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-bd116517-5478-4101-a097-c138a444df26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd116517-5478-4101-a097-c138a444df26 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 24px;
  
}


.shg-image-content-margin-container-s-bd116517-5478-4101-a097-c138a444df26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bd116517-5478-4101-a097-c138a444df26 img.shogun-image {
  width: 100%;
  
  
  max-width: 856px;

      
    max-width: 856px;

  /* 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-bd116517-5478-4101-a097-c138a444df26 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd116517-5478-4101-a097-c138a444df26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd116517-5478-4101-a097-c138a444df26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd116517-5478-4101-a097-c138a444df26.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aa1e8a03-29a5-4be6-93e9-f3ff1b272e15 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
background-color: rgba(0, 46, 115, 1);
}








#s-aa1e8a03-29a5-4be6-93e9-f3ff1b272e15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa1e8a03-29a5-4be6-93e9-f3ff1b272e15.shg-box.shg-c {
  justify-content: center;
}

#s-d2b51916-d154-4771-9bb9-9187b99ea82b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-d2b51916-d154-4771-9bb9-9187b99ea82b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2b51916-d154-4771-9bb9-9187b99ea82b.shg-box.shg-c {
  justify-content: center;
}

#s-cb28fe99-2311-4291-b2c8-86bb5c378acd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-cb28fe99-2311-4291-b2c8-86bb5c378acd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb28fe99-2311-4291-b2c8-86bb5c378acd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb28fe99-2311-4291-b2c8-86bb5c378acd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb28fe99-2311-4291-b2c8-86bb5c378acd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e76ffcb-95ef-47ed-9c69-3edc91fc8ab8 {
  margin-left: auto;
margin-right: auto;
}

#s-3e76ffcb-95ef-47ed-9c69-3edc91fc8ab8 .shg-proportional-font-size,
#s-3e76ffcb-95ef-47ed-9c69-3edc91fc8ab8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0adbdc61-53e3-4880-93a0-feef48400820 {
  margin-left: auto;
margin-right: auto;
}

#s-0adbdc61-53e3-4880-93a0-feef48400820 .shg-proportional-font-size,
#s-0adbdc61-53e3-4880-93a0-feef48400820 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b277ab5d-88a2-4572-9e0c-53e9700706fb {
  margin-left: auto;
margin-right: auto;
}

#s-b277ab5d-88a2-4572-9e0c-53e9700706fb .shg-proportional-font-size,
#s-b277ab5d-88a2-4572-9e0c-53e9700706fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12e05e9f-dd25-4a07-81fe-d4b06f8fabef {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-12e05e9f-dd25-4a07-81fe-d4b06f8fabef {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-12e05e9f-dd25-4a07-81fe-d4b06f8fabef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12e05e9f-dd25-4a07-81fe-d4b06f8fabef.shg-box.shg-c {
  justify-content: center;
}

#s-d9749e18-a909-491e-b66c-1cfd8146ad45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d9749e18-a909-491e-b66c-1cfd8146ad45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9749e18-a909-491e-b66c-1cfd8146ad45.shg-box.shg-c {
  justify-content: center;
}

#s-31d3253d-b866-484b-ae54-d3a782179c97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-31d3253d-b866-484b-ae54-d3a782179c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31d3253d-b866-484b-ae54-d3a782179c97.shg-box.shg-c {
  justify-content: center;
}

#s-7ce31cdd-99b6-42ac-8d34-fd73aa98a427 {
  margin-left: auto;
margin-right: auto;
}

#s-7ce31cdd-99b6-42ac-8d34-fd73aa98a427 .shg-proportional-font-size,
#s-7ce31cdd-99b6-42ac-8d34-fd73aa98a427 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-440e48b6-dce1-4d52-b978-cc4c47d9a9d6 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

#s-440e48b6-dce1-4d52-b978-cc4c47d9a9d6 .shg-proportional-font-size,
#s-440e48b6-dce1-4d52-b978-cc4c47d9a9d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad85991e-aee6-4944-bb64-48fa17d4c9a3 {
  margin-top: 48px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ad85991e-aee6-4944-bb64-48fa17d4c9a3 {
  margin-top: 24px;
}
}







#s-ad85991e-aee6-4944-bb64-48fa17d4c9a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad85991e-aee6-4944-bb64-48fa17d4c9a3.shg-box.shg-c {
  justify-content: center;
}

#s-babecaec-3e9e-42bd-b8c4-24997d2b8793 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-babecaec-3e9e-42bd-b8c4-24997d2b8793"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-babecaec-3e9e-42bd-b8c4-24997d2b8793"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-babecaec-3e9e-42bd-b8c4-24997d2b8793"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-babecaec-3e9e-42bd-b8c4-24997d2b8793"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-73c3e449-188b-4d99-8005-8bcec2cea682 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-73c3e449-188b-4d99-8005-8bcec2cea682 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e3f771c6-2eee-4d0b-a481-b9b309117c57 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-e3f771c6-2eee-4d0b-a481-b9b309117c57 {
  padding-bottom: 16px;
}
}
#s-07b87018-d6a2-4e40-9dd3-6d3462909103 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8b59c798-97cf-48da-88a9-b02ece0f6386 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(224, 242, 255, 0.5);
}
@media (max-width: 767px){#s-8b59c798-97cf-48da-88a9-b02ece0f6386 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 24px;
}
}







#s-8b59c798-97cf-48da-88a9-b02ece0f6386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b59c798-97cf-48da-88a9-b02ece0f6386.shg-box.shg-c {
  justify-content: center;
}

#s-49f005fc-1ec4-4698-9e24-cfb9cf9ef56a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-49f005fc-1ec4-4698-9e24-cfb9cf9ef56a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f005fc-1ec4-4698-9e24-cfb9cf9ef56a.shg-box.shg-c {
  justify-content: center;
}

#s-e967c6aa-0016-4531-936a-522da109a7ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e967c6aa-0016-4531-936a-522da109a7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e967c6aa-0016-4531-936a-522da109a7ae.shg-box.shg-c {
  justify-content: center;
}

#s-3eee9fc8-8021-465c-989a-c6c840b00ce4 {
  margin-left: auto;
margin-right: auto;
}

#s-3eee9fc8-8021-465c-989a-c6c840b00ce4 .shg-proportional-font-size,
#s-3eee9fc8-8021-465c-989a-c6c840b00ce4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-06a486c3-2e13-4e53-93d1-ea43cd4206e3 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}

#s-06a486c3-2e13-4e53-93d1-ea43cd4206e3 .shg-proportional-font-size,
#s-06a486c3-2e13-4e53-93d1-ea43cd4206e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9ed1b21-845c-493b-89e3-caf498520a8d {
  margin-top: 48px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c9ed1b21-845c-493b-89e3-caf498520a8d {
  margin-top: 24px;
}
}







#s-c9ed1b21-845c-493b-89e3-caf498520a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9ed1b21-845c-493b-89e3-caf498520a8d.shg-box.shg-c {
  justify-content: center;
}

#s-3711c9b7-d66a-4775-9d4b-4de26ec9a9b7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3711c9b7-d66a-4775-9d4b-4de26ec9a9b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3711c9b7-d66a-4775-9d4b-4de26ec9a9b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3711c9b7-d66a-4775-9d4b-4de26ec9a9b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3711c9b7-d66a-4775-9d4b-4de26ec9a9b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-6bd6d281-46fb-4626-8822-c580ac67e6b0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-6bd6d281-46fb-4626-8822-c580ac67e6b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin-left: auto;
margin-right: auto;
max-width: 48px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  max-width: 48px;
}
}
#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42-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-84017212-f252-4f19-9c71-d8425d85cd42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84017212-f252-4f19-9c71-d8425d85cd42 .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-84017212-f252-4f19-9c71-d8425d85cd42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
  width: 100%;
  
  
  max-width: 48px;

      
    max-width: 48px;

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-84017212-f252-4f19-9c71-d8425d85cd42 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84017212-f252-4f19-9c71-d8425d85cd42 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
      position: relative;
    }

    .s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      max-width: 48px;
    }
  }

@media (min-width: 1200px){#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42-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-84017212-f252-4f19-9c71-d8425d85cd42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84017212-f252-4f19-9c71-d8425d85cd42 .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-84017212-f252-4f19-9c71-d8425d85cd42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
  width: 100%;
  
  
  max-width: 48px;

      
    max-width: 48px;

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




.s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42-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-84017212-f252-4f19-9c71-d8425d85cd42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84017212-f252-4f19-9c71-d8425d85cd42 .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-84017212-f252-4f19-9c71-d8425d85cd42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
  width: 100%;
  
  
  max-width: 48px;

      
    max-width: 48px;

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




.s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42-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-84017212-f252-4f19-9c71-d8425d85cd42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84017212-f252-4f19-9c71-d8425d85cd42 .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-84017212-f252-4f19-9c71-d8425d85cd42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
  width: 100%;
  
  
  max-width: 48px;

      
    max-width: 48px;

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




.s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-84017212-f252-4f19-9c71-d8425d85cd42 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42-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-84017212-f252-4f19-9c71-d8425d85cd42 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-84017212-f252-4f19-9c71-d8425d85cd42 .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-84017212-f252-4f19-9c71-d8425d85cd42 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-84017212-f252-4f19-9c71-d8425d85cd42 img.shogun-image {
  width: 100%;
  
  
  max-width: 48px;

      
    max-width: 48px;

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




.s-84017212-f252-4f19-9c71-d8425d85cd42 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84017212-f252-4f19-9c71-d8425d85cd42.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-514442ea-f571-4a05-938c-a60df46e33ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-514442ea-f571-4a05-938c-a60df46e33ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-514442ea-f571-4a05-938c-a60df46e33ec.shg-box.shg-c {
  justify-content: center;
}

#s-a61aead0-a00d-4f81-a952-6db9ff01b013 {
  margin-left: auto;
margin-right: auto;
}

#s-a61aead0-a00d-4f81-a952-6db9ff01b013 .shg-proportional-font-size,
#s-a61aead0-a00d-4f81-a952-6db9ff01b013 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e4e02a12-36ad-4c51-8961-9b9b47ac74e2 {
  margin-left: auto;
margin-right: auto;
}

#s-e4e02a12-36ad-4c51-8961-9b9b47ac74e2 .shg-proportional-font-size,
#s-e4e02a12-36ad-4c51-8961-9b9b47ac74e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-35d6e8d1-4235-4070-a2ff-83807cb9c539 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-35d6e8d1-4235-4070-a2ff-83807cb9c539"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin-left: auto;
margin-right: auto;
max-width: 96px;
text-align: center;
}
@media (max-width: 767px){#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  max-width: 48px;
}
}
#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4-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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 .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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 96px;

      
    max-width: 96px;

  /* 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-c6ccd152-6960-455d-a75a-710cb6c324b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4-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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 .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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 96px;

      
    max-width: 96px;

  /* 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-c6ccd152-6960-455d-a75a-710cb6c324b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4-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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 .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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 96px;

      
    max-width: 96px;

  /* 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-c6ccd152-6960-455d-a75a-710cb6c324b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4-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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 .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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 96px;

      
    max-width: 96px;

  /* 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-c6ccd152-6960-455d-a75a-710cb6c324b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4-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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 .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-c6ccd152-6960-455d-a75a-710cb6c324b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6ccd152-6960-455d-a75a-710cb6c324b4 img.shogun-image {
  width: 100%;
  
  
  max-width: 96px;

      
    max-width: 96px;

  /* 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-c6ccd152-6960-455d-a75a-710cb6c324b4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6ccd152-6960-455d-a75a-710cb6c324b4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9c46ae04-948c-4c67-8efd-2186ac9e985e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9c46ae04-948c-4c67-8efd-2186ac9e985e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c46ae04-948c-4c67-8efd-2186ac9e985e.shg-box.shg-c {
  justify-content: center;
}

#s-524db8a8-169a-4cd6-b3fe-51a5cb8cdc3d {
  margin-left: auto;
margin-right: auto;
}

#s-524db8a8-169a-4cd6-b3fe-51a5cb8cdc3d .shg-proportional-font-size,
#s-524db8a8-169a-4cd6-b3fe-51a5cb8cdc3d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98084264-d7aa-4c5a-96cd-84f068b65bd1 {
  margin-left: auto;
margin-right: auto;
}

#s-98084264-d7aa-4c5a-96cd-84f068b65bd1 .shg-proportional-font-size,
#s-98084264-d7aa-4c5a-96cd-84f068b65bd1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3dce5d23-97f6-446e-a763-cca451fce13d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-3dce5d23-97f6-446e-a763-cca451fce13d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin-left: auto;
margin-right: auto;
max-width: 97px;
text-align: center;
}
@media (max-width: 767px){#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  max-width: 48px;
}
}
#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57-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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57-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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57-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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57-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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57-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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76bc95b7-2c0d-4a75-8eb8-9aa52b1a6a57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-06afce68-40ae-4ff2-87bb-8966e4d37b74 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-06afce68-40ae-4ff2-87bb-8966e4d37b74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06afce68-40ae-4ff2-87bb-8966e4d37b74.shg-box.shg-c {
  justify-content: center;
}

#s-7d81de2d-9a32-4aed-850e-221eba537701 {
  margin-left: auto;
margin-right: auto;
}

#s-7d81de2d-9a32-4aed-850e-221eba537701 .shg-proportional-font-size,
#s-7d81de2d-9a32-4aed-850e-221eba537701 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-84c602a7-c37e-4ae1-8010-947ad0cf3253 {
  margin-left: auto;
margin-right: auto;
}

#s-84c602a7-c37e-4ae1-8010-947ad0cf3253 .shg-proportional-font-size,
#s-84c602a7-c37e-4ae1-8010-947ad0cf3253 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c5db33b-3a8f-4a16-bdcb-50ae362cf4be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin-left: auto;
margin-right: auto;
max-width: 97px;
text-align: center;
}
@media (max-width: 767px){#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  max-width: 48px;
}
}
#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc-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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc-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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc-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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc-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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc-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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc img.shogun-image {
  width: 100%;
  
  
  max-width: 97px;

      
    max-width: 97px;

  /* 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-35a14a10-7329-4bc5-9bb4-0a4e63f664bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35a14a10-7329-4bc5-9bb4-0a4e63f664bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-894c6030-39d4-4f87-95e0-f67942c00317 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-894c6030-39d4-4f87-95e0-f67942c00317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-894c6030-39d4-4f87-95e0-f67942c00317.shg-box.shg-c {
  justify-content: center;
}

#s-4e1a1d34-898d-495f-ac35-dd54eec25d22 {
  margin-left: auto;
margin-right: auto;
}

#s-4e1a1d34-898d-495f-ac35-dd54eec25d22 .shg-proportional-font-size,
#s-4e1a1d34-898d-495f-ac35-dd54eec25d22 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f123758e-7980-4428-8f0b-974cea9c8143 {
  margin-left: auto;
margin-right: auto;
}

#s-f123758e-7980-4428-8f0b-974cea9c8143 .shg-proportional-font-size,
#s-f123758e-7980-4428-8f0b-974cea9c8143 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cf10d478-84be-4ddd-97b8-c7e84a692632 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(249, 250, 251, 1);
}
@media (min-width: 1200px){#s-cf10d478-84be-4ddd-97b8-c7e84a692632 {
  display: none;
}
#s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-content-s-cf10d478-84be-4ddd-97b8-c7e84a692632 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf10d478-84be-4ddd-97b8-c7e84a692632 {
  display: none;
}
#s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-content-s-cf10d478-84be-4ddd-97b8-c7e84a692632 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf10d478-84be-4ddd-97b8-c7e84a692632 {
  display: none;
}
#s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-content-s-cf10d478-84be-4ddd-97b8-c7e84a692632 { display: none !important; }}@media (max-width: 767px){#s-cf10d478-84be-4ddd-97b8-c7e84a692632 {
  padding-top: 24px;
padding-bottom: 40px;
display: none;
}
#s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-s-cf10d478-84be-4ddd-97b8-c7e84a692632, #wrap-content-s-cf10d478-84be-4ddd-97b8-c7e84a692632 { display: none !important; }}







#s-cf10d478-84be-4ddd-97b8-c7e84a692632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf10d478-84be-4ddd-97b8-c7e84a692632.shg-box.shg-c {
  justify-content: center;
}

#s-22d0e6a2-c201-41fc-9fd0-dc6fc64216b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22d0e6a2-c201-41fc-9fd0-dc6fc64216b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22d0e6a2-c201-41fc-9fd0-dc6fc64216b9.shg-box.shg-c {
  justify-content: center;
}

#s-62c14780-607d-462b-8917-41732af9eaac {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-62c14780-607d-462b-8917-41732af9eaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62c14780-607d-462b-8917-41732af9eaac.shg-box.shg-c {
  justify-content: center;
}

#s-42c2b7c4-2bb5-47d9-930e-fe349b55dfb5 {
  margin-left: auto;
margin-right: auto;
}

#s-42c2b7c4-2bb5-47d9-930e-fe349b55dfb5 .shg-proportional-font-size,
#s-42c2b7c4-2bb5-47d9-930e-fe349b55dfb5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6f90bcf0-efbd-4356-a6e0-2f49d17a5224 {
  margin-left: auto;
margin-right: auto;
}

#s-6f90bcf0-efbd-4356-a6e0-2f49d17a5224 .shg-proportional-font-size,
#s-6f90bcf0-efbd-4356-a6e0-2f49d17a5224 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-545193fd-d640-4005-a179-262e029684b3 {
  margin-top: 48px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-545193fd-d640-4005-a179-262e029684b3 {
  margin-top: 24px;
}
}







#s-545193fd-d640-4005-a179-262e029684b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-545193fd-d640-4005-a179-262e029684b3.shg-box.shg-c {
  justify-content: center;
}

#s-c83ec865-8683-41d9-a166-1ff57b99379d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c83ec865-8683-41d9-a166-1ff57b99379d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c83ec865-8683-41d9-a166-1ff57b99379d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c83ec865-8683-41d9-a166-1ff57b99379d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83ec865-8683-41d9-a166-1ff57b99379d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b7cd249-d4b5-4398-9b32-de4e9c1858d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d0e8a6f6-68a9-47ec-b4d9-add2345f99f8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3d56adab-3a4e-4ea8-9e73-d5d05ee0e5c3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e95db9d3-e2f0-4cf2-a919-fd8fcfefb3a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 88px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e95db9d3-e2f0-4cf2-a919-fd8fcfefb3a7 {
  padding-top: 40px;
}
}







#s-e95db9d3-e2f0-4cf2-a919-fd8fcfefb3a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e95db9d3-e2f0-4cf2-a919-fd8fcfefb3a7.shg-box.shg-c {
  justify-content: center;
}

#s-7674691a-eaf6-4692-baea-4858aaad9aee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7674691a-eaf6-4692-baea-4858aaad9aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7674691a-eaf6-4692-baea-4858aaad9aee.shg-box.shg-c {
  justify-content: center;
}

#s-e1582e82-1a24-4bdf-bd38-fb5fa7c3ad9d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bd8b31b5-00b5-4076-843f-ac95abf880bc {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-bd8b31b5-00b5-4076-843f-ac95abf880bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

}

#s-f956a11c-9599-4d43-89d9-dd0b6df057e3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 1px;
min-height: 50px;
}








#s-f956a11c-9599-4d43-89d9-dd0b6df057e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f956a11c-9599-4d43-89d9-dd0b6df057e3.shg-box.shg-c {
  justify-content: center;
}

#s-7a61b470-968d-4391-a064-f83e7ea30641 {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}

#s-7a61b470-968d-4391-a064-f83e7ea30641 .shg-proportional-font-size,
#s-7a61b470-968d-4391-a064-f83e7ea30641 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a9db1f57-219b-4285-a564-a7b6e56cb824 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a9db1f57-219b-4285-a564-a7b6e56cb824 {
  margin-top: 0px;
}
}
#s-a9db1f57-219b-4285-a564-a7b6e56cb824 .shg-proportional-font-size,
#s-a9db1f57-219b-4285-a564-a7b6e56cb824 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
}
@media (min-width: 1200px){#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 {
  display: none;
}
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-content-s-633f8cad-55cb-4d25-878e-5d6c5fb86194 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 {
  margin-top: 0px;
display: none;
}
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-content-s-633f8cad-55cb-4d25-878e-5d6c5fb86194 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 {
  display: none;
}
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-content-s-633f8cad-55cb-4d25-878e-5d6c5fb86194 { display: none !important; }}@media (max-width: 767px){#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 {
  display: none;
}
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-s-633f8cad-55cb-4d25-878e-5d6c5fb86194, #wrap-content-s-633f8cad-55cb-4d25-878e-5d6c5fb86194 { display: none !important; }}
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 .shg-proportional-font-size,
#s-633f8cad-55cb-4d25-878e-5d6c5fb86194 .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-99e12157-cdb8-41e3-a37a-628634ef9e7c {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-99e12157-cdb8-41e3-a37a-628634ef9e7c {
  display: none;
}
#s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-content-s-99e12157-cdb8-41e3-a37a-628634ef9e7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99e12157-cdb8-41e3-a37a-628634ef9e7c {
  display: none;
}
#s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-content-s-99e12157-cdb8-41e3-a37a-628634ef9e7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99e12157-cdb8-41e3-a37a-628634ef9e7c {
  display: none;
}
#s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-content-s-99e12157-cdb8-41e3-a37a-628634ef9e7c { display: none !important; }}@media (max-width: 767px){#s-99e12157-cdb8-41e3-a37a-628634ef9e7c {
  display: none;
}
#s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-s-99e12157-cdb8-41e3-a37a-628634ef9e7c, #wrap-content-s-99e12157-cdb8-41e3-a37a-628634ef9e7c { display: none !important; }}
#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(213, 215, 221, 1);
}

#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 24px;
}

#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 37, 65, 1);
}

#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(213, 215, 221, 1);
}

#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 37, 65, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-99e12157-cdb8-41e3-a37a-628634ef9e7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-96bf16af-7fe2-47d8-899b-773bf08b7269 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
}

#s-96bf16af-7fe2-47d8-899b-773bf08b7269 .shg-proportional-font-size,
#s-96bf16af-7fe2-47d8-899b-773bf08b7269 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e63cd513-a13d-4578-99f7-51fa7b840339 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 16px;
min-height: 50px;
background-color: rgba(249, 250, 251, 1);
}








#s-e63cd513-a13d-4578-99f7-51fa7b840339 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e63cd513-a13d-4578-99f7-51fa7b840339.shg-box.shg-c {
  justify-content: center;
}

#s-47f8af04-5051-4298-bd53-c52ee072c0b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47f8af04-5051-4298-bd53-c52ee072c0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f8af04-5051-4298-bd53-c52ee072c0b9.shg-box.shg-c {
  justify-content: center;
}

#s-e8422d26-a62d-44ad-808f-8143345dbfe6 {
  margin-left: auto;
margin-right: auto;
}

#s-e8422d26-a62d-44ad-808f-8143345dbfe6 .shg-proportional-font-size,
#s-e8422d26-a62d-44ad-808f-8143345dbfe6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7e7569de-7d8a-45a7-ab1f-ba07c9d4a5e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
}

#s-7e7569de-7d8a-45a7-ab1f-ba07c9d4a5e2 .shg-proportional-font-size,
#s-7e7569de-7d8a-45a7-ab1f-ba07c9d4a5e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

#s-bcd8295c-7305-4508-96ab-01b59d9ff189 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bcd8295c-7305-4508-96ab-01b59d9ff189 {
  display: none;
}
#s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-content-s-bcd8295c-7305-4508-96ab-01b59d9ff189 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcd8295c-7305-4508-96ab-01b59d9ff189 {
  display: none;
}
#s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-content-s-bcd8295c-7305-4508-96ab-01b59d9ff189 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcd8295c-7305-4508-96ab-01b59d9ff189 {
  display: none;
}
#s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-content-s-bcd8295c-7305-4508-96ab-01b59d9ff189 { display: none !important; }}@media (max-width: 767px){#s-bcd8295c-7305-4508-96ab-01b59d9ff189 {
  display: none;
}
#s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-s-bcd8295c-7305-4508-96ab-01b59d9ff189, #wrap-content-s-bcd8295c-7305-4508-96ab-01b59d9ff189 { display: none !important; }}
#s-bcd8295c-7305-4508-96ab-01b59d9ff189 hr {
  border-top: 1px solid #ddd;
}

#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 {
  display: none;
}
#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-content-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 {
  display: none;
}
#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-content-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 {
  display: none;
}
#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-content-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 { display: none !important; }}@media (max-width: 767px){#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 {
  display: none;
}
#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5, #wrap-content-s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 { display: none !important; }}







#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ed401f9-abe8-46e6-984c-4f8ceb2675c5.shg-box.shg-c {
  justify-content: center;
}

#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 {
  display: none;
}
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-content-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 {
  display: none;
}
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-content-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 {
  display: none;
}
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-content-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 { display: none !important; }}@media (max-width: 767px){#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 {
  display: none;
}
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76, #wrap-content-s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 { display: none !important; }}
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 .shg-proportional-font-size,
#s-554f2e69-b9f4-4bf0-9b25-07b56a0e4b76 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
}
@media (min-width: 1200px){#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c {
  display: none;
}
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-content-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c {
  display: none;
}
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-content-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c {
  display: none;
}
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-content-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c { display: none !important; }}@media (max-width: 767px){#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c {
  display: none;
}
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c, #wrap-content-s-3a58948f-1404-45db-a8b2-a2ca91a6a52c { display: none !important; }}
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c .shg-proportional-font-size,
#s-3a58948f-1404-45db-a8b2-a2ca91a6a52c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd053f97-7042-4208-9628-26e7efbbd2bc {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fd053f97-7042-4208-9628-26e7efbbd2bc {
  display: none;
}
#s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-content-s-fd053f97-7042-4208-9628-26e7efbbd2bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd053f97-7042-4208-9628-26e7efbbd2bc {
  display: none;
}
#s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-content-s-fd053f97-7042-4208-9628-26e7efbbd2bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd053f97-7042-4208-9628-26e7efbbd2bc {
  display: none;
}
#s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-content-s-fd053f97-7042-4208-9628-26e7efbbd2bc { display: none !important; }}@media (max-width: 767px){#s-fd053f97-7042-4208-9628-26e7efbbd2bc {
  display: none;
}
#s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-s-fd053f97-7042-4208-9628-26e7efbbd2bc, #wrap-content-s-fd053f97-7042-4208-9628-26e7efbbd2bc { display: none !important; }}
#s-fd053f97-7042-4208-9628-26e7efbbd2bc hr {
  border-top: 1px solid #ddd;
}

#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc {
  display: none;
}
#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-content-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc {
  display: none;
}
#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-content-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc {
  display: none;
}
#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-content-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc { display: none !important; }}@media (max-width: 767px){#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc {
  display: none;
}
#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc, #wrap-content-s-14b3dd3d-20c4-4d0f-96ff-9612497469dc { display: none !important; }}







#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14b3dd3d-20c4-4d0f-96ff-9612497469dc.shg-box.shg-c {
  justify-content: center;
}

#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a {
  display: none;
}
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-content-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a {
  display: none;
}
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-content-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a {
  display: none;
}
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-content-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a { display: none !important; }}@media (max-width: 767px){#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a {
  display: none;
}
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a, #wrap-content-s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a { display: none !important; }}
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a .shg-proportional-font-size,
#s-a7b254cf-c5b3-48ed-9f9c-f29482ba821a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
}
@media (min-width: 1200px){#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 {
  display: none;
}
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-content-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 {
  display: none;
}
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-content-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 {
  display: none;
}
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-content-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 { display: none !important; }}@media (max-width: 767px){#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 {
  display: none;
}
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8, #wrap-content-s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 { display: none !important; }}
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 .shg-proportional-font-size,
#s-5981f589-8f56-4a5b-a5f7-e0a43318c7a8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3ab04702-b6a5-4c0d-9698-daba0efe641d {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 12px;
padding-left: 24px;
padding-bottom: 12px;
padding-right: 24px;
border-radius: 999px;
background-color: rgba(21, 90, 210, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1.6px;
}
#s-3ab04702-b6a5-4c0d-9698-daba0efe641d:hover {background-color: rgba(0, 46, 115, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ab04702-b6a5-4c0d-9698-daba0efe641d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-3ab04702-b6a5-4c0d-9698-daba0efe641d {
  
}
#s-3ab04702-b6a5-4c0d-9698-daba0efe641d:active {background-color: rgba(0, 46, 115, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-3ab04702-b6a5-4c0d-9698-daba0efe641d {
  
}
}@media (max-width: 767px){#s-3ab04702-b6a5-4c0d-9698-daba0efe641d {
  
}
}

  #s-3ab04702-b6a5-4c0d-9698-daba0efe641d-root {
    text-align: center;
  }


#s-3ab04702-b6a5-4c0d-9698-daba0efe641d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ab04702-b6a5-4c0d-9698-daba0efe641d-root {
    text-align: center;
  }


#s-3ab04702-b6a5-4c0d-9698-daba0efe641d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ab04702-b6a5-4c0d-9698-daba0efe641d-root {
    text-align: center;
  }


#s-3ab04702-b6a5-4c0d-9698-daba0efe641d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ab04702-b6a5-4c0d-9698-daba0efe641d-root {
    text-align: center;
  }


#s-3ab04702-b6a5-4c0d-9698-daba0efe641d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ab04702-b6a5-4c0d-9698-daba0efe641d-root {
    text-align: center;
  }


#s-3ab04702-b6a5-4c0d-9698-daba0efe641d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  
  display:  inline-block ;
}
}
#s-d7a4cd29-a919-41d0-9a24-d8d13a45ed92 {
  margin-top: 88px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-d7a4cd29-a919-41d0-9a24-d8d13a45ed92 {
  margin-top: 40px;
}
}
#s-d7a4cd29-a919-41d0-9a24-d8d13a45ed92 hr {
  border-top: 2px solid rgba(213, 215, 221, 1);
}

#s-3a09bc87-747a-4a31-aba5-dca5af3a4b6b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dedbf48e-62d8-40e8-b24f-4e1f9220737e {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1640px;
}
@media (max-width: 767px){#s-dedbf48e-62d8-40e8-b24f-4e1f9220737e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}







#s-dedbf48e-62d8-40e8-b24f-4e1f9220737e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dedbf48e-62d8-40e8-b24f-4e1f9220737e.shg-box.shg-c {
  justify-content: center;
}

#s-8813e2bb-1546-4e23-a8da-6c7690607d72 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8813e2bb-1546-4e23-a8da-6c7690607d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8813e2bb-1546-4e23-a8da-6c7690607d72.shg-box.shg-c {
  justify-content: center;
}

.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: rgba(26, 23, 30, 1);
  font-family: "Lato";
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(26, 23, 30, 1);
  font-family: "Lato";
}

.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: rgba(26, 23, 30, 1);
  font-family: "Lato";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(26, 23, 30, 1);
  font-family: "Lato";
  font-weight: normal;
}

#s-f404c1d9-cff7-441f-881a-407049c83b62 {
  margin-top: 64px;
margin-left: auto;
margin-right: auto;
padding-bottom: 24px;
}
@media (max-width: 767px){#s-f404c1d9-cff7-441f-881a-407049c83b62 {
  margin-top: 40px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
}
}
#s-8a45d7d9-33d4-461b-afc9-c23cd5e71785 {
  margin-top: 1.5em;
margin-bottom: 0em;
}

#s-9f413f6e-dd4b-49ec-969a-ac288fcab9c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 88px;
padding-bottom: 88px;
min-height: 50px;
background-color: rgba(224, 242, 255, 1);
}
@media (max-width: 767px){#s-9f413f6e-dd4b-49ec-969a-ac288fcab9c6 {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-9f413f6e-dd4b-49ec-969a-ac288fcab9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f413f6e-dd4b-49ec-969a-ac288fcab9c6.shg-box.shg-c {
  justify-content: center;
}

#s-fdcfcca5-2a78-458b-a3f8-e70414e09a5e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fdcfcca5-2a78-458b-a3f8-e70414e09a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdcfcca5-2a78-458b-a3f8-e70414e09a5e.shg-box.shg-c {
  justify-content: center;
}

#s-b02b4b43-decd-4a95-8544-8b31e3f22a55 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-b02b4b43-decd-4a95-8544-8b31e3f22a55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
max-width: 700px;
text-align: right;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a-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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 16px;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* 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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a-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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* 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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a-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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* 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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a-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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* 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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a-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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a img.shogun-image {
  width: 100%;
  
  
  max-width: 700px;

      
    max-width: 700px;

  /* 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-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a9e6cfe-ddeb-4303-a2e2-61f8ec4c700a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-27341557-a8fb-4894-b584-b8434ec46cee {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(3, 59, 143, 1);
}
@media (min-width: 1200px){#s-27341557-a8fb-4894-b584-b8434ec46cee {
  display: none;
}
#s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-content-s-27341557-a8fb-4894-b584-b8434ec46cee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27341557-a8fb-4894-b584-b8434ec46cee {
  display: none;
}
#s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-content-s-27341557-a8fb-4894-b584-b8434ec46cee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27341557-a8fb-4894-b584-b8434ec46cee {
  display: none;
}
#s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-content-s-27341557-a8fb-4894-b584-b8434ec46cee { display: none !important; }}@media (max-width: 767px){#s-27341557-a8fb-4894-b584-b8434ec46cee {
  display: none;
}
#s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-s-27341557-a8fb-4894-b584-b8434ec46cee, #wrap-content-s-27341557-a8fb-4894-b584-b8434ec46cee { display: none !important; }}







#s-27341557-a8fb-4894-b584-b8434ec46cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27341557-a8fb-4894-b584-b8434ec46cee.shg-box.shg-c {
  justify-content: center;
}

#s-076fe5f7-8aee-4327-9050-8595267d04f5 {
  margin-left: auto;
margin-right: auto;
}

#s-076fe5f7-8aee-4327-9050-8595267d04f5 .shg-proportional-font-size,
#s-076fe5f7-8aee-4327-9050-8595267d04f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7daf4ddf-09fd-497a-a8a1-9dc752d8bee9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7daf4ddf-09fd-497a-a8a1-9dc752d8bee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7daf4ddf-09fd-497a-a8a1-9dc752d8bee9.shg-box.shg-c {
  justify-content: center;
}

#s-b58f5e94-19b0-4313-a75c-0b45c07234dd {
  margin-left: auto;
margin-right: auto;
}

#s-b58f5e94-19b0-4313-a75c-0b45c07234dd .shg-proportional-font-size,
#s-b58f5e94-19b0-4313-a75c-0b45c07234dd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-49fb6dcc-a6a8-46e2-b98d-5a81f7adb13a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
}
@media (max-width: 767px){#s-49fb6dcc-a6a8-46e2-b98d-5a81f7adb13a {
  margin-top: 16px;
}
}
#s-49fb6dcc-a6a8-46e2-b98d-5a81f7adb13a .shg-proportional-font-size,
#s-49fb6dcc-a6a8-46e2-b98d-5a81f7adb13a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd6ebda2-8d07-4a40-b76a-f0ea6d0faa3c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-dd6ebda2-8d07-4a40-b76a-f0ea6d0faa3c .shg-proportional-font-size,
#s-dd6ebda2-8d07-4a40-b76a-f0ea6d0faa3c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ede5f2de-0617-4329-9957-448afadb0e65 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-ede5f2de-0617-4329-9957-448afadb0e65 .shg-proportional-font-size,
#s-ede5f2de-0617-4329-9957-448afadb0e65 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1f124fdf-d4fe-4a41-8821-8a9cdcbfcb93 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-1f124fdf-d4fe-4a41-8821-8a9cdcbfcb93 .shg-proportional-font-size,
#s-1f124fdf-d4fe-4a41-8821-8a9cdcbfcb93 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ddb4d82-0106-4e31-a3d5-9956c4c9c800 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-0ddb4d82-0106-4e31-a3d5-9956c4c9c800 .shg-proportional-font-size,
#s-0ddb4d82-0106-4e31-a3d5-9956c4c9c800 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-524691c3-673a-4f42-8837-b9971f6a8b2e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-524691c3-673a-4f42-8837-b9971f6a8b2e .shg-proportional-font-size,
#s-524691c3-673a-4f42-8837-b9971f6a8b2e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a213a89c-3c69-4543-becb-e09fa0524e64 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-a213a89c-3c69-4543-becb-e09fa0524e64 .shg-proportional-font-size,
#s-a213a89c-3c69-4543-becb-e09fa0524e64 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cd641e28-70e6-4667-a606-3c746bd2074f {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-cd641e28-70e6-4667-a606-3c746bd2074f .shg-proportional-font-size,
#s-cd641e28-70e6-4667-a606-3c746bd2074f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-62857044-0c47-4643-80e0-b26ccad91d1e {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-62857044-0c47-4643-80e0-b26ccad91d1e .shg-proportional-font-size,
#s-62857044-0c47-4643-80e0-b26ccad91d1e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6f6c3658-c015-4ef7-b1ef-ca5cecbad4d3 {
  margin-top: 88px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6f6c3658-c015-4ef7-b1ef-ca5cecbad4d3 {
  margin-top: 40px;
margin-bottom: 40px;
}
}







#s-6f6c3658-c015-4ef7-b1ef-ca5cecbad4d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f6c3658-c015-4ef7-b1ef-ca5cecbad4d3.shg-box.shg-c {
  justify-content: center;
}

#s-bd7136d3-58b4-4afc-85af-5ec8c13431db {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bd7136d3-58b4-4afc-85af-5ec8c13431db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7136d3-58b4-4afc-85af-5ec8c13431db.shg-box.shg-c {
  justify-content: center;
}

#s-942d50f1-a4a0-4913-a978-d0b408186810 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-942d50f1-a4a0-4913-a978-d0b408186810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-942d50f1-a4a0-4913-a978-d0b408186810.shg-box.shg-c {
  justify-content: center;
}

#s-e0d497e8-0fc4-4948-993c-b38bc31eaa62 {
  margin-left: auto;
margin-right: auto;
}

#s-e0d497e8-0fc4-4948-993c-b38bc31eaa62 .shg-proportional-font-size,
#s-e0d497e8-0fc4-4948-993c-b38bc31eaa62 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e0af2269-ae71-44d9-85f2-eb5c4a538178 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e0af2269-ae71-44d9-85f2-eb5c4a538178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0af2269-ae71-44d9-85f2-eb5c4a538178"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0af2269-ae71-44d9-85f2-eb5c4a538178"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0af2269-ae71-44d9-85f2-eb5c4a538178"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 {
  margin-left: auto;
margin-right: auto;
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 37, 65, 1);
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 37, 65, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-1155c187-ebc3-4ef1-b574-d1dc0b4a7824 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-31073292-4572-4b6d-8baf-3e6169e1d4e8 {
  margin-left: auto;
margin-right: auto;
}

#s-58a6ca62-447c-4a14-bfe6-f95f763e182f {
  margin-left: auto;
margin-right: auto;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 {
  margin-left: auto;
margin-right: auto;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(26, 37, 65, 1);
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(26, 37, 65, 1);
  text-align: left;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a0fb8b91-5a45-46a7-bc28-c66eac5b99f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ad5b505a-74d5-4663-a921-6cb6d8e840ce {
  margin-left: auto;
margin-right: auto;
}

#s-6a65f01c-2226-4e73-bf43-fe4bccca8bd4 {
  margin-left: auto;
margin-right: auto;
}

#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa {
  
}
}@media (max-width: 767px){#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa {
  
}
}







#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac6a2674-27e2-4182-bbec-c71cc3eec1aa.shg-box.shg-c {
  justify-content: center;
}

#s-666e62e0-3251-4f2d-9e43-8860956efa79 {
  margin-top: 0em;
padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 46, 115, 0);
border-style: none;
border-radius: 50px;
background-color: rgba(21, 90, 210, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-666e62e0-3251-4f2d-9e43-8860956efa79:hover {border-style: solid !important;
border-color: rgba(0, 46, 115, 1) !important;
background-color: rgba(21, 90, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-666e62e0-3251-4f2d-9e43-8860956efa79:active {background-color: rgba(21, 90, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-666e62e0-3251-4f2d-9e43-8860956efa79-root {
    text-align: center;
  }


#s-666e62e0-3251-4f2d-9e43-8860956efa79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-666e62e0-3251-4f2d-9e43-8860956efa79-root {
    text-align: center;
  }


#s-666e62e0-3251-4f2d-9e43-8860956efa79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-666e62e0-3251-4f2d-9e43-8860956efa79-root {
    text-align: center;
  }


#s-666e62e0-3251-4f2d-9e43-8860956efa79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-666e62e0-3251-4f2d-9e43-8860956efa79-root {
    text-align: center;
  }


#s-666e62e0-3251-4f2d-9e43-8860956efa79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-666e62e0-3251-4f2d-9e43-8860956efa79-root {
    text-align: center;
  }


#s-666e62e0-3251-4f2d-9e43-8860956efa79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-6055c129-efa5-47bf-98e6-e7e88bd55637 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-6055c129-efa5-47bf-98e6-e7e88bd55637 {
  padding-top: 0px;
padding-bottom: 40px;
}
}







#s-6055c129-efa5-47bf-98e6-e7e88bd55637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6055c129-efa5-47bf-98e6-e7e88bd55637.shg-box.shg-c {
  justify-content: center;
}

#s-020a9550-5db6-40c1-9e4c-cb6f9bda5221 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-020a9550-5db6-40c1-9e4c-cb6f9bda5221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-020a9550-5db6-40c1-9e4c-cb6f9bda5221.shg-box.shg-c {
  justify-content: center;
}

#s-796ab489-0fc4-464d-a679-74c4b0a215e0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-796ab489-0fc4-464d-a679-74c4b0a215e0 {
  
}
}@media (max-width: 767px){#s-796ab489-0fc4-464d-a679-74c4b0a215e0 {
  
}
}
@media (min-width: 0px) {
[id="s-796ab489-0fc4-464d-a679-74c4b0a215e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-796ab489-0fc4-464d-a679-74c4b0a215e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-796ab489-0fc4-464d-a679-74c4b0a215e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-796ab489-0fc4-464d-a679-74c4b0a215e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc7f66e9-e9f4-4732-b071-17b789de895f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc7f66e9-e9f4-4732-b071-17b789de895f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc7f66e9-e9f4-4732-b071-17b789de895f.shg-box.shg-c {
  justify-content: center;
}

#s-bb34c695-c7b1-4a5f-a4b6-f00f8f238814 {
  margin-left: auto;
margin-right: auto;
}

#s-bb34c695-c7b1-4a5f-a4b6-f00f8f238814 .shg-proportional-font-size,
#s-bb34c695-c7b1-4a5f-a4b6-f00f8f238814 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6cc439bc-1144-4c91-b23b-357ef024bc84 {
  margin-left: auto;
margin-right: auto;
}

#s-6cc439bc-1144-4c91-b23b-357ef024bc84 .shg-proportional-font-size,
#s-6cc439bc-1144-4c91-b23b-357ef024bc84 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a27bea94-3431-4805-bf2c-6253b13965d0 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-a27bea94-3431-4805-bf2c-6253b13965d0 .shg-proportional-font-size,
#s-a27bea94-3431-4805-bf2c-6253b13965d0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1feb181-ea8b-4ea5-8f2d-931b50c57733 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}

#s-a1feb181-ea8b-4ea5-8f2d-931b50c57733 .shg-proportional-font-size,
#s-a1feb181-ea8b-4ea5-8f2d-931b50c57733 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dbb350b1-fb98-483d-b61c-ff7fd7c13ab0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-dbb350b1-fb98-483d-b61c-ff7fd7c13ab0 .shg-proportional-font-size,
#s-dbb350b1-fb98-483d-b61c-ff7fd7c13ab0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin-left: auto;
margin-right: auto;
height: 415px;
max-width: 920px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  display: none;
}
#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448, #wrap-s-c47095fd-ef0c-408f-91ef-d9f2fb20d448, #wrap-content-s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 { display: none !important; }}@media (max-width: 767px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin-top: 24px;
display: none;
}
#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448, #wrap-s-c47095fd-ef0c-408f-91ef-d9f2fb20d448, #wrap-content-s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 { display: none !important; }}
#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448-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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 img.shogun-image {
  width: 100%;
  height: 415px;
  
  max-width: 920px;

      
    max-width: 920px;

  /* 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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448-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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 img.shogun-image {
  width: 100%;
  height: 415px;
  
  max-width: 920px;

      
    max-width: 920px;

  /* 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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448-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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 img.shogun-image {
  width: 100%;
  height: 415px;
  
  max-width: 920px;

      
    max-width: 920px;

  /* 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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448-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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 img.shogun-image {
  width: 100%;
  height: 415px;
  
  max-width: 920px;

      
    max-width: 920px;

  /* 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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448-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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448 img.shogun-image {
  width: 100%;
  height: 415px;
  
  max-width: 920px;

      
    max-width: 920px;

  /* 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-c47095fd-ef0c-408f-91ef-d9f2fb20d448 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c47095fd-ef0c-408f-91ef-d9f2fb20d448.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ebed11e7-7a67-42ad-964a-d1a582f6e09a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ebed11e7-7a67-42ad-964a-d1a582f6e09a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebed11e7-7a67-42ad-964a-d1a582f6e09a.shg-box.shg-c {
  justify-content: center;
}

#s-77f9f3d1-55ae-4aa1-b936-454ef20ea4aa {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-77f9f3d1-55ae-4aa1-b936-454ef20ea4aa {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-77f9f3d1-55ae-4aa1-b936-454ef20ea4aa .shg-proportional-font-size,
#s-77f9f3d1-55ae-4aa1-b936-454ef20ea4aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a7471d1-7e9f-42da-8521-0c3247ba7141 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-4a7471d1-7e9f-42da-8521-0c3247ba7141 {
  margin-top: 16px;
}
}
@media (min-width: 0px) {
[id="s-4a7471d1-7e9f-42da-8521-0c3247ba7141"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a7471d1-7e9f-42da-8521-0c3247ba7141"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a7471d1-7e9f-42da-8521-0c3247ba7141"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a7471d1-7e9f-42da-8521-0c3247ba7141"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e218b4b4-2242-45fb-a930-5c2ee4c4c862 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e218b4b4-2242-45fb-a930-5c2ee4c4c862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e218b4b4-2242-45fb-a930-5c2ee4c4c862.shg-box.shg-c {
  justify-content: center;
}

#s-b3f57c91-fba5-4d3d-a554-801cb31ba338 {
  margin-left: auto;
margin-right: auto;
}

#s-b3f57c91-fba5-4d3d-a554-801cb31ba338 .shg-proportional-font-size,
#s-b3f57c91-fba5-4d3d-a554-801cb31ba338 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c0e387e3-427e-46ca-a800-ccd4b479e7f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c0e387e3-427e-46ca-a800-ccd4b479e7f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0e387e3-427e-46ca-a800-ccd4b479e7f4.shg-box.shg-c {
  justify-content: center;
}

#s-3d13ffac-746a-4b03-9653-7e4103a3d547 {
  margin-left: auto;
margin-right: auto;
}

#s-3d13ffac-746a-4b03-9653-7e4103a3d547 .shg-proportional-font-size,
#s-3d13ffac-746a-4b03-9653-7e4103a3d547 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7eb1f842-6c57-45a8-8a39-f6994ac67cbf {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7eb1f842-6c57-45a8-8a39-f6994ac67cbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb1f842-6c57-45a8-8a39-f6994ac67cbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb1f842-6c57-45a8-8a39-f6994ac67cbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb1f842-6c57-45a8-8a39-f6994ac67cbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f8c2e2b-f30b-448b-b4fd-b0186a306fd7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f8c2e2b-f30b-448b-b4fd-b0186a306fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f8c2e2b-f30b-448b-b4fd-b0186a306fd7.shg-box.shg-c {
  justify-content: center;
}

#s-10e8fa33-187d-42ac-80df-95744eb8d34e {
  margin-left: auto;
margin-right: auto;
}

#s-10e8fa33-187d-42ac-80df-95744eb8d34e .shg-proportional-font-size,
#s-10e8fa33-187d-42ac-80df-95744eb8d34e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a405df4-11b8-46b4-ab45-7306cbd493cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4a405df4-11b8-46b4-ab45-7306cbd493cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a405df4-11b8-46b4-ab45-7306cbd493cd.shg-box.shg-c {
  justify-content: center;
}

#s-ba421e6f-e832-4094-9d8e-fccc898f7e56 {
  margin-left: auto;
margin-right: auto;
}

#s-ba421e6f-e832-4094-9d8e-fccc898f7e56 .shg-proportional-font-size,
#s-ba421e6f-e832-4094-9d8e-fccc898f7e56 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ebeb1f2-6f46-42cd-99a0-cb6bb3f92417 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0ebeb1f2-6f46-42cd-99a0-cb6bb3f92417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ebeb1f2-6f46-42cd-99a0-cb6bb3f92417.shg-box.shg-c {
  justify-content: center;
}

#s-945c189a-8ad3-460d-91eb-a136dfce69ec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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