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

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

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

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

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

#s-32ef49ee-654b-46ef-8010-cab72a1e2594 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-32ef49ee-654b-46ef-8010-cab72a1e2594 {
  display: none;
}
#s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-content-s-32ef49ee-654b-46ef-8010-cab72a1e2594 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32ef49ee-654b-46ef-8010-cab72a1e2594 {
  display: none;
}
#s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-content-s-32ef49ee-654b-46ef-8010-cab72a1e2594 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32ef49ee-654b-46ef-8010-cab72a1e2594 {
  display: none;
}
#s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-s-32ef49ee-654b-46ef-8010-cab72a1e2594, #wrap-content-s-32ef49ee-654b-46ef-8010-cab72a1e2594 { display: none !important; }}@media (max-width: 767px){#s-32ef49ee-654b-46ef-8010-cab72a1e2594 {
  margin-top: 60px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-32ef49ee-654b-46ef-8010-cab72a1e2594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32ef49ee-654b-46ef-8010-cab72a1e2594"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32ef49ee-654b-46ef-8010-cab72a1e2594"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32ef49ee-654b-46ef-8010-cab72a1e2594"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-32ef49ee-654b-46ef-8010-cab72a1e2594"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 {
  border-style: solid;
margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 {
  display: none;
}
#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1, #wrap-s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1, #wrap-content-s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 { display: none !important; }}@media (max-width: 767px){#s-3aebfd12-e8c5-45d2-a9e3-19c9d1a802a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-76f87ea8-7392-4e5f-b782-d02513a60658 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-76f87ea8-7392-4e5f-b782-d02513a60658 {
  display: none;
}
#s-76f87ea8-7392-4e5f-b782-d02513a60658, #wrap-s-76f87ea8-7392-4e5f-b782-d02513a60658, #wrap-content-s-76f87ea8-7392-4e5f-b782-d02513a60658 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76f87ea8-7392-4e5f-b782-d02513a60658 {
  display: none;
}
#s-76f87ea8-7392-4e5f-b782-d02513a60658, #wrap-s-76f87ea8-7392-4e5f-b782-d02513a60658, #wrap-content-s-76f87ea8-7392-4e5f-b782-d02513a60658 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76f87ea8-7392-4e5f-b782-d02513a60658 {
  text-align: center;
}
}@media (max-width: 767px){#s-76f87ea8-7392-4e5f-b782-d02513a60658 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-76f87ea8-7392-4e5f-b782-d02513a60658 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-76f87ea8-7392-4e5f-b782-d02513a60658 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
.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-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  max-width: 800px;
display: none;
}
#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45, #wrap-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45, #wrap-content-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 { display: none !important; }}@media (max-width: 767px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  aspect-ratio: 1/1;
}
}
#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
  width: 100%;
  
  
  

      
    

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container {
      position: relative;
    }

    .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a54e44a-50b7-44ca-ae4c-d11920b71c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}
#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 {
  display: none;
}
#s-0029c66e-332a-4bc1-ba8d-64dabcca2941, #wrap-s-0029c66e-332a-4bc1-ba8d-64dabcca2941, #wrap-content-s-0029c66e-332a-4bc1-ba8d-64dabcca2941 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 {
  display: none;
}
#s-0029c66e-332a-4bc1-ba8d-64dabcca2941, #wrap-s-0029c66e-332a-4bc1-ba8d-64dabcca2941, #wrap-content-s-0029c66e-332a-4bc1-ba8d-64dabcca2941 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 {
  text-align: center;
}
}@media (max-width: 767px){#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
}
#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-0029c66e-332a-4bc1-ba8d-64dabcca2941 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-f18e90aa-f370-4ac9-965a-5464d762204b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f18e90aa-f370-4ac9-965a-5464d762204b {
  display: none;
}
#s-f18e90aa-f370-4ac9-965a-5464d762204b, #wrap-s-f18e90aa-f370-4ac9-965a-5464d762204b, #wrap-content-s-f18e90aa-f370-4ac9-965a-5464d762204b { display: none !important; }}@media (max-width: 767px){#s-f18e90aa-f370-4ac9-965a-5464d762204b {
  display: none;
}
#s-f18e90aa-f370-4ac9-965a-5464d762204b, #wrap-s-f18e90aa-f370-4ac9-965a-5464d762204b, #wrap-content-s-f18e90aa-f370-4ac9-965a-5464d762204b { display: none !important; }}
@media (min-width: 0px) {
[id="s-f18e90aa-f370-4ac9-965a-5464d762204b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f18e90aa-f370-4ac9-965a-5464d762204b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f18e90aa-f370-4ac9-965a-5464d762204b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f18e90aa-f370-4ac9-965a-5464d762204b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f18e90aa-f370-4ac9-965a-5464d762204b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 {
  display: none;
}
#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-content-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 {
  display: none;
}
#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-content-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 {
  display: none;
}
#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678, #wrap-content-s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 { display: none !important; }}@media (max-width: 767px){#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
}
#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-7acef45e-a1e1-4c4f-9a7d-4f8a47252678 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-078ada03-7076-4b22-9a07-d47ede17fad9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-078ada03-7076-4b22-9a07-d47ede17fad9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-078ada03-7076-4b22-9a07-d47ede17fad9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-078ada03-7076-4b22-9a07-d47ede17fad9 {
  
}
}@media (max-width: 767px){#s-078ada03-7076-4b22-9a07-d47ede17fad9 {
  display: none;
}
#s-078ada03-7076-4b22-9a07-d47ede17fad9, #wrap-s-078ada03-7076-4b22-9a07-d47ede17fad9, #wrap-content-s-078ada03-7076-4b22-9a07-d47ede17fad9 { display: none !important; }}
#s-078ada03-7076-4b22-9a07-d47ede17fad9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-078ada03-7076-4b22-9a07-d47ede17fad9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


}
#s-9e71820d-5ad6-480d-b6e3-98207422218e {
  border-style: solid;
