.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-a3ec322c-014f-415c-b6a1-7104105c81ed {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-a3ec322c-014f-415c-b6a1-7104105c81ed {
  display: none;
}
#s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-s-a3ec322c-014f-415c-b6a1-7104105c81ed, #wrap-content-s-a3ec322c-014f-415c-b6a1-7104105c81ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ec322c-014f-415c-b6a1-7104105c81ed"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

.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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 125px;
text-align: center;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd img.shogun-image {
  width: 100%;
  
  
  max-width: 125px;

  /* 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd-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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd 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-fa8f6942-a6fe-41ed-90b5-5704a38f50dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8f6942-a6fe-41ed-90b5-5704a38f50dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

.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-100ff466-da4f-4bb9-9d52-14398026a3c1 {
  margin-top: 20px;
margin-left: 21%;
margin-right: 21%;
}

#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size,
#s-100ff466-da4f-4bb9-9d52-14398026a3c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size,
#s-46170944-8b75-4dfb-a22f-73c8d7ebf18a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .shg-proportional-font-size,
#s-743b79e9-2571-451e-bedb-1cf60f1d4b26 .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 {
  
  
}

.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-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5-root {
    text-align: center;
  }


#s-7fda8b0d-d8bb-49e3-ad44-addb8867f7d5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}
@media (min-width: 1200px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bfad98f-d066-436b-9193-a98f6ce2bf88 {
  display: none;
}
#s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-s-9bfad98f-d066-436b-9193-a98f6ce2bf88, #wrap-content-s-9bfad98f-d066-436b-9193-a98f6ce2bf88 { display: none !important; }}
.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-50080a5e-db2b-4f78-a629-c03339514b62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(27, 67, 118, 1);
}








#s-50080a5e-db2b-4f78-a629-c03339514b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50080a5e-db2b-4f78-a629-c03339514b62.shg-box.shg-c {
  justify-content: center;
}

#s-6593ffef-f6a6-4438-b360-f8490cb3f416 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-62ba344d-8a26-4a38-b408-358a35f390dc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9 {
  margin-top: 25px;
}
}







#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a4386a1-97fc-4fd2-acce-ba689f601ec9.shg-box.shg-c {
  justify-content: center;
}

#s-91f18062-bc0e-49d7-a8fc-05876f990697 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(175, 175, 175, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-91f18062-bc0e-49d7-a8fc-05876f990697 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91f18062-bc0e-49d7-a8fc-05876f990697"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-82ba448f-f52a-4d1e-986b-2890c577e08d {
  margin-left: auto;
margin-right: auto;
}

#s-0d5e0f8a-ecf8-4bba-a2f5-d00d12236ead {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f {
  margin-top: 25px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f {
  margin-left: 7%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77c95da6-5ca8-4e24-8f1f-ad5b2b55916f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1-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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1-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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1-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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1-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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1-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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 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-34fc2e72-295a-4983-acb3-bbe8fb2b07d1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34fc2e72-295a-4983-acb3-bbe8fb2b07d1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-aad18fce-9846-44b9-b2fd-38b2509b3eb1 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-aad18fce-9846-44b9-b2fd-38b2509b3eb1 .shg-proportional-font-size,
#s-aad18fce-9846-44b9-b2fd-38b2509b3eb1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250-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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 .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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-b4ecf212-ba11-4d98-9b78-672cd8b17250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250-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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 .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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 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-b4ecf212-ba11-4d98-9b78-672cd8b17250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250-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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 .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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 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-b4ecf212-ba11-4d98-9b78-672cd8b17250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250-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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 .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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 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-b4ecf212-ba11-4d98-9b78-672cd8b17250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250-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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 .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-b4ecf212-ba11-4d98-9b78-672cd8b17250 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250 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-b4ecf212-ba11-4d98-9b78-672cd8b17250 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4ecf212-ba11-4d98-9b78-672cd8b17250.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c92bf71b-210a-4fef-ba91-a8624aaf902e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-c92bf71b-210a-4fef-ba91-a8624aaf902e .shg-proportional-font-size,
#s-c92bf71b-210a-4fef-ba91-a8624aaf902e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3-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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 .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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 img.shogun-image {
  width: 100%;
  
  
  max-width: 25px;

  /* 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-1344b9e8-3ecf-4022-b147-9bb8684334f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3-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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 .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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 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-1344b9e8-3ecf-4022-b147-9bb8684334f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3-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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 .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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 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-1344b9e8-3ecf-4022-b147-9bb8684334f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3-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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 .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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 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-1344b9e8-3ecf-4022-b147-9bb8684334f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3-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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 .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-1344b9e8-3ecf-4022-b147-9bb8684334f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3 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-1344b9e8-3ecf-4022-b147-9bb8684334f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1344b9e8-3ecf-4022-b147-9bb8684334f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0682e3e-89de-4962-968b-db88aca871cf {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-e0682e3e-89de-4962-968b-db88aca871cf .shg-proportional-font-size,
#s-e0682e3e-89de-4962-968b-db88aca871cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 1%;
}

#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 .shg-proportional-font-size,
#s-77c1725b-4be9-4bb2-946a-1ae2ed50ab43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0ca71a4b-bb7e-4967-b21a-ac605cb0180b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

#s-be76dd86-6244-4243-8b5a-75d9be8b3340 {
  margin-left: 5%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be76dd86-6244-4243-8b5a-75d9be8b3340 .shogun-heading-component h1 {
  
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-07292920-00ad-4018-a305-46631bfbcca0 {
  margin-top: -16px;
margin-left: 5%;
margin-right: auto;
text-align: left;
}

#s-07292920-00ad-4018-a305-46631bfbcca0 .shogun-heading-component h1 {
  color: rgb(0, 172, 78);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f7db0871-4a9f-408d-a591-d6abf38711f0 {
  margin-top: 25px;
margin-left: 5%;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-4a14bac5-221b-453e-8c27-d2041dde5651 {
  margin-top: -20px;
margin-left: 1%;
margin-right: auto;
}

#s-70206344-daeb-451c-98f1-741f3c80b25b {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-70206344-daeb-451c-98f1-741f3c80b25b .shg-proportional-font-size,
#s-70206344-daeb-451c-98f1-741f3c80b25b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0a05e5e6-fb1f-4c40-893f-083a13e36a42 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a05e5e6-fb1f-4c40-893f-083a13e36a42 {
  margin-left: 0%;
margin-right: -20%;
}
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad662f25-d944-48d5-a5f7-cc56de874cbe {
  display: none;
}
#s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-s-ad662f25-d944-48d5-a5f7-cc56de874cbe, #wrap-content-s-ad662f25-d944-48d5-a5f7-cc56de874cbe { display: none !important; }}
@media (min-width: 0px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad662f25-d944-48d5-a5f7-cc56de874cbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f3237fec-ca73-4d2b-8ea8-64edc6edf261 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgb(0, 88, 142);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fe438015-f31f-4d5d-8c99-7268807994ac:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe438015-f31f-4d5d-8c99-7268807994ac:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2I0NTIzZjItOWExNC00ZGU0LWJlOTMtOWE1MDc2OTdjNjAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYjQ1MjNmMi05YTE0LTRkZTQtYmU5My05YTUwNzY5N2M2MDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fe438015-f31f-4d5d-8c99-7268807994ac-atc-btn-wrapper {
    text-align: center;
  }


#s-fe438015-f31f-4d5d-8c99-7268807994ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe438015-f31f-4d5d-8c99-7268807994ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9b64100d-b938-4fc7-a546-9068a0fb25a9 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-9b64100d-b938-4fc7-a546-9068a0fb25a9 {
  display: none;
}
#s-9b64100d-b938-4fc7-a546-9068a0fb25a9, #wrap-s-9b64100d-b938-4fc7-a546-9068a0fb25a9, #wrap-content-s-9b64100d-b938-4fc7-a546-9068a0fb25a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b64100d-b938-4fc7-a546-9068a0fb25a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-144b8e03-7d8e-411b-bde3-e80b6277d9a3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 9px;
background-color: rgb(0, 88, 142);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGViNWM5NTMtM2ViYy00NTE3LThmMzktZDg2ZWYyODRmYjVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmNkODVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNTJiOTU1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZWI1Yzk1My0zZWJjLTQ1MTctOGYzOS1kODZlZjI4NGZiNWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bcd85f"}, {"id"=>2, "pos"=>1, "color"=>"#52b955"}] !important;}

  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5c61e01e-45eb-4b2a-a75e-11916244e0b0-atc-btn-wrapper {
    text-align: left;
  }


#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5c61e01e-45eb-4b2a-a75e-11916244e0b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-077d487d-fe31-43ad-953b-c55f48e8217c {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 50px;
background-color: rgba(233, 249, 239, 1);
}








#s-077d487d-fe31-43ad-953b-c55f48e8217c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-077d487d-fe31-43ad-953b-c55f48e8217c.shg-box.shg-c {
  justify-content: center;
}

#s-32ce28fd-9c34-4fa8-9e64-645dcdc809e7 {
  margin-left: 7%;
margin-right: 4%;
padding-left: 1%;
}

#s-32ce28fd-9c34-4fa8-9e64-645dcdc809e7 .shg-proportional-font-size,
#s-32ce28fd-9c34-4fa8-9e64-645dcdc809e7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8ccda9cf-a80c-4c71-91bf-6f39567bd213 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-8ccda9cf-a80c-4c71-91bf-6f39567bd213 .shg-proportional-font-size,
#s-8ccda9cf-a80c-4c71-91bf-6f39567bd213 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2790065f-1f06-46a4-b4d7-f3351381bb2a {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-2790065f-1f06-46a4-b4d7-f3351381bb2a .shg-proportional-font-size,
#s-2790065f-1f06-46a4-b4d7-f3351381bb2a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1422759d-eaf6-4875-a06a-30dae4e89b9f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-1422759d-eaf6-4875-a06a-30dae4e89b9f .shg-proportional-font-size,
#s-1422759d-eaf6-4875-a06a-30dae4e89b9f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4b51d63-d434-4d52-a7ac-f5e8af333a2f.shg-box.shg-c {
  justify-content: center;
}

#s-fd66de56-6d76-43f7-b28f-6d020d8b0c4a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5a489118-04da-428d-bd44-e3b9451687cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a489118-04da-428d-bd44-e3b9451687cb .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-5a489118-04da-428d-bd44-e3b9451687cb .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-a2d0e56d-ee98-4a84-8916-627c412a278f {
  margin-left: 14%;
margin-right: 14%;
}

#s-a2d0e56d-ee98-4a84-8916-627c412a278f .shg-proportional-font-size,
#s-a2d0e56d-ee98-4a84-8916-627c412a278f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a7f074b7-745f-4a8d-8b49-ffb025a61a95 {
  margin-top: 30px;
margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-a7f074b7-745f-4a8d-8b49-ffb025a61a95 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7f074b7-745f-4a8d-8b49-ffb025a61a95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 240, 241, 1);
}
@media (max-width: 767px){#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe211a48-b52b-42fa-8a81-56e6ac7dfc7b.shg-box.shg-c {
  justify-content: center;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4-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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(229, 229, 229, 1);
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 0);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 2px;
  padding-bottom: 2px;
}


.shg-image-content-margin-container-s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4-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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4-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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4-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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4-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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 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-e2fb2b74-75b7-4451-92ff-46f5f0b304e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fb2b74-75b7-4451-92ff-46f5f0b304e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4716af1d-4b13-4619-a0fe-679572e146d1 {
  margin-left: 8%;
margin-right: 8%;
}

#s-4716af1d-4b13-4619-a0fe-679572e146d1 .shg-proportional-font-size,
#s-4716af1d-4b13-4619-a0fe-679572e146d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 240, 241, 1);
}
@media (max-width: 767px){#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 {
  margin-top: 25px;
}
}







#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfaa7d52-32a4-4037-89ce-e2bcf85bfc82.shg-box.shg-c {
  justify-content: center;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1-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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 0.05);
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 2px;
  padding-bottom: 2px;
}


.shg-image-content-margin-container-s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-d20e4f3f-f58d-479f-a925-449e679c17f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1-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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 .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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 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-d20e4f3f-f58d-479f-a925-449e679c17f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1-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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 .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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 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-d20e4f3f-f58d-479f-a925-449e679c17f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1-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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 .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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 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-d20e4f3f-f58d-479f-a925-449e679c17f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1-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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 .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-d20e4f3f-f58d-479f-a925-449e679c17f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d20e4f3f-f58d-479f-a925-449e679c17f1 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-d20e4f3f-f58d-479f-a925-449e679c17f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d20e4f3f-f58d-479f-a925-449e679c17f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-853cb98b-3d0b-4394-89d1-1f4b6c603575 {
  margin-left: 8%;
margin-right: 8%;
}

#s-853cb98b-3d0b-4394-89d1-1f4b6c603575 .shg-proportional-font-size,
#s-853cb98b-3d0b-4394-89d1-1f4b6c603575 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8766e70d-f929-4b3b-a911-f44fb05c617d {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 240, 241, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-8766e70d-f929-4b3b-a911-f44fb05c617d {
  margin-top: 25px;
margin-bottom: 0px;
}
}







#s-8766e70d-f929-4b3b-a911-f44fb05c617d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8766e70d-f929-4b3b-a911-f44fb05c617d.shg-box.shg-c {
  justify-content: center;
}

#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin-top: 5px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
max-width: 50px;
text-align: left;
}

#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0103692f-35fb-4208-b155-372398ea41a0-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-0103692f-35fb-4208-b155-372398ea41a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 5px;
  margin-bottom: 0px;
}

#s-0103692f-35fb-4208-b155-372398ea41a0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(249, 250, 252, 0);
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 2px;
  padding-bottom: 2px;
}


.shg-image-content-margin-container-s-0103692f-35fb-4208-b155-372398ea41a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0103692f-35fb-4208-b155-372398ea41a0 img.shogun-image {
  width: 100%;
  
  
  max-width: 50px;

  /* 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-0103692f-35fb-4208-b155-372398ea41a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0103692f-35fb-4208-b155-372398ea41a0-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-0103692f-35fb-4208-b155-372398ea41a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0103692f-35fb-4208-b155-372398ea41a0 .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-0103692f-35fb-4208-b155-372398ea41a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0103692f-35fb-4208-b155-372398ea41a0 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-0103692f-35fb-4208-b155-372398ea41a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0103692f-35fb-4208-b155-372398ea41a0-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-0103692f-35fb-4208-b155-372398ea41a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0103692f-35fb-4208-b155-372398ea41a0 .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-0103692f-35fb-4208-b155-372398ea41a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0103692f-35fb-4208-b155-372398ea41a0 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-0103692f-35fb-4208-b155-372398ea41a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0103692f-35fb-4208-b155-372398ea41a0-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-0103692f-35fb-4208-b155-372398ea41a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0103692f-35fb-4208-b155-372398ea41a0 .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-0103692f-35fb-4208-b155-372398ea41a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0103692f-35fb-4208-b155-372398ea41a0 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-0103692f-35fb-4208-b155-372398ea41a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0103692f-35fb-4208-b155-372398ea41a0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0103692f-35fb-4208-b155-372398ea41a0-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-0103692f-35fb-4208-b155-372398ea41a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0103692f-35fb-4208-b155-372398ea41a0 .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-0103692f-35fb-4208-b155-372398ea41a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0103692f-35fb-4208-b155-372398ea41a0 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-0103692f-35fb-4208-b155-372398ea41a0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0103692f-35fb-4208-b155-372398ea41a0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-783e2c5c-00cc-4c4f-aedb-9c671fbf0f05 {
  margin-left: 8%;
margin-right: 8%;
}

#s-783e2c5c-00cc-4c4f-aedb-9c671fbf0f05 .shg-proportional-font-size,
#s-783e2c5c-00cc-4c4f-aedb-9c671fbf0f05 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f799c7e7-fe9a-4803-ad72-49e3699314cc {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 16%;
margin-bottom: 25px;
margin-right: 16%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
}
@media (max-width: 767px){#s-f799c7e7-fe9a-4803-ad72-49e3699314cc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f799c7e7-fe9a-4803-ad72-49e3699314cc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGU0MmZhYjktMjg3Mi00ODAyLWEzNTYtOTQ4NTY2OGE3Y2IwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA1ODhlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0Mzc2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZTQyZmFiOS0yODcyLTQ4MDItYTM1Ni05NDg1NjY4YTdjYjApIi8+PC9zdmc+);
}








#s-f799c7e7-fe9a-4803-ad72-49e3699314cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f799c7e7-fe9a-4803-ad72-49e3699314cc.shg-box.shg-c {
  justify-content: center;
}

#s-3c521757-4453-486d-99ec-d5e889c80754 {
  margin-left: 8%;
margin-right: 8%;
}

#s-3c521757-4453-486d-99ec-d5e889c80754 .shg-proportional-font-size,
#s-3c521757-4453-486d-99ec-d5e889c80754 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f3fd894-8db2-4c21-8ac8-5668c01c17a5.shg-box.shg-c {
  justify-content: center;
}

#s-2ad0f38f-90c4-4af0-85a5-f02decd4a80d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6665d9bd-bc8c-4adb-991c-426e156eab7a {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-6665d9bd-bc8c-4adb-991c-426e156eab7a .shg-proportional-font-size,
#s-6665d9bd-bc8c-4adb-991c-426e156eab7a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d8d749cb-b20b-4df8-b7e8-354b7aa63dd5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-2d83cf7c-b24c-4bfe-9abe-e6c61f488c73 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 .shg-proportional-font-size,
#s-6d050837-eec4-49a4-8e4e-466a1bd57b74 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1400px;
text-align: center;
}
@media (min-width: 1200px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  display: none;
}
#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-content-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  display: none;
}
#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-content-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  display: none;
}
#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c, #wrap-content-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c { display: none !important; }}
#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c-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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

  /* 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-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c-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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c .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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c 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-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c-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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c .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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c 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-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c-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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c .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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c 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-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c-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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c .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-09e16cf1-64ca-4cc1-8357-6729a9fa773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c 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-09e16cf1-64ca-4cc1-8357-6729a9fa773c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e16cf1-64ca-4cc1-8357-6729a9fa773c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin-left: 16%;
margin-right: 16%;
max-width: 2450px;
text-align: center;
}
@media (max-width: 767px){#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  display: none;
}
#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336, #wrap-s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336, #wrap-content-s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 { display: none !important; }}
#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336-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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 img.shogun-image {
  width: 100%;
  
  
  max-width: 2450px;

  /* 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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336-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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336-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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336-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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336-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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 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-0ad7fd5b-8a09-40db-94da-cb3c8c24b336 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad7fd5b-8a09-40db-94da-cb3c8c24b336.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-90311b7d-619f-4405-902f-908747d7806f {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(249, 250, 252, 1);
}








#s-90311b7d-619f-4405-902f-908747d7806f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90311b7d-619f-4405-902f-908747d7806f.shg-box.shg-c {
  justify-content: center;
}

#s-74bdd0ac-4a3b-49e7-a1c8-a944c9c6ce43 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-81e3c5b7-3096-4726-b8f0-3c7f67e046fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e3c5b7-3096-4726-b8f0-3c7f67e046fd .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-81e3c5b7-3096-4726-b8f0-3c7f67e046fd .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-8b250779-4977-434c-a350-6b189ffbb2f1 {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-8b250779-4977-434c-a350-6b189ffbb2f1 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-8b250779-4977-434c-a350-6b189ffbb2f1 .shg-proportional-font-size,
#s-8b250779-4977-434c-a350-6b189ffbb2f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ac80b8a5-022d-4038-a6dd-840fa16fec64 {
  margin-left: 14%;
margin-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
}
@media (min-width: 1200px){#s-ac80b8a5-022d-4038-a6dd-840fa16fec64 {
  display: none;
}
#s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-content-s-ac80b8a5-022d-4038-a6dd-840fa16fec64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac80b8a5-022d-4038-a6dd-840fa16fec64 {
  display: none;
}
#s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-content-s-ac80b8a5-022d-4038-a6dd-840fa16fec64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac80b8a5-022d-4038-a6dd-840fa16fec64 {
  display: none;
}
#s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-s-ac80b8a5-022d-4038-a6dd-840fa16fec64, #wrap-content-s-ac80b8a5-022d-4038-a6dd-840fa16fec64 { display: none !important; }}@media (max-width: 767px){#s-ac80b8a5-022d-4038-a6dd-840fa16fec64 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-ac80b8a5-022d-4038-a6dd-840fa16fec64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac80b8a5-022d-4038-a6dd-840fa16fec64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac80b8a5-022d-4038-a6dd-840fa16fec64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac80b8a5-022d-4038-a6dd-840fa16fec64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc-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-10466a52-12d4-485d-8d18-469e3701f0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-10466a52-12d4-485d-8d18-469e3701f0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-10466a52-12d4-485d-8d18-469e3701f0bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc-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-10466a52-12d4-485d-8d18-469e3701f0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc .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-10466a52-12d4-485d-8d18-469e3701f0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc 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-10466a52-12d4-485d-8d18-469e3701f0bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc-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-10466a52-12d4-485d-8d18-469e3701f0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc .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-10466a52-12d4-485d-8d18-469e3701f0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc 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-10466a52-12d4-485d-8d18-469e3701f0bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc-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-10466a52-12d4-485d-8d18-469e3701f0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc .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-10466a52-12d4-485d-8d18-469e3701f0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc 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-10466a52-12d4-485d-8d18-469e3701f0bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-10466a52-12d4-485d-8d18-469e3701f0bc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc-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-10466a52-12d4-485d-8d18-469e3701f0bc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc .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-10466a52-12d4-485d-8d18-469e3701f0bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-10466a52-12d4-485d-8d18-469e3701f0bc 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-10466a52-12d4-485d-8d18-469e3701f0bc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10466a52-12d4-485d-8d18-469e3701f0bc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin-bottom: 0px;
}
}
#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc-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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc-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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc 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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc-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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc 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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc-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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc 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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc-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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc 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-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee66c8b5-d8dc-4504-bb5a-a85cecceb9fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 929px;
text-align: center;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427-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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-c2d5e059-7998-4747-b895-fbd04ca35427 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427-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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427 .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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 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-c2d5e059-7998-4747-b895-fbd04ca35427 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427-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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427 .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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 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-c2d5e059-7998-4747-b895-fbd04ca35427 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427-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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427 .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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 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-c2d5e059-7998-4747-b895-fbd04ca35427 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2d5e059-7998-4747-b895-fbd04ca35427 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427-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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427 .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-c2d5e059-7998-4747-b895-fbd04ca35427 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2d5e059-7998-4747-b895-fbd04ca35427 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-c2d5e059-7998-4747-b895-fbd04ca35427 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d5e059-7998-4747-b895-fbd04ca35427.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6de2c186-8626-4c9f-a020-b3cc130e0118 {
  margin-left: 16%;
margin-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
}
@media (max-width: 767px){#s-6de2c186-8626-4c9f-a020-b3cc130e0118 {
  display: none;
}
#s-6de2c186-8626-4c9f-a020-b3cc130e0118, #wrap-s-6de2c186-8626-4c9f-a020-b3cc130e0118, #wrap-content-s-6de2c186-8626-4c9f-a020-b3cc130e0118 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6de2c186-8626-4c9f-a020-b3cc130e0118"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de2c186-8626-4c9f-a020-b3cc130e0118"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6de2c186-8626-4c9f-a020-b3cc130e0118"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de2c186-8626-4c9f-a020-b3cc130e0118"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2-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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2-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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 .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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 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-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2-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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 .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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 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-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2-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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 .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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 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-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2-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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 .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-97610ee1-04e4-432d-9b58-4f90ca0746b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2 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-97610ee1-04e4-432d-9b58-4f90ca0746b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97610ee1-04e4-432d-9b58-4f90ca0746b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899-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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-781711e0-d6c9-40ab-8846-af1df52a5899 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899-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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899 .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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 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-781711e0-d6c9-40ab-8846-af1df52a5899 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899-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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899 .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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 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-781711e0-d6c9-40ab-8846-af1df52a5899 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899-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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899 .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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 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-781711e0-d6c9-40ab-8846-af1df52a5899 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-781711e0-d6c9-40ab-8846-af1df52a5899 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899-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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 .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-781711e0-d6c9-40ab-8846-af1df52a5899 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-781711e0-d6c9-40ab-8846-af1df52a5899 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-781711e0-d6c9-40ab-8846-af1df52a5899 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781711e0-d6c9-40ab-8846-af1df52a5899.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin-left: auto;
margin-right: auto;
max-width: 929px;
text-align: center;
}
@media (max-width: 767px){#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323-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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 img.shogun-image {
  width: 100%;
  
  
  max-width: 929px;

  /* 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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323-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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323-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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323-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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323-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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323 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-0e0c33d6-3fc5-44bf-840d-31c5fe633323 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e0c33d6-3fc5-44bf-840d-31c5fe633323.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-58141bea-bd61-4c82-88f2-41893cf19b8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-58141bea-bd61-4c82-88f2-41893cf19b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58141bea-bd61-4c82-88f2-41893cf19b8d.shg-box.shg-c {
  justify-content: center;
}

#s-e2472927-1fcc-4d96-ac0d-a1e720993fbb {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 1%;
}

#s-e2472927-1fcc-4d96-ac0d-a1e720993fbb .shg-proportional-font-size,
#s-e2472927-1fcc-4d96-ac0d-a1e720993fbb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d37d7099-2f29-4165-b4a3-25852221762f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a90c6df8-fadd-4ba8-b36b-e0a16dea1a47 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a90c6df8-fadd-4ba8-b36b-e0a16dea1a47 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-a90c6df8-fadd-4ba8-b36b-e0a16dea1a47 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-38b8588c-bb2f-412d-ba05-06daeb97a7fb {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 229, 229, 1);
border-style: none;
border-radius: 15px;
background-color: rgb(255, 255, 255);
}
@media (min-width: 1200px){#s-38b8588c-bb2f-412d-ba05-06daeb97a7fb {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38b8588c-bb2f-412d-ba05-06daeb97a7fb {
  margin-left: 16%;
margin-right: 16%;
}
}@media (max-width: 767px){#s-38b8588c-bb2f-412d-ba05-06daeb97a7fb {
  margin-top: 30px;
margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-38b8588c-bb2f-412d-ba05-06daeb97a7fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38b8588c-bb2f-412d-ba05-06daeb97a7fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38b8588c-bb2f-412d-ba05-06daeb97a7fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38b8588c-bb2f-412d-ba05-06daeb97a7fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2ac0c38a-bc8e-47eb-93e6-95a79be06dfc {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}








#s-2ac0c38a-bc8e-47eb-93e6-95a79be06dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ac0c38a-bc8e-47eb-93e6-95a79be06dfc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin: 0 !important;
  overflow: visible;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f-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-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add background color handling */
  
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image {
  box-sizing: border-box;
}



.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  
}


@media (min-width: 1200px){#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin: 0 !important;
  overflow: visible;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f-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-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add background color handling */
  
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image {
  box-sizing: border-box;
}



.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin: 0 !important;
  overflow: visible;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f-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-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add background color handling */
  
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image {
  box-sizing: border-box;
}



.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin: 0 !important;
  overflow: visible;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f-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-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add background color handling */
  
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image {
  box-sizing: border-box;
}



.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  
}


}@media (max-width: 767px){#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  margin: 0 !important;
  overflow: visible;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f-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-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add background color handling */
  
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f.shogun-image {
  box-sizing: border-box;
}



.s-e89dbdf1-9f4b-4dd9-a6ac-4dec0a6aec5f img.shogun-image {
  
}


}
#s-5048987c-d90e-439a-8d6d-6bf8d4793543 {
  margin-left: 8%;
