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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-b03e1f65-aad9-4fd2-b968-d06422044dd6 {
  min-height: 50px;
background-color: rgba(253, 230, 216, 1);
}








#s-b03e1f65-aad9-4fd2-b968-d06422044dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03e1f65-aad9-4fd2-b968-d06422044dd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 8px;
min-height: 50px;
max-width: 60%;
background-color: rgba(253, 230, 216, 0);
}
@media (min-width: 1200px){#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 {
  max-width: 90%;
}
}







#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2be3bc-43a4-462e-87e7-d1f4dd8997b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-d915ee26-2968-400b-aab0-3064653d8c79 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d915ee26-2968-400b-aab0-3064653d8c79 .shogun-heading-component h1 {
  color: rgba(0, 59, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-d915ee26-2968-400b-aab0-3064653d8c79 .shogun-heading-component h1 {
  color: rgba(0, 59, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d915ee26-2968-400b-aab0-3064653d8c79 .shogun-heading-component h1 {
  color: rgba(0, 59, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 64px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d915ee26-2968-400b-aab0-3064653d8c79 .shogun-heading-component h1 {
  color: rgba(0, 59, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-d915ee26-2968-400b-aab0-3064653d8c79 .shogun-heading-component h1 {
  color: rgba(0, 59, 74, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-d359495c-863a-4974-ae4e-10daec7e0732 {
  min-height: 50px;
background-color: rgba(253, 230, 216, 1);
}








#s-d359495c-863a-4974-ae4e-10daec7e0732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d359495c-863a-4974-ae4e-10daec7e0732.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c {
  text-align: center;
}
@media (min-width: 1200px){#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c {
  max-width: 60%;
display: none;
}
#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c, #wrap-s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c {
  max-width: 60%;
display: none;
}
#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c, #wrap-s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c { display:none !important; }}






  img.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
    
    
  }


.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c .shogun-image-content {
  
    align-items: center;
  
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shg-align-container {
  text-align: center
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
    
    
  }


.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c .shogun-image-content {
  
    align-items: center;
  
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shg-align-container {
  text-align: center
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
    
    
  }


.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c .shogun-image-content {
  
    align-items: center;
  
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shg-align-container {
  text-align: center
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
    
    
  }


.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c .shogun-image-content {
  
    align-items: center;
  
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shg-align-container {
  text-align: center
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
    
    
  }


.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c .shogun-image-content {
  
    align-items: center;
  
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shg-align-container {
  text-align: center
}

.s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80888c59-ade4-4cd9-ba7d-42d043f0ea0c.shogun-image {
  box-sizing: border-box;
}


}
#s-f4c1062c-fb0f-4988-acfc-75588d1d2733 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4c1062c-fb0f-4988-acfc-75588d1d2733 {
  display: none;
}
#s-f4c1062c-fb0f-4988-acfc-75588d1d2733, #wrap-s-f4c1062c-fb0f-4988-acfc-75588d1d2733 { display:none !important; }}@media (max-width: 767px){#s-f4c1062c-fb0f-4988-acfc-75588d1d2733 {
  display: none;
}
#s-f4c1062c-fb0f-4988-acfc-75588d1d2733, #wrap-s-f4c1062c-fb0f-4988-acfc-75588d1d2733 { display:none !important; }}






  img.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
    
    
  }


.s-f4c1062c-fb0f-4988-acfc-75588d1d2733 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shg-align-container {
  text-align: center
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
    
    
  }


.s-f4c1062c-fb0f-4988-acfc-75588d1d2733 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shg-align-container {
  text-align: center
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
    
    
  }


.s-f4c1062c-fb0f-4988-acfc-75588d1d2733 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shg-align-container {
  text-align: center
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
    
    
  }


.s-f4c1062c-fb0f-4988-acfc-75588d1d2733 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shg-align-container {
  text-align: center
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
    
    
  }


.s-f4c1062c-fb0f-4988-acfc-75588d1d2733 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shg-align-container {
  text-align: center
}

.s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c1062c-fb0f-4988-acfc-75588d1d2733.shogun-image {
  box-sizing: border-box;
}


}
#s-1610a79a-66ce-4c85-a9cb-2bcebba20a0e {
  min-height: 50px;
background-color: rgba(253, 230, 216, 1);
}








#s-1610a79a-66ce-4c85-a9cb-2bcebba20a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1610a79a-66ce-4c85-a9cb-2bcebba20a0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93cbffce-a02a-401f-8272-6a666c20f27d {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 32px;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 1200px){#s-93cbffce-a02a-401f-8272-6a666c20f27d {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93cbffce-a02a-401f-8272-6a666c20f27d {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93cbffce-a02a-401f-8272-6a666c20f27d {
  max-width: 90%;
}
}@media (max-width: 767px){#s-93cbffce-a02a-401f-8272-6a666c20f27d {
  max-width: 90%;
}
}







#s-93cbffce-a02a-401f-8272-6a666c20f27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93cbffce-a02a-401f-8272-6a666c20f27d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 32px;
min-height: 50px;
}
@media (min-width: 1200px){#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2 {
  max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2 {
  max-width: 60%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2 {
  max-width: 60%;
}
}







#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14bbcf90-b9a6-4fc5-8be3-f413992e38a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-68276680-7282-4864-899a-f34004309d67 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68276680-7282-4864-899a-f34004309d67:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-68276680-7282-4864-899a-f34004309d67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68276680-7282-4864-899a-f34004309d67-root {
    text-align: center;
  }


#s-68276680-7282-4864-899a-f34004309d67.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68276680-7282-4864-899a-f34004309d67-root {
    text-align: center;
  }


#s-68276680-7282-4864-899a-f34004309d67.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68276680-7282-4864-899a-f34004309d67-root {
    text-align: center;
  }


#s-68276680-7282-4864-899a-f34004309d67.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68276680-7282-4864-899a-f34004309d67-root {
    text-align: center;
  }


#s-68276680-7282-4864-899a-f34004309d67.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68276680-7282-4864-899a-f34004309d67-root {
    text-align: center;
  }


