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

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

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

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

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

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

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

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

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

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

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

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

#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}@media (max-width: 767px){#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 {
  display: none;
}
#s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-s-66949f17-15fe-4f99-879d-8ae6b9a8c953, #wrap-content-s-66949f17-15fe-4f99-879d-8ae6b9a8c953 { display: none !important; }}







#s-66949f17-15fe-4f99-879d-8ae6b9a8c953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66949f17-15fe-4f99-879d-8ae6b9a8c953.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2b975d38-f647-4236-ae19-3ea2598fd343 {
  text-align: center;
}

#s-2b975d38-f647-4236-ae19-3ea2598fd343 {
  overflow: hidden;
  
  
}







  #s-2b975d38-f647-4236-ae19-3ea2598fd343 img.shogun-image {
    

    
    
    
  }


#s-2b975d38-f647-4236-ae19-3ea2598fd343 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

#s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 2.5%;
padding-bottom: 10px;
padding-right: 2.5%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4 {
  
}
}
@media (min-width: 0px) {
[id="s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8624939c-7719-47f8-843a-81483c0dceca {
  text-align: left;
}
@media (max-width: 767px){#s-8624939c-7719-47f8-843a-81483c0dceca {
  max-width: 234px;
}
}
#s-8624939c-7719-47f8-843a-81483c0dceca {
  overflow: hidden;
  
  
}







  #s-8624939c-7719-47f8-843a-81483c0dceca img.shogun-image {
    

    
    
    
  }


#s-8624939c-7719-47f8-843a-81483c0dceca .shogun-image-content {
  
    justify-content: center;
  
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc {
  margin-top: 11px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 14px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
border-radius: 0px;
background-color: rgba(247, 171, 53, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc:hover {background-color: rgba(247, 171, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc {
  
}
}@media (max-width: 767px){#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc {
  margin-top: 0px;
text-align: right;
}
}

  #s-ba3d9e30-31ed-429f-810c-76b2485d9bbc-root {
    text-align: right;
  }


#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba3d9e30-31ed-429f-810c-76b2485d9bbc-root {
    text-align: right;
  }


#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba3d9e30-31ed-429f-810c-76b2485d9bbc-root {
    text-align: right;
  }


#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba3d9e30-31ed-429f-810c-76b2485d9bbc-root {
    text-align: right;
  }


#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba3d9e30-31ed-429f-810c-76b2485d9bbc-root {
    text-align: right;
  }


#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4 {
  margin-left: 0%;
margin-bottom: -17px;
padding-left: 0%;
padding-bottom: 17px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4 {
  display: none;
}
#s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4, #wrap-s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4, #wrap-content-s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1e78ea8-55d3-4e4e-9887-97bf4d691fa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c3c6d834-8e4c-40d1-a3de-ae34a24c376d {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 26px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
min-height: 670px;
}








#s-c3c6d834-8e4c-40d1-a3de-ae34a24c376d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3c6d834-8e4c-40d1-a3de-ae34a24c376d.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

#s-35e4d146-848a-427d-962b-e7153db7e960 {
  margin-top: 39px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 13px;
padding-bottom: 26px;
text-align: left;
}
@media (min-width: 1200px){#s-35e4d146-848a-427d-962b-e7153db7e960 {
  display: none;
}
#s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-content-s-35e4d146-848a-427d-962b-e7153db7e960 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35e4d146-848a-427d-962b-e7153db7e960 {
  display: none;
}
#s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-content-s-35e4d146-848a-427d-962b-e7153db7e960 { display: none !important; }}@media (max-width: 767px){#s-35e4d146-848a-427d-962b-e7153db7e960 {
  display: none;
}
#s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-s-35e4d146-848a-427d-962b-e7153db7e960, #wrap-content-s-35e4d146-848a-427d-962b-e7153db7e960 { display: none !important; }}
#s-35e4d146-848a-427d-962b-e7153db7e960 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 {
  margin-top: -4px;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 6%;
padding-bottom: 6px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 1200px){#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 {
  display: none;
}
#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-content-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 {
  display: none;
}
#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-content-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 { display: none !important; }}@media (max-width: 767px){#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 {
  display: none;
}
#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98, #wrap-content-s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 { display: none !important; }}
#s-7770f3cd-b059-4f98-87f8-b316f8cc3f98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-caf63638-ac2f-445a-b015-99526bbe68b0 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 25px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-caf63638-ac2f-445a-b015-99526bbe68b0 {
  display: none;
}
#s-caf63638-ac2f-445a-b015-99526bbe68b0, #wrap-s-caf63638-ac2f-445a-b015-99526bbe68b0, #wrap-content-s-caf63638-ac2f-445a-b015-99526bbe68b0 { display: none !important; }}
#s-caf63638-ac2f-445a-b015-99526bbe68b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-40585be3-8ded-4621-b145-2bb0cb7a98bf {
  margin-top: 13px;
margin-left: 3%;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 1200px){#s-40585be3-8ded-4621-b145-2bb0cb7a98bf {
  display: none;
}
#s-40585be3-8ded-4621-b145-2bb0cb7a98bf, #wrap-s-40585be3-8ded-4621-b145-2bb0cb7a98bf, #wrap-content-s-40585be3-8ded-4621-b145-2bb0cb7a98bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40585be3-8ded-4621-b145-2bb0cb7a98bf {
  display: none;
}
#s-40585be3-8ded-4621-b145-2bb0cb7a98bf, #wrap-s-40585be3-8ded-4621-b145-2bb0cb7a98bf, #wrap-content-s-40585be3-8ded-4621-b145-2bb0cb7a98bf { display: none !important; }}
#s-40585be3-8ded-4621-b145-2bb0cb7a98bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 3px;
  text-align: left;
}



#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 {
  margin-top: -4px;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 16px;
padding-bottom: 29px;
padding-right: 18%;
text-align: left;
}
@media (min-width: 1200px){#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 {
  display: none;
}
#s-a35d8abb-6750-49b4-a85e-23de2f5feb37, #wrap-s-a35d8abb-6750-49b4-a85e-23de2f5feb37, #wrap-content-s-a35d8abb-6750-49b4-a85e-23de2f5feb37 { display: none !important; }}@media (max-width: 767px){#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 {
  display: none;
}
#s-a35d8abb-6750-49b4-a85e-23de2f5feb37, #wrap-s-a35d8abb-6750-49b4-a85e-23de2f5feb37, #wrap-content-s-a35d8abb-6750-49b4-a85e-23de2f5feb37 { display: none !important; }}
#s-a35d8abb-6750-49b4-a85e-23de2f5feb37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-90d04911-2470-4cea-9de3-07e1572d3205 {
  margin-top: 25px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 14px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
border-radius: 0px;
background-color: rgba(247, 171, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-90d04911-2470-4cea-9de3-07e1572d3205:hover {background-color: rgba(247, 171, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-90d04911-2470-4cea-9de3-07e1572d3205:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-90d04911-2470-4cea-9de3-07e1572d3205 {
  display: none;
}
#s-90d04911-2470-4cea-9de3-07e1572d3205, #wrap-s-90d04911-2470-4cea-9de3-07e1572d3205, #wrap-content-s-90d04911-2470-4cea-9de3-07e1572d3205 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90d04911-2470-4cea-9de3-07e1572d3205 {
  display: none;
}
#s-90d04911-2470-4cea-9de3-07e1572d3205, #wrap-s-90d04911-2470-4cea-9de3-07e1572d3205, #wrap-content-s-90d04911-2470-4cea-9de3-07e1572d3205 { display: none !important; }}

  #s-90d04911-2470-4cea-9de3-07e1572d3205-root {
    text-align: left;
  }


#s-90d04911-2470-4cea-9de3-07e1572d3205.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90d04911-2470-4cea-9de3-07e1572d3205-root {
    text-align: left;
  }