margin-right: 8%;
}

#s-5048987c-d90e-439a-8d6d-6bf8d4793543 .shg-proportional-font-size,
#s-5048987c-d90e-439a-8d6d-6bf8d4793543 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2441541d-d954-4676-8620-230e51ea7a43 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 25px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-2441541d-d954-4676-8620-230e51ea7a43 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2441541d-d954-4676-8620-230e51ea7a43 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2441541d-d954-4676-8620-230e51ea7a43 {
  margin-top: 0px;
}
}







#s-2441541d-d954-4676-8620-230e51ea7a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2441541d-d954-4676-8620-230e51ea7a43.shg-box.shg-c {
  justify-content: center;
}

#s-7278b83b-8573-48f8-882e-09574398457d {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-7278b83b-8573-48f8-882e-09574398457d {
  margin: 0 !important;
  overflow: visible;
}

#s-7278b83b-8573-48f8-882e-09574398457d-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-7278b83b-8573-48f8-882e-09574398457d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7278b83b-8573-48f8-882e-09574398457d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add background color handling */
  
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-7278b83b-8573-48f8-882e-09574398457d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7278b83b-8573-48f8-882e-09574398457d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7278b83b-8573-48f8-882e-09574398457d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7278b83b-8573-48f8-882e-09574398457d.shogun-image {
  box-sizing: border-box;
}