#s-68276680-7282-4864-899a-f34004309d67.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-4f291a47-6a13-4c16-a898-2f4978ffa554 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d288233-1fd2-4273-b1e8-512ba4bd78d6-root {
    text-align: center;
  }


#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d288233-1fd2-4273-b1e8-512ba4bd78d6-root {
    text-align: center;
  }


#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d288233-1fd2-4273-b1e8-512ba4bd78d6-root {
    text-align: center;
  }


#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d288233-1fd2-4273-b1e8-512ba4bd78d6-root {
    text-align: center;
  }


#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d288233-1fd2-4273-b1e8-512ba4bd78d6-root {
    text-align: center;
  }


#s-2d288233-1fd2-4273-b1e8-512ba4bd78d6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a971503a-b234-494b-88a7-018e61a80cf8 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-72d36528-d1a8-4437-9878-55aeacdfe5c8 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72d36528-d1a8-4437-9878-55aeacdfe5c8:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-72d36528-d1a8-4437-9878-55aeacdfe5c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72d36528-d1a8-4437-9878-55aeacdfe5c8-root {
    text-align: center;
  }


#s-72d36528-d1a8-4437-9878-55aeacdfe5c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-72d36528-d1a8-4437-9878-55aeacdfe5c8-root {
    text-align: center;
  }


#s-72d36528-d1a8-4437-9878-55aeacdfe5c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72d36528-d1a8-4437-9878-55aeacdfe5c8-root {
    text-align: center;
  }


#s-72d36528-d1a8-4437-9878-55aeacdfe5c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72d36528-d1a8-4437-9878-55aeacdfe5c8-root {
    text-align: center;
  }


#s-72d36528-d1a8-4437-9878-55aeacdfe5c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-72d36528-d1a8-4437-9878-55aeacdfe5c8-root {
    text-align: center;
  }


#s-72d36528-d1a8-4437-9878-55aeacdfe5c8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a06c0b8a-417b-4e80-876b-06b2b0431ca8 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a06c0b8a-417b-4e80-876b-06b2b0431ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06c0b8a-417b-4e80-876b-06b2b0431ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf {
  max-width: 480px;
text-align: center;
}







  img.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
    
    
  }


.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf .shogun-image-content {
  
    align-items: center;
  
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shg-align-container {
  text-align: center
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
    
    
  }


.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf .shogun-image-content {
  
    align-items: center;
  
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shg-align-container {
  text-align: center
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
    
    
  }


.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf .shogun-image-content {
  
    align-items: center;
  
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shg-align-container {
  text-align: center
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
    
    
  }


.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf .shogun-image-content {
  
    align-items: center;
  
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shg-align-container {
  text-align: center
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
    
    
  }


.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf .shogun-image-content {
  
    align-items: center;
  
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shg-align-container {
  text-align: center
}

.s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02e61ee0-d21e-478b-a0ad-4ad4260315cf.shogun-image {
  box-sizing: border-box;
}


}
#s-443e8957-034e-4f4a-9bfb-c531f73f951d {
  min-height: 48px;
background-color: rgba(0, 59, 74, 1);
}








#s-443e8957-034e-4f4a-9bfb-c531f73f951d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-443e8957-034e-4f4a-9bfb-c531f73f951d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1 {
  max-width: 340px;
text-align: center;
}







  img.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
    
    
  }


.s-3e321a3f-d55d-40d1-b107-22f82bad4de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shg-align-container {
  text-align: center
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
    
    
  }


.s-3e321a3f-d55d-40d1-b107-22f82bad4de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shg-align-container {
  text-align: center
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
    
    
  }


.s-3e321a3f-d55d-40d1-b107-22f82bad4de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shg-align-container {
  text-align: center
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
    
    
  }


.s-3e321a3f-d55d-40d1-b107-22f82bad4de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shg-align-container {
  text-align: center
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
    
    
  }


.s-3e321a3f-d55d-40d1-b107-22f82bad4de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shg-align-container {
  text-align: center
}

.s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e321a3f-d55d-40d1-b107-22f82bad4de1.shogun-image {
  box-sizing: border-box;
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-30b1cc91-df83-4440-8fef-28a4a6a51a89 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-203ec75e-f92d-4c94-ab39-e95c890dc6ea {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-203ec75e-f92d-4c94-ab39-e95c890dc6ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-203ec75e-f92d-4c94-ab39-e95c890dc6ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5477b5b-1761-4caf-bb40-4e1056d791ad {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 1200px){#s-b5477b5b-1761-4caf-bb40-4e1056d791ad {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5477b5b-1761-4caf-bb40-4e1056d791ad {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5477b5b-1761-4caf-bb40-4e1056d791ad {
  max-width: 90%;
}
}@media (max-width: 767px){#s-b5477b5b-1761-4caf-bb40-4e1056d791ad {
  max-width: 90%;
}
}







#s-b5477b5b-1761-4caf-bb40-4e1056d791ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5477b5b-1761-4caf-bb40-4e1056d791ad.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-58a423e0-f4ec-4c61-8e9b-6b3ce8e20c5d {
  padding-top: 0px;
padding-bottom: 32px;
text-align: left;
}

#s-58a423e0-f4ec-4c61-8e9b-6b3ce8e20c5d .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-511cc95a-13fa-4291-8aee-63ba659013ab {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-511cc95a-13fa-4291-8aee-63ba659013ab:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-511cc95a-13fa-4291-8aee-63ba659013ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-511cc95a-13fa-4291-8aee-63ba659013ab-root {
    text-align: center;
  }


#s-511cc95a-13fa-4291-8aee-63ba659013ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-511cc95a-13fa-4291-8aee-63ba659013ab-root {
    text-align: center;
  }


#s-511cc95a-13fa-4291-8aee-63ba659013ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-511cc95a-13fa-4291-8aee-63ba659013ab-root {
    text-align: center;
  }


#s-511cc95a-13fa-4291-8aee-63ba659013ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-511cc95a-13fa-4291-8aee-63ba659013ab-root {
    text-align: center;
  }


#s-511cc95a-13fa-4291-8aee-63ba659013ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-511cc95a-13fa-4291-8aee-63ba659013ab-root {
    text-align: center;
  }


