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

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

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

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

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

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

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

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

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

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

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

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

#s-e636b874-a98a-4045-bd59-c0824cfa41eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e636b874-a98a-4045-bd59-c0824cfa41eb {
  display: none;
}
#s-e636b874-a98a-4045-bd59-c0824cfa41eb, #wrap-s-e636b874-a98a-4045-bd59-c0824cfa41eb, #wrap-content-s-e636b874-a98a-4045-bd59-c0824cfa41eb { display: none !important; }}







#s-e636b874-a98a-4045-bd59-c0824cfa41eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e636b874-a98a-4045-bd59-c0824cfa41eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a-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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .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-03674f8c-a1fb-48de-b1bf-21089dd90f3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a img.shogun-image {
  width: 100%;
  
  
  

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




.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03674f8c-a1fb-48de-b1bf-21089dd90f3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2effa79f-b232-4962-aeda-3c0087d40640 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2effa79f-b232-4962-aeda-3c0087d40640 {
  display: none;
}
#s-2effa79f-b232-4962-aeda-3c0087d40640, #wrap-s-2effa79f-b232-4962-aeda-3c0087d40640, #wrap-content-s-2effa79f-b232-4962-aeda-3c0087d40640 { display: none !important; }}@media (max-width: 767px){#s-2effa79f-b232-4962-aeda-3c0087d40640 {
  display: none;
}
#s-2effa79f-b232-4962-aeda-3c0087d40640, #wrap-s-2effa79f-b232-4962-aeda-3c0087d40640, #wrap-content-s-2effa79f-b232-4962-aeda-3c0087d40640 { display: none !important; }}







#s-2effa79f-b232-4962-aeda-3c0087d40640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2effa79f-b232-4962-aeda-3c0087d40640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723e99db-5136-437c-98dc-cffb8e13c13e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b {
  display: none;
}
#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-content-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b {
  display: none;
}
#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-content-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b { display: none !important; }}@media (max-width: 767px){#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b {
  display: none;
}
#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b, #wrap-content-s-464f8e5d-6764-47a7-99d1-9cb21f269d5b { display: none !important; }}







#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-464f8e5d-6764-47a7-99d1-9cb21f269d5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4483a07-3a21-4021-93d7-5d0fbf630c73 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4483a07-3a21-4021-93d7-5d0fbf630c73 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-cbf30d5d-b1b2-4694-a466-43a9f5654387 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(231, 235, 238, 1);
}
@media (max-width: 767px){#s-cbf30d5d-b1b2-4694-a466-43a9f5654387 {
  display: none;
}
#s-cbf30d5d-b1b2-4694-a466-43a9f5654387, #wrap-s-cbf30d5d-b1b2-4694-a466-43a9f5654387, #wrap-content-s-cbf30d5d-b1b2-4694-a466-43a9f5654387 { display: none !important; }}