#s-90d04911-2470-4cea-9de3-07e1572d3205.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90d04911-2470-4cea-9de3-07e1572d3205-root {
    text-align: left;
  }


#s-90d04911-2470-4cea-9de3-07e1572d3205.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90d04911-2470-4cea-9de3-07e1572d3205-root {
    text-align: left;
  }


#s-90d04911-2470-4cea-9de3-07e1572d3205.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90d04911-2470-4cea-9de3-07e1572d3205-root {
    text-align: left;
  }


#s-90d04911-2470-4cea-9de3-07e1572d3205.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-35e9115c-5089-42e5-8848-aee1850081ed {
  margin-top: 4px;
margin-left: 3%;
margin-bottom: -3px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-35e9115c-5089-42e5-8848-aee1850081ed {
  display: none;
}
#s-35e9115c-5089-42e5-8848-aee1850081ed, #wrap-s-35e9115c-5089-42e5-8848-aee1850081ed, #wrap-content-s-35e9115c-5089-42e5-8848-aee1850081ed { display: none !important; }}
#s-35e9115c-5089-42e5-8848-aee1850081ed .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 3px;
  text-align: left;
}



#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0 {
  margin-top: 11px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 14px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
border-radius: 0px;
background-color: rgba(247, 171, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0:hover {background-color: rgba(247, 171, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0 {
  display: none;
}
#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0, #wrap-s-0408a8f3-d787-49e7-8152-10ae3cedd0a0, #wrap-content-s-0408a8f3-d787-49e7-8152-10ae3cedd0a0 { display: none !important; }}

  #s-0408a8f3-d787-49e7-8152-10ae3cedd0a0-root {
    text-align: left;
  }


#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0408a8f3-d787-49e7-8152-10ae3cedd0a0-root {
    text-align: left;
  }


#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0408a8f3-d787-49e7-8152-10ae3cedd0a0-root {
    text-align: left;
  }


#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0408a8f3-d787-49e7-8152-10ae3cedd0a0-root {
    text-align: left;
  }


#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0408a8f3-d787-49e7-8152-10ae3cedd0a0-root {
    text-align: left;
  }


#s-0408a8f3-d787-49e7-8152-10ae3cedd0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-92bf3776-58ec-4c39-96f3-160a8ad8fcca {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 670px;
background-position: center center;
background-attachment: scroll;
}

#s-92bf3776-58ec-4c39-96f3-160a8ad8fcca {
  background-image: url(https://www.getkion.com/4eaab09f-8ec7-4e98-9852-bd720c4dbb2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.getkion.com);
}








#s-92bf3776-58ec-4c39-96f3-160a8ad8fcca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92bf3776-58ec-4c39-96f3-160a8ad8fcca.shg-box.shg-c {
  justify-content: center;
}

#s-e8cbe583-b546-48e1-8932-b85526a79962 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e8cbe583-b546-48e1-8932-b85526a79962 {
  display: none;
}
#s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-content-s-e8cbe583-b546-48e1-8932-b85526a79962 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8cbe583-b546-48e1-8932-b85526a79962 {
  display: none;
}
#s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-content-s-e8cbe583-b546-48e1-8932-b85526a79962 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8cbe583-b546-48e1-8932-b85526a79962 {
  display: none;
}
#s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-s-e8cbe583-b546-48e1-8932-b85526a79962, #wrap-content-s-e8cbe583-b546-48e1-8932-b85526a79962 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e8cbe583-b546-48e1-8932-b85526a79962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8cbe583-b546-48e1-8932-b85526a79962"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8cbe583-b546-48e1-8932-b85526a79962"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8cbe583-b546-48e1-8932-b85526a79962"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
max-width: 802px;
aspect-ratio: 802/858;
text-align: center;
opacity: 1;
}
#s-ba445db4-1051-4b06-ba99-d2b0ea6f8822:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(44, 42, 52, 0) !important;
border-radius: 0px !important;
opacity: 1 !important;}@media (max-width: 767px){#s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 {
  
}
}
#s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 {
  overflow: hidden;
  
  
      max-width: 802px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 img.shogun-image,
  #s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 {
    width: 100%;
    height: auto;
  }



  #s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 img.shogun-image {
    

    
    
    
  }


#s-ba445db4-1051-4b06-ba99-d2b0ea6f8822 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a9d4db3-2234-467d-8725-c3b7cf92d325 {
  margin-top: 9px;
margin-left: 6%;
margin-bottom: -2px;
margin-right: 6%;
padding-top: 3px;
padding-left: 2px;
padding-bottom: 16px;
padding-right: 2px;
text-align: left;
}

#s-5a9d4db3-2234-467d-8725-c3b7cf92d325 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 3px;
  text-align: left;
}



#s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b {
  display: none;
}
#s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b, #wrap-s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b, #wrap-content-s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ba35ce6b-7476-4b18-81c9-0d7f17327c73 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 600px;
background-position: center center;
}

#s-ba35ce6b-7476-4b18-81c9-0d7f17327c73 {
  background-image: url(https://www.getkion.com/ae5b6a0c-7d27-46b2-b762-33e20ed355db/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.getkion.com);
}








#s-ba35ce6b-7476-4b18-81c9-0d7f17327c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba35ce6b-7476-4b18-81c9-0d7f17327c73.shg-box.shg-c {
  justify-content: center;
}

#s-dbfc28ea-5870-4ff9-bb84-03481389041c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 19px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-dbfc28ea-5870-4ff9-bb84-03481389041c {
  display: none;
}
#s-dbfc28ea-5870-4ff9-bb84-03481389041c, #wrap-s-dbfc28ea-5870-4ff9-bb84-03481389041c, #wrap-content-s-dbfc28ea-5870-4ff9-bb84-03481389041c { display: none !important; }}







#s-dbfc28ea-5870-4ff9-bb84-03481389041c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbfc28ea-5870-4ff9-bb84-03481389041c.shg-box.shg-c {
  justify-content: center;
}

#s-64937917-8a29-4d40-a28c-16aa0631fc8d {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0%;
text-align: left;
}

#s-64937917-8a29-4d40-a28c-16aa0631fc8d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 {
  margin-left: -2%;
margin-right: -1%;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 3%;
}
@media (max-width: 767px){#s-f9409005-4970-40fe-ad27-39a19c6f48b1 {
  display: none;
}
#s-f9409005-4970-40fe-ad27-39a19c6f48b1, #wrap-s-f9409005-4970-40fe-ad27-39a19c6f48b1, #wrap-content-s-f9409005-4970-40fe-ad27-39a19c6f48b1 { display: none !important; }}
#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 27px;
}

#s-f9409005-4970-40fe-ad27-39a19c6f48b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}
#s-8a4c8c75-5195-4a74-a341-313a5326e393 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a4c8c75-5195-4a74-a341-313a5326e393 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-7f0363af-041e-4c3e-9781-4f4c65fda09a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f0363af-041e-4c3e-9781-4f4c65fda09a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1e049604-e4b2-4e42-b04f-12ecb2f1c105 {
  margin-left: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e049604-e4b2-4e42-b04f-12ecb2f1c105 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  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-f3bcf8dc-1194-44f0-a731-554415fe9fe1 {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
background-color: rgba(238, 238, 238, 1);
}

#s-f70dcad8-a48d-442d-8e27-5185907cebcb {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f70dcad8-a48d-442d-8e27-5185907cebcb {
  display: none;
}
#s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-content-s-f70dcad8-a48d-442d-8e27-5185907cebcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f70dcad8-a48d-442d-8e27-5185907cebcb {
  display: none;
}
#s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-content-s-f70dcad8-a48d-442d-8e27-5185907cebcb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f70dcad8-a48d-442d-8e27-5185907cebcb {
  display: none;
}
#s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-s-f70dcad8-a48d-442d-8e27-5185907cebcb, #wrap-content-s-f70dcad8-a48d-442d-8e27-5185907cebcb { display: none !important; }}@media (max-width: 767px){#s-f70dcad8-a48d-442d-8e27-5185907cebcb {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f70dcad8-a48d-442d-8e27-5185907cebcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f70dcad8-a48d-442d-8e27-5185907cebcb.shg-box.shg-c {
  justify-content: center;
}