#s-511cc95a-13fa-4291-8aee-63ba659013ab.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b237d452-cc01-4d7d-8328-899a9875e250 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec-root {
    text-align: center;
  }


#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec-root {
    text-align: center;
  }


#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec-root {
    text-align: center;
  }


#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec-root {
    text-align: center;
  }


#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec-root {
    text-align: center;
  }


#s-64c2f7cb-cc95-48d0-a7fd-5981e292f1ec.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f19859d2-f8d2-476d-9e3f-03f2645bf84a {
  padding-top: 16px;
padding-bottom: 16px;
}
@media (min-width: 1200px){#s-f19859d2-f8d2-476d-9e3f-03f2645bf84a {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f19859d2-f8d2-476d-9e3f-03f2645bf84a {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
text-align: left;
}
}
#s-f19859d2-f8d2-476d-9e3f-03f2645bf84a {
  display: none;
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-33a63432-a673-485b-b5e1-910a25158116"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33a63432-a673-485b-b5e1-910a25158116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33a63432-a673-485b-b5e1-910a25158116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33a63432-a673-485b-b5e1-910a25158116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d {
  padding-top: 4px;
text-align: left;
}



.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77f8b677-a29a-438c-a1d7-a03ec90fb80d img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 2px;
  padding-bottom: 2px;
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-thumb-list-margin {
  margin-right: -2px;
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-0f0d1d96-05ca-499a-84d3-96da47f18b37 .shg-gallery-dot {
  background-color: #FFF;
}

#s-a7366a1b-61da-41d9-a0de-518d3fdc0ec3 {
  min-height: 50px;
}








#s-a7366a1b-61da-41d9-a0de-518d3fdc0ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7366a1b-61da-41d9-a0de-518d3fdc0ec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 {
  padding-top: 16px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 {
  margin-left: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 {
  margin-left: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 {
  margin-left: 4%;
}
}@media (max-width: 767px){#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 {
  margin-left: 4%;
}
}
#s-bd4bcfa5-7eab-4765-af4c-69776a6ba4b2 .shg-product-title-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d69857bc-45a2-4904-bf44-496ee602d5a0 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}

#s-d69857bc-45a2-4904-bf44-496ee602d5a0 .shg-product-sold-out {
  display: none;
  color: rgba(8, 53, 75, 1);
  font-size: 32px;
  font-weight:   ;
  font-family: headline-gothic-atf;
  font-style:  normal ;
}

#s-d69857bc-45a2-4904-bf44-496ee602d5a0 .shg-product-price {
  color: rgba(8, 53, 75, 1);
  font-weight:   ;
  font-family: headline-gothic-atf;
  font-style:  normal ;
  font-size: 32px;
}

#s-d69857bc-45a2-4904-bf44-496ee602d5a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-decoration: none;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-wrapper label {
    color: rgba(8, 53, 75, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-6fc69989-c249-43e2-a76d-79081ac98517-btn-wrapper {
    text-align: center;
  }


#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-variant-btn:hover {
  background: #252525;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-variant-btn:active, #s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6fc69989-c249-43e2-a76d-79081ac98517 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49 {
  border-style: solid;
margin-top: 16px;
margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
padding-left: 17px;
padding-bottom: 16px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 120, 150, 1);
border-radius: 2px;
background-color: rgba(0, 120, 150, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49: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(8, 53, 75, 1) !important;
border-radius: 2px !important;
background-color: rgba(8, 53, 75, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49 {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
padding-left: 17px;
padding-bottom: 16px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 120, 150, 1);
border-radius: 2px;
background-color: rgba(0, 120, 150, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49: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(8, 53, 75, 1) !important;
border-radius: 2px !important;
background-color: rgba(8, 53, 75, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  block ;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){
  #s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49-atc-btn-wrapper {
    text-align: center;
  }


#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  block ;
}

#s-04f14fee-da3d-4e42-92d2-11c8c7e9aa49.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c28815d9-2270-47c8-9984-b182590f43bb {
  margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
}

@media (min-width: 1200px){#s-277d4a36-34fe-4936-9551-720aa91f19f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 60%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-277d4a36-34fe-4936-9551-720aa91f19f6 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}
#s-277d4a36-34fe-4936-9551-720aa91f19f6 {
  display: none;
}
@media (min-width: 0px) {
[id="s-779e23a6-e5d3-444c-9ca0-864aaa0f91be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-779e23a6-e5d3-444c-9ca0-864aaa0f91be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-779e23a6-e5d3-444c-9ca0-864aaa0f91be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-779e23a6-e5d3-444c-9ca0-864aaa0f91be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}



.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5d6b7cf-5347-4ef0-9eef-4c5ba2e448bc img.shogun-image {
  width: 100%;
}



}
#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 2px;
  padding-bottom: 2px;
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-thumb-list-margin {
  margin-right: -2px;
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a45587b6-ae81-43b4-b4b7-2acff0de2f29 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4c19720c-7998-4dc0-9681-46f36f523b74 {
  min-height: 50px;
}








#s-4c19720c-7998-4dc0-9681-46f36f523b74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c19720c-7998-4dc0-9681-46f36f523b74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 {
  padding-top: 16px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 {
  margin-left: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 {
  margin-left: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 {
  margin-left: 4%;
}
}@media (max-width: 767px){#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 {
  margin-left: 4%;
}
}
#s-aa39bc80-2daa-4249-9d3e-30b485670ca7 .shg-product-title-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c4f4fcc4-04ca-478c-b5eb-8c9613aa91d8 {
  margin-left: 4%;
margin-right: 4%;
text-align: left;
}

#s-c4f4fcc4-04ca-478c-b5eb-8c9613aa91d8 .shg-product-sold-out {
  display: none;
  color: rgba(8, 53, 75, 1);
  font-size: 32px;
  font-weight:   ;
  font-family: headline-gothic-atf;
  font-style:  normal ;
}

#s-c4f4fcc4-04ca-478c-b5eb-8c9613aa91d8 .shg-product-price {
  color: rgba(8, 53, 75, 1);
  font-weight:   ;
  font-family: headline-gothic-atf;
  font-style:  normal ;
  font-size: 32px;
}