#s-cbf30d5d-b1b2-4694-a466-43a9f5654387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbf30d5d-b1b2-4694-a466-43a9f5654387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-b6a72861-3868-4bdf-9f3c-bbc5b2a4dd28 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-bottom: 120px;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-b6a72861-3868-4bdf-9f3c-bbc5b2a4dd28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b6a72861-3868-4bdf-9f3c-bbc5b2a4dd28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b6a72861-3868-4bdf-9f3c-bbc5b2a4dd28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6a72861-3868-4bdf-9f3c-bbc5b2a4dd28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin-left: auto;
margin-right: auto;
height: 90px;
max-width: 120px;
text-align: center;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e-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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e img.shogun-image {
  width: 100%;
  height: 90px;
  
  max-width: 120px;

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




.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e-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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e-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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e-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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e-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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .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-5c20b656-0eba-4e82-8fdc-e6d874a61f2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e img.shogun-image {
  width: 100%;
  
  
  

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




.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c20b656-0eba-4e82-8fdc-e6d874a61f2e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-b96ede02-1809-4ae1-b580-83be912d63bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b96ede02-1809-4ae1-b580-83be912d63bc .shogun-heading-component h3 {
  color: rgba(62, 103, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



.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 ::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-c175e5bb-6cb0-422b-985a-7643debe20c7 {
  margin-left: auto;
margin-right: auto;
}

#s-c175e5bb-6cb0-422b-985a-7643debe20c7 .shg-proportional-font-size,
#s-c175e5bb-6cb0-422b-985a-7643debe20c7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin-left: auto;
margin-right: auto;
height: 90px;
max-width: 120px;
text-align: center;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e-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-307639fe-2dca-427c-871a-2a1844513c4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-307639fe-2dca-427c-871a-2a1844513c4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-307639fe-2dca-427c-871a-2a1844513c4e img.shogun-image {
  width: 100%;
  height: 90px;
  
  max-width: 120px;

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




.s-307639fe-2dca-427c-871a-2a1844513c4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e-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-307639fe-2dca-427c-871a-2a1844513c4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e .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-307639fe-2dca-427c-871a-2a1844513c4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-307639fe-2dca-427c-871a-2a1844513c4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-307639fe-2dca-427c-871a-2a1844513c4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e-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-307639fe-2dca-427c-871a-2a1844513c4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e .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-307639fe-2dca-427c-871a-2a1844513c4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-307639fe-2dca-427c-871a-2a1844513c4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-307639fe-2dca-427c-871a-2a1844513c4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e-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-307639fe-2dca-427c-871a-2a1844513c4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e .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-307639fe-2dca-427c-871a-2a1844513c4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-307639fe-2dca-427c-871a-2a1844513c4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-307639fe-2dca-427c-871a-2a1844513c4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-307639fe-2dca-427c-871a-2a1844513c4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e-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-307639fe-2dca-427c-871a-2a1844513c4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-307639fe-2dca-427c-871a-2a1844513c4e .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-307639fe-2dca-427c-871a-2a1844513c4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-307639fe-2dca-427c-871a-2a1844513c4e img.shogun-image {
  width: 100%;
  
  
  

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




.s-307639fe-2dca-427c-871a-2a1844513c4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-307639fe-2dca-427c-871a-2a1844513c4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc10b083-c9d5-4e2e-a15e-40e8d7d74c1a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc10b083-c9d5-4e2e-a15e-40e8d7d74c1a .shogun-heading-component h3 {
  color: rgba(62, 103, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-a904e262-598d-461d-8770-47f7c522fd08 {
  margin-left: auto;
margin-right: auto;
}

#s-a904e262-598d-461d-8770-47f7c522fd08 .shg-proportional-font-size,
#s-a904e262-598d-461d-8770-47f7c522fd08 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin-left: auto;
margin-right: auto;
height: 90px;
max-width: 120px;
text-align: center;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035-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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 img.shogun-image {
  width: 100%;
  height: 90px;
  
  max-width: 120px;

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




.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035-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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 img.shogun-image {
  width: 100%;
  
  
  

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




.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035-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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 img.shogun-image {
  width: 100%;
  
  
  

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




.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035-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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 img.shogun-image {
  width: 100%;
  
  
  

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




.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035-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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .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-822d64f1-f4ee-4a32-901f-6e8ea59c3035 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 img.shogun-image {
  width: 100%;
  
  
  

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




.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shg-align-container {
  display: flex;
  justify-content: center
}

.s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-822d64f1-f4ee-4a32-901f-6e8ea59c3035.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ac5c7d5b-092c-4547-9aaf-b7b83629ed80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac5c7d5b-092c-4547-9aaf-b7b83629ed80 .shogun-heading-component h3 {
  color: rgba(62, 103, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-5ec7dc04-5145-44e5-a9cb-df74583f93de {
  margin-left: auto;
margin-right: auto;
}

#s-5ec7dc04-5145-44e5-a9cb-df74583f93de .shg-proportional-font-size,
#s-5ec7dc04-5145-44e5-a9cb-df74583f93de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin-left: auto;
margin-right: auto;
height: 90px;
max-width: 120px;
text-align: center;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f-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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d747ce73-1bdd-4121-877e-941ab4decc1f img.shogun-image {
  width: 100%;
  height: 90px;
  
  max-width: 120px;

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




.s-d747ce73-1bdd-4121-877e-941ab4decc1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f-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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f .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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d747ce73-1bdd-4121-877e-941ab4decc1f img.shogun-image {
  width: 100%;
  
  
  

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




.s-d747ce73-1bdd-4121-877e-941ab4decc1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f-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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f .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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d747ce73-1bdd-4121-877e-941ab4decc1f img.shogun-image {
  width: 100%;
  
  
  

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




.s-d747ce73-1bdd-4121-877e-941ab4decc1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f-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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f .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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d747ce73-1bdd-4121-877e-941ab4decc1f img.shogun-image {
  width: 100%;
  
  
  

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




.s-d747ce73-1bdd-4121-877e-941ab4decc1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d747ce73-1bdd-4121-877e-941ab4decc1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f-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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f .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-d747ce73-1bdd-4121-877e-941ab4decc1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d747ce73-1bdd-4121-877e-941ab4decc1f img.shogun-image {
  width: 100%;
  
  
  

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




.s-d747ce73-1bdd-4121-877e-941ab4decc1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d747ce73-1bdd-4121-877e-941ab4decc1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee86ffb8-d225-4a19-80a5-a698c1be163e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee86ffb8-d225-4a19-80a5-a698c1be163e .shogun-heading-component h3 {
  color: rgba(62, 103, 132, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-88952b8a-4f81-48ce-bcb3-d71d1d896e6a {
  margin-left: auto;
margin-right: auto;
}

#s-88952b8a-4f81-48ce-bcb3-d71d1d896e6a .shg-proportional-font-size,
#s-88952b8a-4f81-48ce-bcb3-d71d1d896e6a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-257fe57f-e090-4551-bd02-a26f82f88fd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-257fe57f-e090-4551-bd02-a26f82f88fd9 {
  display: none;
}
#s-257fe57f-e090-4551-bd02-a26f82f88fd9, #wrap-s-257fe57f-e090-4551-bd02-a26f82f88fd9, #wrap-content-s-257fe57f-e090-4551-bd02-a26f82f88fd9 { display: none !important; }}@media (max-width: 767px){#s-257fe57f-e090-4551-bd02-a26f82f88fd9 {
  display: none;
}
#s-257fe57f-e090-4551-bd02-a26f82f88fd9, #wrap-s-257fe57f-e090-4551-bd02-a26f82f88fd9, #wrap-content-s-257fe57f-e090-4551-bd02-a26f82f88fd9 { display: none !important; }}







#s-257fe57f-e090-4551-bd02-a26f82f88fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-257fe57f-e090-4551-bd02-a26f82f88fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-269e09e4-5370-455e-9e51-e8bb7c18faef {
  margin-left: auto;
margin-right: auto;
padding-top: 120px;
padding-left: 20%;
padding-bottom: 120px;
padding-right: 20%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-269e09e4-5370-455e-9e51-e8bb7c18faef {
  
}
}
#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 {
  display: none;
}
#s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-content-s-7d17c5c6-acd6-4397-8075-17dd55e6f431 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 {
  display: none;
}
#s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-content-s-7d17c5c6-acd6-4397-8075-17dd55e6f431 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 {
  
}
}@media (max-width: 767px){#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
display: none;
}
#s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-s-7d17c5c6-acd6-4397-8075-17dd55e6f431, #wrap-content-s-7d17c5c6-acd6-4397-8075-17dd55e6f431 { display: none !important; }}







#s-7d17c5c6-acd6-4397-8075-17dd55e6f431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d17c5c6-acd6-4397-8075-17dd55e6f431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2706499-9ade-4edd-9e7c-a10a57a38a2c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2706499-9ade-4edd-9e7c-a10a57a38a2c {
  
}
}
#s-5dba53b2-982c-4378-a589-0d1668e96785 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 239, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5dba53b2-982c-4378-a589-0d1668e96785 {
  
}
}@media (max-width: 767px){#s-5dba53b2-982c-4378-a589-0d1668e96785 {
  display: none;
}
#s-5dba53b2-982c-4378-a589-0d1668e96785, #wrap-s-5dba53b2-982c-4378-a589-0d1668e96785, #wrap-content-s-5dba53b2-982c-4378-a589-0d1668e96785 { display: none !important; }}







#s-5dba53b2-982c-4378-a589-0d1668e96785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dba53b2-982c-4378-a589-0d1668e96785.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6166eb0-15b6-4e42-be0c-df4c912c959a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c29e1905-4873-4b7b-86b5-96906b049495 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 239, 241, 1);
}
@media (max-width: 767px){#s-c29e1905-4873-4b7b-86b5-96906b049495 {
  display: none;
}
#s-c29e1905-4873-4b7b-86b5-96906b049495, #wrap-s-c29e1905-4873-4b7b-86b5-96906b049495, #wrap-content-s-c29e1905-4873-4b7b-86b5-96906b049495 { display: none !important; }}







#s-c29e1905-4873-4b7b-86b5-96906b049495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c29e1905-4873-4b7b-86b5-96906b049495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9875d6d6-588f-4ded-80d8-70e687b222b0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d {
  display: none;
}
#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-content-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d {
  display: none;
}
#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-content-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d { display: none !important; }}@media (max-width: 767px){#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d {
  display: none;
}
#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d, #wrap-content-s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d { display: none !important; }}







#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a056ff8-2b66-4f13-98f8-9be9fa520b8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-669afa7d-e76f-42b1-b8a0-99c2e4b5ea94 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-ad92b81c-8711-4eff-b304-e28894d8ee5a {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}


  #s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(161, 190, 210, 1);
    border: 1px solid #DDDDDD;
  }
  #s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(62, 103, 132, 1);
    border: 1px solid #ddd;
  }
#s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(62, 103, 132, 1);
}

#s-ad92b81c-8711-4eff-b304-e28894d8ee5a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-401cfb96-58b1-463c-8a49-97dba949d0fb {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-401cfb96-58b1-463c-8a49-97dba949d0fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-401cfb96-58b1-463c-8a49-97dba949d0fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-401cfb96-58b1-463c-8a49-97dba949d0fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-401cfb96-58b1-463c-8a49-97dba949d0fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5-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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 .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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-968f39b8-8cba-44bb-a04a-055fc74437c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5-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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 .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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-968f39b8-8cba-44bb-a04a-055fc74437c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5-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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 .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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-968f39b8-8cba-44bb-a04a-055fc74437c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5-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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 .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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-968f39b8-8cba-44bb-a04a-055fc74437c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5-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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 .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-968f39b8-8cba-44bb-a04a-055fc74437c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-968f39b8-8cba-44bb-a04a-055fc74437c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-968f39b8-8cba-44bb-a04a-055fc74437c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f39b8-8cba-44bb-a04a-055fc74437c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c7bebf0-987d-4584-b994-f52748e85f49 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-2c7bebf0-987d-4584-b994-f52748e85f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c7bebf0-987d-4584-b994-f52748e85f49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dbd7f16-0851-49ac-9fa0-26953aa8c5ce {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-5dbd7f16-0851-49ac-9fa0-26953aa8c5ce .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e6a433a1-b34c-404c-808a-ddb7996d48f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-e6a433a1-b34c-404c-808a-ddb7996d48f3 .shg-proportional-font-size,
#s-e6a433a1-b34c-404c-808a-ddb7996d48f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-332c9b9b-1871-4d72-bffa-a5497e886306 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-332c9b9b-1871-4d72-bffa-a5497e886306"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-332c9b9b-1871-4d72-bffa-a5497e886306"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-332c9b9b-1871-4d72-bffa-a5497e886306"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-332c9b9b-1871-4d72-bffa-a5497e886306"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5-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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5-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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5-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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5-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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5-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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .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-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3db5a2c0-4161-4510-b9b1-b8a1cc360dc5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d852fa31-53d8-4dd9-b23e-939b880b2d65 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-d852fa31-53d8-4dd9-b23e-939b880b2d65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d852fa31-53d8-4dd9-b23e-939b880b2d65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f196fa1-3b8e-41ab-a4c6-3174493db784 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-9f196fa1-3b8e-41ab-a4c6-3174493db784 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-117a4bcc-b210-425c-bd8a-95e4b6ba2508 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-117a4bcc-b210-425c-bd8a-95e4b6ba2508 .shg-proportional-font-size,
#s-117a4bcc-b210-425c-bd8a-95e4b6ba2508 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29b6569c-2d4b-49e5-9845-73e82e2a8f02 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-29b6569c-2d4b-49e5-9845-73e82e2a8f02 .shg-proportional-font-size,
#s-29b6569c-2d4b-49e5-9845-73e82e2a8f02 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-abd71cb1-713b-4d48-b21f-91d7f3007cdf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-abd71cb1-713b-4d48-b21f-91d7f3007cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abd71cb1-713b-4d48-b21f-91d7f3007cdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abd71cb1-713b-4d48-b21f-91d7f3007cdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd71cb1-713b-4d48-b21f-91d7f3007cdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58-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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58-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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58-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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58-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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58-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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .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-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 img.shogun-image {
  width: 100%;
  
  
  

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




.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05af8f3a-5dfc-4b3c-adfd-0d2bd9204c58.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-621be469-0371-4ba7-8605-bd64b997bbcb {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-621be469-0371-4ba7-8605-bd64b997bbcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-621be469-0371-4ba7-8605-bd64b997bbcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16b2827d-5db1-4ede-8064-ca3f8014325d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-16b2827d-5db1-4ede-8064-ca3f8014325d .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d668988f-45d4-4a2e-9626-4e8c229691aa {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-d668988f-45d4-4a2e-9626-4e8c229691aa .shg-proportional-font-size,
#s-d668988f-45d4-4a2e-9626-4e8c229691aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-82eae2ec-3bd1-4b4f-8434-e91e271970b1 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-82eae2ec-3bd1-4b4f-8434-e91e271970b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82eae2ec-3bd1-4b4f-8434-e91e271970b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82eae2ec-3bd1-4b4f-8434-e91e271970b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82eae2ec-3bd1-4b4f-8434-e91e271970b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8-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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8-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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8-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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8-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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8-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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .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-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f050ad-c7a8-4f96-8cd1-a89da72a81d8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-96c2aaf0-f8da-4ad1-8494-b13f1c5dd72e {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-96c2aaf0-f8da-4ad1-8494-b13f1c5dd72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96c2aaf0-f8da-4ad1-8494-b13f1c5dd72e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52ac5f2e-a614-4af8-8c7a-ca3f3fbedfc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-52ac5f2e-a614-4af8-8c7a-ca3f3fbedfc1 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-e60bdbf0-edef-4a80-9413-5bde431364cb {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-e60bdbf0-edef-4a80-9413-5bde431364cb .shg-proportional-font-size,
#s-e60bdbf0-edef-4a80-9413-5bde431364cb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b0ecb46d-f4e6-4da8-8177-a7cf47af08ef {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-b0ecb46d-f4e6-4da8-8177-a7cf47af08ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0ecb46d-f4e6-4da8-8177-a7cf47af08ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0ecb46d-f4e6-4da8-8177-a7cf47af08ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0ecb46d-f4e6-4da8-8177-a7cf47af08ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf-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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf .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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-c5747ed1-b713-4740-82f2-44f0707c2fcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf-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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf .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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5747ed1-b713-4740-82f2-44f0707c2fcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf-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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf .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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5747ed1-b713-4740-82f2-44f0707c2fcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf-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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf .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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5747ed1-b713-4740-82f2-44f0707c2fcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf-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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf .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-c5747ed1-b713-4740-82f2-44f0707c2fcf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5747ed1-b713-4740-82f2-44f0707c2fcf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5747ed1-b713-4740-82f2-44f0707c2fcf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ed5ff55f-14ef-49fb-a512-cd32635d8005 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-ed5ff55f-14ef-49fb-a512-cd32635d8005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed5ff55f-14ef-49fb-a512-cd32635d8005.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc9858c-9687-4468-a6e8-3a0aa911a3c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-4fc9858c-9687-4468-a6e8-3a0aa911a3c5 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3e461649-b856-4f94-be25-9dc22a235b27 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-3e461649-b856-4f94-be25-9dc22a235b27 .shg-proportional-font-size,
#s-3e461649-b856-4f94-be25-9dc22a235b27 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 {
  display: none;
}
#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-content-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 {
  display: none;
}
#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-content-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 { display: none !important; }}@media (max-width: 767px){#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 {
  display: none;
}
#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5, #wrap-content-s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 { display: none !important; }}







#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11bd8b4a-6afa-4b47-8a0b-bc23089863f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc5c4f44-e57d-4a94-9f95-4ed7503d74a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc5c4f44-e57d-4a94-9f95-4ed7503d74a0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-6049ef7e-945d-4acb-a5fc-16447cd8f93c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}


  #s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs > li > .shogun-tab-box {
    background: rgba(161, 190, 210, 1);
    border: 1px solid #DDDDDD;
  }
  #s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(62, 103, 132, 1);
    border: 1px solid #ddd;
  }
#s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(62, 103, 132, 1);
}