.s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  
}


@media (min-width: 1200px){#s-7278b83b-8573-48f8-882e-09574398457d {
  margin: 0 !important;
  overflow: visible;
}

#s-7278b83b-8573-48f8-882e-09574398457d-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-7278b83b-8573-48f8-882e-09574398457d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7278b83b-8573-48f8-882e-09574398457d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add background color handling */
  
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7278b83b-8573-48f8-882e-09574398457d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7278b83b-8573-48f8-882e-09574398457d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7278b83b-8573-48f8-882e-09574398457d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7278b83b-8573-48f8-882e-09574398457d.shogun-image {
  box-sizing: border-box;
}



.s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7278b83b-8573-48f8-882e-09574398457d {
  margin: 0 !important;
  overflow: visible;
}

#s-7278b83b-8573-48f8-882e-09574398457d-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-7278b83b-8573-48f8-882e-09574398457d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7278b83b-8573-48f8-882e-09574398457d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add background color handling */
  
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7278b83b-8573-48f8-882e-09574398457d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7278b83b-8573-48f8-882e-09574398457d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7278b83b-8573-48f8-882e-09574398457d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7278b83b-8573-48f8-882e-09574398457d.shogun-image {
  box-sizing: border-box;
}



.s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7278b83b-8573-48f8-882e-09574398457d {
  margin: 0 !important;
  overflow: visible;
}