margin-top: auto;
margin-left: 5%;
margin-bottom: auto;
margin-right: 5%;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9e71820d-5ad6-480d-b6e3-98207422218e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e71820d-5ad6-480d-b6e3-98207422218e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e71820d-5ad6-480d-b6e3-98207422218e {
  
}
}@media (max-width: 767px){#s-9e71820d-5ad6-480d-b6e3-98207422218e {
  
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-8ab5ce34-31f7-4bcd-b711-b0876b42b489 {
  margin-top: -10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ab5ce34-31f7-4bcd-b711-b0876b42b489 {
  display: none;
}
#s-8ab5ce34-31f7-4bcd-b711-b0876b42b489, #wrap-s-8ab5ce34-31f7-4bcd-b711-b0876b42b489, #wrap-content-s-8ab5ce34-31f7-4bcd-b711-b0876b42b489 { display: none !important; }}
#s-8ab5ce34-31f7-4bcd-b711-b0876b42b489 .shg-proportional-font-size,
#s-8ab5ce34-31f7-4bcd-b711-b0876b42b489 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b {
  display: none;
}
#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b, #wrap-s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b, #wrap-content-s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b { display: none !important; }}@media (max-width: 767px){#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b, #wrap-s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b, #wrap-content-s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4c28aa92-513f-4a95-aa01-fc9f3b4e611b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-841cd48b-b0a8-4e09-9b03-190589d96b9e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-841cd48b-b0a8-4e09-9b03-190589d96b9e {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-841cd48b-b0a8-4e09-9b03-190589d96b9e .shogun-icon-wrapper {
  text-align: center;
}


#s-841cd48b-b0a8-4e09-9b03-190589d96b9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-841cd48b-b0a8-4e09-9b03-190589d96b9e .shogun-icon-wrapper {
  text-align: center;
}


#s-841cd48b-b0a8-4e09-9b03-190589d96b9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-712a0903-15d2-4d22-b7dd-51445f87e7e2 {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-712a0903-15d2-4d22-b7dd-51445f87e7e2 {
  margin-top: 5px;
}
}
#s-712a0903-15d2-4d22-b7dd-51445f87e7e2 .shg-proportional-font-size,
#s-712a0903-15d2-4d22-b7dd-51445f87e7e2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b35021cb-7054-454d-bd1c-b7b4d539d210 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b35021cb-7054-454d-bd1c-b7b4d539d210 {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-b35021cb-7054-454d-bd1c-b7b4d539d210 .shg-proportional-font-size,
#s-b35021cb-7054-454d-bd1c-b7b4d539d210 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-482d417a-eb73-4561-a19b-50d1f7754a4b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-482d417a-eb73-4561-a19b-50d1f7754a4b {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-482d417a-eb73-4561-a19b-50d1f7754a4b .shogun-icon-wrapper {
  text-align: center;
}


#s-482d417a-eb73-4561-a19b-50d1f7754a4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-482d417a-eb73-4561-a19b-50d1f7754a4b .shogun-icon-wrapper {
  text-align: center;
}


#s-482d417a-eb73-4561-a19b-50d1f7754a4b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-9373192e-1c61-46dc-9f00-f7f6c7508b30 {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-9373192e-1c61-46dc-9f00-f7f6c7508b30 {
  margin-top: 5px;
}
}
#s-9373192e-1c61-46dc-9f00-f7f6c7508b30 .shg-proportional-font-size,
#s-9373192e-1c61-46dc-9f00-f7f6c7508b30 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3acbfcad-be00-4613-86d2-cded891d6d30 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3acbfcad-be00-4613-86d2-cded891d6d30 {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-3acbfcad-be00-4613-86d2-cded891d6d30 .shg-proportional-font-size,
#s-3acbfcad-be00-4613-86d2-cded891d6d30 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-76c582c1-3549-4305-bac4-c654db508a49 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-76c582c1-3549-4305-bac4-c654db508a49 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-76c582c1-3549-4305-bac4-c654db508a49 .shogun-icon-wrapper {
  text-align: center;
}


