.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);
}








#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 {
  padding-top: 5px;
padding-left: 2.5%;
padding-bottom: 5px;
padding-right: 2.5%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4 {
  display: none;
}
#s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4, #wrap-s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4, #wrap-content-s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cbf7e3a6-c2a0-4671-bcdc-0a19170066f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@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;
}

#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 {
  display: none;
}
#s-ba3d9e30-31ed-429f-810c-76b2485d9bbc, #wrap-s-ba3d9e30-31ed-429f-810c-76b2485d9bbc, #wrap-content-s-ba3d9e30-31ed-429f-810c-76b2485d9bbc { display: none !important; }}

  #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: 19px;
  
  
  
  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-55ca1564-975e-4bce-a784-ab68625b4833 {
  margin-top: -4px;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 1200px){#s-55ca1564-975e-4bce-a784-ab68625b4833 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55ca1564-975e-4bce-a784-ab68625b4833 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55ca1564-975e-4bce-a784-ab68625b4833 {
  display: none;
}
#s-55ca1564-975e-4bce-a784-ab68625b4833, #wrap-s-55ca1564-975e-4bce-a784-ab68625b4833, #wrap-content-s-55ca1564-975e-4bce-a784-ab68625b4833 { display: none !important; }}@media (max-width: 767px){#s-55ca1564-975e-4bce-a784-ab68625b4833 {
  display: none;
}
#s-55ca1564-975e-4bce-a784-ab68625b4833, #wrap-s-55ca1564-975e-4bce-a784-ab68625b4833, #wrap-content-s-55ca1564-975e-4bce-a784-ab68625b4833 { display: none !important; }}
#s-55ca1564-975e-4bce-a784-ab68625b4833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  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-35e9115c-5089-42e5-8848-aee1850081ed {
  margin-top: -4px;
margin-left: 3%;
margin-bottom: -3px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 6px;
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-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-0408a8f3-d787-49e7-8152-10ae3cedd0a0 {
  margin-top: 30px;
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://i.shgcdn.com/243f9300-a1a9-4b29-bf97-02c1fd0c406e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#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: -8px;
padding-bottom: 17px;
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;
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;
  
  
}







  #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: 7%;
margin-bottom: -2px;
margin-right: 7%;
padding-top: 3px;
padding-bottom: 1px;
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-520c2f93-c51f-476a-83a1-c82841130db6 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 13px;
padding-bottom: 26px;
text-align: left;
}

#s-520c2f93-c51f-476a-83a1-c82841130db6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714 {
  margin-top: -25px;
margin-left: 6%;
margin-bottom: -8px;
margin-right: 4%;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
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-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714: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-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714-root {
    text-align: left;
  }


#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714-root {
    text-align: left;
  }


#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714-root {
    text-align: left;
  }


#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714-root {
    text-align: left;
  }


#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714-root {
    text-align: left;
  }


#s-b55b796a-e44e-4b2b-8fbb-2c0ec6a65714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-0641613b-0400-4391-8256-3fc8a0a3b2e8 {
  margin-top: 11px;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 6%;
padding-bottom: 25px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 1200px){#s-0641613b-0400-4391-8256-3fc8a0a3b2e8 {
  display: none;
}
#s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-content-s-0641613b-0400-4391-8256-3fc8a0a3b2e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0641613b-0400-4391-8256-3fc8a0a3b2e8 {
  display: none;
}
#s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-content-s-0641613b-0400-4391-8256-3fc8a0a3b2e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0641613b-0400-4391-8256-3fc8a0a3b2e8 {
  display: none;
}
#s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-s-0641613b-0400-4391-8256-3fc8a0a3b2e8, #wrap-content-s-0641613b-0400-4391-8256-3fc8a0a3b2e8 { display: none !important; }}
#s-0641613b-0400-4391-8256-3fc8a0a3b2e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-a9f62c5d-2deb-43dc-ac97-57189a23ed2b {
  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 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba35ce6b-7476-4b18-81c9-0d7f17327c73.shg-box.shg-c {
  justify-content: center;
}