#s-7278b83b-8573-48f8-882e-09574398457d-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-7278b83b-8573-48f8-882e-09574398457d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7278b83b-8573-48f8-882e-09574398457d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add background color handling */
  
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7278b83b-8573-48f8-882e-09574398457d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7278b83b-8573-48f8-882e-09574398457d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7278b83b-8573-48f8-882e-09574398457d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7278b83b-8573-48f8-882e-09574398457d.shogun-image {
  box-sizing: border-box;
}



.s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  
}


}@media (max-width: 767px){#s-7278b83b-8573-48f8-882e-09574398457d {
  margin: 0 !important;
  overflow: visible;
}

#s-7278b83b-8573-48f8-882e-09574398457d-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-7278b83b-8573-48f8-882e-09574398457d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7278b83b-8573-48f8-882e-09574398457d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add background color handling */
  
}

#s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7278b83b-8573-48f8-882e-09574398457d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7278b83b-8573-48f8-882e-09574398457d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7278b83b-8573-48f8-882e-09574398457d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7278b83b-8573-48f8-882e-09574398457d.shogun-image {
  box-sizing: border-box;
}



.s-7278b83b-8573-48f8-882e-09574398457d img.shogun-image {
  
}


}
#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5052431-c9cc-446b-881e-03b885817be4-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-d5052431-c9cc-446b-881e-03b885817be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d5052431-c9cc-446b-881e-03b885817be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5052431-c9cc-446b-881e-03b885817be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image {
  box-sizing: border-box;
}



.s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5052431-c9cc-446b-881e-03b885817be4-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-d5052431-c9cc-446b-881e-03b885817be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5052431-c9cc-446b-881e-03b885817be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5052431-c9cc-446b-881e-03b885817be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image {
  box-sizing: border-box;
}



.s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5052431-c9cc-446b-881e-03b885817be4-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-d5052431-c9cc-446b-881e-03b885817be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5052431-c9cc-446b-881e-03b885817be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5052431-c9cc-446b-881e-03b885817be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image {
  box-sizing: border-box;
}