#s-76c582c1-3549-4305-bac4-c654db508a49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(214, 143, 66, 1);
}
@media (max-width: 767px){#s-76c582c1-3549-4305-bac4-c654db508a49 .shogun-icon-wrapper {
  text-align: center;
}


#s-76c582c1-3549-4305-bac4-c654db508a49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-4e97035e-bdbc-40f2-a69f-d909a2fa625c {
  margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-4e97035e-bdbc-40f2-a69f-d909a2fa625c {
  margin-top: 5px;
}
}
#s-4e97035e-bdbc-40f2-a69f-d909a2fa625c .shg-proportional-font-size,
#s-4e97035e-bdbc-40f2-a69f-d909a2fa625c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d0e0ba7b-e583-41be-a27b-b0aa0ced5107 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d0e0ba7b-e583-41be-a27b-b0aa0ced5107 {
  margin-top: -20px;
margin-bottom: -15px;
}
}
#s-d0e0ba7b-e583-41be-a27b-b0aa0ced5107 .shg-proportional-font-size,
#s-d0e0ba7b-e583-41be-a27b-b0aa0ced5107 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-image-container {
  position: relative;
}

.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;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-0b617443-0a53-40fb-89d1-dbfdc9244ce9 {
  margin-top: 20px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
max-width: 800px;
text-align: center;
}
@media (max-width: 767px){#s-0b617443-0a53-40fb-89d1-dbfdc9244ce9 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-0b617443-0a53-40fb-89d1-dbfdc9244ce9 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0b617443-0a53-40fb-89d1-dbfdc9244ce9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
max-width: 1200px;
}
@media (min-width: 1200px){#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 {
  margin-top: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 {
  display: none;
}
#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430, #wrap-s-7c12d6c5-0fc4-4fc7-b942-41c21935f430, #wrap-content-s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 { display: none !important; }}@media (max-width: 767px){#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 {
  display: none;
}
#s-7c12d6c5-0fc4-4fc7-b942-41c21935f430, #wrap-s-7c12d6c5-0fc4-4fc7-b942-41c21935f430, #wrap-content-s-7c12d6c5-0fc4-4fc7-b942-41c21935f430 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c12d6c5-0fc4-4fc7-b942-41c21935f430"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c12d6c5-0fc4-4fc7-b942-41c21935f430"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c12d6c5-0fc4-4fc7-b942-41c21935f430"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c12d6c5-0fc4-4fc7-b942-41c21935f430"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 {
  margin-top: 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: 30px;
max-width: 1000px;
text-align: center;
}
@media (max-width: 767px){#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 {
  margin-left: 5%;
margin-right: 5%;
max-width: 700px;
aspect-ratio: 1:1;
}
}
#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 .shogun-image-content {
  
    justify-content: center;
  
}
@media (max-width: 767px){#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 img.shogun-image,
  #s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 {
    width: 100%;
    height: auto;
  }




#s-e1598f77-71ac-4b43-b2e4-c1e7f4f6abe3 .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 {
  
}
}@media (max-width: 767px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
}
#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-8be79aef-3c0d-4d51-a15c-dbfa38778c95 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.25em;
  
  
}


}
#s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276 {
  display: none;
}
#s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276, #wrap-s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276, #wrap-content-s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276 { display: none !important; }}@media (max-width: 767px){#s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276, #wrap-s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276, #wrap-content-s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebb1ae7c-630c-4b24-9a2f-1b4ffb47e276"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  max-width: 100px;
}
}
#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6eb07f2-3a18-45cb-9fc3-a8459d3d6e5f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1a7583ef-da15-4150-a5f0-437e42eaa6af {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1a7583ef-da15-4150-a5f0-437e42eaa6af {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1a7583ef-da15-4150-a5f0-437e42eaa6af .shg-proportional-font-size,
#s-1a7583ef-da15-4150-a5f0-437e42eaa6af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12410979-dfca-4ab5-9bda-1c2db0c8e469 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-12410979-dfca-4ab5-9bda-1c2db0c8e469 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-12410979-dfca-4ab5-9bda-1c2db0c8e469 .shg-proportional-font-size,
#s-12410979-dfca-4ab5-9bda-1c2db0c8e469 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  max-width: 100px;
}
}
#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 img.shogun-image {
  width: 100%;
  
  
  max-width: 100px;

      
    max-width: 100px;

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