#s-b3f755c8-700c-442f-a885-76ab78825c0f {
  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: 600px;
}








#s-b3f755c8-700c-442f-a885-76ab78825c0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3f755c8-700c-442f-a885-76ab78825c0f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d8ecc2c-f3e4-4f77-9a7d-407f6e1c5777 {
  margin-top: 0px;
margin-left: 3%;
margin-right: 6%;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
text-align: left;
}

#s-1d8ecc2c-f3e4-4f77-9a7d-407f6e1c5777 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-97133764-ee17-4a73-91d0-fcbe800e7ddc {
  margin-top: -4px;
margin-bottom: -4px;
margin-right: 0%;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 8%;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-97133764-ee17-4a73-91d0-fcbe800e7ddc {
  display: none;
}
#s-97133764-ee17-4a73-91d0-fcbe800e7ddc, #wrap-s-97133764-ee17-4a73-91d0-fcbe800e7ddc, #wrap-content-s-97133764-ee17-4a73-91d0-fcbe800e7ddc { display: none !important; }}
#s-97133764-ee17-4a73-91d0-fcbe800e7ddc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b {
  margin-top: 0px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b {
  display: none;
}
#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-content-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b {
  display: none;
}
#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-content-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b {
  display: none;
}
#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b, #wrap-content-s-bbb5b9c4-6178-4da9-8908-818802dd2e5b { display: none !important; }}
#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b {
  overflow: hidden;
  
  
}







  #s-bbb5b9c4-6178-4da9-8908-818802dd2e5b img.shogun-image {
    

    
    
    
  }


#s-bbb5b9c4-6178-4da9-8908-818802dd2e5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 {
  margin-bottom: 0px;
padding-top: 16px;
padding-left: 6%;
padding-bottom: 45px;
padding-right: 8%;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 {
  display: none;
}
#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-content-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 {
  display: none;
}
#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-content-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 {
  display: none;
}
#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7, #wrap-content-s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 { display: none !important; }}
#s-29c99b4f-a06d-4599-b400-7ee55e2e33c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.45em;
  
  text-align: left;
}



#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  margin-top: 1px;
margin-bottom: 0px;
padding-top: 59px;
padding-bottom: 0px;
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-bottom: 25px;
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;
text-align: left;
}

#s-919b23e6-fdf1-4890-a730-054c8882416d {
  overflow: hidden;
  
  
}







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

    
    
    
  }


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

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
}

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

#s-8467e550-c659-4f93-a815-358c98f0efff {
  margin-top: 0px;
margin-bottom: 25px;
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;
text-align: left;
}

#s-6343be8b-4c06-4a1b-9d98-0ac61db41338 {
  overflow: hidden;
  
  
}







  #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;
}

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

#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 {
  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;
text-align: left;
}

#s-fef037c3-35b1-4c47-99a0-d12db7446ec3 {
  overflow: hidden;
  
  
}







  #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;
}

#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: 3%;
margin-bottom: 0px;
margin-right: 6%;
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-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-6b0fa974-0328-4c08-9436-83496caf3410 {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: -15px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(238, 238, 238, 1);
}

#s-6b0fa974-0328-4c08-9436-83496caf3410 {
  overflow: hidden;
  
  
}







  #s-6b0fa974-0328-4c08-9436-83496caf3410 img.shogun-image {
    

    
    
    
  }


#s-6b0fa974-0328-4c08-9436-83496caf3410 .shogun-image-content {
  
    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-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-4138e546-f73f-47e2-b613-c2cf0bb21eab {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}

#s-4138e546-f73f-47e2-b613-c2cf0bb21eab {
  overflow: hidden;
  
  
}







  #s-4138e546-f73f-47e2-b613-c2cf0bb21eab img.shogun-image {
    

    
    
    
  }


#s-4138e546-f73f-47e2-b613-c2cf0bb21eab .shogun-image-content {
  
    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-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-ecd1678f-9abf-4d04-b71e-a753caf0bf2a {
  margin-top: 0px;
margin-left: -3%;
margin-bottom: -10px;
padding-bottom: 15px;
text-align: left;
}

