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

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

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

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

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

#s-afd97431-62de-4f88-a6bf-e344380a346f {
  margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-afd97431-62de-4f88-a6bf-e344380a346f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afd97431-62de-4f88-a6bf-e344380a346f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afd97431-62de-4f88-a6bf-e344380a346f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afd97431-62de-4f88-a6bf-e344380a346f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dcc911a0-f463-4a88-a263-1f9c7a00f36e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-dcc911a0-f463-4a88-a263-1f9c7a00f36e {
  margin-top: 0px;
margin-bottom: 10px;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e0456ea5-b5e4-4b7f-aa2a-b16333da5092 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
}

#s-e0456ea5-b5e4-4b7f-aa2a-b16333da5092 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e0456ea5-b5e4-4b7f-aa2a-b16333da5092 .shg-sld-nav-button.shg-sld-left,
#s-e0456ea5-b5e4-4b7f-aa2a-b16333da5092 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7-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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7-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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7-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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7-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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7-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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .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-c5fb0b01-8408-4678-a9ea-f5a2541422b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5fb0b01-8408-4678-a9ea-f5a2541422b7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
  box-sizing: border-box;
}



.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
      position: relative;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
  box-sizing: border-box;
}



.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
      position: relative;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
  box-sizing: border-box;
}



.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
      position: relative;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
  box-sizing: border-box;
}



.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
      position: relative;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image {
  box-sizing: border-box;
}



.s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container {
      position: relative;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b117fd0-5fa2-4d48-ad68-22ee6fdd19c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin: 0 !important;
  overflow: visible;
}

#s-087c9898-1120-4146-b471-18cc2deaba49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add background color handling */
  
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-087c9898-1120-4146-b471-18cc2deaba49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image {
  box-sizing: border-box;
}



.s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  
}


@media (min-width: 1200px){#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin: 0 !important;
  overflow: visible;
}

#s-087c9898-1120-4146-b471-18cc2deaba49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add background color handling */
  
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-087c9898-1120-4146-b471-18cc2deaba49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image {
  box-sizing: border-box;
}



.s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin: 0 !important;
  overflow: visible;
}

#s-087c9898-1120-4146-b471-18cc2deaba49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add background color handling */
  
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-087c9898-1120-4146-b471-18cc2deaba49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image {
  box-sizing: border-box;
}



.s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin: 0 !important;
  overflow: visible;
}

#s-087c9898-1120-4146-b471-18cc2deaba49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add background color handling */
  
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-087c9898-1120-4146-b471-18cc2deaba49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image {
  box-sizing: border-box;
}



.s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  
}


}@media (max-width: 767px){#s-087c9898-1120-4146-b471-18cc2deaba49 {
  margin: 0 !important;
  overflow: visible;
}

#s-087c9898-1120-4146-b471-18cc2deaba49-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-087c9898-1120-4146-b471-18cc2deaba49 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add background color handling */
  
}

#s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-087c9898-1120-4146-b471-18cc2deaba49 .shogun-image-content {
  
    justify-content: center;
  
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087c9898-1120-4146-b471-18cc2deaba49.shogun-image {
  box-sizing: border-box;
}



.s-087c9898-1120-4146-b471-18cc2deaba49 img.shogun-image {
  
}


}
#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image {
  box-sizing: border-box;
}



.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image {
  box-sizing: border-box;
}



.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image {
  box-sizing: border-box;
}



.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image {
  box-sizing: border-box;
}



.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6674492f-5107-4bfd-b031-72ce92fcf4d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6674492f-5107-4bfd-b031-72ce92fcf4d7.shogun-image {
  box-sizing: border-box;
}



.s-6674492f-5107-4bfd-b031-72ce92fcf4d7 img.shogun-image {
  
}


}
#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca371017-0735-444b-8b8d-a44535f1a383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image {
  box-sizing: border-box;
}



.s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca371017-0735-444b-8b8d-a44535f1a383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image {
  box-sizing: border-box;
}



.s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca371017-0735-444b-8b8d-a44535f1a383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image {
  box-sizing: border-box;
}



.s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca371017-0735-444b-8b8d-a44535f1a383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image {
  box-sizing: border-box;
}



.s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ca371017-0735-444b-8b8d-a44535f1a383 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca371017-0735-444b-8b8d-a44535f1a383 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ca371017-0735-444b-8b8d-a44535f1a383 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca371017-0735-444b-8b8d-a44535f1a383.shogun-image {
  box-sizing: border-box;
}