.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e1106ad-db0b-4bc8-95e0-0f41629d2065.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f9de03ae-778b-434d-a05b-356bffaa1187 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f9de03ae-778b-434d-a05b-356bffaa1187 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-f9de03ae-778b-434d-a05b-356bffaa1187 .shg-proportional-font-size,
#s-f9de03ae-778b-434d-a05b-356bffaa1187 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e5513190-30fb-4d92-a21e-14b804447d6c {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e5513190-30fb-4d92-a21e-14b804447d6c {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-e5513190-30fb-4d92-a21e-14b804447d6c .shg-proportional-font-size,
#s-e5513190-30fb-4d92-a21e-14b804447d6c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e247a390-802d-4b1e-bd65-973c8f0a7c8b {
  margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
}
@media (min-width: 1200px){#s-e247a390-802d-4b1e-bd65-973c8f0a7c8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e247a390-802d-4b1e-bd65-973c8f0a7c8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e247a390-802d-4b1e-bd65-973c8f0a7c8b {
  
}
}@media (max-width: 767px){#s-e247a390-802d-4b1e-bd65-973c8f0a7c8b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-c8d57d4a-c167-4bba-9588-4ae16aa48664 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c8d57d4a-c167-4bba-9588-4ae16aa48664 {
  display: none;
}
#s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-content-s-c8d57d4a-c167-4bba-9588-4ae16aa48664 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8d57d4a-c167-4bba-9588-4ae16aa48664 {
  display: none;
}
#s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-content-s-c8d57d4a-c167-4bba-9588-4ae16aa48664 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8d57d4a-c167-4bba-9588-4ae16aa48664 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-s-c8d57d4a-c167-4bba-9588-4ae16aa48664, #wrap-content-s-c8d57d4a-c167-4bba-9588-4ae16aa48664 { display: none !important; }}@media (max-width: 767px){#s-c8d57d4a-c167-4bba-9588-4ae16aa48664 {
  margin-bottom: 40px;
padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c8d57d4a-c167-4bba-9588-4ae16aa48664"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c8d57d4a-c167-4bba-9588-4ae16aa48664"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c8d57d4a-c167-4bba-9588-4ae16aa48664"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c8d57d4a-c167-4bba-9588-4ae16aa48664"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper {
  text-align: center;
}


#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper {
  text-align: center;
}


#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper {
  text-align: center;
}