.s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5052431-c9cc-446b-881e-03b885817be4-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-d5052431-c9cc-446b-881e-03b885817be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5052431-c9cc-446b-881e-03b885817be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5052431-c9cc-446b-881e-03b885817be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image {
  box-sizing: border-box;
}



.s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5052431-c9cc-446b-881e-03b885817be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5052431-c9cc-446b-881e-03b885817be4-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-d5052431-c9cc-446b-881e-03b885817be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5052431-c9cc-446b-881e-03b885817be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5052431-c9cc-446b-881e-03b885817be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5052431-c9cc-446b-881e-03b885817be4.shogun-image {
  box-sizing: border-box;
}



.s-d5052431-c9cc-446b-881e-03b885817be4 img.shogun-image {
  
}


}
#s-381cfe20-97ee-4d2e-ab86-a5d2cce1d365 {
  margin-left: 8%;
margin-right: 8%;
}

#s-381cfe20-97ee-4d2e-ab86-a5d2cce1d365 .shg-proportional-font-size,
#s-381cfe20-97ee-4d2e-ab86-a5d2cce1d365 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3475444c-0707-4333-87ba-cc07434b9708 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-3475444c-0707-4333-87ba-cc07434b9708 {
  margin-top: 25px;
}
}







#s-3475444c-0707-4333-87ba-cc07434b9708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3475444c-0707-4333-87ba-cc07434b9708.shg-box.shg-c {
  justify-content: center;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2-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-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 15px;

}






.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image {
  box-sizing: border-box;
}



.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2-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-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image {
  box-sizing: border-box;
}



.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2-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-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image {
  box-sizing: border-box;
}



.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2-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-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image {
  box-sizing: border-box;
}



.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2-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-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2.shogun-image {
  box-sizing: border-box;
}



.s-fd2de1e6-7739-45a8-ae94-231bff6e3ad2 img.shogun-image {
  
}


}
#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin: 0 !important;
  overflow: visible;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708-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-64d95056-2fe9-4bd1-8167-5a8473970708 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add background color handling */
  
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64d95056-2fe9-4bd1-8167-5a8473970708 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image {
  box-sizing: border-box;
}



.s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  
}


@media (min-width: 1200px){#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin: 0 !important;
  overflow: visible;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708-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-64d95056-2fe9-4bd1-8167-5a8473970708 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add background color handling */
  
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64d95056-2fe9-4bd1-8167-5a8473970708 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image {
  box-sizing: border-box;
}



.s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin: 0 !important;
  overflow: visible;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708-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-64d95056-2fe9-4bd1-8167-5a8473970708 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add background color handling */
  
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64d95056-2fe9-4bd1-8167-5a8473970708 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image {
  box-sizing: border-box;
}



.s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin: 0 !important;
  overflow: visible;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708-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-64d95056-2fe9-4bd1-8167-5a8473970708 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add background color handling */
  
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64d95056-2fe9-4bd1-8167-5a8473970708 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image {
  box-sizing: border-box;
}



.s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  
}


}@media (max-width: 767px){#s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  margin: 0 !important;
  overflow: visible;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708-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-64d95056-2fe9-4bd1-8167-5a8473970708 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64d95056-2fe9-4bd1-8167-5a8473970708 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add background color handling */
  
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-64d95056-2fe9-4bd1-8167-5a8473970708 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64d95056-2fe9-4bd1-8167-5a8473970708.shogun-image {
  box-sizing: border-box;
}



.s-64d95056-2fe9-4bd1-8167-5a8473970708 img.shogun-image {
  
}


}
#s-7fc49b27-f16d-4aab-ab90-1aacbd061603 {
  margin-left: 8%;
margin-right: 8%;
}

#s-7fc49b27-f16d-4aab-ab90-1aacbd061603 .shg-proportional-font-size,
#s-7fc49b27-f16d-4aab-ab90-1aacbd061603 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b6dfb106-42a7-4ced-bfed-7fce870c9b77 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b6dfb106-42a7-4ced-bfed-7fce870c9b77 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6dfb106-42a7-4ced-bfed-7fce870c9b77 {
  margin-left: 12%;
margin-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-b6dfb106-42a7-4ced-bfed-7fce870c9b77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6dfb106-42a7-4ced-bfed-7fce870c9b77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6dfb106-42a7-4ced-bfed-7fce870c9b77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6dfb106-42a7-4ced-bfed-7fce870c9b77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2324495d-2446-4937-ab13-11f865675d14 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-2324495d-2446-4937-ab13-11f865675d14 {
  display: none;
}
#s-2324495d-2446-4937-ab13-11f865675d14, #wrap-s-2324495d-2446-4937-ab13-11f865675d14, #wrap-content-s-2324495d-2446-4937-ab13-11f865675d14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2324495d-2446-4937-ab13-11f865675d14 {
  display: none;
}
#s-2324495d-2446-4937-ab13-11f865675d14, #wrap-s-2324495d-2446-4937-ab13-11f865675d14, #wrap-content-s-2324495d-2446-4937-ab13-11f865675d14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2324495d-2446-4937-ab13-11f865675d14 {
  display: none;
}
#s-2324495d-2446-4937-ab13-11f865675d14, #wrap-s-2324495d-2446-4937-ab13-11f865675d14, #wrap-content-s-2324495d-2446-4937-ab13-11f865675d14 { display: none !important; }}







#s-2324495d-2446-4937-ab13-11f865675d14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2324495d-2446-4937-ab13-11f865675d14.shg-box.shg-c {
  justify-content: center;
}

#s-491a2d20-e0bd-45ce-b436-e9596957c878 {
  margin-left: 6%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-491a2d20-e0bd-45ce-b436-e9596957c878"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 60px;
text-align: left;
}
@media (max-width: 767px){#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  text-align: center;
}
}
#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1-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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 0px;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1-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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1-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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1-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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1-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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 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-f47841e4-9fbe-4c5f-83a9-15edaf885eb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f47841e4-9fbe-4c5f-83a9-15edaf885eb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b3466f6c-6ea9-49fe-8b5b-d13376e15df7 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-b3466f6c-6ea9-49fe-8b5b-d13376e15df7 .shg-proportional-font-size,
#s-b3466f6c-6ea9-49fe-8b5b-d13376e15df7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-71f474d3-7439-4a7d-8af5-cd2eebdf85ad {
  margin-left: 3%;
margin-right: 4%;
}

#s-71f474d3-7439-4a7d-8af5-cd2eebdf85ad .shg-proportional-font-size,
#s-71f474d3-7439-4a7d-8af5-cd2eebdf85ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 30px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62 {
  display: none;
}
#s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62, #wrap-s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62, #wrap-content-s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62 { display: none !important; }}







#s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a2d4bf4-f167-43ac-92e2-bc61b22f5f62.shg-box.shg-c {
  justify-content: center;
}

#s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf {
  margin-left: 6%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad9d3325-7ad0-4bf9-84f4-2a7f40b0e4cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 70px;
text-align: left;
}

#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14941b50-7044-400e-a590-a5c61b778c06-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-14941b50-7044-400e-a590-a5c61b778c06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 25px;
  margin-bottom: 0px;
}