.s-ca371017-0735-444b-8b8d-a44535f1a383 img.shogun-image {
  
}


}
#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image {
  box-sizing: border-box;
}



.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  
}


@media (min-width: 1200px){#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image {
  box-sizing: border-box;
}



.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image {
  box-sizing: border-box;
}



.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image {
  box-sizing: border-box;
}



.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  
}


}@media (max-width: 767px){#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  margin: 0 !important;
  overflow: visible;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add background color handling */
  
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d.shogun-image {
  box-sizing: border-box;
}



.s-64ece7c5-38c3-482d-9c95-f64eb42c1a3d img.shogun-image {
  
}


}
#s-bdcbadbc-8c20-4385-bf1f-9f2f51bb3d8e {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-2c6fa47d-b465-4db8-b104-98fd7ae8b9a4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-2ad8a051-687e-4c36-9664-4589588d6b3d {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-81878f0e-1766-41ec-8e0c-0deede033d26 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
text-align: left;
}
@media (max-width: 767px){#s-81878f0e-1766-41ec-8e0c-0deede033d26 {
  margin-top: 20px;
margin-bottom: 5px;
}
}
#s-ad97760e-0bc6-49a6-8687-31d3aeae61fa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-ad97760e-0bc6-49a6-8687-31d3aeae61fa {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-91bba606-d9af-4582-9e31-31da0c28b897 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(254, 247, 250, 1);
}
@media (max-width: 767px){#s-91bba606-d9af-4582-9e31-31da0c28b897 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-91bba606-d9af-4582-9e31-31da0c28b897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91bba606-d9af-4582-9e31-31da0c28b897.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-62e337b4-70dd-49f1-95ef-ae63732ab1d6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-62e337b4-70dd-49f1-95ef-ae63732ab1d6 .shg-proportional-font-size,
#s-62e337b4-70dd-49f1-95ef-ae63732ab1d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d2953f87-fe15-4cbc-a94d-846e6952f44c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d2953f87-fe15-4cbc-a94d-846e6952f44c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2953f87-fe15-4cbc-a94d-846e6952f44c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-d2953f87-fe15-4cbc-a94d-846e6952f44c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-d2953f87-fe15-4cbc-a94d-846e6952f44c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 23.333333333333332px);
}

}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284-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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 .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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-bdc85dbf-64ea-46df-8d41-177b8da52284 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284-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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 .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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdc85dbf-64ea-46df-8d41-177b8da52284 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284-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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 .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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdc85dbf-64ea-46df-8d41-177b8da52284 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284-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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 .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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdc85dbf-64ea-46df-8d41-177b8da52284 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284-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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 .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-bdc85dbf-64ea-46df-8d41-177b8da52284 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bdc85dbf-64ea-46df-8d41-177b8da52284 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bdc85dbf-64ea-46df-8d41-177b8da52284 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdc85dbf-64ea-46df-8d41-177b8da52284.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-28512407-65b7-4f9c-9920-2375a658ad02 {
  margin-left: auto;
margin-right: auto;
}

#s-28512407-65b7-4f9c-9920-2375a658ad02 .shg-proportional-font-size,
#s-28512407-65b7-4f9c-9920-2375a658ad02 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3-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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3-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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3-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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3-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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3-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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .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-dcadf6da-5227-4de6-b358-37daaeb8fcb3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 img.shogun-image {
  width: 100%;
  
  
  

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




.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcadf6da-5227-4de6-b358-37daaeb8fcb3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-360d2a24-dec8-4f74-b86c-79a2a43be7a0 {
  margin-left: auto;
margin-right: auto;
}

#s-360d2a24-dec8-4f74-b86c-79a2a43be7a0 .shg-proportional-font-size,
#s-360d2a24-dec8-4f74-b86c-79a2a43be7a0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154-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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154-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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154-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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154-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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154-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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .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-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7fb0c3d-f4a6-4674-aec3-8aa81cd5c154.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1d8ddafe-99c3-4476-a6ac-b6d91c538df3 {
  margin-left: auto;
margin-right: auto;
}

#s-1d8ddafe-99c3-4476-a6ac-b6d91c538df3 .shg-proportional-font-size,
#s-1d8ddafe-99c3-4476-a6ac-b6d91c538df3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