#s-c4f4fcc4-04ca-478c-b5eb-8c9613aa91d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36510242-fd17-426b-b159-937db3db620d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-decoration: none;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-wrapper label {
    color: rgba(8, 53, 75, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-36510242-fd17-426b-b159-937db3db620d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-36510242-fd17-426b-b159-937db3db620d-btn-wrapper {
    text-align: center;
  }


#s-36510242-fd17-426b-b159-937db3db620d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-variant-btn:hover {
  background: #252525;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-variant-btn:active, #s-36510242-fd17-426b-b159-937db3db620d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-36510242-fd17-426b-b159-937db3db620d .shg-variant-btn.disabled {
  background: #252525;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f {
  border-style: solid;
margin-top: 16px;
margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
padding-left: 17px;
padding-bottom: 16px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 120, 150, 1);
border-radius: 2px;
background-color: rgba(0, 120, 150, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-61e8d0c8-838f-47a7-bbd3-87a627af298f: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(8, 53, 75, 1) !important;
border-radius: 2px !important;
background-color: rgba(8, 53, 75, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61e8d0c8-838f-47a7-bbd3-87a627af298f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-61e8d0c8-838f-47a7-bbd3-87a627af298f {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
padding-top: 16px;
padding-left: 17px;
padding-bottom: 16px;
padding-right: 17px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 120, 150, 1);
border-radius: 2px;
background-color: rgba(0, 120, 150, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-61e8d0c8-838f-47a7-bbd3-87a627af298f: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(8, 53, 75, 1) !important;
border-radius: 2px !important;
background-color: rgba(8, 53, 75, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-61e8d0c8-838f-47a7-bbd3-87a627af298f:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-61e8d0c8-838f-47a7-bbd3-87a627af298f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  block ;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){
  #s-61e8d0c8-838f-47a7-bbd3-87a627af298f-atc-btn-wrapper {
    text-align: center;
  }


#s-61e8d0c8-838f-47a7-bbd3-87a627af298f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  block ;
}

#s-61e8d0c8-838f-47a7-bbd3-87a627af298f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e1943903-02fa-49c9-ac9f-7b275cc50884 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-386fd1fa-b36c-4de8-b5f3-a83179ccae36 {
  min-height: 50px;
background-color: rgba(253, 230, 216, 1);
}








#s-386fd1fa-b36c-4de8-b5f3-a83179ccae36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386fd1fa-b36c-4de8-b5f3-a83179ccae36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac13d75d-14f8-47c4-8446-45dc942129a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 32px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ac13d75d-14f8-47c4-8446-45dc942129a1 {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac13d75d-14f8-47c4-8446-45dc942129a1 {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac13d75d-14f8-47c4-8446-45dc942129a1 {
  max-width: 80%;
}
}@media (max-width: 767px){#s-ac13d75d-14f8-47c4-8446-45dc942129a1 {
  max-width: 90%;
}
}







#s-ac13d75d-14f8-47c4-8446-45dc942129a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac13d75d-14f8-47c4-8446-45dc942129a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781d8cc4-1f04-440d-845a-fb5a01e3841e {
  padding-top: 0px;
padding-bottom: 32px;
text-align: center;
}

#s-781d8cc4-1f04-440d-845a-fb5a01e3841e .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-781d8cc4-1f04-440d-845a-fb5a01e3841e .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-781d8cc4-1f04-440d-845a-fb5a01e3841e .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-781d8cc4-1f04-440d-845a-fb5a01e3841e .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-781d8cc4-1f04-440d-845a-fb5a01e3841e .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-93776901-4222-4428-aba7-51d86543a297"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-93776901-4222-4428-aba7-51d86543a297"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-93776901-4222-4428-aba7-51d86543a297"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-93776901-4222-4428-aba7-51d86543a297"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-5a966109-450c-4338-99a3-c74249be0e15 {
  padding-bottom: 32px;
min-height: 50px;
}








#s-5a966109-450c-4338-99a3-c74249be0e15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a966109-450c-4338-99a3-c74249be0e15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  img.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
    
    
  }


.s-2c235da0-1a14-46e4-9bec-a401f1882265 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shg-align-container {
  text-align: center
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
    
    
  }


.s-2c235da0-1a14-46e4-9bec-a401f1882265 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shg-align-container {
  text-align: center
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
    
    
  }


.s-2c235da0-1a14-46e4-9bec-a401f1882265 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shg-align-container {
  text-align: center
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
    
    
  }


.s-2c235da0-1a14-46e4-9bec-a401f1882265 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shg-align-container {
  text-align: center
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
    
    
  }


.s-2c235da0-1a14-46e4-9bec-a401f1882265 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shg-align-container {
  text-align: center
}

.s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c235da0-1a14-46e4-9bec-a401f1882265.shogun-image {
  box-sizing: border-box;
}


}
#s-6a3f7fca-791e-4585-9cf1-0d9b63c244bd {
  padding-bottom: 32px;
min-height: 50px;
}








#s-6a3f7fca-791e-4585-9cf1-0d9b63c244bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a3f7fca-791e-4585-9cf1-0d9b63c244bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  img.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
    
    
  }


.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shg-align-container {
  text-align: center
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
    
    
  }


.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shg-align-container {
  text-align: center
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
    
    
  }


.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shg-align-container {
  text-align: center
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
    
    
  }


.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shg-align-container {
  text-align: center
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
    
    
  }


.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd .shogun-image-content {
  
    align-items: center;
  
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shg-align-container {
  text-align: center
}

.s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe743a97-dc44-4d14-8c8d-a07b9d6bd1fd.shogun-image {
  box-sizing: border-box;
}


}
#s-0f809c24-5f07-48a3-9582-24bab52ec705 {
  padding-bottom: 32px;
min-height: 50px;
}








#s-0f809c24-5f07-48a3-9582-24bab52ec705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f809c24-5f07-48a3-9582-24bab52ec705.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  img.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
    
    
  }


.s-5f6ffb63-5d19-4d11-993c-94a364a312b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shg-align-container {
  text-align: center
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
    
    
  }