#s-f07094c3-35ad-4d91-b4b8-ecc1e2e4e68e .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-2ef481c3-9d24-4911-8f66-f5882dd5aa31 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ef481c3-9d24-4911-8f66-f5882dd5aa31 {
  margin-bottom: -15px;
}
}
#s-2ef481c3-9d24-4911-8f66-f5882dd5aa31 .shg-proportional-font-size,
#s-2ef481c3-9d24-4911-8f66-f5882dd5aa31 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7b0a7349-11c1-4c18-9362-fe4cdd6fe238 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7b0a7349-11c1-4c18-9362-fe4cdd6fe238 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-7b0a7349-11c1-4c18-9362-fe4cdd6fe238 .shg-proportional-font-size,
#s-7b0a7349-11c1-4c18-9362-fe4cdd6fe238 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a97568a3-5842-4817-b999-c81c412385e7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a97568a3-5842-4817-b999-c81c412385e7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-a97568a3-5842-4817-b999-c81c412385e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-c21df043-599a-475f-86c0-b26dc7aaa999 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c21df043-599a-475f-86c0-b26dc7aaa999 {
  margin-bottom: -15px;
}
}
#s-c21df043-599a-475f-86c0-b26dc7aaa999 .shg-proportional-font-size,
#s-c21df043-599a-475f-86c0-b26dc7aaa999 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a9b366c-5a87-42a9-b263-d3e0627cab48 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3a9b366c-5a87-42a9-b263-d3e0627cab48 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-3a9b366c-5a87-42a9-b263-d3e0627cab48 .shg-proportional-font-size,
#s-3a9b366c-5a87-42a9-b263-d3e0627cab48 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-f92eacbb-4319-45a3-b0ea-504a8ccd5dd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-d322c5b6-e018-4813-8c4c-e816427ca738 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-d322c5b6-e018-4813-8c4c-e816427ca738 {
  margin-bottom: -15px;
}
}
#s-d322c5b6-e018-4813-8c4c-e816427ca738 .shg-proportional-font-size,
#s-d322c5b6-e018-4813-8c4c-e816427ca738 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-150254ac-92e5-4285-90ea-6cef5103c32c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-150254ac-92e5-4285-90ea-6cef5103c32c {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-150254ac-92e5-4285-90ea-6cef5103c32c .shg-proportional-font-size,
#s-150254ac-92e5-4285-90ea-6cef5103c32c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69e37be4-8cff-400c-abf7-a8078e609892 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-69e37be4-8cff-400c-abf7-a8078e609892 {
  display: none;
}
#s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-content-s-69e37be4-8cff-400c-abf7-a8078e609892 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69e37be4-8cff-400c-abf7-a8078e609892 {
  display: none;
}
#s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-content-s-69e37be4-8cff-400c-abf7-a8078e609892 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69e37be4-8cff-400c-abf7-a8078e609892 {
  display: none;
}
#s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-s-69e37be4-8cff-400c-abf7-a8078e609892, #wrap-content-s-69e37be4-8cff-400c-abf7-a8078e609892 { display: none !important; }}
@media (min-width: 0px) {
[id="s-69e37be4-8cff-400c-abf7-a8078e609892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69e37be4-8cff-400c-abf7-a8078e609892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69e37be4-8cff-400c-abf7-a8078e609892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69e37be4-8cff-400c-abf7-a8078e609892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  display: none;
}
#s-38dd71c9-6d25-4edb-87c9-de65f378061e, #wrap-s-38dd71c9-6d25-4edb-87c9-de65f378061e, #wrap-content-s-38dd71c9-6d25-4edb-87c9-de65f378061e { display: none !important; }}@media (max-width: 767px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-38dd71c9-6d25-4edb-87c9-de65f378061e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-38dd71c9-6d25-4edb-87c9-de65f378061e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-38dd71c9-6d25-4edb-87c9-de65f378061e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-38dd71c9-6d25-4edb-87c9-de65f378061e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-38dd71c9-6d25-4edb-87c9-de65f378061e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-38dd71c9-6d25-4edb-87c9-de65f378061e img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-38dd71c9-6d25-4edb-87c9-de65f378061e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38dd71c9-6d25-4edb-87c9-de65f378061e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae {
  
}
}@media (max-width: 767px){#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae {
  margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
}
#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-0f78f77a-3d3f-45e9-a3be-01da1128bcae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-97156c7d-6f30-41d9-9615-09fc2416366c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-97156c7d-6f30-41d9-9615-09fc2416366c {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-97156c7d-6f30-41d9-9615-09fc2416366c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97156c7d-6f30-41d9-9615-09fc2416366c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-97156c7d-6f30-41d9-9615-09fc2416366c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-97156c7d-6f30-41d9-9615-09fc2416366c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (max-width: 767px){#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  max-width: 100px;
}
}
#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2adbb938-6761-48c4-8df8-2e0f8429e1c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-789e4ffb-c136-490d-b111-5504346a465d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-789e4ffb-c136-490d-b111-5504346a465d {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-789e4ffb-c136-490d-b111-5504346a465d .shg-proportional-font-size,
#s-789e4ffb-c136-490d-b111-5504346a465d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34cd7576-77e7-4ced-88f9-da05dbcd8fbf {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-34cd7576-77e7-4ced-88f9-da05dbcd8fbf {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-34cd7576-77e7-4ced-88f9-da05dbcd8fbf .shg-proportional-font-size,
#s-34cd7576-77e7-4ced-88f9-da05dbcd8fbf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-d31dd52c-56d1-4ad9-afaf-153693c48356 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d31dd52c-56d1-4ad9-afaf-153693c48356 {
  display: none;
}
#s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-content-s-d31dd52c-56d1-4ad9-afaf-153693c48356 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d31dd52c-56d1-4ad9-afaf-153693c48356 {
  display: none;
}
#s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-content-s-d31dd52c-56d1-4ad9-afaf-153693c48356 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d31dd52c-56d1-4ad9-afaf-153693c48356 {
  max-width: 800px;
}
}@media (max-width: 767px){#s-d31dd52c-56d1-4ad9-afaf-153693c48356 {
  display: none;
}
#s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-s-d31dd52c-56d1-4ad9-afaf-153693c48356, #wrap-content-s-d31dd52c-56d1-4ad9-afaf-153693c48356 { display: none !important; }}







#s-d31dd52c-56d1-4ad9-afaf-153693c48356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d31dd52c-56d1-4ad9-afaf-153693c48356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5173f6d-6757-43d9-a90d-403fe95aba43 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-f5173f6d-6757-43d9-a90d-403fe95aba43 {
  display: none;
}
#s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-content-s-f5173f6d-6757-43d9-a90d-403fe95aba43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5173f6d-6757-43d9-a90d-403fe95aba43 {
  display: none;
}
#s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-content-s-f5173f6d-6757-43d9-a90d-403fe95aba43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5173f6d-6757-43d9-a90d-403fe95aba43 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-f5173f6d-6757-43d9-a90d-403fe95aba43 {
  display: none;
}
#s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-s-f5173f6d-6757-43d9-a90d-403fe95aba43, #wrap-content-s-f5173f6d-6757-43d9-a90d-403fe95aba43 { display: none !important; }}
#s-f5173f6d-6757-43d9-a90d-403fe95aba43 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  max-width: 600px;
aspect-ratio: 1/1;
}
}
#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  border-radius: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 5%;
  padding-right: 5%;
  
  
}


.shg-image-content-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shg-inner-inline-image {   
      aspect-ratio: 1/1;
    }

    #s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: ;
    }
  }

  .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

  }


.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
      position: relative;
    }

    .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      
      
      
    }
  }

}@media (max-width: 767px){#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5a51dd-c1a4-42d9-9b1b-3729679864f8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 {
  display: none;
}
#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4, #wrap-s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4, #wrap-content-s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 { display: none !important; }}
#s-e01e0eac-c8d6-4553-b2cd-8ef32c735cf4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-a3d597e4-a30d-4e3b-b3c9-030750548230 {
  border-style: solid;