#s-6049ef7e-945d-4acb-a5fc-16447cd8f93c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-e91523f6-a97f-4fca-9b47-7179925b13b8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-e91523f6-a97f-4fca-9b47-7179925b13b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e91523f6-a97f-4fca-9b47-7179925b13b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e91523f6-a97f-4fca-9b47-7179925b13b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e91523f6-a97f-4fca-9b47-7179925b13b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7-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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 .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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-95de911f-5566-4fee-b673-3c9c1d181ef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7-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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 .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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-95de911f-5566-4fee-b673-3c9c1d181ef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7-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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 .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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-95de911f-5566-4fee-b673-3c9c1d181ef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7-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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 .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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-95de911f-5566-4fee-b673-3c9c1d181ef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7-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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 .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-95de911f-5566-4fee-b673-3c9c1d181ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-95de911f-5566-4fee-b673-3c9c1d181ef7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-95de911f-5566-4fee-b673-3c9c1d181ef7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95de911f-5566-4fee-b673-3c9c1d181ef7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-de1b6d5f-6b20-419c-a1a8-752f9a8d94de {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-de1b6d5f-6b20-419c-a1a8-752f9a8d94de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de1b6d5f-6b20-419c-a1a8-752f9a8d94de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0f84f04-cd21-4255-86ef-2cf8e45c331c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-e0f84f04-cd21-4255-86ef-2cf8e45c331c .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c35b713e-9591-411b-ab86-b1b5068a1232 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-c35b713e-9591-411b-ab86-b1b5068a1232 .shg-proportional-font-size,
#s-c35b713e-9591-411b-ab86-b1b5068a1232 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9f91a04a-e7ce-4aca-b042-e645999c731e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-9f91a04a-e7ce-4aca-b042-e645999c731e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f91a04a-e7ce-4aca-b042-e645999c731e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f91a04a-e7ce-4aca-b042-e645999c731e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f91a04a-e7ce-4aca-b042-e645999c731e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925-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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925-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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925-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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925-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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925-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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .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-af8d3af9-c47a-4e9b-9576-0193aaa00925 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925 img.shogun-image {
  width: 100%;
  
  
  

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