.s-5f6ffb63-5d19-4d11-993c-94a364a312b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shg-align-container {
  text-align: center
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
    
    
  }


.s-5f6ffb63-5d19-4d11-993c-94a364a312b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shg-align-container {
  text-align: center
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
    
    
  }


.s-5f6ffb63-5d19-4d11-993c-94a364a312b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shg-align-container {
  text-align: center
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
    
    
  }


.s-5f6ffb63-5d19-4d11-993c-94a364a312b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shg-align-container {
  text-align: center
}

.s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f6ffb63-5d19-4d11-993c-94a364a312b9.shogun-image {
  box-sizing: border-box;
}


}
#s-75837a14-c4bb-4cd6-905d-c5fcc5368127 {
  padding-bottom: 32px;
min-height: 50px;
}








#s-75837a14-c4bb-4cd6-905d-c5fcc5368127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75837a14-c4bb-4cd6-905d-c5fcc5368127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
text-align: center;
}







  img.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
    
    
  }


.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shg-align-container {
  text-align: center
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
    
    
  }


.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shg-align-container {
  text-align: center
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
    
    
  }


.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shg-align-container {
  text-align: center
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
    
    
  }


.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shg-align-container {
  text-align: center
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
    
    
  }


.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa .shogun-image-content {
  
    align-items: center;
  
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shg-align-container {
  text-align: center
}

.s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67ecc3d-4d0e-43de-a741-bf1dd89be6fa.shogun-image {
  box-sizing: border-box;
}


}
#s-1f045aaf-11a4-4600-ae33-2fc3c53da887 {
  min-height: 50px;
background-color: rgba(8, 53, 75, 1);
}








#s-1f045aaf-11a4-4600-ae33-2fc3c53da887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f045aaf-11a4-4600-ae33-2fc3c53da887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  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;
}
#s-1b40cd5e-9e37-4078-8393-c39eae3353ca {
  margin-bottom: 4px;
text-align: center;
opacity: 0.47;
}
#s-1b40cd5e-9e37-4078-8393-c39eae3353ca:hover {opacity: 1 !important;}






  #s-1b40cd5e-9e37-4078-8393-c39eae3353ca img.shogun-image {
    

    
    
    
  }


#s-1b40cd5e-9e37-4078-8393-c39eae3353ca .shogun-image-content {
  
    align-items: center;
  
}

#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe {
  margin-top: 144px;
margin-bottom: 0px;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe {
  margin-left: auto;
margin-right: auto;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe {
  margin-left: auto;
margin-right: auto;
max-width: 35%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe {
  margin-left: auto;
margin-right: auto;
}
}







#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dd6441e-e249-40f8-9266-3d6fa58d01fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-620830e4-7e82-451a-a410-cb0d89aba921 {
  padding-bottom: 16px;
max-width: 144px;
text-align: left;
}







  #s-620830e4-7e82-451a-a410-cb0d89aba921 img.shogun-image {
    

    
    
    
  }


#s-620830e4-7e82-451a-a410-cb0d89aba921 .shogun-image-content {
  
    align-items: center;
  
}

#s-a83f8ae6-377e-4108-a1b8-ff4c3956cdd1 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a83f8ae6-377e-4108-a1b8-ff4c3956cdd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a83f8ae6-377e-4108-a1b8-ff4c3956cdd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 1200px){#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d {
  max-width: 90%;
}
}@media (max-width: 767px){#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d {
  max-width: 90%;
}
}







#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91f16c2e-2f73-482e-bc61-9a7e0ea07e5d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a207abb6-0f9e-4745-8069-e5fb36e3da60 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a207abb6-0f9e-4745-8069-e5fb36e3da60:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a207abb6-0f9e-4745-8069-e5fb36e3da60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a207abb6-0f9e-4745-8069-e5fb36e3da60-root {
    text-align: center;
  }


#s-a207abb6-0f9e-4745-8069-e5fb36e3da60.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a207abb6-0f9e-4745-8069-e5fb36e3da60-root {
    text-align: center;
  }


#s-a207abb6-0f9e-4745-8069-e5fb36e3da60.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a207abb6-0f9e-4745-8069-e5fb36e3da60-root {
    text-align: center;
  }


#s-a207abb6-0f9e-4745-8069-e5fb36e3da60.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a207abb6-0f9e-4745-8069-e5fb36e3da60-root {
    text-align: center;
  }


#s-a207abb6-0f9e-4745-8069-e5fb36e3da60.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a207abb6-0f9e-4745-8069-e5fb36e3da60-root {
    text-align: center;
  }


#s-a207abb6-0f9e-4745-8069-e5fb36e3da60.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f0d71cdb-8e4c-4ba4-be00-ae8ffb8600af {
  padding-top: 16px;
}

#s-f0d71cdb-8e4c-4ba4-be00-ae8ffb8600af hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-2b22ace5-3451-4504-9e0b-30d7a316df79 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 59, 74, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2b22ace5-3451-4504-9e0b-30d7a316df79:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 59, 74, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 59, 74, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b22ace5-3451-4504-9e0b-30d7a316df79:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b22ace5-3451-4504-9e0b-30d7a316df79-root {
    text-align: center;
  }


#s-2b22ace5-3451-4504-9e0b-30d7a316df79.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b22ace5-3451-4504-9e0b-30d7a316df79-root {
    text-align: center;
  }


#s-2b22ace5-3451-4504-9e0b-30d7a316df79.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b22ace5-3451-4504-9e0b-30d7a316df79-root {
    text-align: center;
  }


#s-2b22ace5-3451-4504-9e0b-30d7a316df79.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b22ace5-3451-4504-9e0b-30d7a316df79-root {
    text-align: center;
  }


#s-2b22ace5-3451-4504-9e0b-30d7a316df79.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b22ace5-3451-4504-9e0b-30d7a316df79-root {
    text-align: center;
  }


#s-2b22ace5-3451-4504-9e0b-30d7a316df79.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-420956b1-7725-4a86-a50d-f02b958fce57 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
max-width: 1024px;
}