#s-9b483315-2316-4ba9-bef7-16b442a10c5b {
  box-shadow:1px 1px 1px 1px rgba(189, 183, 183, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTI4MGRlMjgtYTE0Zi00MWFlLTk0ZDQtNWU4NWU3Y2U1NTFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjgwZGUyOC1hMTRmLTQxYWUtOTRkNC01ZTg1ZTdjZTU1MWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
border-style: solid;
border-radius: 400px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-9b483315-2316-4ba9-bef7-16b442a10c5b:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b483315-2316-4ba9-bef7-16b442a10c5b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9b483315-2316-4ba9-bef7-16b442a10c5b {
  box-shadow:1px 1px 6px 1px rgba(189, 183, 183, 0.75);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTAwNmY0YjQtMGNlYS00ZmZmLTg0ODAtYjljYmViZmJjY2JjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMDA2ZjRiNC0wY2VhLTRmZmYtODQ4MC1iOWNiZWJmYmNjYmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
text-align: left;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-9b483315-2316-4ba9-bef7-16b442a10c5b:hover {background-color: rgba(211, 23, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9b483315-2316-4ba9-bef7-16b442a10c5b-root {
    text-align: center;
  }


#s-9b483315-2316-4ba9-bef7-16b442a10c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b483315-2316-4ba9-bef7-16b442a10c5b-root {
    text-align: center;
  }


#s-9b483315-2316-4ba9-bef7-16b442a10c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b483315-2316-4ba9-bef7-16b442a10c5b-root {
    text-align: center;
  }


#s-9b483315-2316-4ba9-bef7-16b442a10c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b483315-2316-4ba9-bef7-16b442a10c5b-root {
    text-align: center;
  }


#s-9b483315-2316-4ba9-bef7-16b442a10c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b483315-2316-4ba9-bef7-16b442a10c5b-root {
    text-align: left;
  }


#s-9b483315-2316-4ba9-bef7-16b442a10c5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ed610c32-b406-44ad-bc70-75db92c60e48 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 234, 241, 1);
}








#s-ed610c32-b406-44ad-bc70-75db92c60e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed610c32-b406-44ad-bc70-75db92c60e48.shg-box.shg-c {
  justify-content: center;
}

#s-0adbb687-9a93-4663-bb1d-cb5dc8e1b4b4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-0adbb687-9a93-4663-bb1d-cb5dc8e1b4b4 .shg-proportional-font-size,
#s-0adbb687-9a93-4663-bb1d-cb5dc8e1b4b4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710-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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710-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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710-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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710-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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710-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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .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-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 img.shogun-image {
  width: 100%;
  
  
  

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




.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eb9f7fd-3db8-4213-ae87-cbe7635ee710.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-19d79d05-1785-46da-ad00-0fab23af821b {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19d79d05-1785-46da-ad00-0fab23af821b {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e {
  box-shadow:1px 1px 1px 1px rgba(189, 183, 183, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQ3ZTJiMjUtMjRhOS00MDA4LTgxYjgtOTAwOWMyZDcwOTU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDdlMmIyNS0yNGE5LTQwMDgtODFiOC05MDA5YzJkNzA5NTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
border-style: solid;
border-radius: 400px;
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e {
  box-shadow:1px 1px 6px 1px rgba(189, 183, 183, 0.75);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTAwNmY0YjQtMGNlYS00ZmZmLTg0ODAtYjljYmViZmJjY2JjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMDA2ZjRiNC0wY2VhLTRmZmYtODQ4MC1iOWNiZWJmYmNjYmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
text-align: left;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e:hover {background-color: rgba(211, 23, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e-root {
    text-align: left;
  }


#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e-root {
    text-align: left;
  }


#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e-root {
    text-align: left;
  }


#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e-root {
    text-align: left;
  }


#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e-root {
    text-align: left;
  }


#s-6babb2e5-bc29-4a7d-9f32-86d85ab1a79e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c52b96dc-8521-4063-ac05-78012329dbf1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-c52b96dc-8521-4063-ac05-78012329dbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c52b96dc-8521-4063-ac05-78012329dbf1.shg-box.shg-c {
  justify-content: center;
}

#s-a65b0654-b65b-4c9f-94e5-87f0f395b08b {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-a65b0654-b65b-4c9f-94e5-87f0f395b08b {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-cb9875c7-b078-4f82-abaa-e988e5cd94bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cb9875c7-b078-4f82-abaa-e988e5cd94bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb9875c7-b078-4f82-abaa-e988e5cd94bd.shg-box.shg-c {
  justify-content: center;
}

#s-e675a586-6b6d-4d71-96a3-4dd9b18f35be {
  margin-left: auto;
margin-right: auto;
}