.s-af8d3af9-c47a-4e9b-9576-0193aaa00925 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8d3af9-c47a-4e9b-9576-0193aaa00925.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-be32e3c3-1ff5-4b84-8961-96990ec24830 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-be32e3c3-1ff5-4b84-8961-96990ec24830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be32e3c3-1ff5-4b84-8961-96990ec24830.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66bf1358-675a-4111-ba4c-b18b56099e57 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-66bf1358-675a-4111-ba4c-b18b56099e57 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-89bcd565-135e-411d-b8fe-b621dafbab42 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-89bcd565-135e-411d-b8fe-b621dafbab42 .shg-proportional-font-size,
#s-89bcd565-135e-411d-b8fe-b621dafbab42 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f0673133-a61c-4ab1-9af5-f4ffe2536f17 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-f0673133-a61c-4ab1-9af5-f4ffe2536f17 .shg-proportional-font-size,
#s-f0673133-a61c-4ab1-9af5-f4ffe2536f17 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-76bc46c8-9754-4575-924f-63002c794fcf {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-76bc46c8-9754-4575-924f-63002c794fcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76bc46c8-9754-4575-924f-63002c794fcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76bc46c8-9754-4575-924f-63002c794fcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76bc46c8-9754-4575-924f-63002c794fcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0-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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 .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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-fec7c772-18aa-49cc-a4c5-91d823068da0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0-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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 .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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec7c772-18aa-49cc-a4c5-91d823068da0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0-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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 .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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec7c772-18aa-49cc-a4c5-91d823068da0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0-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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 .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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec7c772-18aa-49cc-a4c5-91d823068da0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0-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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 .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-fec7c772-18aa-49cc-a4c5-91d823068da0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fec7c772-18aa-49cc-a4c5-91d823068da0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-fec7c772-18aa-49cc-a4c5-91d823068da0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec7c772-18aa-49cc-a4c5-91d823068da0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f10a3eb-dc6c-4097-975d-3d9c203286d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-0f10a3eb-dc6c-4097-975d-3d9c203286d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f10a3eb-dc6c-4097-975d-3d9c203286d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9be6dd1-8af8-40f3-99f1-df690c1891d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-a9be6dd1-8af8-40f3-99f1-df690c1891d3 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-31097101-72bf-4af0-afd0-c3d689c5069d {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-31097101-72bf-4af0-afd0-c3d689c5069d .shg-proportional-font-size,
#s-31097101-72bf-4af0-afd0-c3d689c5069d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f5f6687-0e0f-45ec-9719-558397862a78 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-4f5f6687-0e0f-45ec-9719-558397862a78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f5f6687-0e0f-45ec-9719-558397862a78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f5f6687-0e0f-45ec-9719-558397862a78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f5f6687-0e0f-45ec-9719-558397862a78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a-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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a .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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-f927f2b1-3c57-4ddb-a784-855aa769a96a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a-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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a .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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f927f2b1-3c57-4ddb-a784-855aa769a96a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a-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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a .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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f927f2b1-3c57-4ddb-a784-855aa769a96a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a-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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a .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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f927f2b1-3c57-4ddb-a784-855aa769a96a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a-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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a .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-f927f2b1-3c57-4ddb-a784-855aa769a96a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a img.shogun-image {
  width: 100%;
  
  
  

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