#s-420956b1-7725-4a86-a50d-f02b958fce57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420956b1-7725-4a86-a50d-f02b958fce57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0305ce5f-965b-4e32-83e9-211b086fed7e {
  margin-bottom: 16px;
min-height: 50px;
}








#s-0305ce5f-965b-4e32-83e9-211b086fed7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0305ce5f-965b-4e32-83e9-211b086fed7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40c85011-d34f-4827-9678-e7bf56320af4 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}

#s-40c85011-d34f-4827-9678-e7bf56320af4 .shogun-heading-component h2 {
  color: rgba(8, 53, 75, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-83830e95-fb34-4c9f-8f6d-0da344942375 {
  text-align: center;
}







  img.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
    
    
  }


.s-83830e95-fb34-4c9f-8f6d-0da344942375 .shogun-image-content {
  
    align-items: center;
  
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shg-align-container {
  text-align: center
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
    
    
  }


.s-83830e95-fb34-4c9f-8f6d-0da344942375 .shogun-image-content {
  
    align-items: center;
  
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shg-align-container {
  text-align: center
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
    
    
  }


.s-83830e95-fb34-4c9f-8f6d-0da344942375 .shogun-image-content {
  
    align-items: center;
  
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shg-align-container {
  text-align: center
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
    
    
  }


.s-83830e95-fb34-4c9f-8f6d-0da344942375 .shogun-image-content {
  
    align-items: center;
  
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shg-align-container {
  text-align: center
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
    
    
  }


.s-83830e95-fb34-4c9f-8f6d-0da344942375 .shogun-image-content {
  
    align-items: center;
  
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shg-align-container {
  text-align: center
}

.s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83830e95-fb34-4c9f-8f6d-0da344942375.shogun-image {
  box-sizing: border-box;
}


}
#s-c499cec0-2c4b-4c08-bd81-bccbfeab7313 {
  min-height: 50px;
}








#s-c499cec0-2c4b-4c08-bd81-bccbfeab7313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c499cec0-2c4b-4c08-bd81-bccbfeab7313.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-227680d8-9000-482c-80b9-902f975f2702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-227680d8-9000-482c-80b9-902f975f2702"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-227680d8-9000-482c-80b9-902f975f2702"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-227680d8-9000-482c-80b9-902f975f2702"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 21.333333333333332px);
}

}

#s-86ac3a28-9e34-49dc-952c-e0e9ef16d07e {
  margin-left: 32px;
margin-right: 32px;
padding-top: 16px;
padding-bottom: 16px;
min-height: 50px;
}








#s-86ac3a28-9e34-49dc-952c-e0e9ef16d07e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ac3a28-9e34-49dc-952c-e0e9ef16d07e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  img.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
    
    
  }


.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shg-align-container {
  text-align: center
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
    
    
  }


.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shg-align-container {
  text-align: center
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
    
    
  }


.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shg-align-container {
  text-align: center
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
    
    
  }


.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shg-align-container {
  text-align: center
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
    
    
  }


.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shg-align-container {
  text-align: center
}

.s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a903ef-c0c0-4b49-b6b6-87d3dca33d57.shogun-image {
  box-sizing: border-box;
}


}
#s-fa9eebbc-ff7e-4110-b1c7-a2668efb3bc0 {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-fa9eebbc-ff7e-4110-b1c7-a2668efb3bc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-fa9eebbc-ff7e-4110-b1c7-a2668efb3bc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-fa9eebbc-ff7e-4110-b1c7-a2668efb3bc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa9eebbc-ff7e-4110-b1c7-a2668efb3bc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}







  img.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
    
    
  }


.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shg-align-container {
  text-align: center
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
    
    
  }


.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shg-align-container {
  text-align: center
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
    
    
  }


.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shg-align-container {
  text-align: center
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
    
    
  }


.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shg-align-container {
  text-align: center
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
    
    
  }


.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a .shogun-image-content {
  
    align-items: center;
  
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shg-align-container {
  text-align: center
}

.s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81926ba0-cd61-4a2b-b87b-4f62e90f9a7a.shogun-image {
  box-sizing: border-box;
}


}
#s-97e10bae-b1b5-422b-b478-c578e6e9b35d {
  margin-left: 32px;
margin-bottom: 16px;
margin-right: 32px;
min-height: 50px;
}








#s-97e10bae-b1b5-422b-b478-c578e6e9b35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e10bae-b1b5-422b-b478-c578e6e9b35d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  img.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
    
    
  }


.s-80013c4d-dcad-4519-881b-1afd00dae5a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shg-align-container {
  text-align: center
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
    
    
  }


.s-80013c4d-dcad-4519-881b-1afd00dae5a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shg-align-container {
  text-align: center
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
    
    
  }


.s-80013c4d-dcad-4519-881b-1afd00dae5a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shg-align-container {
  text-align: center
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
    
    
  }


.s-80013c4d-dcad-4519-881b-1afd00dae5a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shg-align-container {
  text-align: center
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
    
    
  }


.s-80013c4d-dcad-4519-881b-1afd00dae5a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shg-align-container {
  text-align: center
}

.s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80013c4d-dcad-4519-881b-1afd00dae5a4.shogun-image {
  box-sizing: border-box;
}


}
#s-fd8fa0f2-3de0-42d6-a14e-9732e816f26e {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-fd8fa0f2-3de0-42d6-a14e-9732e816f26e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-fd8fa0f2-3de0-42d6-a14e-9732e816f26e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8fa0f2-3de0-42d6-a14e-9732e816f26e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8fa0f2-3de0-42d6-a14e-9732e816f26e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}







  img.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
    
    
  }


.s-5da9880e-dc38-42b4-b50b-385bfd49daa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shg-align-container {
  text-align: center
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
    
    
  }


.s-5da9880e-dc38-42b4-b50b-385bfd49daa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shg-align-container {
  text-align: center
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
    
    
  }


.s-5da9880e-dc38-42b4-b50b-385bfd49daa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shg-align-container {
  text-align: center
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
    
    
  }


.s-5da9880e-dc38-42b4-b50b-385bfd49daa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shg-align-container {
  text-align: center
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
    
    
  }