#s-424e8b6a-9cfd-4198-ad7f-7f2707c4cd90 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0f5ef69b-9964-4aa6-98f6-78a10aa29b7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0f5ef69b-9964-4aa6-98f6-78a10aa29b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f5ef69b-9964-4aa6-98f6-78a10aa29b7a.shg-box.shg-c {
  justify-content: center;
}

#s-e8aa6aac-52af-4395-9f1f-6f8f100e9e78 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(254, 250, 251, 1);
}
@media (max-width: 767px){#s-e8aa6aac-52af-4395-9f1f-6f8f100e9e78 {
  background-color: rgba(255, 246, 249, 1);
}
}
#s-e8aa6aac-52af-4395-9f1f-6f8f100e9e78 .shg-proportional-font-size,
#s-e8aa6aac-52af-4395-9f1f-6f8f100e9e78 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}
@media (max-width: 767px){#s-d7d9abde-58a5-423e-806f-03219f388798 {
  display: none;
}
#s-d7d9abde-58a5-423e-806f-03219f388798, #wrap-s-d7d9abde-58a5-423e-806f-03219f388798, #wrap-content-s-d7d9abde-58a5-423e-806f-03219f388798 { display: none !important; }}
#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7d9abde-58a5-423e-806f-03219f388798-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-d7d9abde-58a5-423e-806f-03219f388798 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 .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-d7d9abde-58a5-423e-806f-03219f388798 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7d9abde-58a5-423e-806f-03219f388798 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

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




.s-d7d9abde-58a5-423e-806f-03219f388798 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7d9abde-58a5-423e-806f-03219f388798-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-d7d9abde-58a5-423e-806f-03219f388798 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 .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-d7d9abde-58a5-423e-806f-03219f388798 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7d9abde-58a5-423e-806f-03219f388798 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7d9abde-58a5-423e-806f-03219f388798 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7d9abde-58a5-423e-806f-03219f388798-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-d7d9abde-58a5-423e-806f-03219f388798 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 .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-d7d9abde-58a5-423e-806f-03219f388798 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7d9abde-58a5-423e-806f-03219f388798 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7d9abde-58a5-423e-806f-03219f388798 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7d9abde-58a5-423e-806f-03219f388798-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-d7d9abde-58a5-423e-806f-03219f388798 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 .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-d7d9abde-58a5-423e-806f-03219f388798 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7d9abde-58a5-423e-806f-03219f388798 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7d9abde-58a5-423e-806f-03219f388798 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d7d9abde-58a5-423e-806f-03219f388798 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7d9abde-58a5-423e-806f-03219f388798-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-d7d9abde-58a5-423e-806f-03219f388798 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7d9abde-58a5-423e-806f-03219f388798 .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-d7d9abde-58a5-423e-806f-03219f388798 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7d9abde-58a5-423e-806f-03219f388798 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7d9abde-58a5-423e-806f-03219f388798 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7d9abde-58a5-423e-806f-03219f388798.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  display: none;
}
#s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-content-s-7db75aea-f750-4bf9-bb98-913e7c3be31d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  display: none;
}
#s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-content-s-7db75aea-f750-4bf9-bb98-913e7c3be31d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  display: none;
}
#s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-s-7db75aea-f750-4bf9-bb98-913e7c3be31d, #wrap-content-s-7db75aea-f750-4bf9-bb98-913e7c3be31d { display: none !important; }}
#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d-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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d .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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

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