.s-f927f2b1-3c57-4ddb-a784-855aa769a96a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f927f2b1-3c57-4ddb-a784-855aa769a96a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ebf97fdd-178c-4962-b095-c313c3e78514 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-ebf97fdd-178c-4962-b095-c313c3e78514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebf97fdd-178c-4962-b095-c313c3e78514.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f00a24e4-6325-4909-aa54-92780b170dd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-f00a24e4-6325-4909-aa54-92780b170dd4 .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-913c3853-2ccb-4c43-b665-801983c0971f {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-913c3853-2ccb-4c43-b665-801983c0971f .shg-proportional-font-size,
#s-913c3853-2ccb-4c43-b665-801983c0971f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9fd53c5f-fa6b-4002-a5b7-8c71ca86b24a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-9fd53c5f-fa6b-4002-a5b7-8c71ca86b24a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fd53c5f-fa6b-4002-a5b7-8c71ca86b24a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fd53c5f-fa6b-4002-a5b7-8c71ca86b24a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fd53c5f-fa6b-4002-a5b7-8c71ca86b24a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin-left: auto;
margin-right: auto;
height: 100%;
max-width: 100%;
text-align: center;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9-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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 img.shogun-image {
  width: 100%;
  height: 100%;
  
  max-width: 100%;

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




.s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9-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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9-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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9-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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9-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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .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-4d18afea-793a-4861-bde6-fd6d8370b3f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d18afea-793a-4861-bde6-fd6d8370b3f9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d18afea-793a-4861-bde6-fd6d8370b3f9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dd28f0d0-1d35-4c16-a1f6-1da45f1034c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
}








#s-dd28f0d0-1d35-4c16-a1f6-1da45f1034c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd28f0d0-1d35-4c16-a1f6-1da45f1034c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e967a54-671a-46b2-9e47-b750e6181aba {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-9e967a54-671a-46b2-9e47-b750e6181aba .shogun-heading-component h3 {
  color: rgba(103, 107, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a5dad1df-be0d-4bea-9a0f-3b8637fa25ff {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}

#s-a5dad1df-be0d-4bea-9a0f-3b8637fa25ff .shg-proportional-font-size,
#s-a5dad1df-be0d-4bea-9a0f-3b8637fa25ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 {
  display: none;
}
#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-content-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 {
  display: none;
}
#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-content-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 {
  display: none;
}
#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82, #wrap-content-s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 { display: none !important; }}@media (max-width: 767px){#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 {
  
}
}