margin-top: auto;
margin-left: 30px;
margin-bottom: auto;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-a3d597e4-a30d-4e3b-b3c9-030750548230 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3d597e4-a30d-4e3b-b3c9-030750548230 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3d597e4-a30d-4e3b-b3c9-030750548230 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a3d597e4-a30d-4e3b-b3c9-030750548230 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 {
  display: none;
}
#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5, #wrap-s-a7133af8-250b-4d4c-aba9-e5d40201e8a5, #wrap-content-s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 {
  display: none;
}
#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5, #wrap-s-a7133af8-250b-4d4c-aba9-e5d40201e8a5, #wrap-content-s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 {
  margin-top: 10px;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
}@media (max-width: 767px){#s-a7133af8-250b-4d4c-aba9-e5d40201e8a5 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-a7133af8-250b-4d4c-aba9-e5d40201e8a5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-a7133af8-250b-4d4c-aba9-e5d40201e8a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a7133af8-250b-4d4c-aba9-e5d40201e8a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a7133af8-250b-4d4c-aba9-e5d40201e8a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper {
  text-align: center;
}


#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper {
  text-align: center;
}


#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper {
  text-align: center;
}


#s-eafb1480-c1e3-48b0-b162-4d4d14181b42 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-f004d971-ef06-4a16-a85b-8fa5ad7f89d8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f004d971-ef06-4a16-a85b-8fa5ad7f89d8 {
  margin-bottom: -15px;
}
}
#s-f004d971-ef06-4a16-a85b-8fa5ad7f89d8 .shg-proportional-font-size,
#s-f004d971-ef06-4a16-a85b-8fa5ad7f89d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bbbb1cc6-626f-4b9a-8b36-2c0629389147 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-bbbb1cc6-626f-4b9a-8b36-2c0629389147 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-bbbb1cc6-626f-4b9a-8b36-2c0629389147 .shg-proportional-font-size,
#s-bbbb1cc6-626f-4b9a-8b36-2c0629389147 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper {
  text-align: center;
}


#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper {
  text-align: center;
}


#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper {
  text-align: center;
}


#s-e9b7fe63-71f8-4f7a-8379-1c7baff9a8db .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-511e4826-5fdd-4b8c-94f9-d762849a2231 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-511e4826-5fdd-4b8c-94f9-d762849a2231 {
  margin-bottom: -15px;
}
}
#s-511e4826-5fdd-4b8c-94f9-d762849a2231 .shg-proportional-font-size,
#s-511e4826-5fdd-4b8c-94f9-d762849a2231 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f64cd66e-35ec-44c9-9f9a-cdfa0e759e11 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f64cd66e-35ec-44c9-9f9a-cdfa0e759e11 {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-f64cd66e-35ec-44c9-9f9a-cdfa0e759e11 .shg-proportional-font-size,
#s-f64cd66e-35ec-44c9-9f9a-cdfa0e759e11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(214, 143, 66, 1);
}
}@media (max-width: 767px){#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa431e47-6ef0-4edf-b5f6-45a67cc84694 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(214, 143, 66, 1);
}
}
#s-c243587f-8edb-4ea3-ba92-794e2640f8c4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c243587f-8edb-4ea3-ba92-794e2640f8c4 {
  margin-bottom: -15px;
}
}
#s-c243587f-8edb-4ea3-ba92-794e2640f8c4 .shg-proportional-font-size,
#s-c243587f-8edb-4ea3-ba92-794e2640f8c4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b0927f81-665b-4c48-9c9e-0821ea75b17a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b0927f81-665b-4c48-9c9e-0821ea75b17a {
  margin-top: -15px;
margin-bottom: -15px;
}
}
#s-b0927f81-665b-4c48-9c9e-0821ea75b17a .shg-proportional-font-size,
#s-b0927f81-665b-4c48-9c9e-0821ea75b17a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba {
  display: none;
}
#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-content-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba {
  display: none;
}
#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-content-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba {
  margin-top: 30px;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}
}@media (max-width: 767px){#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba {
  display: none;
}
#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba, #wrap-content-s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba { display: none !important; }}