#s-ecd1678f-9abf-4d04-b71e-a753caf0bf2a {
  overflow: hidden;
  
  
}







  #s-ecd1678f-9abf-4d04-b71e-a753caf0bf2a img.shogun-image {
    

    
    
    
  }


#s-ecd1678f-9abf-4d04-b71e-a753caf0bf2a .shogun-image-content {
  
    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-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-011525ab-94fb-426b-ad03-1f069542a718 {
  padding-top: 0px;
padding-bottom: 30px;
}
@media (max-width: 767px){#s-011525ab-94fb-426b-ad03-1f069542a718 {
  padding-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-011525ab-94fb-426b-ad03-1f069542a718"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011525ab-94fb-426b-ad03-1f069542a718"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-011525ab-94fb-426b-ad03-1f069542a718"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-011525ab-94fb-426b-ad03-1f069542a718"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b8a9275-b52c-4c2d-ad9a-955b8576643d {
  margin-left: -2%;
margin-right: -2%;
padding-top: 46px;
padding-left: 14%;
padding-bottom: 35px;
padding-right: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-0b8a9275-b52c-4c2d-ad9a-955b8576643d {
  
}
}







#s-0b8a9275-b52c-4c2d-ad9a-955b8576643d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b8a9275-b52c-4c2d-ad9a-955b8576643d.shg-box.shg-c {
  justify-content: center;
}

#s-5ef7bba2-3632-4b8e-90fc-53d2434befaa {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 25px;
padding-bottom: 25px;
text-align: left;
}
@media (max-width: 767px){#s-5ef7bba2-3632-4b8e-90fc-53d2434befaa {
  margin-left: 0%;
margin-right: 5%;
padding-top: 1px;
padding-bottom: 1px;
}
}
#s-5ef7bba2-3632-4b8e-90fc-53d2434befaa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}


@media (max-width: 767px){#s-5ef7bba2-3632-4b8e-90fc-53d2434befaa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.15em;
  
  text-align: left;
}


}
#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 {
  margin-top: -4px;
margin-left: 4%;
margin-bottom: -3px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 8%;
text-align: left;
}
@media (min-width: 1200px){#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 {
  
}
}@media (max-width: 767px){#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 {
  display: none;
}
#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75, #wrap-s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75, #wrap-content-s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 { display: none !important; }}
#s-8012e4e0-0cfa-4390-8db8-3c0ce829cd75 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-91024797-1dc8-47f1-8483-a18885d1d337 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 20px;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@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;
text-align: center;
}

#s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 {
  overflow: hidden;
  
  
}







  #s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 img.shogun-image {
    

    
    
    
  }


#s-d06cbc3c-a0d0-423a-9fb7-892788ed7720 .shogun-image-content {
  
    justify-content: center;
  
}

#s-545d007c-6b08-4709-bb5e-83f5e0df54f2 {
  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-545d007c-6b08-4709-bb5e-83f5e0df54f2 .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-35cff3c2-f26c-48ea-abc7-65b41b9805f9 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
}

#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-edbe1fef-6fcb-4382-b98e-e994ec4acfc4 {
  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-edbe1fef-6fcb-4382-b98e-e994ec4acfc4 {
  display: none;
}
#s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4, #wrap-s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4, #wrap-content-s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edbe1fef-6fcb-4382-b98e-e994ec4acfc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bc35754a-9ec9-4464-a643-0ec02f76a5ff {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-bc35754a-9ec9-4464-a643-0ec02f76a5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc35754a-9ec9-4464-a643-0ec02f76a5ff.shg-box.shg-c {
  justify-content: center;
}

#s-9b220769-0aea-4aa3-8503-213f7d75d8a0 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}








#s-9b220769-0aea-4aa3-8503-213f7d75d8a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b220769-0aea-4aa3-8503-213f7d75d8a0.shg-box.shg-c {
  justify-content: center;
}