#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a38299cc-b29f-4e94-90e4-5bcdb04b9d82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (max-width: 767px){#s-506365d3-52a6-465f-8e43-120b50917b34 {
  height: 510px;
max-width: 760px;
}
}
#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-506365d3-52a6-465f-8e43-120b50917b34-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-506365d3-52a6-465f-8e43-120b50917b34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-506365d3-52a6-465f-8e43-120b50917b34 .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-506365d3-52a6-465f-8e43-120b50917b34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-506365d3-52a6-465f-8e43-120b50917b34 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-506365d3-52a6-465f-8e43-120b50917b34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-506365d3-52a6-465f-8e43-120b50917b34-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-506365d3-52a6-465f-8e43-120b50917b34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-506365d3-52a6-465f-8e43-120b50917b34 .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-506365d3-52a6-465f-8e43-120b50917b34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-506365d3-52a6-465f-8e43-120b50917b34 img.shogun-image {
  width: 100%;
  
  
  

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




.s-506365d3-52a6-465f-8e43-120b50917b34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-506365d3-52a6-465f-8e43-120b50917b34-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-506365d3-52a6-465f-8e43-120b50917b34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-506365d3-52a6-465f-8e43-120b50917b34 .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-506365d3-52a6-465f-8e43-120b50917b34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-506365d3-52a6-465f-8e43-120b50917b34 img.shogun-image {
  width: 100%;
  
  
  

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




.s-506365d3-52a6-465f-8e43-120b50917b34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-506365d3-52a6-465f-8e43-120b50917b34-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-506365d3-52a6-465f-8e43-120b50917b34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-506365d3-52a6-465f-8e43-120b50917b34 .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-506365d3-52a6-465f-8e43-120b50917b34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-506365d3-52a6-465f-8e43-120b50917b34 img.shogun-image {
  width: 100%;
  
  
  

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




.s-506365d3-52a6-465f-8e43-120b50917b34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-506365d3-52a6-465f-8e43-120b50917b34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-506365d3-52a6-465f-8e43-120b50917b34-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-506365d3-52a6-465f-8e43-120b50917b34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-506365d3-52a6-465f-8e43-120b50917b34 .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-506365d3-52a6-465f-8e43-120b50917b34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-506365d3-52a6-465f-8e43-120b50917b34 img.shogun-image {
  width: 100%;
  height: 510px;
  
  max-width: 760px;

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




.s-506365d3-52a6-465f-8e43-120b50917b34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-506365d3-52a6-465f-8e43-120b50917b34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b379880d-138a-45c7-8860-1237b8d94014 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b379880d-138a-45c7-8860-1237b8d94014 {
  display: none;
}
#s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-content-s-b379880d-138a-45c7-8860-1237b8d94014 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b379880d-138a-45c7-8860-1237b8d94014 {
  display: none;
}
#s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-content-s-b379880d-138a-45c7-8860-1237b8d94014 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b379880d-138a-45c7-8860-1237b8d94014 {
  display: none;
}
#s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-s-b379880d-138a-45c7-8860-1237b8d94014, #wrap-content-s-b379880d-138a-45c7-8860-1237b8d94014 { display: none !important; }}







#s-b379880d-138a-45c7-8860-1237b8d94014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b379880d-138a-45c7-8860-1237b8d94014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c66560-5273-493e-8bc9-f6ddd3d3b3b8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-d4c66560-5273-493e-8bc9-f6ddd3d3b3b8 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-c8a867f0-7793-444d-927e-3e8e906580d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 240, 243, 1);
}
@media (min-width: 1200px){#s-c8a867f0-7793-444d-927e-3e8e906580d5 {
  display: none;
}
#s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-content-s-c8a867f0-7793-444d-927e-3e8e906580d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8a867f0-7793-444d-927e-3e8e906580d5 {
  display: none;
}
#s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-content-s-c8a867f0-7793-444d-927e-3e8e906580d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8a867f0-7793-444d-927e-3e8e906580d5 {
  display: none;
}
#s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-s-c8a867f0-7793-444d-927e-3e8e906580d5, #wrap-content-s-c8a867f0-7793-444d-927e-3e8e906580d5 { display: none !important; }}