#s-14941b50-7044-400e-a590-a5c61b778c06 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-14941b50-7044-400e-a590-a5c61b778c06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-14941b50-7044-400e-a590-a5c61b778c06 img.shogun-image {
  width: 100%;
  
  
  max-width: 70px;

  /* 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-14941b50-7044-400e-a590-a5c61b778c06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14941b50-7044-400e-a590-a5c61b778c06-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-14941b50-7044-400e-a590-a5c61b778c06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14941b50-7044-400e-a590-a5c61b778c06 .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-14941b50-7044-400e-a590-a5c61b778c06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-14941b50-7044-400e-a590-a5c61b778c06 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-14941b50-7044-400e-a590-a5c61b778c06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14941b50-7044-400e-a590-a5c61b778c06-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-14941b50-7044-400e-a590-a5c61b778c06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14941b50-7044-400e-a590-a5c61b778c06 .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-14941b50-7044-400e-a590-a5c61b778c06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-14941b50-7044-400e-a590-a5c61b778c06 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-14941b50-7044-400e-a590-a5c61b778c06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14941b50-7044-400e-a590-a5c61b778c06-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-14941b50-7044-400e-a590-a5c61b778c06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14941b50-7044-400e-a590-a5c61b778c06 .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-14941b50-7044-400e-a590-a5c61b778c06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-14941b50-7044-400e-a590-a5c61b778c06 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-14941b50-7044-400e-a590-a5c61b778c06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-14941b50-7044-400e-a590-a5c61b778c06 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-14941b50-7044-400e-a590-a5c61b778c06-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-14941b50-7044-400e-a590-a5c61b778c06 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-14941b50-7044-400e-a590-a5c61b778c06 .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-14941b50-7044-400e-a590-a5c61b778c06 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-14941b50-7044-400e-a590-a5c61b778c06 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-14941b50-7044-400e-a590-a5c61b778c06 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14941b50-7044-400e-a590-a5c61b778c06.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-967425ee-0c61-4cf6-806c-a971ec99e992 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-967425ee-0c61-4cf6-806c-a971ec99e992 .shg-proportional-font-size,
#s-967425ee-0c61-4cf6-806c-a971ec99e992 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8caf3814-e269-47a7-9fb1-651fe59b5b50 {
  margin-left: 3%;
margin-right: 4%;
}

#s-8caf3814-e269-47a7-9fb1-651fe59b5b50 .shg-proportional-font-size,
#s-8caf3814-e269-47a7-9fb1-651fe59b5b50 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-afb7972a-7bb5-4a77-b336-23cbea32888c {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-afb7972a-7bb5-4a77-b336-23cbea32888c {
  display: none;
}
#s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-content-s-afb7972a-7bb5-4a77-b336-23cbea32888c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afb7972a-7bb5-4a77-b336-23cbea32888c {
  display: none;
}
#s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-content-s-afb7972a-7bb5-4a77-b336-23cbea32888c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afb7972a-7bb5-4a77-b336-23cbea32888c {
  display: none;
}
#s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-s-afb7972a-7bb5-4a77-b336-23cbea32888c, #wrap-content-s-afb7972a-7bb5-4a77-b336-23cbea32888c { display: none !important; }}







#s-afb7972a-7bb5-4a77-b336-23cbea32888c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afb7972a-7bb5-4a77-b336-23cbea32888c.shg-box.shg-c {
  justify-content: center;
}

#s-98187761-9a30-432a-a00b-ca6bba8d3978 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98187761-9a30-432a-a00b-ca6bba8d3978"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88-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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88-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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88-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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88-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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88-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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 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-7f7cf017-917e-4111-a0f5-65ff7e6f8c88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7cf017-917e-4111-a0f5-65ff7e6f8c88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f8fa278-4c5d-4783-a4bf-5c9685b26cf2 {
  margin-left: 0%;
margin-right: 4%;
}

#s-0f8fa278-4c5d-4783-a4bf-5c9685b26cf2 .shg-proportional-font-size,
#s-0f8fa278-4c5d-4783-a4bf-5c9685b26cf2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e81e6780-7b69-446a-8dd8-cdcaaeeaee00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6-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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6-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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6-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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6-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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6-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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6 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-4db8a503-d9cb-4fce-8a76-4886d674ccb6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4db8a503-d9cb-4fce-8a76-4886d674ccb6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-92fecf57-ac68-4e12-856a-1aa77bc7427d {
  margin-left: 0%;
margin-right: 4%;
}

#s-92fecf57-ac68-4e12-856a-1aa77bc7427d .shg-proportional-font-size,
#s-92fecf57-ac68-4e12-856a-1aa77bc7427d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7cf3bd65-f557-43eb-a5e7-d27739343761 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b {
  margin-top: 25px;
margin-left: 3%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f5b3ef7-fe8e-4572-8990-3e71ce92284b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21-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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21-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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21-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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21-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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21-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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 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-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7171a6fb-8b6a-4dc2-b4d0-8a478915cf21.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-44c305eb-27f5-4b35-85c2-58948e2cd1e3 {
  margin-left: 0%;
margin-right: 4%;
}

#s-44c305eb-27f5-4b35-85c2-58948e2cd1e3 .shg-proportional-font-size,
#s-44c305eb-27f5-4b35-85c2-58948e2cd1e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d00c270a-5a50-404d-bcbe-7d31247d06e5 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d00c270a-5a50-404d-bcbe-7d31247d06e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57-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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57-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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57-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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57-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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57-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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 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-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0a6f3c-6c04-4c74-9fcd-5db6db89ef57.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-22721174-e48d-4f5d-9e18-c55bb196e58c {
  margin-left: 0%;
margin-right: 4%;
}

#s-22721174-e48d-4f5d-9e18-c55bb196e58c .shg-proportional-font-size,
#s-22721174-e48d-4f5d-9e18-c55bb196e58c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-833ec8eb-6332-4c03-abce-8595785841e8 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (max-width: 767px){#s-833ec8eb-6332-4c03-abce-8595785841e8 {
  display: none;
}
#s-833ec8eb-6332-4c03-abce-8595785841e8, #wrap-s-833ec8eb-6332-4c03-abce-8595785841e8, #wrap-content-s-833ec8eb-6332-4c03-abce-8595785841e8 { display: none !important; }}







#s-833ec8eb-6332-4c03-abce-8595785841e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-833ec8eb-6332-4c03-abce-8595785841e8.shg-box.shg-c {
  justify-content: center;
}

#s-390d596e-83cc-44bc-b54a-cf5b2578f46c {
  margin-top: 0px;
margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-390d596e-83cc-44bc-b54a-cf5b2578f46c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019-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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-367c6c34-a1eb-49bf-afd4-30fef4910019 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019-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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 .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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 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-367c6c34-a1eb-49bf-afd4-30fef4910019 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019-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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 .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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 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-367c6c34-a1eb-49bf-afd4-30fef4910019 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019-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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 .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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 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-367c6c34-a1eb-49bf-afd4-30fef4910019 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019-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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 .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-367c6c34-a1eb-49bf-afd4-30fef4910019 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-367c6c34-a1eb-49bf-afd4-30fef4910019 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-367c6c34-a1eb-49bf-afd4-30fef4910019 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-367c6c34-a1eb-49bf-afd4-30fef4910019.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f19e2a0-029c-4371-a627-ce895062f742 {
  margin-left: 0%;
margin-right: 4%;
}

#s-0f19e2a0-029c-4371-a627-ce895062f742 .shg-proportional-font-size,
#s-0f19e2a0-029c-4371-a627-ce895062f742 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd90e2ab-b3e5-4c85-b2ff-c0c02c0e99e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c-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-cb7879c6-2418-472c-beae-9ded8f74089c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb7879c6-2418-472c-beae-9ded8f74089c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-cb7879c6-2418-472c-beae-9ded8f74089c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c-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-cb7879c6-2418-472c-beae-9ded8f74089c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c .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-cb7879c6-2418-472c-beae-9ded8f74089c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c 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-cb7879c6-2418-472c-beae-9ded8f74089c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c-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-cb7879c6-2418-472c-beae-9ded8f74089c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c .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-cb7879c6-2418-472c-beae-9ded8f74089c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c 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-cb7879c6-2418-472c-beae-9ded8f74089c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c-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-cb7879c6-2418-472c-beae-9ded8f74089c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c .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-cb7879c6-2418-472c-beae-9ded8f74089c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c 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-cb7879c6-2418-472c-beae-9ded8f74089c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb7879c6-2418-472c-beae-9ded8f74089c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c-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-cb7879c6-2418-472c-beae-9ded8f74089c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c .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-cb7879c6-2418-472c-beae-9ded8f74089c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb7879c6-2418-472c-beae-9ded8f74089c 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-cb7879c6-2418-472c-beae-9ded8f74089c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb7879c6-2418-472c-beae-9ded8f74089c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-215be4d3-7814-4737-ba7d-4dca49ff52b0 {
  margin-left: 0%;
margin-right: 4%;
}

#s-215be4d3-7814-4737-ba7d-4dca49ff52b0 .shg-proportional-font-size,
#s-215be4d3-7814-4737-ba7d-4dca49ff52b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ef343c85-3702-4426-b49d-e2e365b737a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f {
  margin-top: 25px;
margin-left: 3%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35dddcbf-e0fa-4bd9-a7c8-1916e018687f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0-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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-279814a4-3f4e-45ef-befa-72d7683110c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0-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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 .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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 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-279814a4-3f4e-45ef-befa-72d7683110c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0-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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 .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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 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-279814a4-3f4e-45ef-befa-72d7683110c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0-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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 .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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 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-279814a4-3f4e-45ef-befa-72d7683110c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-279814a4-3f4e-45ef-befa-72d7683110c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0-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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0 .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-279814a4-3f4e-45ef-befa-72d7683110c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-279814a4-3f4e-45ef-befa-72d7683110c0 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-279814a4-3f4e-45ef-befa-72d7683110c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-279814a4-3f4e-45ef-befa-72d7683110c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4aff77b3-2bf3-48f1-8fdf-f29c85f9c559 {
  margin-left: 0%;
margin-right: 4%;
}

#s-4aff77b3-2bf3-48f1-8fdf-f29c85f9c559 .shg-proportional-font-size,
#s-4aff77b3-2bf3-48f1-8fdf-f29c85f9c559 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9d885f70-3a74-4839-8d31-7e05d89bb0c4 {
  margin-top: 25px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d885f70-3a74-4839-8d31-7e05d89bb0c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a-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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a-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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a 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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a-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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a 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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a-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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a 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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a-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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a 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-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b02739a4-0038-45c1-9dd1-4d40c8b0fd3a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c1b031f0-ac2c-4b65-a0d7-e7af789e6cd2 {
  margin-left: 0%;
margin-right: 4%;
}

#s-c1b031f0-ac2c-4b65-a0d7-e7af789e6cd2 .shg-proportional-font-size,
#s-c1b031f0-ac2c-4b65-a0d7-e7af789e6cd2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6398037a-2c71-4121-b7c6-5462d5e5413a {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-6398037a-2c71-4121-b7c6-5462d5e5413a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6398037a-2c71-4121-b7c6-5462d5e5413a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (max-width: 767px){#s-6398037a-2c71-4121-b7c6-5462d5e5413a {
  display: none;
}
#s-6398037a-2c71-4121-b7c6-5462d5e5413a, #wrap-s-6398037a-2c71-4121-b7c6-5462d5e5413a, #wrap-content-s-6398037a-2c71-4121-b7c6-5462d5e5413a { display: none !important; }}







#s-6398037a-2c71-4121-b7c6-5462d5e5413a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6398037a-2c71-4121-b7c6-5462d5e5413a.shg-box.shg-c {
  justify-content: center;
}

#s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-94a06f10-61f1-4463-b7fe-7ab3abb3bc02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin-left: 0%;
margin-right: 0%;
max-width: 60px;
text-align: left;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d-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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d-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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d 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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d-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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d 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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d-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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d 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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d-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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d 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-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5f1c045-0cb3-4605-a8d6-7d2e4c6b458d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d2abaacd-de97-4590-96ae-df9c872c869f {
  margin-top: 5px;
margin-left: -1%;
margin-bottom: 5px;
margin-right: -1%;
padding-left: 1%;
}
@media (min-width: 1200px){#s-d2abaacd-de97-4590-96ae-df9c872c869f {
  margin-left: -3%;
margin-right: -2%;
}
}
#s-d2abaacd-de97-4590-96ae-df9c872c869f .shg-proportional-font-size,
#s-d2abaacd-de97-4590-96ae-df9c872c869f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1dd30b3d-1098-41f4-b1ef-0fb03bbc4bdd {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-1dd30b3d-1098-41f4-b1ef-0fb03bbc4bdd .shg-proportional-font-size,
#s-1dd30b3d-1098-41f4-b1ef-0fb03bbc4bdd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d7b65987-cbe0-4048-b67d-cd2a462d2219 {
  margin-left: 3%;
margin-right: 3%;
}

#s-d7b65987-cbe0-4048-b67d-cd2a462d2219 .shg-proportional-font-size,
#s-d7b65987-cbe0-4048-b67d-cd2a462d2219 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3bb4ad62-fc6c-4dda-ab5e-478760909986 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3bb4ad62-fc6c-4dda-ab5e-478760909986:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3bb4ad62-fc6c-4dda-ab5e-478760909986:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3bb4ad62-fc6c-4dda-ab5e-478760909986 {
  text-align: center;
}
}

  #s-3bb4ad62-fc6c-4dda-ab5e-478760909986-root {
    text-align: left;
  }


#s-3bb4ad62-fc6c-4dda-ab5e-478760909986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bb4ad62-fc6c-4dda-ab5e-478760909986-root {
    text-align: left;
  }


#s-3bb4ad62-fc6c-4dda-ab5e-478760909986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bb4ad62-fc6c-4dda-ab5e-478760909986-root {
    text-align: left;
  }


#s-3bb4ad62-fc6c-4dda-ab5e-478760909986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bb4ad62-fc6c-4dda-ab5e-478760909986-root {
    text-align: left;
  }


#s-3bb4ad62-fc6c-4dda-ab5e-478760909986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bb4ad62-fc6c-4dda-ab5e-478760909986-root {
    text-align: center;
  }


#s-3bb4ad62-fc6c-4dda-ab5e-478760909986.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-50c130b4-7132-4753-8f36-7329c026b5d4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-50c130b4-7132-4753-8f36-7329c026b5d4 hr {
  border-top: 2px solid #ddd;
}

#s-87b26c13-65e9-4f01-97e3-57bf73198134 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b26c13-65e9-4f01-97e3-57bf73198134"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin-left: 0%;
margin-right: auto;
max-width: 60px;
text-align: left;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3-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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  
  
  
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3-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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3-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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3-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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3-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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 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-04ae4ad6-7470-4f5f-92a7-83944aafb9f3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04ae4ad6-7470-4f5f-92a7-83944aafb9f3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3a07d6ae-72f1-42fc-b333-faa4e52d756b {
  margin-top: 5px;
margin-left: -1%;
margin-bottom: 5px;
margin-right: -1%;
padding-left: 1%;
}
@media (min-width: 1200px){#s-3a07d6ae-72f1-42fc-b333-faa4e52d756b {
  margin-left: -3%;
margin-right: 0%;
}
}
#s-3a07d6ae-72f1-42fc-b333-faa4e52d756b .shg-proportional-font-size,
#s-3a07d6ae-72f1-42fc-b333-faa4e52d756b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c4fcc59a-6458-4240-b3dd-0e912123af70 {
  margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-c4fcc59a-6458-4240-b3dd-0e912123af70 .shg-proportional-font-size,
#s-c4fcc59a-6458-4240-b3dd-0e912123af70 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 {
  box-shadow:1px 1px 5px 1px rgba(229, 229, 229, 1);
margin-top: 30px;
margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 15px;
min-height: 0px;
background-color: rgba(249, 250, 252, 1);
}
@media (min-width: 1200px){#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 {
  display: none;
}
#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-content-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 {
  display: none;
}
#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-content-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 {
  display: none;
}
#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8, #wrap-content-s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 { display: none !important; }}







#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58d830e9-0a39-44ff-bab1-4c30774a7ef8.shg-box.shg-c {
  justify-content: center;
}

#s-287ed96b-2758-4560-9ff9-bf5ec6423814 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-287ed96b-2758-4560-9ff9-bf5ec6423814"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d492a848-f085-49b2-b521-d947c35dc952-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-d492a848-f085-49b2-b521-d947c35dc952 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d492a848-f085-49b2-b521-d947c35dc952 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-d492a848-f085-49b2-b521-d947c35dc952 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d492a848-f085-49b2-b521-d947c35dc952 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-d492a848-f085-49b2-b521-d947c35dc952 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d492a848-f085-49b2-b521-d947c35dc952-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-d492a848-f085-49b2-b521-d947c35dc952 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d492a848-f085-49b2-b521-d947c35dc952 .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-d492a848-f085-49b2-b521-d947c35dc952 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d492a848-f085-49b2-b521-d947c35dc952 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-d492a848-f085-49b2-b521-d947c35dc952 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d492a848-f085-49b2-b521-d947c35dc952-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-d492a848-f085-49b2-b521-d947c35dc952 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d492a848-f085-49b2-b521-d947c35dc952 .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-d492a848-f085-49b2-b521-d947c35dc952 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d492a848-f085-49b2-b521-d947c35dc952 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-d492a848-f085-49b2-b521-d947c35dc952 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d492a848-f085-49b2-b521-d947c35dc952-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-d492a848-f085-49b2-b521-d947c35dc952 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d492a848-f085-49b2-b521-d947c35dc952 .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-d492a848-f085-49b2-b521-d947c35dc952 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d492a848-f085-49b2-b521-d947c35dc952 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-d492a848-f085-49b2-b521-d947c35dc952 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d492a848-f085-49b2-b521-d947c35dc952 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d492a848-f085-49b2-b521-d947c35dc952-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-d492a848-f085-49b2-b521-d947c35dc952 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d492a848-f085-49b2-b521-d947c35dc952 .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-d492a848-f085-49b2-b521-d947c35dc952 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d492a848-f085-49b2-b521-d947c35dc952 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-d492a848-f085-49b2-b521-d947c35dc952 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d492a848-f085-49b2-b521-d947c35dc952.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-84d23246-7981-4dae-a70a-d0c717fe68e7 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-left: 1%;
}

#s-84d23246-7981-4dae-a70a-d0c717fe68e7 .shg-proportional-font-size,
#s-84d23246-7981-4dae-a70a-d0c717fe68e7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f02d3284-e12a-417a-bce1-41ee2f2cf880 {
  margin-left: 3%;
margin-right: 3%;
}

#s-f02d3284-e12a-417a-bce1-41ee2f2cf880 .shg-proportional-font-size,
#s-f02d3284-e12a-417a-bce1-41ee2f2cf880 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fb86092b-0d35-4301-af41-66498f7d1f2e {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 10px;
background-color: rgba(0, 172, 78, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fb86092b-0d35-4301-af41-66498f7d1f2e:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb86092b-0d35-4301-af41-66498f7d1f2e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fb86092b-0d35-4301-af41-66498f7d1f2e {
  text-align: center;
}
}

  #s-fb86092b-0d35-4301-af41-66498f7d1f2e-root {
    text-align: left;
  }


#s-fb86092b-0d35-4301-af41-66498f7d1f2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb86092b-0d35-4301-af41-66498f7d1f2e-root {
    text-align: left;
  }


#s-fb86092b-0d35-4301-af41-66498f7d1f2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb86092b-0d35-4301-af41-66498f7d1f2e-root {
    text-align: left;
  }


#s-fb86092b-0d35-4301-af41-66498f7d1f2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb86092b-0d35-4301-af41-66498f7d1f2e-root {
    text-align: left;
  }


#s-fb86092b-0d35-4301-af41-66498f7d1f2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb86092b-0d35-4301-af41-66498f7d1f2e-root {
    text-align: center;
  }


#s-fb86092b-0d35-4301-af41-66498f7d1f2e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b41b71ff-b518-4d29-998c-2e329b8f3257 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b41b71ff-b518-4d29-998c-2e329b8f3257 hr {
  border-top: 2px solid #ddd;
}

#s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-372b47bd-6c39-45b9-ba52-d2a8eb7426ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4-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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;
  /* Add background color handling */
  background: rgba(228, 245, 235, 1);
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.shg-image-content-margin-container-s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 img.shogun-image {
  width: 100%;
  
  
  max-width: 60px;

  /* 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-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4-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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 .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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 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-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4-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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 .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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 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-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4-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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 .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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 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-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4-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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 .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-a5733f29-b173-43f8-bb62-c16c93d0aee4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4 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-a5733f29-b173-43f8-bb62-c16c93d0aee4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5733f29-b173-43f8-bb62-c16c93d0aee4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-916d2e75-fd28-4a2c-8296-0fcacbe4a138 {
  margin-top: 0px;
margin-left: -1%;
margin-bottom: 0px;
margin-right: -1%;
padding-left: 1%;
}
@media (max-width: 767px){#s-916d2e75-fd28-4a2c-8296-0fcacbe4a138 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-916d2e75-fd28-4a2c-8296-0fcacbe4a138 .shg-proportional-font-size,
#s-916d2e75-fd28-4a2c-8296-0fcacbe4a138 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1a144d0a-f6fb-425a-ab2c-621b8d46c640 {
  margin-left: 0%;
margin-right: 3%;
}
@media (max-width: 767px){#s-1a144d0a-f6fb-425a-ab2c-621b8d46c640 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-1a144d0a-f6fb-425a-ab2c-621b8d46c640 .shg-proportional-font-size,
#s-1a144d0a-f6fb-425a-ab2c-621b8d46c640 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e69188a3-5212-48de-88fe-9cafd93afb1d {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgb(255, 255, 255);
}








#s-e69188a3-5212-48de-88fe-9cafd93afb1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e69188a3-5212-48de-88fe-9cafd93afb1d.shg-box.shg-c {
  justify-content: center;
}

#s-dd1de726-14d6-47fa-a895-ae59387431d9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd1de726-14d6-47fa-a895-ae59387431d9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-a6eaa287-9fcb-430f-af14-35486b1e93e9 {
  margin-left: 17%;
margin-bottom: 50px;
margin-right: 17%;
}
@media (max-width: 767px){#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgb(255, 255, 255);
  padding: 10px;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgb(57, 57, 57);
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgb(57, 57, 57);
  text-align: left;
  font-family: Open Sans;
  
  
  font-size: 16px;
}

#s-a6eaa287-9fcb-430f-af14-35486b1e93e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5e800f3e-8775-4765-81de-9cbf0a7180c1 {
  margin-left: 4%;
margin-right: 4%;
}

#s-5e800f3e-8775-4765-81de-9cbf0a7180c1 .shg-proportional-font-size,
#s-5e800f3e-8775-4765-81de-9cbf0a7180c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9c988b04-27ba-4a99-8557-276e11370346 {
  margin-left: 4%;
margin-right: 4%;
}

#s-9c988b04-27ba-4a99-8557-276e11370346 .shg-proportional-font-size,
#s-9c988b04-27ba-4a99-8557-276e11370346 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46fa74b1-5e8f-40ab-a41d-7b728070975b {
  margin-left: 4%;
margin-right: 4%;
}

#s-46fa74b1-5e8f-40ab-a41d-7b728070975b .shg-proportional-font-size,
#s-46fa74b1-5e8f-40ab-a41d-7b728070975b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 {
  margin-left: 4%;
margin-right: 4%;
}

#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 .shg-proportional-font-size,
#s-86d08ad0-1d34-4b6e-99a7-36f3c5ee9c70 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 {
  margin-left: 4%;
margin-right: 4%;
}

#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 .shg-proportional-font-size,
#s-58b91493-3fcb-4a8f-98d1-6c013b226b06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29b8095c-7a8e-453f-afb6-b0d6ca27f6d6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-701492be-8426-4c7f-ada1-a5764bf2bb32 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-458cc291-0b88-48aa-ac7c-885f2f774438 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 200px;
min-height: 50px;
}

#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmIwYjY0N2EtZDhmYy00YjhkLWEzYTctZTI1MmI2MjU2ODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWI0Mzc2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA1ODhlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjBiNjQ3YS1kOGZjLTRiOGQtYTNhNy1lMjUyYjYyNTY4NmEpIi8+PC9zdmc+);
}








#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22f1813e-7fd7-40a3-a429-5c1dcb9c5377.shg-box.shg-c {
  justify-content: center;
}

#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-08b7ebef-da39-4dcb-a2b4-2564cb040cd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 {
  margin-left: 24%;
margin-right: 24%;
}
@media (max-width: 767px){#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 .shg-proportional-font-size,
#s-5d6c7a47-8eea-43f1-b068-d8ee570b6367 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-301fbb52-fc03-40dd-86cc-21d2f71d594e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(0, 172, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-301fbb52-fc03-40dd-86cc-21d2f71d594e:hover {background-color: rgba(0, 88, 142, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-301fbb52-fc03-40dd-86cc-21d2f71d594e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-301fbb52-fc03-40dd-86cc-21d2f71d594e-root {
    text-align: center;
  }


#s-301fbb52-fc03-40dd-86cc-21d2f71d594e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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