#s-a1d44474-099a-4bfd-b3ec-9c42e088a453 {
  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-a1d44474-099a-4bfd-b3ec-9c42e088a453 .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-419b8c10-011c-46d9-9113-fee050874a1f {
  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-419b8c10-011c-46d9-9113-fee050874a1f {
  display: none;
}
#s-419b8c10-011c-46d9-9113-fee050874a1f, #wrap-s-419b8c10-011c-46d9-9113-fee050874a1f, #wrap-content-s-419b8c10-011c-46d9-9113-fee050874a1f { display: none !important; }}
#s-419b8c10-011c-46d9-9113-fee050874a1f .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-3b3e4a61-581e-46d4-8b69-d5a43e721d09 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 6%;
padding-bottom: 8px;
padding-right: 6%;
text-align: left;
}
@media (min-width: 1200px){#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 {
  display: none;
}
#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-content-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 {
  display: none;
}
#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-content-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 { display: none !important; }}@media (max-width: 767px){#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 {
  display: none;
}
#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09, #wrap-content-s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 { display: none !important; }}
#s-3b3e4a61-581e-46d4-8b69-d5a43e721d09 .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-a571a5d7-f0e7-4701-bd38-e4e8e436e202 {
  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;
  
  
}







  #s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 img.shogun-image {
    

    
    
    
  }


#s-a571a5d7-f0e7-4701-bd38-e4e8e436e202 .shogun-image-content {
  
    justify-content: center;
  
}

#s-89bca9a1-4c37-44d5-9575-834b031d73db {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-89bca9a1-4c37-44d5-9575-834b031d73db {
  display: none;
}
#s-89bca9a1-4c37-44d5-9575-834b031d73db, #wrap-s-89bca9a1-4c37-44d5-9575-834b031d73db, #wrap-content-s-89bca9a1-4c37-44d5-9575-834b031d73db { display: none !important; }}
@media (min-width: 0px) {
[id="s-89bca9a1-4c37-44d5-9575-834b031d73db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89bca9a1-4c37-44d5-9575-834b031d73db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89bca9a1-4c37-44d5-9575-834b031d73db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89bca9a1-4c37-44d5-9575-834b031d73db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbfc28ea-5870-4ff9-bb84-03481389041c {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 19px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
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;
}



#s-5b85857f-975d-4402-b052-8e354e5ffba8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
min-height: 700px;
background-position: center center;
}








#s-5b85857f-975d-4402-b052-8e354e5ffba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b85857f-975d-4402-b052-8e354e5ffba8.shg-box.shg-c {
  justify-content: center;
}

#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 {
  padding-top: 11px;
padding-left: 5%;
padding-bottom: 18px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 {
  display: none;
}
#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-content-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 {
  display: none;
}
#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-content-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 {
  display: none;
}
#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895, #wrap-content-s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 { display: none !important; }}@media (max-width: 767px){#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2467e0a4-d8d4-4b25-9819-8f574f6cf895.shg-box.shg-c {
  justify-content: center;
}

#s-9eda3f5b-8461-46e9-8f79-55a9d8606c90 {
  margin-left: 0%;
