.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-52339ee2-14ba-4f85-b60f-916b8d7d6030 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52339ee2-14ba-4f85-b60f-916b8d7d6030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-c82bdddc-451e-4a64-b96d-eef4858d4e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c82bdddc-451e-4a64-b96d-eef4858d4e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-87b70c66-06ef-4149-912a-f74e38f9f0c5 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-87b70c66-06ef-4149-912a-f74e38f9f0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b70c66-06ef-4149-912a-f74e38f9f0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-87b70c66-06ef-4149-912a-f74e38f9f0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b70c66-06ef-4149-912a-f74e38f9f0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-dad02812-7988-4b35-8521-b42b533ee969 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dad02812-7988-4b35-8521-b42b533ee969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dad02812-7988-4b35-8521-b42b533ee969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(19, 17, 12, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.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-15757d04-87c5-4a79-8f2f-87aa5dffd573 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-15757d04-87c5-4a79-8f2f-87aa5dffd573 {
  margin-top: -10px;
}
}@media (max-width: 767px){#s-15757d04-87c5-4a79-8f2f-87aa5dffd573 {
  margin-top: 0px;
}
}
#s-15757d04-87c5-4a79-8f2f-87aa5dffd573 .shg-proportional-font-size,
#s-15757d04-87c5-4a79-8f2f-87aa5dffd573 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f4ac607b-9123-4f9e-916e-fa776a9d1891 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-f4ac607b-9123-4f9e-916e-fa776a9d1891 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-f4ac607b-9123-4f9e-916e-fa776a9d1891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ac607b-9123-4f9e-916e-fa776a9d1891"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f4ac607b-9123-4f9e-916e-fa776a9d1891"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f4ac607b-9123-4f9e-916e-fa776a9d1891"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin-left: auto;
margin-right: auto;
max-width: 1489px;
text-align: center;
}
@media (max-width: 767px){#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1489px;

  /* 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-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d0896e7-8afb-47d3-be06-aa7a4ce1c5a8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}
@media (max-width: 767px){#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin-top: 10px;
}
}
#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-4c9390b8-4745-429f-9b4f-5fde393480c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-4c9390b8-4745-429f-9b4f-5fde393480c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4c9390b8-4745-429f-9b4f-5fde393480c8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c9390b8-4745-429f-9b4f-5fde393480c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c9390b8-4745-429f-9b4f-5fde393480c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin-left: auto;
margin-right: auto;
max-width: 1489px;
text-align: center;
}
@media (max-width: 767px){#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin-top: 10px;
}
}
#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1489px;

  /* 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-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7aab7ca-64f9-4557-8a2f-29d3881b05e1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c3c3c819-d1c1-4c52-94fc-60727d9d2147 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c3c3c819-d1c1-4c52-94fc-60727d9d2147 {
  display: none;
}
#s-c3c3c819-d1c1-4c52-94fc-60727d9d2147, #wrap-s-c3c3c819-d1c1-4c52-94fc-60727d9d2147, #wrap-content-s-c3c3c819-d1c1-4c52-94fc-60727d9d2147 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-05c5543c-6488-40b0-9870-4e15eb990674:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-05c5543c-6488-40b0-9870-4e15eb990674:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  margin-top: 30px;
}
}

  #s-05c5543c-6488-40b0-9870-4e15eb990674-atc-btn-wrapper {
    text-align: center;
  }


#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-05c5543c-6488-40b0-9870-4e15eb990674-atc-btn-wrapper {
    text-align: center;
  }


#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-05c5543c-6488-40b0-9870-4e15eb990674-atc-btn-wrapper {
    text-align: center;
  }


#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-05c5543c-6488-40b0-9870-4e15eb990674-atc-btn-wrapper {
    text-align: center;
  }


#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-05c5543c-6488-40b0-9870-4e15eb990674-atc-btn-wrapper {
    text-align: center;
  }


#s-05c5543c-6488-40b0-9870-4e15eb990674 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-05c5543c-6488-40b0-9870-4e15eb990674.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin-left: auto;
margin-right: auto;
max-width: 1946px;
text-align: center;
}
@media (max-width: 767px){#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin-top: 10px;
}
}
#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 img.shogun-image {
  width: 100%;
  
  
  max-width: 1946px;

  /* 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-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-0cb94ff7-d97f-4292-aba5-9502b458fca0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-0cb94ff7-d97f-4292-aba5-9502b458fca0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb94ff7-d97f-4292-aba5-9502b458fca0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fc3822f3-42cd-414b-a485-1d66ba105e5a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc3822f3-42cd-414b-a485-1d66ba105e5a {
  display: none;
}
#s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-content-s-fc3822f3-42cd-414b-a485-1d66ba105e5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc3822f3-42cd-414b-a485-1d66ba105e5a {
  display: none;
}
#s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-content-s-fc3822f3-42cd-414b-a485-1d66ba105e5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc3822f3-42cd-414b-a485-1d66ba105e5a {
  display: none;
}
#s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-s-fc3822f3-42cd-414b-a485-1d66ba105e5a, #wrap-content-s-fc3822f3-42cd-414b-a485-1d66ba105e5a { display: none !important; }}
#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
background-color: rgba(255, 211, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(19, 17, 12, 1);
}
#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  margin-top: 10px;
}
}

  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9-atc-btn-wrapper {
    text-align: center;
  }


#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn {
  color: rgba(19, 17, 12, 1);
  font-size: 15px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}

#s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d32bd93-317b-4392-9aa7-6ef0fef0a4c9.shg-btn.shg-product-atc-success {
    font-weight: 800;
    font-family: Archivo;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-c426de65-b9d9-420b-8f12-0b2de9bc5bc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (max-width: 767px){#s-c426de65-b9d9-420b-8f12-0b2de9bc5bc5 {
  padding-top: 15%;
}
}







#s-c426de65-b9d9-420b-8f12-0b2de9bc5bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c426de65-b9d9-420b-8f12-0b2de9bc5bc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-0b6013c3-3b47-457f-99fd-f6dc473a9348 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-b358a09e-5e21-443e-89f3-c352f35f318c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b358a09e-5e21-443e-89f3-c352f35f318c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b358a09e-5e21-443e-89f3-c352f35f318c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b358a09e-5e21-443e-89f3-c352f35f318c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b358a09e-5e21-443e-89f3-c352f35f318c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-efaec62a-149b-4b1b-bafa-5f32a3155010 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-efaec62a-149b-4b1b-bafa-5f32a3155010 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-efaec62a-149b-4b1b-bafa-5f32a3155010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efaec62a-149b-4b1b-bafa-5f32a3155010.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-ce78ef85-b7ba-484d-9253-e25ca2911e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b img.shogun-image {
  width: 100%;
  
  
  

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




.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce78ef85-b7ba-484d-9253-e25ca2911e9b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0ffc63d0-00be-42b2-aeb6-43e8cacc4108 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0ffc63d0-00be-42b2-aeb6-43e8cacc4108 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0ffc63d0-00be-42b2-aeb6-43e8cacc4108 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-0ffc63d0-00be-42b2-aeb6-43e8cacc4108 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-df176432-f738-4d83-95df-7bf81316c86f {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-df176432-f738-4d83-95df-7bf81316c86f {
  margin-top: -10px;
}
}
#s-df176432-f738-4d83-95df-7bf81316c86f .shg-proportional-font-size,
#s-df176432-f738-4d83-95df-7bf81316c86f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-05761911-c557-4b2d-aa72-d37d46686a83 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-05761911-c557-4b2d-aa72-d37d46686a83 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-05761911-c557-4b2d-aa72-d37d46686a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05761911-c557-4b2d-aa72-d37d46686a83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 img.shogun-image {
  width: 100%;
  
  
  

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




.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eed943e6-ed28-4048-bc2d-3d99dea4e9b8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a1370428-4ede-4d5e-9635-d8ab50639cfb {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a1370428-4ede-4d5e-9635-d8ab50639cfb .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a1370428-4ede-4d5e-9635-d8ab50639cfb .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-a1370428-4ede-4d5e-9635-d8ab50639cfb .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-13aa0276-16f6-4c1b-b159-d391442dc636 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-13aa0276-16f6-4c1b-b159-d391442dc636 {
  margin-top: -10px;
}
}
#s-13aa0276-16f6-4c1b-b159-d391442dc636 .shg-proportional-font-size,
#s-13aa0276-16f6-4c1b-b159-d391442dc636 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-99d1ce0c-2f77-4c3e-89e2-eb32cb382a8d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-99d1ce0c-2f77-4c3e-89e2-eb32cb382a8d {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-99d1ce0c-2f77-4c3e-89e2-eb32cb382a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99d1ce0c-2f77-4c3e-89e2-eb32cb382a8d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f img.shogun-image {
  width: 100%;
  
  
  

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




.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f img.shogun-image {
  width: 100%;
  
  
  

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




.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f img.shogun-image {
  width: 100%;
  
  
  

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




.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f img.shogun-image {
  width: 100%;
  
  
  

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




.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978a5857-6c8e-4529-bf1f-6cccfb5eb61f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-856c6bb0-d3f6-4d4f-9ded-576ebb056def {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-856c6bb0-d3f6-4d4f-9ded-576ebb056def .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-856c6bb0-d3f6-4d4f-9ded-576ebb056def .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-856c6bb0-d3f6-4d4f-9ded-576ebb056def .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-1e622ced-97bc-421d-8533-04253774f109 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-1e622ced-97bc-421d-8533-04253774f109 {
  margin-top: -10px;
}
}
#s-1e622ced-97bc-421d-8533-04253774f109 .shg-proportional-font-size,
#s-1e622ced-97bc-421d-8533-04253774f109 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b4ae0323-6a67-430f-8a30-c3aeb4bdfe88 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b4ae0323-6a67-430f-8a30-c3aeb4bdfe88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4ae0323-6a67-430f-8a30-c3aeb4bdfe88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b4ae0323-6a67-430f-8a30-c3aeb4bdfe88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae0323-6a67-430f-8a30-c3aeb4bdfe88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1105fd92-aeef-416f-aa62-17815d3ecee5 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-1105fd92-aeef-416f-aa62-17815d3ecee5 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-1105fd92-aeef-416f-aa62-17815d3ecee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1105fd92-aeef-416f-aa62-17815d3ecee5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e img.shogun-image {
  width: 100%;
  
  
  

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




.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7bbf754-cb05-4a08-b83d-1c4b3db63c7e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-26e7dad7-13a3-4d0b-adf0-c7056804a15b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-26e7dad7-13a3-4d0b-adf0-c7056804a15b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-26e7dad7-13a3-4d0b-adf0-c7056804a15b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-26e7dad7-13a3-4d0b-adf0-c7056804a15b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-b21ca348-2667-4acd-9cd1-f04e4005aeec {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-b21ca348-2667-4acd-9cd1-f04e4005aeec {
  margin-top: -10px;
}
}
#s-b21ca348-2667-4acd-9cd1-f04e4005aeec .shg-proportional-font-size,
#s-b21ca348-2667-4acd-9cd1-f04e4005aeec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e3234999-eede-47ad-b7a3-874cd8e08aed {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e3234999-eede-47ad-b7a3-874cd8e08aed {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-e3234999-eede-47ad-b7a3-874cd8e08aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3234999-eede-47ad-b7a3-874cd8e08aed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a190540-cdba-4a43-9958-8a0938b29a77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-3a190540-cdba-4a43-9958-8a0938b29a77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a190540-cdba-4a43-9958-8a0938b29a77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a190540-cdba-4a43-9958-8a0938b29a77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a190540-cdba-4a43-9958-8a0938b29a77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a190540-cdba-4a43-9958-8a0938b29a77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a190540-cdba-4a43-9958-8a0938b29a77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a190540-cdba-4a43-9958-8a0938b29a77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3a190540-cdba-4a43-9958-8a0938b29a77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3a190540-cdba-4a43-9958-8a0938b29a77 img.shogun-image {
  width: 100%;
  
  
  

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




.s-3a190540-cdba-4a43-9958-8a0938b29a77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a190540-cdba-4a43-9958-8a0938b29a77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-db78dfa5-7fd5-438f-9590-e07a3a81f12a {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-db78dfa5-7fd5-438f-9590-e07a3a81f12a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-db78dfa5-7fd5-438f-9590-e07a3a81f12a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-db78dfa5-7fd5-438f-9590-e07a3a81f12a .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-ab1d3862-402b-46d5-9ccf-1ef697d9f6c8 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-ab1d3862-402b-46d5-9ccf-1ef697d9f6c8 {
  margin-top: -10px;
}
}
#s-ab1d3862-402b-46d5-9ccf-1ef697d9f6c8 .shg-proportional-font-size,
#s-ab1d3862-402b-46d5-9ccf-1ef697d9f6c8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a0e3f3bd-64c5-4edf-b505-20feea55b2a4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 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: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-a0e3f3bd-64c5-4edf-b505-20feea55b2a4 {
  margin-top: 10px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
}







#s-a0e3f3bd-64c5-4edf-b505-20feea55b2a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0e3f3bd-64c5-4edf-b505-20feea55b2a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin-left: auto;
margin-right: auto;
max-width: 2160px;
text-align: center;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc .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: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc img.shogun-image {
  width: 100%;
  
  
  max-width: 2160px;

  /* 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-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3058c20f-5e36-44c0-9d93-1ebab73339dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3058c20f-5e36-44c0-9d93-1ebab73339dc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-3058c20f-5e36-44c0-9d93-1ebab73339dc .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-a997f3fd-7ed3-4fa5-b279-536a37f586c1 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a997f3fd-7ed3-4fa5-b279-536a37f586c1 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a997f3fd-7ed3-4fa5-b279-536a37f586c1 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-a997f3fd-7ed3-4fa5-b279-536a37f586c1 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-6decd4aa-c563-4c43-a7f2-f4f4494e773d {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
}
@media (max-width: 767px){#s-6decd4aa-c563-4c43-a7f2-f4f4494e773d {
  margin-top: -10px;
}
}
#s-6decd4aa-c563-4c43-a7f2-f4f4494e773d .shg-proportional-font-size,
#s-6decd4aa-c563-4c43-a7f2-f4f4494e773d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-41618dd2-130b-4b33-8538-783549df7413 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-41618dd2-130b-4b33-8538-783549df7413 {
  padding-top: 10%;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
}
}







#s-41618dd2-130b-4b33-8538-783549df7413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41618dd2-130b-4b33-8538-783549df7413.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f {
  margin-left: auto;
margin-right: auto;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 8px;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 10px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: ;
  color: rgba(255, 211, 0, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4667e13f-f58c-4c9a-aef8-30d8f3be631f td.shogun-table-column, #s-4667e13f-f58c-4c9a-aef8-30d8f3be631f td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-2094ed22-5a3f-4759-9af7-4635b83902e0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2094ed22-5a3f-4759-9af7-4635b83902e0 {
  margin-top: 10px;
}
}
#s-2094ed22-5a3f-4759-9af7-4635b83902e0 .shg-proportional-font-size,
#s-2094ed22-5a3f-4759-9af7-4635b83902e0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5f936ad1-2b7b-4a12-bcc5-66fe8f9813bd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5f936ad1-2b7b-4a12-bcc5-66fe8f9813bd {
  margin-top: 10px;
}
}
#s-5f936ad1-2b7b-4a12-bcc5-66fe8f9813bd .shg-proportional-font-size,
#s-5f936ad1-2b7b-4a12-bcc5-66fe8f9813bd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0c971f93-ae13-4379-8ba8-24bfded54ba5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0c971f93-ae13-4379-8ba8-24bfded54ba5 {
  margin-top: 10px;
}
}
#s-0c971f93-ae13-4379-8ba8-24bfded54ba5 .shg-proportional-font-size,
#s-0c971f93-ae13-4379-8ba8-24bfded54ba5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-33256c56-90a5-44a0-9e2a-ba2f43377c9e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-33256c56-90a5-44a0-9e2a-ba2f43377c9e {
  margin-top: 10px;
}
}
#s-33256c56-90a5-44a0-9e2a-ba2f43377c9e .shg-proportional-font-size,
#s-33256c56-90a5-44a0-9e2a-ba2f43377c9e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c9b124f2-ea84-4d86-9f84-8a532bda9a10 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c9b124f2-ea84-4d86-9f84-8a532bda9a10 {
  margin-top: 10px;
}
}
#s-c9b124f2-ea84-4d86-9f84-8a532bda9a10 .shg-proportional-font-size,
#s-c9b124f2-ea84-4d86-9f84-8a532bda9a10 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1d26ef93-3479-4447-bf10-90889a5c92de {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1d26ef93-3479-4447-bf10-90889a5c92de {
  margin-top: 10px;
}
}
#s-1d26ef93-3479-4447-bf10-90889a5c92de .shg-proportional-font-size,
#s-1d26ef93-3479-4447-bf10-90889a5c92de .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e2f06564-153a-4b30-9cb9-2ecce12abb44 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e2f06564-153a-4b30-9cb9-2ecce12abb44 {
  margin-top: 10px;
}
}
#s-e2f06564-153a-4b30-9cb9-2ecce12abb44 .shg-proportional-font-size,
#s-e2f06564-153a-4b30-9cb9-2ecce12abb44 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5645a387-ed9a-47c0-a330-5386f3242286 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5645a387-ed9a-47c0-a330-5386f3242286 {
  margin-top: 10px;
}
}
#s-5645a387-ed9a-47c0-a330-5386f3242286 .shg-proportional-font-size,
#s-5645a387-ed9a-47c0-a330-5386f3242286 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f6287ab1-7fb7-4fd4-a6ec-40dc71c56f13 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f6287ab1-7fb7-4fd4-a6ec-40dc71c56f13 {
  margin-top: 10px;
}
}
#s-f6287ab1-7fb7-4fd4-a6ec-40dc71c56f13 .shg-proportional-font-size,
#s-f6287ab1-7fb7-4fd4-a6ec-40dc71c56f13 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0f9a272b-b4bf-43e6-8e51-4cd1489a2b18 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0f9a272b-b4bf-43e6-8e51-4cd1489a2b18 {
  margin-top: 10px;
}
}
#s-0f9a272b-b4bf-43e6-8e51-4cd1489a2b18 .shg-proportional-font-size,
#s-0f9a272b-b4bf-43e6-8e51-4cd1489a2b18 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d5b8af63-fbf1-4fa8-ba8b-4df231711ae5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d5b8af63-fbf1-4fa8-ba8b-4df231711ae5 {
  margin-top: 10px;
}
}
#s-d5b8af63-fbf1-4fa8-ba8b-4df231711ae5 .shg-proportional-font-size,
#s-d5b8af63-fbf1-4fa8-ba8b-4df231711ae5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-76a166d9-26ae-4f4c-8b49-ec3ef210648b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-76a166d9-26ae-4f4c-8b49-ec3ef210648b {
  margin-top: 10px;
}
}
#s-76a166d9-26ae-4f4c-8b49-ec3ef210648b .shg-proportional-font-size,
#s-76a166d9-26ae-4f4c-8b49-ec3ef210648b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eeb2bbad-8b5b-413e-b572-6b7aed19420e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-eeb2bbad-8b5b-413e-b572-6b7aed19420e {
  margin-top: 10px;
}
}
#s-eeb2bbad-8b5b-413e-b572-6b7aed19420e .shg-proportional-font-size,
#s-eeb2bbad-8b5b-413e-b572-6b7aed19420e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6dc7cdcd-13a5-41d0-8820-b9268e48c4e3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6dc7cdcd-13a5-41d0-8820-b9268e48c4e3 {
  margin-top: 10px;
}
}
#s-6dc7cdcd-13a5-41d0-8820-b9268e48c4e3 .shg-proportional-font-size,
#s-6dc7cdcd-13a5-41d0-8820-b9268e48c4e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2072c70d-6ec7-48ed-ad5c-e5ff19278570 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2072c70d-6ec7-48ed-ad5c-e5ff19278570 {
  margin-top: 10px;
}
}
#s-2072c70d-6ec7-48ed-ad5c-e5ff19278570 .shg-proportional-font-size,
#s-2072c70d-6ec7-48ed-ad5c-e5ff19278570 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-511de7cc-78db-41ed-bc15-4080ae330f54 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-511de7cc-78db-41ed-bc15-4080ae330f54 {
  margin-top: 10px;
}
}
#s-511de7cc-78db-41ed-bc15-4080ae330f54 .shg-proportional-font-size,
#s-511de7cc-78db-41ed-bc15-4080ae330f54 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7db57359-72b8-4f39-97e7-a89df0ecdce4 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7db57359-72b8-4f39-97e7-a89df0ecdce4 {
  margin-top: 10px;
}
}
#s-7db57359-72b8-4f39-97e7-a89df0ecdce4 .shg-proportional-font-size,
#s-7db57359-72b8-4f39-97e7-a89df0ecdce4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-51e26dbe-1b1e-4de2-b83f-ad10cc7e1c7b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-51e26dbe-1b1e-4de2-b83f-ad10cc7e1c7b {
  margin-top: 10px;
}
}
#s-51e26dbe-1b1e-4de2-b83f-ad10cc7e1c7b .shg-proportional-font-size,
#s-51e26dbe-1b1e-4de2-b83f-ad10cc7e1c7b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-833a5dad-c392-4af9-b3a8-892361499d7c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-833a5dad-c392-4af9-b3a8-892361499d7c {
  margin-top: 10px;
}
}
#s-833a5dad-c392-4af9-b3a8-892361499d7c .shg-proportional-font-size,
#s-833a5dad-c392-4af9-b3a8-892361499d7c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-652cbe07-50a2-414a-9a1a-10d1094aff82 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-652cbe07-50a2-414a-9a1a-10d1094aff82 {
  margin-top: 10px;
}
}
#s-652cbe07-50a2-414a-9a1a-10d1094aff82 .shg-proportional-font-size,
#s-652cbe07-50a2-414a-9a1a-10d1094aff82 .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;
}