#s-e5e7e448-6907-4597-890b-1991b35b1286 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 1%;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 16px;
padding-right: 0%;
text-align: left;
}

#s-e5e7e448-6907-4597-890b-1991b35b1286 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215 {
  margin-top: -13px;
margin-left: 1%;
margin-bottom: -8px;
margin-right: 7%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-radius: 0px;
background-color: rgba(247, 171, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 2px;
}
#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215:hover {background-color: rgba(247, 171, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7c9321f-a6cd-43be-bf4a-b01e49c21215-root {
    text-align: left;
  }


#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7c9321f-a6cd-43be-bf4a-b01e49c21215-root {
    text-align: left;
  }


#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7c9321f-a6cd-43be-bf4a-b01e49c21215-root {
    text-align: left;
  }


#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7c9321f-a6cd-43be-bf4a-b01e49c21215-root {
    text-align: left;
  }


#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7c9321f-a6cd-43be-bf4a-b01e49c21215-root {
    text-align: left;
  }


#s-b7c9321f-a6cd-43be-bf4a-b01e49c21215.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-fbe07b40-ae8c-4e8c-b56c-2a9bc2e9bbfd {
  margin-bottom: 6px;
padding-top: 30px;
padding-left: 5px;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
}

#s-fbe07b40-ae8c-4e8c-b56c-2a9bc2e9bbfd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 {
  display: none;
}
#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59, #wrap-s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59, #wrap-content-s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 {
  display: none;
}
#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59, #wrap-s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59, #wrap-content-s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 { display: none !important; }}







#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e45beb4-98cd-4502-b3d1-0f0ae655ca59.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  max-width: 3539px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  display: none;
}
#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-content-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  display: none;
}
#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-content-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  display: none;
}
#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6, #wrap-content-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 { display: none !important; }}
#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3539px;
  }



  img.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
    
    
    
    max-height: 3539px;
  }


.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
  box-sizing: border-box;
}



.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
      position: relative;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3539px;
    }
  }

@media (min-width: 1200px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3539px;
  }



  img.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
    
    
    
    max-height: 3539px;
  }


.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
  box-sizing: border-box;
}



.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
      position: relative;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3539px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3539px;
  }



  img.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
    
    
    
    max-height: 3539px;
  }


.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
  box-sizing: border-box;
}



.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
      position: relative;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3539px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3539px;
  }



  img.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
    
    
    
    max-height: 3539px;
  }


.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
  box-sizing: border-box;
}



.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
      position: relative;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3539px;
    }
  }

}@media (max-width: 767px){#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3539px;
  }



  img.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
    
    
    
    max-height: 3539px;
  }


.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image {
  box-sizing: border-box;
}



.s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container {
      position: relative;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-705e990e-d5f3-43d3-85bd-4dc0e189fdc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3539px;
    }
  }

}
#s-47563b6d-796c-4844-8173-085d9b4d6de4 {
  padding-top: 21px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-47563b6d-796c-4844-8173-085d9b4d6de4 {
  display: none;
}
#s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-content-s-47563b6d-796c-4844-8173-085d9b4d6de4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47563b6d-796c-4844-8173-085d9b4d6de4 {
  display: none;
}
#s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-content-s-47563b6d-796c-4844-8173-085d9b4d6de4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47563b6d-796c-4844-8173-085d9b4d6de4 {
  display: none;
}
#s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-s-47563b6d-796c-4844-8173-085d9b4d6de4, #wrap-content-s-47563b6d-796c-4844-8173-085d9b4d6de4 { display: none !important; }}@media (max-width: 767px){#s-47563b6d-796c-4844-8173-085d9b4d6de4 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-47563b6d-796c-4844-8173-085d9b4d6de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47563b6d-796c-4844-8173-085d9b4d6de4.shg-box.shg-c {
  justify-content: center;
}

#s-1dedfe08-f8e1-4825-a06c-625b0d6845cd {
  margin-left: 0%;
margin-bottom: 12px;
margin-right: 1%;
padding-top: 10px;
padding-left: 2px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-1dedfe08-f8e1-4825-a06c-625b0d6845cd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-d42b731a-dbf9-42d2-b073-4c9496764e69 {
  margin-left: -6px;
margin-bottom: 20px;
margin-right: 0%;
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-d42b731a-dbf9-42d2-b073-4c9496764e69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-b1689044-79a2-43fb-b87d-c34765522201 {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1689044-79a2-43fb-b87d-c34765522201 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4ea1f028-9c4b-4424-bfae-64318868e47a {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ea1f028-9c4b-4424-bfae-64318868e47a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-3c766991-f8fc-4fd1-889a-7e794014ff3f {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c766991-f8fc-4fd1-889a-7e794014ff3f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-693bb5bd-94bc-428e-9341-bcd878db7643 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 1px;
padding-left: 4%;
padding-bottom: 1px;
padding-right: 4%;
background-color: rgba(238, 238, 238, 1);
}

#s-000ad40e-2027-4411-b07f-f1abbbbd3d81 {
  margin-bottom: -8px;
padding-bottom: 20px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-000ad40e-2027-4411-b07f-f1abbbbd3d81 {
  display: none;
}
#s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-content-s-000ad40e-2027-4411-b07f-f1abbbbd3d81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-000ad40e-2027-4411-b07f-f1abbbbd3d81 {
  display: none;
}
#s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-content-s-000ad40e-2027-4411-b07f-f1abbbbd3d81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-000ad40e-2027-4411-b07f-f1abbbbd3d81 {
  display: none;
}
#s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-s-000ad40e-2027-4411-b07f-f1abbbbd3d81, #wrap-content-s-000ad40e-2027-4411-b07f-f1abbbbd3d81 { display: none !important; }}
@media (min-width: 0px) {
[id="s-000ad40e-2027-4411-b07f-f1abbbbd3d81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-000ad40e-2027-4411-b07f-f1abbbbd3d81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-000ad40e-2027-4411-b07f-f1abbbbd3d81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-000ad40e-2027-4411-b07f-f1abbbbd3d81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}
@media (min-width: 1200px){#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc {
  display: none;
}
#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-content-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc {
  display: none;
}
#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-content-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc {
  display: none;
}
#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc, #wrap-content-s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc { display: none !important; }}
#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc {
  overflow: hidden;
  
  
}







  #s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc img.shogun-image {
    

    
    
    
  }


#s-44ba088c-62c6-4fa1-b1d9-27e0a05644bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  margin-top: 1px;
margin-bottom: -12px;
padding-top: 59px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  display: none;
}
#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-content-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  display: none;
}
#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-content-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  display: none;
}
#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba, #wrap-content-s-09299236-9b6e-4f76-b7ef-eadf1fd299ba { display: none !important; }}







#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  justify-content: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  margin-top: -33px;
padding-top: 4px;
padding-left: 6%;
padding-bottom: 4px;
padding-right: 6%;
text-align: left;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-d3b4304f-f11e-4c50-be41-5748604da256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3b4304f-f11e-4c50-be41-5748604da256.shg-box.shg-c {
  justify-content: center;
}

#s-919b23e6-fdf1-4890-a730-054c8882416d {
  margin-top: 5px;
margin-bottom: -15px;
padding-bottom: 0px;
max-width: 96px;
aspect-ratio: 96/18;
text-align: left;
}