.s-7db75aea-f750-4bf9-bb98-913e7c3be31d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d-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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d .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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7db75aea-f750-4bf9-bb98-913e7c3be31d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d-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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d .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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7db75aea-f750-4bf9-bb98-913e7c3be31d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d-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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d .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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7db75aea-f750-4bf9-bb98-913e7c3be31d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d-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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d .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-7db75aea-f750-4bf9-bb98-913e7c3be31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d img.shogun-image {
  width: 100%;
  
  
  

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




.s-7db75aea-f750-4bf9-bb98-913e7c3be31d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7db75aea-f750-4bf9-bb98-913e7c3be31d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-15989e48-063b-490a-8498-2e9b1bd26e2d {
  box-shadow:1px 1px 1px 1px rgba(189, 183, 183, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2ViYWQzZjItOTA1YS00YmJiLTljMWYtZjM1ZjViOGFlMGZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZWJhZDNmMi05MDVhLTRiYmItOWMxZi1mMzVmNWI4YWUwZmUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
border-style: solid;
border-radius: 400px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-15989e48-063b-490a-8498-2e9b1bd26e2d:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-15989e48-063b-490a-8498-2e9b1bd26e2d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-15989e48-063b-490a-8498-2e9b1bd26e2d {
  box-shadow:1px 1px 6px 1px rgba(189, 183, 183, 0.75);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTAwNmY0YjQtMGNlYS00ZmZmLTg0ODAtYjljYmViZmJjY2JjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMDA2ZjRiNC0wY2VhLTRmZmYtODQ4MC1iOWNiZWJmYmNjYmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
text-align: left;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-15989e48-063b-490a-8498-2e9b1bd26e2d:hover {background-color: rgba(211, 23, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-15989e48-063b-490a-8498-2e9b1bd26e2d-root {
    text-align: center;
  }


#s-15989e48-063b-490a-8498-2e9b1bd26e2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15989e48-063b-490a-8498-2e9b1bd26e2d-root {
    text-align: center;
  }


#s-15989e48-063b-490a-8498-2e9b1bd26e2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15989e48-063b-490a-8498-2e9b1bd26e2d-root {
    text-align: center;
  }


#s-15989e48-063b-490a-8498-2e9b1bd26e2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15989e48-063b-490a-8498-2e9b1bd26e2d-root {
    text-align: center;
  }


#s-15989e48-063b-490a-8498-2e9b1bd26e2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15989e48-063b-490a-8498-2e9b1bd26e2d-root {
    text-align: left;
  }


#s-15989e48-063b-490a-8498-2e9b1bd26e2d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f7b86958-4970-4d38-9d09-e8a15809f95b {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 56, 121, 1);
border-style: dashed;
min-height: 50px;
}
@media (max-width: 767px){#s-f7b86958-4970-4d38-9d09-e8a15809f95b {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-f7b86958-4970-4d38-9d09-e8a15809f95b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7b86958-4970-4d38-9d09-e8a15809f95b.shg-box.shg-c {
  justify-content: center;
}

#s-9b7b2083-e59c-4d2b-8747-c3157d9bbb41 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-9b7b2083-e59c-4d2b-8747-c3157d9bbb41 .shg-proportional-font-size,
#s-9b7b2083-e59c-4d2b-8747-c3157d9bbb41 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e52939a8-7b95-4c79-9d7b-2128019e3459 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
min-height: 50px;
background-color: rgba(255, 252, 252, 1);
}
@media (min-width: 1200px){#s-e52939a8-7b95-4c79-9d7b-2128019e3459 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e52939a8-7b95-4c79-9d7b-2128019e3459 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e52939a8-7b95-4c79-9d7b-2128019e3459 {
  
}
}







#s-e52939a8-7b95-4c79-9d7b-2128019e3459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e52939a8-7b95-4c79-9d7b-2128019e3459.shg-box.shg-c {
  justify-content: center;
}

#s-6f92b4d6-ea9d-41b3-b375-bfd311195ce7 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 242, 242, 1);
}








#s-6f92b4d6-ea9d-41b3-b375-bfd311195ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f92b4d6-ea9d-41b3-b375-bfd311195ce7.shg-box.shg-c {
  justify-content: center;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  max-width: 150px;
}
}
#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin: 0 !important;
  overflow: visible;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add background color handling */
  
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
  box-sizing: border-box;
}



.s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42dd0247-3f9f-4221-9eee-5732863333ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
      position: relative;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin: 0 !important;
  overflow: visible;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add background color handling */
  
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
  box-sizing: border-box;
}



.s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42dd0247-3f9f-4221-9eee-5732863333ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
      position: relative;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin: 0 !important;
  overflow: visible;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add background color handling */
  
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
  box-sizing: border-box;
}



.s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42dd0247-3f9f-4221-9eee-5732863333ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
      position: relative;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin: 0 !important;
  overflow: visible;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add background color handling */
  
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
  box-sizing: border-box;
}



.s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42dd0247-3f9f-4221-9eee-5732863333ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
      position: relative;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-42dd0247-3f9f-4221-9eee-5732863333ab {
  margin: 0 !important;
  overflow: visible;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-42dd0247-3f9f-4221-9eee-5732863333ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add background color handling */
  
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42dd0247-3f9f-4221-9eee-5732863333ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-42dd0247-3f9f-4221-9eee-5732863333ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image {
  box-sizing: border-box;
}



.s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-42dd0247-3f9f-4221-9eee-5732863333ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container {
      position: relative;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42dd0247-3f9f-4221-9eee-5732863333ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-0fc74218-d37d-4442-bb45-087f78903e64 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

#s-30eaae75-cca9-4bb6-b55d-ef2ff91059eb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 50px;
background-color: rgba(234, 235, 229, 1);
}








#s-30eaae75-cca9-4bb6-b55d-ef2ff91059eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30eaae75-cca9-4bb6-b55d-ef2ff91059eb.shg-box.shg-c {
  justify-content: center;
}