#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7a1f7bc-34ba-41b2-9e3f-1fc4ce2a92ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  display: none;
}
#s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-content-s-aa85ba61-64b3-484e-99a9-3836d8465330 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  display: none;
}
#s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-content-s-aa85ba61-64b3-484e-99a9-3836d8465330 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin-top: 60px;
max-width: 600px;
}
}@media (max-width: 767px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-s-aa85ba61-64b3-484e-99a9-3836d8465330, #wrap-content-s-aa85ba61-64b3-484e-99a9-3836d8465330 { display: none !important; }}
#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-aa85ba61-64b3-484e-99a9-3836d8465330 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-aa85ba61-64b3-484e-99a9-3836d8465330 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-aa85ba61-64b3-484e-99a9-3836d8465330 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-aa85ba61-64b3-484e-99a9-3836d8465330 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 .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: 30px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-aa85ba61-64b3-484e-99a9-3836d8465330 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-aa85ba61-64b3-484e-99a9-3836d8465330 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-aa85ba61-64b3-484e-99a9-3836d8465330 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa85ba61-64b3-484e-99a9-3836d8465330.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dac550d4-e3cc-4a20-9eed-556643f4f764 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-dac550d4-e3cc-4a20-9eed-556643f4f764 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dac550d4-e3cc-4a20-9eed-556643f4f764 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dac550d4-e3cc-4a20-9eed-556643f4f764 {
  text-align: center;
}
}@media (max-width: 767px){#s-dac550d4-e3cc-4a20-9eed-556643f4f764 {
  margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
}
#s-dac550d4-e3cc-4a20-9eed-556643f4f764 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (max-width: 767px){#s-dac550d4-e3cc-4a20-9eed-556643f4f764 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}


}
#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 {
  display: none;
}
#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-content-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 {
  display: none;
}
#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-content-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
}@media (max-width: 767px){#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 {
  display: none;
}
#s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69, #wrap-content-s-d2021bcf-8639-4a6d-a07d-84db2bc87d69 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2021bcf-8639-4a6d-a07d-84db2bc87d69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d2021bcf-8639-4a6d-a07d-84db2bc87d69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2021bcf-8639-4a6d-a07d-84db2bc87d69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2021bcf-8639-4a6d-a07d-84db2bc87d69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  max-width: 150px;
}
}@media (max-width: 767px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  max-width: 100px;
}
}
#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-34a7ec82-2552-445c-91f3-54bbcec480d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-34a7ec82-2552-445c-91f3-54bbcec480d6 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-34a7ec82-2552-445c-91f3-54bbcec480d6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34a7ec82-2552-445c-91f3-54bbcec480d6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-edda6018-d0ed-4e29-bbaf-eef1a5e65cfe {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-edda6018-d0ed-4e29-bbaf-eef1a5e65cfe {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-edda6018-d0ed-4e29-bbaf-eef1a5e65cfe .shg-proportional-font-size,
#s-edda6018-d0ed-4e29-bbaf-eef1a5e65cfe .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-85175512-3d17-425e-b46b-dfda96bdda0b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-85175512-3d17-425e-b46b-dfda96bdda0b {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-85175512-3d17-425e-b46b-dfda96bdda0b .shg-proportional-font-size,
#s-85175512-3d17-425e-b46b-dfda96bdda0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  max-width: 150px;
}
}@media (max-width: 767px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  max-width: 100px;
}
}
#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade8e5bc-6c5f-42cb-ab88-ff3c51425f6c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c4590bd5-37af-4fdd-907e-7bc6a29b1e82 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c4590bd5-37af-4fdd-907e-7bc6a29b1e82 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c4590bd5-37af-4fdd-907e-7bc6a29b1e82 .shg-proportional-font-size,
#s-c4590bd5-37af-4fdd-907e-7bc6a29b1e82 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a1eee123-a18a-4274-8db8-1ed4f0abfc43 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a1eee123-a18a-4274-8db8-1ed4f0abfc43 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-a1eee123-a18a-4274-8db8-1ed4f0abfc43 .shg-proportional-font-size,
#s-a1eee123-a18a-4274-8db8-1ed4f0abfc43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2d71f72-a758-4455-b29c-72ca7664b020 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e2d71f72-a758-4455-b29c-72ca7664b020 {
  display: none;
}
#s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-content-s-e2d71f72-a758-4455-b29c-72ca7664b020 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2d71f72-a758-4455-b29c-72ca7664b020 {
  display: none;
}
#s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-content-s-e2d71f72-a758-4455-b29c-72ca7664b020 { display: none !important; }}@media (max-width: 767px){#s-e2d71f72-a758-4455-b29c-72ca7664b020 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-s-e2d71f72-a758-4455-b29c-72ca7664b020, #wrap-content-s-e2d71f72-a758-4455-b29c-72ca7664b020 { display: none !important; }}
#s-e2d71f72-a758-4455-b29c-72ca7664b020 .shg-proportional-font-size,
#s-e2d71f72-a758-4455-b29c-72ca7664b020 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f4ac2b01-bd04-4c01-8dce-849f7e9c142c {
  margin-left: auto;
margin-right: auto;
}

#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 {
  display: none;
}
#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-content-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 {
  display: none;
}
#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-content-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 {
  display: none;
}
#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212, #wrap-content-s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 { display: none !important; }}@media (max-width: 767px){#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 .shg-proportional-font-size,
#s-f1a1fa9e-ba60-4344-8bcd-bcc55932a212 .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-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-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
color: rgb(255, 255, 255);
}
#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  display: none;
}
#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9, #wrap-s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9, #wrap-content-s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  display: none;
}
#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9, #wrap-s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9, #wrap-content-s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 { display: none !important; }}@media (max-width: 767px){#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
}
}

  #s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d1568e2-09f3-42ea-b178-dbc63edfb5d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-00658883-3531-4068-a65b-14fd23720715 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-color: rgb(255, 255, 255);