#s-c8a867f0-7793-444d-927e-3e8e906580d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a867f0-7793-444d-927e-3e8e906580d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f58a352a-42f6-4546-ac8f-9a458be3dd1a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 240, 243, 1);
}








#s-f58a352a-42f6-4546-ac8f-9a458be3dd1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f58a352a-42f6-4546-ac8f-9a458be3dd1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61-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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 img.shogun-image {
  width: 100%;
  
  
  max-width: 120px;

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




.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61-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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61-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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61-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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61-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-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 img.shogun-image {
  width: 100%;
  
  
  

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




.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-713e8176-fd8f-4e61-b62b-e076bc5c9f61.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-03a71e86-6f46-4be3-900a-899655291f03 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03a71e86-6f46-4be3-900a-899655291f03 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-03a71e86-6f46-4be3-900a-899655291f03 .shogun-heading-component h4 {
  color: rgba(59, 104, 139, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}


}
#s-b42cd140-c840-4b8b-9384-70c0fd9bc3d7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b42cd140-c840-4b8b-9384-70c0fd9bc3d7 {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
#s-b42cd140-c840-4b8b-9384-70c0fd9bc3d7 .shg-proportional-font-size,
#s-b42cd140-c840-4b8b-9384-70c0fd9bc3d7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1ccf63d8-7f35-488e-837a-6628544d1dd1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 240, 243, 1);
}








#s-1ccf63d8-7f35-488e-837a-6628544d1dd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ccf63d8-7f35-488e-837a-6628544d1dd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6-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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 img.shogun-image {
  width: 100%;
  
  
  max-width: 120px;

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




.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6-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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6-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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6-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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6-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-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5635c3-84cb-4f5f-b808-7525fc78f2a6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7fc3a83b-83b1-42ed-b5ba-767d82faf4a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fc3a83b-83b1-42ed-b5ba-767d82faf4a1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-7fc3a83b-83b1-42ed-b5ba-767d82faf4a1 .shogun-heading-component h4 {
  color: rgba(59, 104, 139, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-b71f7701-0091-4338-a47c-cb683c04cbbc {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b71f7701-0091-4338-a47c-cb683c04cbbc {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
#s-b71f7701-0091-4338-a47c-cb683c04cbbc .shg-proportional-font-size,
#s-b71f7701-0091-4338-a47c-cb683c04cbbc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4de642f2-3e2a-47b9-a02e-dc704cd85890 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 240, 243, 1);
}








#s-4de642f2-3e2a-47b9-a02e-dc704cd85890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4de642f2-3e2a-47b9-a02e-dc704cd85890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db-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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db .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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c2a9904-0acb-461d-8576-1cd1b47245db img.shogun-image {
  width: 100%;
  
  
  max-width: 120px;

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




.s-7c2a9904-0acb-461d-8576-1cd1b47245db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db-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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db .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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c2a9904-0acb-461d-8576-1cd1b47245db img.shogun-image {
  width: 100%;
  
  
  

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




.s-7c2a9904-0acb-461d-8576-1cd1b47245db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db-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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db .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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c2a9904-0acb-461d-8576-1cd1b47245db img.shogun-image {
  width: 100%;
  
  
  

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




.s-7c2a9904-0acb-461d-8576-1cd1b47245db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db-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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db .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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c2a9904-0acb-461d-8576-1cd1b47245db img.shogun-image {
  width: 100%;
  
  
  

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




.s-7c2a9904-0acb-461d-8576-1cd1b47245db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db-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-7c2a9904-0acb-461d-8576-1cd1b47245db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-7c2a9904-0acb-461d-8576-1cd1b47245db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c2a9904-0acb-461d-8576-1cd1b47245db img.shogun-image {
  width: 100%;
  
  
  

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




.s-7c2a9904-0acb-461d-8576-1cd1b47245db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c2a9904-0acb-461d-8576-1cd1b47245db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e14e3329-50bc-4d66-a11a-8b7fb82a3186 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e14e3329-50bc-4d66-a11a-8b7fb82a3186 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-e14e3329-50bc-4d66-a11a-8b7fb82a3186 .shogun-heading-component h4 {
  color: rgba(59, 104, 139, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-574d3491-e40f-441e-988a-aeba1afec6cd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-574d3491-e40f-441e-988a-aeba1afec6cd {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
#s-574d3491-e40f-441e-988a-aeba1afec6cd .shg-proportional-font-size,
#s-574d3491-e40f-441e-988a-aeba1afec6cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9fe5685b-5ac1-4e0e-a4f2-91217de24ff7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 240, 243, 1);
}








#s-9fe5685b-5ac1-4e0e-a4f2-91217de24ff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fe5685b-5ac1-4e0e-a4f2-91217de24ff7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25-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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 img.shogun-image {
  width: 100%;
  
  
  max-width: 120px;

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




.s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25-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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25-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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25-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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25-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-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 20px;
  padding-bottom: 20px;
}


.shg-image-content-margin-container-s-d1129c35-bca5-48bc-acf1-9f08a8714c25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1129c35-bca5-48bc-acf1-9f08a8714c25 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1129c35-bca5-48bc-acf1-9f08a8714c25.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fb1bfbe4-bd2a-4d50-b2e5-da032454efda {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb1bfbe4-bd2a-4d50-b2e5-da032454efda .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-fb1bfbe4-bd2a-4d50-b2e5-da032454efda .shogun-heading-component h4 {
  color: rgba(59, 104, 139, 1);
  font-weight:  normal ;
  font-family: "FS_Albert";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9f8d5fe9-9de1-47eb-b91f-75bd23045721 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9f8d5fe9-9de1-47eb-b91f-75bd23045721 {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}
#s-9f8d5fe9-9de1-47eb-b91f-75bd23045721 .shg-proportional-font-size,
#s-9f8d5fe9-9de1-47eb-b91f-75bd23045721 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 {
  display: none;
}
#s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-content-s-9a347413-1dd4-45d6-bf15-493906e6c9e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 {
  display: none;
}
#s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-content-s-9a347413-1dd4-45d6-bf15-493906e6c9e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 {
  display: none;
}
#s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-s-9a347413-1dd4-45d6-bf15-493906e6c9e1, #wrap-content-s-9a347413-1dd4-45d6-bf15-493906e6c9e1 { display: none !important; }}@media (max-width: 767px){#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
}
}







#s-9a347413-1dd4-45d6-bf15-493906e6c9e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a347413-1dd4-45d6-bf15-493906e6c9e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a477b574-259e-4c85-8dc0-7894973fd95d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a477b574-259e-4c85-8dc0-7894973fd95d {
  
}
}
#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(215, 220, 223, 1);
}
@media (min-width: 1200px){#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba {
  display: none;
}
#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-content-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba {
  display: none;
}
#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-content-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba {
  display: none;
}
#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba, #wrap-content-s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba { display: none !important; }}