#s-919b23e6-fdf1-4890-a730-054c8882416d {
  overflow: hidden;
  
  
      max-width: 96px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}





  #s-919b23e6-fdf1-4890-a730-054c8882416d img.shogun-image,
  #s-919b23e6-fdf1-4890-a730-054c8882416d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-919b23e6-fdf1-4890-a730-054c8882416d {
    width: 100%;
    height: auto;
  }



  #s-919b23e6-fdf1-4890-a730-054c8882416d img.shogun-image {
    

    
    
    
  }


#s-919b23e6-fdf1-4890-a730-054c8882416d .shogun-image-content {
  
    justify-content: center;
  
}

#s-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
}

#s-25c185b4-3197-48ac-a496-5d25cb34c41f {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-8467e550-c659-4f93-a815-358c98f0efff {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-8467e550-c659-4f93-a815-358c98f0efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8467e550-c659-4f93-a815-358c98f0efff.shg-box.shg-c {
  justify-content: center;
}

#s-6343be8b-4c06-4a1b-9d98-0ac61db41338 {
  margin-top: 5px;
margin-bottom: -15px;
max-width: 96px;
aspect-ratio: 96/18;
text-align: left;
}

#s-6343be8b-4c06-4a1b-9d98-0ac61db41338 {
  overflow: hidden;
  
  
      max-width: 96px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}





  #s-6343be8b-4c06-4a1b-9d98-0ac61db41338 img.shogun-image,
  #s-6343be8b-4c06-4a1b-9d98-0ac61db41338 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6343be8b-4c06-4a1b-9d98-0ac61db41338 {
    width: 100%;
    height: auto;
  }



  #s-6343be8b-4c06-4a1b-9d98-0ac61db41338 img.shogun-image {
    

    
    
    
  }


#s-6343be8b-4c06-4a1b-9d98-0ac61db41338 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8779cd91-b24f-4a34-b0b8-eaf09cce8a52 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
}

#s-22a550c5-e4d9-464f-ae9e-a7cd9309b732 {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5.shg-box.shg-c {
  justify-content: center;
}

#s-fef037c3-35b1-4c47-99a0-d12db7446ec3 {
  margin-top: 5px;
margin-bottom: -10px;
max-width: 96px;
aspect-ratio: 96/18;
text-align: left;
}

#s-fef037c3-35b1-4c47-99a0-d12db7446ec3 {
  overflow: hidden;
  
  
      max-width: 96px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}





  #s-fef037c3-35b1-4c47-99a0-d12db7446ec3 img.shogun-image,
  #s-fef037c3-35b1-4c47-99a0-d12db7446ec3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fef037c3-35b1-4c47-99a0-d12db7446ec3 {
    width: 100%;
    height: auto;
  }



  #s-fef037c3-35b1-4c47-99a0-d12db7446ec3 img.shogun-image {
    

    
    
    
  }


#s-fef037c3-35b1-4c47-99a0-d12db7446ec3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f194a102-037f-474e-92b1-82df57c0fb5d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 5px;
}

#s-a536fcc1-b07b-4dfa-9b44-d3b3acd68491 {
  margin-top: -14px;
margin-bottom: -14px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-dd2992be-a3f0-41ed-a6fe-559deae09dc1 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-dd2992be-a3f0-41ed-a6fe-559deae09dc1 {
  display: none;
}
#s-dd2992be-a3f0-41ed-a6fe-559deae09dc1, #wrap-s-dd2992be-a3f0-41ed-a6fe-559deae09dc1, #wrap-content-s-dd2992be-a3f0-41ed-a6fe-559deae09dc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd2992be-a3f0-41ed-a6fe-559deae09dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd2992be-a3f0-41ed-a6fe-559deae09dc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd2992be-a3f0-41ed-a6fe-559deae09dc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd2992be-a3f0-41ed-a6fe-559deae09dc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 35px;
padding-left: 5%;
padding-bottom: 45px;
padding-right: 3%;
min-height: 400px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81 {
  display: none;
}
#s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81, #wrap-s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81, #wrap-content-s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81 { display: none !important; }}







#s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f7e3916-ef6e-4cbe-99bb-cc82ecdbca81.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b263b5b7-4970-4a07-b55c-70e009d66951 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-b263b5b7-4970-4a07-b55c-70e009d66951 {
  display: none;
}
#s-b263b5b7-4970-4a07-b55c-70e009d66951, #wrap-s-b263b5b7-4970-4a07-b55c-70e009d66951, #wrap-content-s-b263b5b7-4970-4a07-b55c-70e009d66951 { display: none !important; }}
#s-b263b5b7-4970-4a07-b55c-70e009d66951 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-597e6229-8de6-465a-9738-44f2d8f0f1ee {
  margin-bottom: -10px;
padding-left: 4%;
min-height: 50px;
}








#s-597e6229-8de6-465a-9738-44f2d8f0f1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-597e6229-8de6-465a-9738-44f2d8f0f1ee.shg-box.shg-c {
  justify-content: center;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  max-width: 125px;
aspect-ratio: 125/26;
text-align: left;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  margin: 0 !important;
  overflow: visible;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add background color handling */
  
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
  box-sizing: border-box;
}



.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
      position: relative;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  margin: 0 !important;
  overflow: visible;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add background color handling */
  
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
  box-sizing: border-box;
}



.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
      position: relative;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  margin: 0 !important;
  overflow: visible;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add background color handling */
  
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
  box-sizing: border-box;
}



.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
      position: relative;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  margin: 0 !important;
  overflow: visible;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add background color handling */
  
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
  box-sizing: border-box;
}



.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
      position: relative;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  margin: 0 !important;
  overflow: visible;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add background color handling */
  
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image {
  box-sizing: border-box;
}



.s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container {
      position: relative;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b80e9c62-a39a-472f-bd82-2eeca8b24979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-983fe696-917b-4e9e-b97b-6e260bde01dd {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -20px;
margin-right: 4%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-983fe696-917b-4e9e-b97b-6e260bde01dd {
  display: none;
}
#s-983fe696-917b-4e9e-b97b-6e260bde01dd, #wrap-s-983fe696-917b-4e9e-b97b-6e260bde01dd, #wrap-content-s-983fe696-917b-4e9e-b97b-6e260bde01dd { display: none !important; }}







#s-983fe696-917b-4e9e-b97b-6e260bde01dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-983fe696-917b-4e9e-b97b-6e260bde01dd.shg-box.shg-c {
  justify-content: center;
}

#s-5d4c81cb-b8a3-436a-889c-5e3da50076a7 {
  margin-top: 8px;
margin-left: -2%;
margin-bottom: 5px;
margin-right: 9%;
padding-bottom: 30px;
background-color: rgba(238, 238, 238, 1);
}

#s-504c38a8-921d-4c0e-9423-529256167ded {
  margin-bottom: -10px;
padding-left: 4%;
min-height: 50px;
}








#s-504c38a8-921d-4c0e-9423-529256167ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-504c38a8-921d-4c0e-9423-529256167ded.shg-box.shg-c {
  justify-content: center;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  max-width: 125px;
aspect-ratio: 125/26;
text-align: left;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
  box-sizing: border-box;
}



.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
      position: relative;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
  box-sizing: border-box;
}



.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
      position: relative;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
  box-sizing: border-box;
}



.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
      position: relative;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
  box-sizing: border-box;
}



.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
      position: relative;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  margin: 0 !important;
  overflow: visible;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add background color handling */
  
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image {
  box-sizing: border-box;
}



.s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container {
      position: relative;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c3193e8-a095-4dbd-99a4-6d36e8ff3efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-e2f47c99-28c0-4095-9ab8-e0709396b609 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -20px;
margin-right: 4%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-e2f47c99-28c0-4095-9ab8-e0709396b609 {
  display: none;
}
#s-e2f47c99-28c0-4095-9ab8-e0709396b609, #wrap-s-e2f47c99-28c0-4095-9ab8-e0709396b609, #wrap-content-s-e2f47c99-28c0-4095-9ab8-e0709396b609 { display: none !important; }}







#s-e2f47c99-28c0-4095-9ab8-e0709396b609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2f47c99-28c0-4095-9ab8-e0709396b609.shg-box.shg-c {
  justify-content: center;
}