#s-8d024efa-f810-40a1-a770-cc706a34e993 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-8d024efa-f810-40a1-a770-cc706a34e993 .shg-proportional-font-size,
#s-8d024efa-f810-40a1-a770-cc706a34e993 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6-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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6-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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6-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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6-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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6-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-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2dab4f0e-60e7-4d79-98fb-2e77cac494c6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bd21eb5d-3de3-4167-9bec-2fadd5a9a44d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

#s-2da6816f-d840-439d-8765-98c683e5b77c {
  margin-left: auto;
margin-right: auto;
}

#s-2da6816f-d840-439d-8765-98c683e5b77c hr {
  border-top: 2px solid #ddd;
}

#s-59cf6040-7c22-473c-a275-81b3ba250d97 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-59cf6040-7c22-473c-a275-81b3ba250d97 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: -10px;
margin-right: 5%;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c11bfbdb-0287-4e40-a08e-403e74c822da {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 14px;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(128, 129, 130, 1);
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(128, 129, 130, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 18px;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (max-width: 767px){#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 14px;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(128, 129, 130, 1);
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(128, 129, 130, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 18px;
}

#s-c11bfbdb-0287-4e40-a08e-403e74c822da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-84dbf335-df3a-47cc-aa58-c429c3b74d48 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-45c9a736-4a5c-4af6-a735-9da302f84170 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-ef970f9e-a531-4706-a2e5-e202aefe49c0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a79946ca-6873-4aba-8592-6e7117aed03d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-4ce6bb55-9735-4f73-a05b-e904a822c92d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-5746c59a-6a92-413d-86b7-b5b4507355da {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a0eb7f59-7c67-4b37-9b43-190497c8898e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-26845097-68ba-45b8-bd61-a1869600f8ac {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9a9698a1-4568-4647-b66b-8cc295d9d1c4 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-cf1f52c0-daaf-4e94-9693-d2906a952b2b {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-cf1f52c0-daaf-4e94-9693-d2906a952b2b {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-27642423-ba84-4932-9ae6-52909b06a945 {
  box-shadow:1px 1px 1px 1px rgba(189, 183, 183, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTI5NDFhYWUtMThlZC00NDdlLTk4MDktM2I4MDg4ZGFiZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5Mjk0MWFhZS0xOGVkLTQ0N2UtOTgwOS0zYjgwODhkYWJlM2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
border-style: solid;
border-radius: 400px;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-27642423-ba84-4932-9ae6-52909b06a945:hover {background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27642423-ba84-4932-9ae6-52909b06a945:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-27642423-ba84-4932-9ae6-52909b06a945 {
  box-shadow:1px 1px 6px 1px rgba(189, 183, 183, 0.75);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmFhNWE3NWItY2EyNy00MjRkLWI3MWItYTk4ODZiNmY4NGY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxOTZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWE2Mjk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YWE1YTc1Yi1jYTI3LTQyNGQtYjcxYi1hOTg4NmI2Zjg0ZjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(55, 56, 121, 1);
border-radius: 400px;
text-align: center;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e7196f"}, {"id"=>2, "pos"=>1, "color"=>"#ea6297"}];
}
#s-27642423-ba84-4932-9ae6-52909b06a945:hover {background-color: rgba(211, 23, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-27642423-ba84-4932-9ae6-52909b06a945-root {
    text-align: center;
  }


#s-27642423-ba84-4932-9ae6-52909b06a945.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27642423-ba84-4932-9ae6-52909b06a945-root {
    text-align: center;
  }


#s-27642423-ba84-4932-9ae6-52909b06a945.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27642423-ba84-4932-9ae6-52909b06a945-root {
    text-align: center;
  }


#s-27642423-ba84-4932-9ae6-52909b06a945.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27642423-ba84-4932-9ae6-52909b06a945-root {
    text-align: center;
  }


#s-27642423-ba84-4932-9ae6-52909b06a945.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27642423-ba84-4932-9ae6-52909b06a945-root {
    text-align: center;
  }


#s-27642423-ba84-4932-9ae6-52909b06a945.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