margin-bottom: 20px;
margin-right: 1%;
padding-top: 10px;
padding-left: 6px;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-9eda3f5b-8461-46e9-8f79-55a9d8606c90 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-85fdffee-ef73-48c8-92f8-2eff1a525ff5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-f9acabfe-9fe7-4227-a312-99268cce0603 {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9acabfe-9fe7-4227-a312-99268cce0603 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-f1ae7259-b866-48bc-8eaa-a5e3c830bf48 {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1ae7259-b866-48bc-8eaa-a5e3c830bf48 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-859bc165-de4d-496b-b429-87ffd0f4d548 {
  margin-left: 2%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-859bc165-de4d-496b-b429-87ffd0f4d548 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



#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-1d9567cd-daff-40ac-9581-72ba57b1f797 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1d9567cd-daff-40ac-9581-72ba57b1f797 {
  display: none;
}
#s-1d9567cd-daff-40ac-9581-72ba57b1f797, #wrap-s-1d9567cd-daff-40ac-9581-72ba57b1f797, #wrap-content-s-1d9567cd-daff-40ac-9581-72ba57b1f797 { display: none !important; }}







#s-1d9567cd-daff-40ac-9581-72ba57b1f797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d9567cd-daff-40ac-9581-72ba57b1f797.shg-box.shg-c {
  justify-content: center;
}

#s-b03c97e0-3d2d-43c9-aea3-a995462785b2 {
  margin-top: 0px;
margin-left: 0%;
padding-top: 50px;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
background-color: rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-b03c97e0-3d2d-43c9-aea3-a995462785b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03c97e0-3d2d-43c9-aea3-a995462785b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b03c97e0-3d2d-43c9-aea3-a995462785b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b03c97e0-3d2d-43c9-aea3-a995462785b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-61f752a7-450d-4503-b362-e3c40b3631e7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 17px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 6%;
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-bottom: 0px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 11px;
padding-right: 0%;
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: 20px;
  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-1239094b-00be-4a49-970a-d45ddfd609e0 {
  margin-bottom: -19px;
padding-top: 2px;
padding-bottom: 2px;
}
@media (max-width: 767px){#s-1239094b-00be-4a49-970a-d45ddfd609e0 {
  display: none;
}
#s-1239094b-00be-4a49-970a-d45ddfd609e0, #wrap-s-1239094b-00be-4a49-970a-d45ddfd609e0, #wrap-content-s-1239094b-00be-4a49-970a-d45ddfd609e0 { display: none !important; }}
#s-1239094b-00be-4a49-970a-d45ddfd609e0 .shg-sld-dot {
  background-color: rgba(195, 195, 195, 1);
}

#s-1239094b-00be-4a49-970a-d45ddfd609e0 .shg-sld-nav-button.shg-sld-left,
#s-1239094b-00be-4a49-970a-d45ddfd609e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(195, 195, 195, 1);
}

#s-d8571e68-688c-4d20-8e15-3f7b6c9b4cf4 {
  text-align: center;
}

#s-d8571e68-688c-4d20-8e15-3f7b6c9b4cf4 {
  overflow: hidden;
  
  
}







  #s-d8571e68-688c-4d20-8e15-3f7b6c9b4cf4 img.shogun-image {
    

    
    
    
  }


#s-d8571e68-688c-4d20-8e15-3f7b6c9b4cf4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-65e105f6-6173-4540-b46d-460d8552b74e {
  text-align: center;
}

#s-65e105f6-6173-4540-b46d-460d8552b74e {
  overflow: hidden;
  
  
}







  #s-65e105f6-6173-4540-b46d-460d8552b74e img.shogun-image {
    

    
    
    
  }


#s-65e105f6-6173-4540-b46d-460d8552b74e .shogun-image-content {
  
    justify-content: center;
  
}

#s-7d5d92fe-3231-474e-b30f-b442baacc1f8 {
  text-align: center;
}

#s-7d5d92fe-3231-474e-b30f-b442baacc1f8 {
  overflow: hidden;
  
  
}







  #s-7d5d92fe-3231-474e-b30f-b442baacc1f8 img.shogun-image {
    

    
    
    
  }


#s-7d5d92fe-3231-474e-b30f-b442baacc1f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-174ed19b-4c97-4ad3-bb26-815df67372d9 {
  text-align: center;
}

#s-174ed19b-4c97-4ad3-bb26-815df67372d9 {
  overflow: hidden;
  
  
}







  #s-174ed19b-4c97-4ad3-bb26-815df67372d9 img.shogun-image {
    

    
    
    
  }


#s-174ed19b-4c97-4ad3-bb26-815df67372d9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00366f1d-26cf-4637-9d9d-b27d48248ed9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 17px;
padding-left: 6%;
padding-bottom: 1px;
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: 21px;
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: 4%;
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-4c68ec07-2c5f-42f3-bd41-0eca587cc085 {
  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;
  
  
}







  #s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 img.shogun-image {
    

    
    
    
  }