#s-5d64842c-5813-45b8-81e6-10629f4e825f {
  margin-top: 8px;
margin-left: -2%;
margin-bottom: 5px;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-721ad4d8-59e6-4323-946e-6bedb62aef19 {
  margin-bottom: -10px;
padding-left: 4%;
min-height: 50px;
}








#s-721ad4d8-59e6-4323-946e-6bedb62aef19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-721ad4d8-59e6-4323-946e-6bedb62aef19.shg-box.shg-c {
  justify-content: center;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  max-width: 125px;
aspect-ratio: 125/26;
text-align: left;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  margin: 0 !important;
  overflow: visible;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add background color handling */
  
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
  box-sizing: border-box;
}



.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
      position: relative;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  margin: 0 !important;
  overflow: visible;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add background color handling */
  
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
  box-sizing: border-box;
}



.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
      position: relative;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  margin: 0 !important;
  overflow: visible;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add background color handling */
  
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
  box-sizing: border-box;
}



.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
      position: relative;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  margin: 0 !important;
  overflow: visible;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add background color handling */
  
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
  box-sizing: border-box;
}



.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
      position: relative;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  margin: 0 !important;
  overflow: visible;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add background color handling */
  
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }

    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-link {
      aspect-ratio: 125/26;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image {
  box-sizing: border-box;
}



.s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc {
      --shg-aspect-ratio: calc(125/26); 
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container {
      position: relative;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fbee5f4a-ad9b-4a86-b4de-5eb6f53188dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6 {
  margin-left: 3%;
margin-bottom: -20px;
margin-right: 4%;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6 {
  display: none;
}
#s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6, #wrap-s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6, #wrap-content-s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6 { display: none !important; }}







#s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc93bb6-9328-4aff-8dd5-a89150f0daf6.shg-box.shg-c {
  justify-content: center;
}

#s-f1eb4e56-8d23-40dd-8fb8-809fda21eb77 {
  margin-top: 8px;
margin-left: -2%;
margin-bottom: 5px;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 30px;
}

#s-2bbd0a49-1bf5-4c1a-a912-bd5ef68001d1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0px;
min-height: 400px;
background-position: center center;
}








#s-2bbd0a49-1bf5-4c1a-a912-bd5ef68001d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bbd0a49-1bf5-4c1a-a912-bd5ef68001d1.shg-box.shg-c {
  justify-content: center;
}

#s-28caa1b7-27b2-4ac6-97a0-0b8b5131e160 {
  min-height: 50px;
}








#s-28caa1b7-27b2-4ac6-97a0-0b8b5131e160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28caa1b7-27b2-4ac6-97a0-0b8b5131e160.shg-box.shg-c {
  justify-content: center;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 {
  max-width: 724px;
aspect-ratio: 724/449;
text-align: center;
}
@media (min-width: 1200px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  display: none;
}
#s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-content-s-f7a88426-b050-4c97-b80d-eed011595577 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  display: none;
}
#s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-content-s-f7a88426-b050-4c97-b80d-eed011595577 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  display: none;
}
#s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-s-f7a88426-b050-4c97-b80d-eed011595577, #wrap-content-s-f7a88426-b050-4c97-b80d-eed011595577 { display: none !important; }}
#s-f7a88426-b050-4c97-b80d-eed011595577 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a88426-b050-4c97-b80d-eed011595577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }

    #s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-link {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 724px;
  }



  img.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
    
    
    
    max-height: 724px;
  }


.s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
  box-sizing: border-box;
}



.s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a88426-b050-4c97-b80d-eed011595577 {
      --shg-aspect-ratio: calc(724/449); 
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
      position: relative;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 724px;
    }
  }

@media (min-width: 1200px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a88426-b050-4c97-b80d-eed011595577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }

    #s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-link {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 724px;
  }



  img.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
    
    
    
    max-height: 724px;
  }


.s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
  box-sizing: border-box;
}



.s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a88426-b050-4c97-b80d-eed011595577 {
      --shg-aspect-ratio: calc(724/449); 
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
      position: relative;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 724px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a88426-b050-4c97-b80d-eed011595577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }

    #s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-link {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 724px;
  }



  img.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
    
    
    
    max-height: 724px;
  }


.s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
  box-sizing: border-box;
}



.s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a88426-b050-4c97-b80d-eed011595577 {
      --shg-aspect-ratio: calc(724/449); 
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
      position: relative;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 724px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a88426-b050-4c97-b80d-eed011595577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }

    #s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-link {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 724px;
  }



  img.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
    
    
    
    max-height: 724px;
  }


.s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
  box-sizing: border-box;
}



.s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a88426-b050-4c97-b80d-eed011595577 {
      --shg-aspect-ratio: calc(724/449); 
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
      position: relative;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 724px;
    }
  }

}@media (max-width: 767px){#s-f7a88426-b050-4c97-b80d-eed011595577 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7a88426-b050-4c97-b80d-eed011595577-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7a88426-b050-4c97-b80d-eed011595577 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }

    #s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-link {
      aspect-ratio: 724/449;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7a88426-b050-4c97-b80d-eed011595577 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 724px;
  }



  img.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
    
    
    
    max-height: 724px;
  }


.s-f7a88426-b050-4c97-b80d-eed011595577 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image {
  box-sizing: border-box;
}



.s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7a88426-b050-4c97-b80d-eed011595577 {
      --shg-aspect-ratio: calc(724/449); 
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container {
      position: relative;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7a88426-b050-4c97-b80d-eed011595577 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 724px;
    }
  }

}
#s-906ed15c-89f9-4bde-bd87-c357e38c4860 {
  margin-top: -47px;
margin-bottom: -47px;
padding-top: 30px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-906ed15c-89f9-4bde-bd87-c357e38c4860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-906ed15c-89f9-4bde-bd87-c357e38c4860.shg-box.shg-c {
  justify-content: center;
}

#s-2b78ed82-a47a-4fee-84b0-f62c5a08475d {
  text-align: left;
}

#s-c1d55dd9-90da-4a73-98c9-74c035688964 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-c1d55dd9-90da-4a73-98c9-74c035688964 {
  display: none;
}
#s-c1d55dd9-90da-4a73-98c9-74c035688964, #wrap-s-c1d55dd9-90da-4a73-98c9-74c035688964, #wrap-content-s-c1d55dd9-90da-4a73-98c9-74c035688964 { display: none !important; }}







#s-c1d55dd9-90da-4a73-98c9-74c035688964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1d55dd9-90da-4a73-98c9-74c035688964.shg-box.shg-c {
  justify-content: center;
}

#s-41636114-b8c4-4267-86d8-19c7efcc3b87 {
  min-height: 50px;
}








#s-41636114-b8c4-4267-86d8-19c7efcc3b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41636114-b8c4-4267-86d8-19c7efcc3b87.shg-box.shg-c {
  justify-content: center;
}

#s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7 {
  display: none;
}
#s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7, #wrap-s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7, #wrap-content-s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e975e8ff-6115-4aec-aa17-5d3a9d38d2e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-20b56a4b-6efd-42ab-aa89-db5040bf1b47 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-20b56a4b-6efd-42ab-aa89-db5040bf1b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20b56a4b-6efd-42ab-aa89-db5040bf1b47.shg-box.shg-c {
  justify-content: center;
}

#s-a28c2d58-2a3f-451f-937d-4c2787e7257a {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}








#s-a28c2d58-2a3f-451f-937d-4c2787e7257a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a28c2d58-2a3f-451f-937d-4c2787e7257a.shg-box.shg-c {
  justify-content: center;
}