.s-5da9880e-dc38-42b4-b50b-385bfd49daa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shg-align-container {
  text-align: center
}

.s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5da9880e-dc38-42b4-b50b-385bfd49daa6.shogun-image {
  box-sizing: border-box;
}


}
#s-c6c9b011-0b78-4149-91ef-a1e2c074a8e8 {
  margin-left: 32px;
margin-bottom: 16px;
margin-right: 32px;
min-height: 50px;
}








#s-c6c9b011-0b78-4149-91ef-a1e2c074a8e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c9b011-0b78-4149-91ef-a1e2c074a8e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}







  img.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
    
    
  }


.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shg-align-container {
  text-align: center
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
    
    
  }


.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shg-align-container {
  text-align: center
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
    
    
  }


.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shg-align-container {
  text-align: center
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
    
    
  }


.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shg-align-container {
  text-align: center
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
    
    
  }


.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shg-align-container {
  text-align: center
}

.s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5e5ca74-9ecb-4387-83bc-2ed0e68280d1.shogun-image {
  box-sizing: border-box;
}


}
#s-b5e3cddc-dc35-4cfc-b5aa-cb29946a856b {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-b5e3cddc-dc35-4cfc-b5aa-cb29946a856b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-b5e3cddc-dc35-4cfc-b5aa-cb29946a856b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-b5e3cddc-dc35-4cfc-b5aa-cb29946a856b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5e3cddc-dc35-4cfc-b5aa-cb29946a856b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}







  img.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
    
    
  }


.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shg-align-container {
  text-align: center
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
    
    
  }


.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shg-align-container {
  text-align: center
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
    
    
  }


.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shg-align-container {
  text-align: center
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
    
    
  }


.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shg-align-container {
  text-align: center
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
    
    
  }


.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shg-align-container {
  text-align: center
}

.s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c74e1d71-1c28-4cfb-b76c-bdf96f70da94.shogun-image {
  box-sizing: border-box;
}


}
#s-db4b6a04-ca12-49d1-84a0-5f7c37e8691d {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(0, 59, 74, 1);
}








#s-db4b6a04-ca12-49d1-84a0-5f7c37e8691d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db4b6a04-ca12-49d1-84a0-5f7c37e8691d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73fef29f-2ad4-4374-8771-e231239ddd78 {
  margin-left: auto;
margin-right: auto;
padding-top: 64px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 59, 74, 1);
}
@media (min-width: 1200px){#s-73fef29f-2ad4-4374-8771-e231239ddd78 {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73fef29f-2ad4-4374-8771-e231239ddd78 {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73fef29f-2ad4-4374-8771-e231239ddd78 {
  max-width: 80%;
}
}@media (max-width: 767px){#s-73fef29f-2ad4-4374-8771-e231239ddd78 {
  max-width: 90%;
}
}







#s-73fef29f-2ad4-4374-8771-e231239ddd78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73fef29f-2ad4-4374-8771-e231239ddd78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-66f2792a-15c1-43e3-b930-baccf8ab7c92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66f2792a-15c1-43e3-b930-baccf8ab7c92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-66f2792a-15c1-43e3-b930-baccf8ab7c92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-66f2792a-15c1-43e3-b930-baccf8ab7c92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

#s-113c890b-9880-4c46-8d10-da1c82afb618 {
  padding-bottom: 32px;
min-height: 50px;
}








#s-113c890b-9880-4c46-8d10-da1c82afb618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113c890b-9880-4c46-8d10-da1c82afb618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
max-width: 28%;
text-align: center;
}







  img.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
    
    
  }


.s-871f43dd-fb3f-44af-bb57-077fdddc49e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shg-align-container {
  text-align: center
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
    
    
  }


.s-871f43dd-fb3f-44af-bb57-077fdddc49e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shg-align-container {
  text-align: center
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
    
    
  }


.s-871f43dd-fb3f-44af-bb57-077fdddc49e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shg-align-container {
  text-align: center
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
    
    
  }


.s-871f43dd-fb3f-44af-bb57-077fdddc49e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shg-align-container {
  text-align: center
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
    
    
  }


.s-871f43dd-fb3f-44af-bb57-077fdddc49e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shg-align-container {
  text-align: center
}

.s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-871f43dd-fb3f-44af-bb57-077fdddc49e1.shogun-image {
  box-sizing: border-box;
}


}
#s-4bb4949e-ef86-4b0e-90eb-e0bd9b60eed3 {
  padding-bottom: 32px;
min-height: 50px;
}








#s-4bb4949e-ef86-4b0e-90eb-e0bd9b60eed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb4949e-ef86-4b0e-90eb-e0bd9b60eed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
max-width: 28%;
text-align: center;
}







  img.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
    
    
  }