#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7f499ed-60ef-4373-9c85-b42c7fdd11ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-832cd3c6-2657-4dac-a9f3-0e8874360fa1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-832cd3c6-2657-4dac-a9f3-0e8874360fa1 {
  background-color: rgba(219, 224, 226, 1);
}
}
@media (min-width: 0px) {
[id="s-832cd3c6-2657-4dac-a9f3-0e8874360fa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-832cd3c6-2657-4dac-a9f3-0e8874360fa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-832cd3c6-2657-4dac-a9f3-0e8874360fa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-832cd3c6-2657-4dac-a9f3-0e8874360fa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
text-align: center;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251-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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 .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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 img.shogun-image {
  width: 100%;
  
  
  max-width: 750px;

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




.s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251-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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 .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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251-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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 .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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251-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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 .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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251-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-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(219, 224, 226, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 30px;
  padding-right: 30px;
  
  
}


.shg-image-content-margin-container-s-cce98bbe-e98b-49a4-b579-3b57f4865251 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cce98bbe-e98b-49a4-b579-3b57f4865251 img.shogun-image {
  width: 100%;
  
  
  

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




.s-cce98bbe-e98b-49a4-b579-3b57f4865251 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce98bbe-e98b-49a4-b579-3b57f4865251.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e88f93a9-e646-4f0f-aee0-373d00a8f96e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 {
  display: none;
}
#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-content-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 {
  display: none;
}
#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-content-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 {
  display: none;
}
#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9, #wrap-content-s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 { display: none !important; }}







#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e12a016-9e54-43fa-ba0b-9e9e09d1dac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f52d7a3e-ca34-401a-921a-f2e7d840eed3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f52d7a3e-ca34-401a-921a-f2e7d840eed3 {
  background-color: rgba(224, 228, 231, 1);
}
}
@media (min-width: 0px) {
[id="s-f52d7a3e-ca34-401a-921a-f2e7d840eed3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f52d7a3e-ca34-401a-921a-f2e7d840eed3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f52d7a3e-ca34-401a-921a-f2e7d840eed3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f52d7a3e-ca34-401a-921a-f2e7d840eed3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
text-align: center;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2-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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 750px;

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




.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2-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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2-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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2-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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2-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-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(219, 224, 226, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 30px;
  padding-right: 30px;
  
  
}


.shg-image-content-margin-container-s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5b5df2b-711b-4b87-8c07-e7fd2bbefdd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-122a5275-a05e-43a4-a8ce-681167ad3c31 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe {
  display: none;
}
#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe, #wrap-s-e19a7a63-fa18-44fa-a476-c95e7f871dfe, #wrap-content-s-e19a7a63-fa18-44fa-a476-c95e7f871dfe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe {
  display: none;
}
#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe, #wrap-s-e19a7a63-fa18-44fa-a476-c95e7f871dfe, #wrap-content-s-e19a7a63-fa18-44fa-a476-c95e7f871dfe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe {
  
}
}







#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e19a7a63-fa18-44fa-a476-c95e7f871dfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b264103d-4422-4082-9c12-0a8a0d1b6b04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b264103d-4422-4082-9c12-0a8a0d1b6b04 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}
#s-b264103d-4422-4082-9c12-0a8a0d1b6b04 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-71b7626f-06e0-4852-8ce5-55bd9f298878 {
  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;
  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;
}