#s-b24d859d-bc47-4621-bea1-5d119ba13584 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-b24d859d-bc47-4621-bea1-5d119ba13584 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-292a7c3d-bb1d-480d-8472-8d7de546a050 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-292a7c3d-bb1d-480d-8472-8d7de546a050 {
  display: none;
}
#s-292a7c3d-bb1d-480d-8472-8d7de546a050, #wrap-s-292a7c3d-bb1d-480d-8472-8d7de546a050, #wrap-content-s-292a7c3d-bb1d-480d-8472-8d7de546a050 { display: none !important; }}
#s-292a7c3d-bb1d-480d-8472-8d7de546a050 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
}
@media (min-width: 1200px){#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 {
  display: none;
}
#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-content-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 {
  display: none;
}
#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-content-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 { display: none !important; }}@media (max-width: 767px){#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 {
  display: none;
}
#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54, #wrap-content-s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 { display: none !important; }}
#s-9dc6fada-1983-45fe-bad1-bf0fbff48a54 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-13411451-f3bb-43e1-95e3-cf6f247002ad {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-13411451-f3bb-43e1-95e3-cf6f247002ad {
  display: none;
}
#s-13411451-f3bb-43e1-95e3-cf6f247002ad, #wrap-s-13411451-f3bb-43e1-95e3-cf6f247002ad, #wrap-content-s-13411451-f3bb-43e1-95e3-cf6f247002ad { display: none !important; }}
@media (min-width: 0px) {
[id="s-13411451-f3bb-43e1-95e3-cf6f247002ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13411451-f3bb-43e1-95e3-cf6f247002ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-13411451-f3bb-43e1-95e3-cf6f247002ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-13411451-f3bb-43e1-95e3-cf6f247002ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-45e76cd8-3c61-4f39-86fa-654bd639ad08 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 35px;
padding-left: 5%;
padding-bottom: 45px;
padding-right: 3%;
min-height: 400px;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-45e76cd8-3c61-4f39-86fa-654bd639ad08 {
  display: none;
}
#s-45e76cd8-3c61-4f39-86fa-654bd639ad08, #wrap-s-45e76cd8-3c61-4f39-86fa-654bd639ad08, #wrap-content-s-45e76cd8-3c61-4f39-86fa-654bd639ad08 { display: none !important; }}







#s-45e76cd8-3c61-4f39-86fa-654bd639ad08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45e76cd8-3c61-4f39-86fa-654bd639ad08.shg-box.shg-c {
  justify-content: flex-start;
}

#s-61f752a7-450d-4503-b362-e3c40b3631e7 {
  margin-left: 3%;
margin-right: 4%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-61f752a7-450d-4503-b362-e3c40b3631e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61f752a7-450d-4503-b362-e3c40b3631e7 {
  
}
}@media (max-width: 767px){#s-61f752a7-450d-4503-b362-e3c40b3631e7 {
  display: none;
}
#s-61f752a7-450d-4503-b362-e3c40b3631e7, #wrap-s-61f752a7-450d-4503-b362-e3c40b3631e7, #wrap-content-s-61f752a7-450d-4503-b362-e3c40b3631e7 { display: none !important; }}
#s-61f752a7-450d-4503-b362-e3c40b3631e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-fd52a8f5-9018-43ff-8583-8b5546de24b0 {
  margin-top: -4px;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 18%;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}
@media (max-width: 767px){#s-fd52a8f5-9018-43ff-8583-8b5546de24b0 {
  display: none;
}
#s-fd52a8f5-9018-43ff-8583-8b5546de24b0, #wrap-s-fd52a8f5-9018-43ff-8583-8b5546de24b0, #wrap-content-s-fd52a8f5-9018-43ff-8583-8b5546de24b0 { display: none !important; }}
#s-fd52a8f5-9018-43ff-8583-8b5546de24b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-a4b8f807-b0a7-4b8b-8b6e-fd5e20421e9a {
  margin-top: 15px;
margin-left: -5%;
margin-right: 13%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-a4b8f807-b0a7-4b8b-8b6e-fd5e20421e9a .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-a4b8f807-b0a7-4b8b-8b6e-fd5e20421e9a .shg-sld-nav-button.shg-sld-left,
#s-a4b8f807-b0a7-4b8b-8b6e-fd5e20421e9a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-be0b148d-4adb-4966-946a-fddd06cb24d5 {
  text-align: center;
}

#s-be0b148d-4adb-4966-946a-fddd06cb24d5 {
  overflow: hidden;
  
  
}







  #s-be0b148d-4adb-4966-946a-fddd06cb24d5 img.shogun-image {
    

    
    
    
  }


#s-be0b148d-4adb-4966-946a-fddd06cb24d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9b681e9f-f35d-4a20-a4b0-28e6b5621618 {
  text-align: center;
}

#s-9b681e9f-f35d-4a20-a4b0-28e6b5621618 {
  overflow: hidden;
  
  
}







  #s-9b681e9f-f35d-4a20-a4b0-28e6b5621618 img.shogun-image {
    

    
    
    
  }


#s-9b681e9f-f35d-4a20-a4b0-28e6b5621618 .shogun-image-content {
  
    justify-content: center;
  
}

#s-066f95c4-3940-4a27-a5ae-5083c631d3cf {
  text-align: center;
}

#s-066f95c4-3940-4a27-a5ae-5083c631d3cf {
  overflow: hidden;
  
  
}







  #s-066f95c4-3940-4a27-a5ae-5083c631d3cf img.shogun-image {
    

    
    
    
  }


#s-066f95c4-3940-4a27-a5ae-5083c631d3cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-a9dee60b-0600-4c93-b353-9374e81d2e44 {
  text-align: center;
}

#s-a9dee60b-0600-4c93-b353-9374e81d2e44 {
  overflow: hidden;
  
  
}







  #s-a9dee60b-0600-4c93-b353-9374e81d2e44 img.shogun-image {
    

    
    
    
  }


#s-a9dee60b-0600-4c93-b353-9374e81d2e44 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d64bd93-c9c1-4703-97af-7f657b78779f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0px;
min-height: 400px;
background-position: center center;
}








#s-8d64bd93-c9c1-4703-97af-7f657b78779f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d64bd93-c9c1-4703-97af-7f657b78779f.shg-box.shg-c {
  justify-content: center;
}

#s-63bc4c3c-bd52-47cc-b368-216eec608645 {
  margin-top: -3px;
margin-bottom: -2px;
padding-top: 0px;
padding-bottom: 19px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-63bc4c3c-bd52-47cc-b368-216eec608645 {
  display: none;
}
#s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-content-s-63bc4c3c-bd52-47cc-b368-216eec608645 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bc4c3c-bd52-47cc-b368-216eec608645 {
  display: none;
}
#s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-content-s-63bc4c3c-bd52-47cc-b368-216eec608645 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63bc4c3c-bd52-47cc-b368-216eec608645 {
  display: none;
}
#s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-s-63bc4c3c-bd52-47cc-b368-216eec608645, #wrap-content-s-63bc4c3c-bd52-47cc-b368-216eec608645 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63bc4c3c-bd52-47cc-b368-216eec608645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63bc4c3c-bd52-47cc-b368-216eec608645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63bc4c3c-bd52-47cc-b368-216eec608645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63bc4c3c-bd52-47cc-b368-216eec608645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-12f919d6-359b-475b-98f0-7697046b8243 {
  margin-bottom: 6px;
padding-top: 45px;
padding-left: 6%;
padding-bottom: 12px;
padding-right: 6%;
text-align: left;
}