border-style: none;
border-radius: 30px;
text-align: center;
background-color: rgba(214, 143, 66, 1);
background-image: none;
hover-type: color;
}
#s-00658883-3531-4068-a65b-14fd23720715:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(80, 67, 49, 1) !important;
color: rgb(255, 255, 255) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00658883-3531-4068-a65b-14fd23720715:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(235, 235, 235, 1) !important;
color: rgba(80, 67, 49, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-00658883-3531-4068-a65b-14fd23720715 {
  display: none;
}
#s-00658883-3531-4068-a65b-14fd23720715, #wrap-s-00658883-3531-4068-a65b-14fd23720715, #wrap-content-s-00658883-3531-4068-a65b-14fd23720715 { display: none !important; }}@media (max-width: 767px){#s-00658883-3531-4068-a65b-14fd23720715 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-00658883-3531-4068-a65b-14fd23720715, #wrap-s-00658883-3531-4068-a65b-14fd23720715, #wrap-content-s-00658883-3531-4068-a65b-14fd23720715 { display: none !important; }}

  #s-00658883-3531-4068-a65b-14fd23720715-atc-btn-wrapper {
    text-align: center;
  }


#s-00658883-3531-4068-a65b-14fd23720715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-00658883-3531-4068-a65b-14fd23720715-atc-btn-wrapper {
    text-align: center;
  }


#s-00658883-3531-4068-a65b-14fd23720715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-00658883-3531-4068-a65b-14fd23720715-atc-btn-wrapper {
    text-align: center;
  }


#s-00658883-3531-4068-a65b-14fd23720715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-00658883-3531-4068-a65b-14fd23720715-atc-btn-wrapper {
    text-align: center;
  }


#s-00658883-3531-4068-a65b-14fd23720715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-00658883-3531-4068-a65b-14fd23720715-atc-btn-wrapper {
    text-align: center;
  }


#s-00658883-3531-4068-a65b-14fd23720715 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-00658883-3531-4068-a65b-14fd23720715.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-29278eaa-435b-48a8-babd-c0e623a53484 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-29278eaa-435b-48a8-babd-c0e623a53484 {
  display: none;
}
#s-29278eaa-435b-48a8-babd-c0e623a53484, #wrap-s-29278eaa-435b-48a8-babd-c0e623a53484, #wrap-content-s-29278eaa-435b-48a8-babd-c0e623a53484 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29278eaa-435b-48a8-babd-c0e623a53484 {
  display: none;
}
#s-29278eaa-435b-48a8-babd-c0e623a53484, #wrap-s-29278eaa-435b-48a8-babd-c0e623a53484, #wrap-content-s-29278eaa-435b-48a8-babd-c0e623a53484 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29278eaa-435b-48a8-babd-c0e623a53484 {
  
}
}@media (max-width: 767px){#s-29278eaa-435b-48a8-babd-c0e623a53484 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-29278eaa-435b-48a8-babd-c0e623a53484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29278eaa-435b-48a8-babd-c0e623a53484"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29278eaa-435b-48a8-babd-c0e623a53484"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29278eaa-435b-48a8-babd-c0e623a53484"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin-left: auto;
margin-right: auto;
max-width: 473px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  max-width: 150px;
display: none;
}
#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44, #wrap-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44, #wrap-content-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 { display: none !important; }}@media (max-width: 767px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  max-width: 100px;
}
}
#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(231, 217, 202, 0);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 img.shogun-image {
  width: 100%;
  
  
  max-width: 473px;

      
    max-width: 473px;

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




.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a398cc5-1656-4c70-8b94-6fb8df05ff44.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3f3deed2-018b-4787-9f4a-5e9ed4681338 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f3deed2-018b-4787-9f4a-5e9ed4681338 {
  display: none;
}
#s-3f3deed2-018b-4787-9f4a-5e9ed4681338, #wrap-s-3f3deed2-018b-4787-9f4a-5e9ed4681338, #wrap-content-s-3f3deed2-018b-4787-9f4a-5e9ed4681338 { display: none !important; }}@media (max-width: 767px){#s-3f3deed2-018b-4787-9f4a-5e9ed4681338 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3f3deed2-018b-4787-9f4a-5e9ed4681338 .shg-proportional-font-size,
#s-3f3deed2-018b-4787-9f4a-5e9ed4681338 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 {
  display: none;
}
#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4, #wrap-s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4, #wrap-content-s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 { display: none !important; }}@media (max-width: 767px){#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 {
  margin-top: -15px;
margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 .shg-proportional-font-size,
#s-692db5a9-0d85-4f0c-a46f-002ab5ebefc4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