#s-4c68ec07-2c5f-42f3-bd41-0eca587cc085 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0306f2c4-d76d-4c8c-ad3a-777e751323d6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 17px;
padding-left: 6%;
padding-bottom: 1px;
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-934bb5c2-75dc-41bb-be14-100840acb479 {
  min-height: 50px;
}
@media (max-width: 767px){#s-934bb5c2-75dc-41bb-be14-100840acb479 {
  display: none;
}
#s-934bb5c2-75dc-41bb-be14-100840acb479, #wrap-s-934bb5c2-75dc-41bb-be14-100840acb479, #wrap-content-s-934bb5c2-75dc-41bb-be14-100840acb479 { display: none !important; }}







#s-934bb5c2-75dc-41bb-be14-100840acb479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-934bb5c2-75dc-41bb-be14-100840acb479.shg-box.shg-c {
  justify-content: center;
}

#s-083df01f-c10a-4685-9df6-98bf602c7e21 {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-083df01f-c10a-4685-9df6-98bf602c7e21 {
  display: none;
}
#s-083df01f-c10a-4685-9df6-98bf602c7e21, #wrap-s-083df01f-c10a-4685-9df6-98bf602c7e21, #wrap-content-s-083df01f-c10a-4685-9df6-98bf602c7e21 { display: none !important; }}
@media (min-width: 0px) {
[id="s-083df01f-c10a-4685-9df6-98bf602c7e21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-083df01f-c10a-4685-9df6-98bf602c7e21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-083df01f-c10a-4685-9df6-98bf602c7e21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-083df01f-c10a-4685-9df6-98bf602c7e21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bfe37086-c328-42ea-b279-947dc91a4d0f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-bfe37086-c328-42ea-b279-947dc91a4d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfe37086-c328-42ea-b279-947dc91a4d0f.shg-box.shg-c {
  justify-content: center;
}

#s-b8f6c505-ba13-4d0e-9d4d-9c915dfedb2b {
  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-b8f6c505-ba13-4d0e-9d4d-9c915dfedb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8f6c505-ba13-4d0e-9d4d-9c915dfedb2b.shg-box.shg-c {
  justify-content: center;
}

#s-101f126b-81f5-47cc-a2e1-16a144edf6c4 {
  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(0, 0, 0, 1);
}
@media (max-width: 767px){#s-101f126b-81f5-47cc-a2e1-16a144edf6c4 {
  display: none;
}
#s-101f126b-81f5-47cc-a2e1-16a144edf6c4, #wrap-s-101f126b-81f5-47cc-a2e1-16a144edf6c4, #wrap-content-s-101f126b-81f5-47cc-a2e1-16a144edf6c4 { display: none !important; }}
#s-101f126b-81f5-47cc-a2e1-16a144edf6c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.15em;
  
  text-align: left;
}



#s-a54db4da-960d-4434-8f24-48074e4bc372 {
  margin-left: -2%;
margin-right: -1%;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 3%;
}
@media (max-width: 767px){#s-a54db4da-960d-4434-8f24-48074e4bc372 {
  display: none;
}
#s-a54db4da-960d-4434-8f24-48074e4bc372, #wrap-s-a54db4da-960d-4434-8f24-48074e4bc372, #wrap-content-s-a54db4da-960d-4434-8f24-48074e4bc372 { display: none !important; }}
#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(5, 0, 0, 1);
}

#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(5, 0, 0, 1);
}

#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 27px;
}

#s-a54db4da-960d-4434-8f24-48074e4bc372 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 27px;
}
#s-6bf4650e-2ada-4b89-9705-a6849831e909 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6bf4650e-2ada-4b89-9705-a6849831e909 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6c214da3-ddcc-4907-bfc7-1e0156e0e82f {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c214da3-ddcc-4907-bfc7-1e0156e0e82f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-194376e2-7d12-4e54-943a-365af06ecdc5 {
  margin-left: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-194376e2-7d12-4e54-943a-365af06ecdc5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 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: 21px;
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: 1%;
padding-bottom: 0px;
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: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
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;
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;
  
  
}







  #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;
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;
  
  
}







  #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;
}