#s-12f919d6-359b-475b-98f0-7697046b8243 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  max-width: 768px;
aspect-ratio: 768/665;
text-align: center;
}
@media (min-width: 1200px){#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  display: none;
}
#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-content-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  display: none;
}
#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-content-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  display: none;
}
#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202, #wrap-content-s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 { display: none !important; }}
#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  overflow: hidden;
  
  
      max-width: 768px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 img.shogun-image,
  #s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
    width: 100%;
    height: auto;
  }



  #s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 img.shogun-image {
    

    
    
    
  }


#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a {
  background-image: url(https://www.getkion.com/9cf34422-c681-49c9-8994-f04c26ff6a01/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.getkion.com);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 15px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a {
  display: none;
}
#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-content-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a {
  display: none;
}
#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-content-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a {
  display: none;
}
#s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a, #wrap-content-s-f6a89ea9-6e15-4fd0-9052-bfede713de2a { display: none !important; }}
@media (min-width: 0px) {
[id="s-f6a89ea9-6e15-4fd0-9052-bfede713de2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6a89ea9-6e15-4fd0-9052-bfede713de2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a89ea9-6e15-4fd0-9052-bfede713de2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a89ea9-6e15-4fd0-9052-bfede713de2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a59de206-478d-4654-a92e-45f5fbad9719 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-a59de206-478d-4654-a92e-45f5fbad9719 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-91024797-1dc8-47f1-8483-a18885d1d337 {
  background-image: url(https://www.getkion.com/e2b56aff-bf7a-489f-855c-5940cb475737/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.getkion.com);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 30px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-91024797-1dc8-47f1-8483-a18885d1d337 {
  display: none;
}
#s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-content-s-91024797-1dc8-47f1-8483-a18885d1d337 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91024797-1dc8-47f1-8483-a18885d1d337 {
  display: none;
}
#s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-content-s-91024797-1dc8-47f1-8483-a18885d1d337 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91024797-1dc8-47f1-8483-a18885d1d337 {
  display: none;
}
#s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-s-91024797-1dc8-47f1-8483-a18885d1d337, #wrap-content-s-91024797-1dc8-47f1-8483-a18885d1d337 { display: none !important; }}
@media (min-width: 0px) {
[id="s-91024797-1dc8-47f1-8483-a18885d1d337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91024797-1dc8-47f1-8483-a18885d1d337"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91024797-1dc8-47f1-8483-a18885d1d337"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91024797-1dc8-47f1-8483-a18885d1d337"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 {
  margin-top: 0px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 762px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 {
  overflow: hidden;
  
  
      max-width: 762px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 img.shogun-image,
  #s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 {
    width: 100%;
    height: auto;
  }



  #s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 img.shogun-image {
    

    
    
    
  }


#s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 .shogun-image-content {
  
    justify-content: center;
  
}

#s-35cff3c2-f26c-48ea-abc7-65b41b9805f9 {
  background-image: url(https://www.getkion.com/9cf34422-c681-49c9-8994-f04c26ff6a01/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.getkion.com);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 6px;
padding-top: 20px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
background-position: center center;
}

#s-35cff3c2-f26c-48ea-abc7-65b41b9805f9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  display: none;
}
#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-content-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  display: none;
}
#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-content-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  display: none;
}
#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085, #wrap-content-s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 { display: none !important; }}
#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 img.shogun-image,
  #s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
    width: 100%;
    height: auto;
  }



  #s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 img.shogun-image {
    

    
    
    
  }


#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 24px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 {
  display: none;
}
#s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-content-s-00366f1d-26cf-4637-9d9d-b27d48248ed9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 {
  display: none;
}
#s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-content-s-00366f1d-26cf-4637-9d9d-b27d48248ed9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 {
  display: none;
}
#s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-s-00366f1d-26cf-4637-9d9d-b27d48248ed9, #wrap-content-s-00366f1d-26cf-4637-9d9d-b27d48248ed9 { display: none !important; }}
#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 11px;
padding-right: 6%;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 {
  display: none;
}
#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-content-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 {
  display: none;
}
#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-content-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 {
  display: none;
}
#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8, #wrap-content-s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 { display: none !important; }}
#s-0c7df169-6210-4ff7-b6d3-27e7cdfd32a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6c17f28f-2b13-452d-8ccc-eefc564609e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 28px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-6c17f28f-2b13-452d-8ccc-eefc564609e3 {
  display: none;
}
#s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-content-s-6c17f28f-2b13-452d-8ccc-eefc564609e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c17f28f-2b13-452d-8ccc-eefc564609e3 {
  display: none;
}
#s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-content-s-6c17f28f-2b13-452d-8ccc-eefc564609e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c17f28f-2b13-452d-8ccc-eefc564609e3 {
  display: none;
}
#s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-s-6c17f28f-2b13-452d-8ccc-eefc564609e3, #wrap-content-s-6c17f28f-2b13-452d-8ccc-eefc564609e3 { display: none !important; }}







#s-6c17f28f-2b13-452d-8ccc-eefc564609e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c17f28f-2b13-452d-8ccc-eefc564609e3.shg-box.shg-c {
  justify-content: center;
}

#s-68859400-e72e-4355-9572-7fc715faa880 {
  margin-top: 5px;
margin-left: 13px;
margin-bottom: 4px;
margin-right: 5%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(238, 238, 238, 1);
  padding: 6px;
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(238, 238, 238, 1);
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-68859400-e72e-4355-9572-7fc715faa880 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-e57165ec-571c-4bcf-95a7-f09fe9aab290 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e57165ec-571c-4bcf-95a7-f09fe9aab290 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-e57165ec-571c-4bcf-95a7-f09fe9aab290 .shg-sld-nav-button.shg-sld-left,
#s-e57165ec-571c-4bcf-95a7-f09fe9aab290 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-76b39627-8177-4afa-b803-7df45264aa57 {
  text-align: center;
}

#s-76b39627-8177-4afa-b803-7df45264aa57 {
  overflow: hidden;
  
  
}







  #s-76b39627-8177-4afa-b803-7df45264aa57 img.shogun-image {
    

    
    
    
  }


#s-76b39627-8177-4afa-b803-7df45264aa57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e9d26ec4-89b9-48b8-a802-436e54e447b7 {
  text-align: center;
}

#s-e9d26ec4-89b9-48b8-a802-436e54e447b7 {
  overflow: hidden;
  
  
}







  #s-e9d26ec4-89b9-48b8-a802-436e54e447b7 img.shogun-image {
    

    
    
    
  }


#s-e9d26ec4-89b9-48b8-a802-436e54e447b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-92825227-b53b-4f08-a360-7b190994d420 {
  text-align: center;
}

#s-92825227-b53b-4f08-a360-7b190994d420 {
  overflow: hidden;
  
  
}







  #s-92825227-b53b-4f08-a360-7b190994d420 img.shogun-image {
    

    
    
    
  }


#s-92825227-b53b-4f08-a360-7b190994d420 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5ddafd2-8148-495e-98cd-8d24d1a07047 {
  text-align: center;
}

#s-c5ddafd2-8148-495e-98cd-8d24d1a07047 {
  overflow: hidden;
  
  
}







  #s-c5ddafd2-8148-495e-98cd-8d24d1a07047 img.shogun-image {
    

    
    
    
  }


#s-c5ddafd2-8148-495e-98cd-8d24d1a07047 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 {
  text-align: center;
}
@media (min-width: 1200px){#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 {
  display: none;
}
#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-content-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 {
  display: none;
}
#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-content-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 {
  display: none;
}
#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9, #wrap-content-s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 { display: none !important; }}
#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 {
  overflow: hidden;
  
  
}







  #s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 img.shogun-image {
    

    
    
    
  }