.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e .shogun-image-content {
  
    align-items: center;
  
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shg-align-container {
  text-align: center
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
    
    
  }


.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e .shogun-image-content {
  
    align-items: center;
  
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shg-align-container {
  text-align: center
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
    
    
  }


.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e .shogun-image-content {
  
    align-items: center;
  
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shg-align-container {
  text-align: center
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
    
    
  }


.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e .shogun-image-content {
  
    align-items: center;
  
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shg-align-container {
  text-align: center
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
    
    
  }


.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e .shogun-image-content {
  
    align-items: center;
  
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shg-align-container {
  text-align: center
}

.s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deaedb70-1d97-42fb-8cd9-d9b78514b40e.shogun-image {
  box-sizing: border-box;
}


}
#s-187dbf2d-6712-41bf-8b49-9742fb11c9cb {
  padding-bottom: 32px;
min-height: 50px;
}








#s-187dbf2d-6712-41bf-8b49-9742fb11c9cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187dbf2d-6712-41bf-8b49-9742fb11c9cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
max-width: 28%;
text-align: center;
}







  img.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
    
    
  }


.s-2854c5a2-0049-4dad-9c9f-ec697958c010 .shogun-image-content {
  
    align-items: center;
  
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shg-align-container {
  text-align: center
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
    
    
  }


.s-2854c5a2-0049-4dad-9c9f-ec697958c010 .shogun-image-content {
  
    align-items: center;
  
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shg-align-container {
  text-align: center
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
    
    
  }


.s-2854c5a2-0049-4dad-9c9f-ec697958c010 .shogun-image-content {
  
    align-items: center;
  
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shg-align-container {
  text-align: center
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
    
    
  }


.s-2854c5a2-0049-4dad-9c9f-ec697958c010 .shogun-image-content {
  
    align-items: center;
  
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shg-align-container {
  text-align: center
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
    
    
  }


.s-2854c5a2-0049-4dad-9c9f-ec697958c010 .shogun-image-content {
  
    align-items: center;
  
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shg-align-container {
  text-align: center
}

.s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2854c5a2-0049-4dad-9c9f-ec697958c010.shogun-image {
  box-sizing: border-box;
}


}
#s-1bbf0631-c601-498e-a2ca-85d347629fc2 {
  min-height: 50px;
}








#s-1bbf0631-c601-498e-a2ca-85d347629fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbf0631-c601-498e-a2ca-85d347629fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e18283f-c6e9-46d1-b085-a0b77d88747d hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-62371fdb-f50c-4df9-8963-563993aea9b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62371fdb-f50c-4df9-8963-563993aea9b9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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;
  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-30362077-7b34-4232-b96a-91779f7bb908 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (min-width: 1200px){#s-30362077-7b34-4232-b96a-91779f7bb908 {
  max-width: 50%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30362077-7b34-4232-b96a-91779f7bb908 {
  max-width: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30362077-7b34-4232-b96a-91779f7bb908 {
  max-width: 80%;
}
}@media (max-width: 767px){#s-30362077-7b34-4232-b96a-91779f7bb908 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}
#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 240, 238, 1);
}

#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
}

#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 59, 74, 1);
}

#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(238, 240, 238, 1);
}

#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 59, 74, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-30362077-7b34-4232-b96a-91779f7bb908 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d003a590-6792-48c7-8669-0075f8654ce6 {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
}

#s-2afd5bac-2436-4c8b-a38a-138e230a6bcc {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
}

#s-1e71b318-7e99-4399-b4aa-9c15633f46ad {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
}

#s-39ec962a-4f7a-4bf4-a226-4f8f9a47bc17 {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
}

#s-85e65bc3-a5d4-46f0-b248-66940c4e32c3 {
  padding-top: 32px;
padding-left: 10%;
padding-bottom: 32px;
padding-right: 10%;
}

#s-76b16b9c-f228-42bf-bd9b-05c2a93020eb hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-700936f9-2ef7-44b7-90b0-296aab980cd1 {
  padding-top: 64px;
padding-left: 0%;
padding-bottom: 64px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(8, 53, 75, 1);
}








#s-700936f9-2ef7-44b7-90b0-296aab980cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-700936f9-2ef7-44b7-90b0-296aab980cd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-751763ff-3451-41dd-aaf7-133be7210a9c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-751763ff-3451-41dd-aaf7-133be7210a9c {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-751763ff-3451-41dd-aaf7-133be7210a9c {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-751763ff-3451-41dd-aaf7-133be7210a9c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}@media (max-width: 767px){#s-751763ff-3451-41dd-aaf7-133be7210a9c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
}







#s-751763ff-3451-41dd-aaf7-133be7210a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-751763ff-3451-41dd-aaf7-133be7210a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: center;
}

#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-fe1c06e7-af00-4332-b01d-6f92bf8e8eb8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-96e59333-047c-415a-8d35-1c78ad3be47d {
  padding-bottom: 0px;
}

#s-d634b848-d9cc-4431-b191-5d99e5c5f00e {
  padding-top: 16px;
padding-bottom: 16px;
min-height: 50px;
}








#s-d634b848-d9cc-4431-b191-5d99e5c5f00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d634b848-d9cc-4431-b191-5d99e5c5f00e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02 {
  background-size: 100% 0px;
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 120, 150, 1);
border-radius: 2px;
background-color: rgba(0, 120, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02: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(8, 53, 75, 1) !important;
border-radius: 2px !important;
background-color: rgba(8, 53, 75, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(44, 42, 52, 0) !important;
border-radius: 2px !important;
background-color: rgba(0, 120, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-82394e5f-c5eb-4593-8848-9f4a16ec8b02-root {
    text-align: center;
  }


#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-82394e5f-c5eb-4593-8848-9f4a16ec8b02-root {
    text-align: center;
  }


#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82394e5f-c5eb-4593-8848-9f4a16ec8b02-root {
    text-align: center;
  }


#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82394e5f-c5eb-4593-8848-9f4a16ec8b02-root {
    text-align: center;
  }


#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-82394e5f-c5eb-4593-8848-9f4a16ec8b02-root {
    text-align: center;
  }


#s-82394e5f-c5eb-4593-8848-9f4a16ec8b02.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-2f1139de-e877-4349-9f9c-4423c13fce6c {
  padding-bottom: 8px;
text-align: center;
}







  img.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
    
    
  }


.s-2f1139de-e877-4349-9f9c-4423c13fce6c .shogun-image-content {
  
    align-items: center;
  
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shg-align-container {
  text-align: center
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
    
    
  }


.s-2f1139de-e877-4349-9f9c-4423c13fce6c .shogun-image-content {
  
    align-items: center;
  
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shg-align-container {
  text-align: center
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
    
    
  }


.s-2f1139de-e877-4349-9f9c-4423c13fce6c .shogun-image-content {
  
    align-items: center;
  
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shg-align-container {
  text-align: center
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
    
    
  }


.s-2f1139de-e877-4349-9f9c-4423c13fce6c .shogun-image-content {
  
    align-items: center;
  
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shg-align-container {
  text-align: center
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
    
    
  }


.s-2f1139de-e877-4349-9f9c-4423c13fce6c .shogun-image-content {
  
    align-items: center;
  
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shg-align-container {
  text-align: center
}

.s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f1139de-e877-4349-9f9c-4423c13fce6c.shogun-image {
  box-sizing: border-box;
}


}
#s-fafd1973-4c16-4081-a91f-04b59c0ae3d9 {
  padding-bottom: 16px;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