#s-d58eb9fe-6fad-461a-b34e-d840d8ad04b9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 24px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 {
  display: none;
}
#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-content-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 {
  display: none;
}
#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-content-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 {
  display: none;
}
#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6, #wrap-content-s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 { display: none !important; }}
#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-aa639fdb-77f6-4986-b608-b452edd605dc {
  min-height: 50px;
}
@media (max-width: 767px){#s-aa639fdb-77f6-4986-b608-b452edd605dc {
  display: none;
}
#s-aa639fdb-77f6-4986-b608-b452edd605dc, #wrap-s-aa639fdb-77f6-4986-b608-b452edd605dc, #wrap-content-s-aa639fdb-77f6-4986-b608-b452edd605dc { display: none !important; }}







#s-aa639fdb-77f6-4986-b608-b452edd605dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa639fdb-77f6-4986-b608-b452edd605dc.shg-box.shg-c {
  justify-content: center;
}

#s-fc96f741-a7c0-4048-9642-3bbc110b47cb {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fc96f741-a7c0-4048-9642-3bbc110b47cb {
  display: none;
}
#s-fc96f741-a7c0-4048-9642-3bbc110b47cb, #wrap-s-fc96f741-a7c0-4048-9642-3bbc110b47cb, #wrap-content-s-fc96f741-a7c0-4048-9642-3bbc110b47cb { display: none !important; }}
@media (min-width: 0px) {
[id="s-fc96f741-a7c0-4048-9642-3bbc110b47cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc96f741-a7c0-4048-9642-3bbc110b47cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc96f741-a7c0-4048-9642-3bbc110b47cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc96f741-a7c0-4048-9642-3bbc110b47cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-414079c0-5710-4b38-ac27-fb61b1102aaf {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
background-position: center center;
}








#s-414079c0-5710-4b38-ac27-fb61b1102aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-414079c0-5710-4b38-ac27-fb61b1102aaf.shg-box.shg-c {
  justify-content: center;
}

#s-b9486f3b-c45a-49cd-9434-dbd9a547e778 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 19px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
min-height: 0px;
}








#s-b9486f3b-c45a-49cd-9434-dbd9a547e778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9486f3b-c45a-49cd-9434-dbd9a547e778.shg-box.shg-c {
  justify-content: center;
}

#s-f8f41cf1-8c27-4a71-8367-d030aceac6f8 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f8f41cf1-8c27-4a71-8367-d030aceac6f8 {
  display: none;
}
#s-f8f41cf1-8c27-4a71-8367-d030aceac6f8, #wrap-s-f8f41cf1-8c27-4a71-8367-d030aceac6f8, #wrap-content-s-f8f41cf1-8c27-4a71-8367-d030aceac6f8 { display: none !important; }}
#s-f8f41cf1-8c27-4a71-8367-d030aceac6f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-934de307-8722-469a-a46f-0df329fa991a {
  margin-left: -2%;
margin-right: -1%;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 3%;
}
@media (max-width: 767px){#s-934de307-8722-469a-a46f-0df329fa991a {
  display: none;
}
#s-934de307-8722-469a-a46f-0df329fa991a, #wrap-s-934de307-8722-469a-a46f-0df329fa991a, #wrap-content-s-934de307-8722-469a-a46f-0df329fa991a { display: none !important; }}
#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 27px;
}

#s-934de307-8722-469a-a46f-0df329fa991a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}
#s-cf18ca11-650b-48d7-81af-86e68b21c65d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf18ca11-650b-48d7-81af-86e68b21c65d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c0bfea36-bb7a-467a-b19f-8ebe2bd7bd7d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0bfea36-bb7a-467a-b19f-8ebe2bd7bd7d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-654a10e6-1fd9-4f92-90ad-0412fdf08dd6 {
  margin-left: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-654a10e6-1fd9-4f92-90ad-0412fdf08dd6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 28px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 {
  display: none;
}
#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-content-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 {
  display: none;
}
#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-content-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 {
  display: none;
}
#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73, #wrap-content-s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 { display: none !important; }}







#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6b0ab20-4526-4c97-bda8-c949cb9d9c73.shg-box.shg-c {
  justify-content: center;
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 5%;
padding-top: 0px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 1%;
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(238, 238, 238, 1);
  padding: 6px;
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(238, 238, 238, 1);
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-56814905-6ff9-445a-8eb6-863d26fa7047 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-e5690925-cf18-4088-bbd2-bab87a1193ee {
  margin-left: 0%;
margin-right: 2%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-e5690925-cf18-4088-bbd2-bab87a1193ee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-00be71c9-a1ed-432c-98b5-7c936b172219 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00be71c9-a1ed-432c-98b5-7c936b172219 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-49c1c116-940e-44b4-b94e-5f8fa2ae206d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49c1c116-940e-44b4-b94e-5f8fa2ae206d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-688fd757-ae17-47ba-9894-3dc9075c5914 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-688fd757-ae17-47ba-9894-3dc9075c5914 {
  display: none;
}
#s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-content-s-688fd757-ae17-47ba-9894-3dc9075c5914 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-688fd757-ae17-47ba-9894-3dc9075c5914 {
  display: none;
}
#s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-content-s-688fd757-ae17-47ba-9894-3dc9075c5914 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-688fd757-ae17-47ba-9894-3dc9075c5914 {
  display: none;
}
#s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-s-688fd757-ae17-47ba-9894-3dc9075c5914, #wrap-content-s-688fd757-ae17-47ba-9894-3dc9075c5914 { display: none !important; }}
#s-688fd757-ae17-47ba-9894-3dc9075c5914 {
  overflow: hidden;
  
  
      max-width: 1000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-688fd757-ae17-47ba-9894-3dc9075c5914 img.shogun-image,
  #s-688fd757-ae17-47ba-9894-3dc9075c5914 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-688fd757-ae17-47ba-9894-3dc9075c5914 {
    width: 100%;
    height: auto;
  }



  #s-688fd757-ae17-47ba-9894-3dc9075c5914 img.shogun-image {
    

    
    
    
  }


#s-688fd757-ae17-47ba-9894-3dc9075c5914 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1500px;
aspect-ratio: 1500/504;
text-align: center;
}
@media (max-width: 767px){#s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 {
  display: none;
}
#s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9, #wrap-s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9, #wrap-content-s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 { display: none !important; }}
#s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 img.shogun-image,
  #s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 {
    width: 100%;
    height: auto;
  }



  #s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 img.shogun-image {
    

    
    
    
  }


#s-a32ba847-7e3b-4e28-8b43-4407a6c4d3a9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-63d7c553-79e1-4070-baa7-7762047349da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63d7c553-79e1-4070-baa7-7762047349da {
  display: none;
}
#s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-s-63d7c553-79e1-4070-baa7-7762047349da, #wrap-content-s-63d7c553-79e1-4070-baa7-7762047349da { display: none !important; }}
#s-63d7c553-79e1-4070-baa7-7762047349da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 {
  display: none;
}
#s-6119f869-2e04-4ee4-b26d-e80ba23e4057, #wrap-s-6119f869-2e04-4ee4-b26d-e80ba23e4057, #wrap-content-s-6119f869-2e04-4ee4-b26d-e80ba23e4057 { display: none !important; }}
#s-6119f869-2e04-4ee4-b26d-e80ba23e4057 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-8e959630-9378-471a-9a71-a69794050bc9 {
  min-height: 50px;
}








#s-8e959630-9378-471a-9a71-a69794050bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e959630-9378-471a-9a71-a69794050bc9.shg-box.shg-c {
  justify-content: center;
}

#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c {
  padding-left: 27%;
padding-right: 27%;
}
@media (max-width: 767px){#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c {
  display: none;
}
#s-92d3ee45-a8aa-4ab9-a360-73388a15c84c, #wrap-s-92d3ee45-a8aa-4ab9-a360-73388a15c84c, #wrap-content-s-92d3ee45-a8aa-4ab9-a360-73388a15c84c { display: none !important; }}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  padding-left: 7%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 {
  display: none;
}
#s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8, #wrap-content-s-9ea0571e-94ee-409f-abf6-1d7f83739fb8 { display: none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
