.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-a3672c1b-937a-4d09-945b-5abb11921ed6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -15%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-a3672c1b-937a-4d09-945b-5abb11921ed6 {
  display: none;
}
#s-a3672c1b-937a-4d09-945b-5abb11921ed6, #wrap-s-a3672c1b-937a-4d09-945b-5abb11921ed6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3672c1b-937a-4d09-945b-5abb11921ed6 {
  display: none;
}
#s-a3672c1b-937a-4d09-945b-5abb11921ed6, #wrap-s-a3672c1b-937a-4d09-945b-5abb11921ed6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3672c1b-937a-4d09-945b-5abb11921ed6 {
  display: none;
}
#s-a3672c1b-937a-4d09-945b-5abb11921ed6, #wrap-s-a3672c1b-937a-4d09-945b-5abb11921ed6 { display:none !important; }}
#s-a3672c1b-937a-4d09-945b-5abb11921ed6 {
  background-image: url(https://i.shgcdn.com/af3bd51b-ff3d-4d14-9efe-134cb06c69c2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a3672c1b-937a-4d09-945b-5abb11921ed6 > .shg-box-overlay {
  background-color: rgba(10, 0, 0, 1);
  opacity: 0.3;
}#s-a3672c1b-937a-4d09-945b-5abb11921ed6.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-33283444-460e-4788-ab35-064bb682254a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-33283444-460e-4788-ab35-064bb682254a {
  margin-right: 10px;
}
}
#s-33283444-460e-4788-ab35-064bb682254a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-33283444-460e-4788-ab35-064bb682254a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-342d9d83-7526-485e-a4a0-89eea734ea66 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -3%;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-342d9d83-7526-485e-a4a0-89eea734ea66 {
  margin-top: -15%;
min-height: 400px;
}
}@media (max-width: 767px){#s-342d9d83-7526-485e-a4a0-89eea734ea66 {
  display: none;
}
#s-342d9d83-7526-485e-a4a0-89eea734ea66, #wrap-s-342d9d83-7526-485e-a4a0-89eea734ea66 { display:none !important; }}
#s-342d9d83-7526-485e-a4a0-89eea734ea66 {
  background-image: url(https://i.shgcdn.com/af3bd51b-ff3d-4d14-9efe-134cb06c69c2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-342d9d83-7526-485e-a4a0-89eea734ea66 > .shg-box-overlay {
  background-color: rgba(7, 0, 0, 1);
  opacity: 0.3;
}#s-342d9d83-7526-485e-a4a0-89eea734ea66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c0bed14-df96-4e86-91a7-fadcc98503f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c0bed14-df96-4e86-91a7-fadcc98503f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}



#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 {
  display: none;
}
#s-13d7bb69-223c-4e26-ab58-4402e9b6d792, #wrap-s-13d7bb69-223c-4e26-ab58-4402e9b6d792 { display:none !important; }}@media (max-width: 767px){#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 {
  display: none;
}
#s-13d7bb69-223c-4e26-ab58-4402e9b6d792, #wrap-s-13d7bb69-223c-4e26-ab58-4402e9b6d792 { display:none !important; }}







#s-13d7bb69-223c-4e26-ab58-4402e9b6d792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d7bb69-223c-4e26-ab58-4402e9b6d792.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-070f8fc0-de19-49a8-ac1a-0a493f78eaa4 {
  margin-top: 5%;
margin-left: 20%;
margin-bottom: 5%;
margin-right: 20%;
}

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

#s-37205280-8ead-4136-a3f1-45890a7105fc {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-37205280-8ead-4136-a3f1-45890a7105fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37205280-8ead-4136-a3f1-45890a7105fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-37205280-8ead-4136-a3f1-45890a7105fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-37205280-8ead-4136-a3f1-45890a7105fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

.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-fcca3d01-60f6-4161-a090-51b6b2bf95c2 {
  text-align: center;
}
#s-fcca3d01-60f6-4161-a090-51b6b2bf95c2: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: #2C2A34 !important;
border-radius: 1px !important;
opacity: 0.7000000000000002 !important;}@media (min-width: 768px) and (max-width: 991px){#s-fcca3d01-60f6-4161-a090-51b6b2bf95c2 {
  margin-top: 30%;
}
}






  #s-fcca3d01-60f6-4161-a090-51b6b2bf95c2 img.shogun-image {
    

    
    
    
  }


#s-fcca3d01-60f6-4161-a090-51b6b2bf95c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a415d818-4714-404a-a498-02e91e0ab096 {
  text-align: center;
}
#s-a415d818-4714-404a-a498-02e91e0ab096:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-a415d818-4714-404a-a498-02e91e0ab096 {
  margin-top: 30%;
}
}






  #s-a415d818-4714-404a-a498-02e91e0ab096 img.shogun-image {
    

    
    
    
  }


#s-a415d818-4714-404a-a498-02e91e0ab096 .shogun-image-content {
  
    align-items: center;
  
}

#s-7522dc05-2159-4cdb-a38d-433a510f1806 {
  text-align: center;
}
#s-7522dc05-2159-4cdb-a38d-433a510f1806:hover {border-radius: 1px !important;
opacity: 0.69 !important;}@media (min-width: 768px) and (max-width: 991px){#s-7522dc05-2159-4cdb-a38d-433a510f1806 {
  margin-top: 30%;
}
}






  #s-7522dc05-2159-4cdb-a38d-433a510f1806 img.shogun-image {
    

    
    
    
  }


#s-7522dc05-2159-4cdb-a38d-433a510f1806 .shogun-image-content {
  
    align-items: center;
  
}

#s-17227d65-a3c3-4a70-86cf-5873fbb3b923 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-17227d65-a3c3-4a70-86cf-5873fbb3b923"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17227d65-a3c3-4a70-86cf-5873fbb3b923"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17227d65-a3c3-4a70-86cf-5873fbb3b923"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17227d65-a3c3-4a70-86cf-5873fbb3b923"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4988366-f0e9-494f-bb9b-3e15b43bfa8d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c4988366-f0e9-494f-bb9b-3e15b43bfa8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4988366-f0e9-494f-bb9b-3e15b43bfa8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60928f51-cfb3-4a39-b9a9-62d101302014 {
  padding-bottom: 2%;
text-align: center;
}

#s-60928f51-cfb3-4a39-b9a9-62d101302014 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-55bf35b4-23d7-439c-bda6-94191f58520c {
  text-align: center;
}

#s-3371a50e-44e4-4ac6-b3f7-ff8c58df9512 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3371a50e-44e4-4ac6-b3f7-ff8c58df9512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3371a50e-44e4-4ac6-b3f7-ff8c58df9512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59bc8afd-1c20-4313-82d3-eb99df4a163e {
  padding-bottom: 2%;
text-align: center;
}

#s-59bc8afd-1c20-4313-82d3-eb99df4a163e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-78638c6d-c04f-4249-9903-966e373013bd {
  text-align: center;
}

#s-af076b5d-2ccd-4c36-8e67-6520d3ee696a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-af076b5d-2ccd-4c36-8e67-6520d3ee696a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af076b5d-2ccd-4c36-8e67-6520d3ee696a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d2f0bf9-aed3-41de-99a7-080b89f0063f {
  padding-bottom: 2%;
text-align: center;
}

#s-3d2f0bf9-aed3-41de-99a7-080b89f0063f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-41e47177-aa4d-430e-8123-696108472dc5 {
  text-align: center;
}

#s-90512867-c798-442e-8907-61b4c6331485 {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-90512867-c798-442e-8907-61b4c6331485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90512867-c798-442e-8907-61b4c6331485"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-90512867-c798-442e-8907-61b4c6331485"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-90512867-c798-442e-8907-61b4c6331485"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-54fa591f-30ee-489b-ade9-8a6b62958370 {
  text-align: center;
}
#s-54fa591f-30ee-489b-ade9-8a6b62958370:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-54fa591f-30ee-489b-ade9-8a6b62958370 {
  margin-top: 30%;
}
}






  #s-54fa591f-30ee-489b-ade9-8a6b62958370 img.shogun-image {
    

    
    
    
  }


#s-54fa591f-30ee-489b-ade9-8a6b62958370 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e9919b-a798-4a15-a08c-7f58c3ed2fef {
  text-align: center;
}
#s-e9e9919b-a798-4a15-a08c-7f58c3ed2fef:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-e9e9919b-a798-4a15-a08c-7f58c3ed2fef {
  margin-top: 30%;
}
}






  #s-e9e9919b-a798-4a15-a08c-7f58c3ed2fef img.shogun-image {
    

    
    
    
  }


#s-e9e9919b-a798-4a15-a08c-7f58c3ed2fef .shogun-image-content {
  
    align-items: center;
  
}

#s-21da2566-66e9-4b4a-9218-a98c6b76473e {
  text-align: center;
}
#s-21da2566-66e9-4b4a-9218-a98c6b76473e:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-21da2566-66e9-4b4a-9218-a98c6b76473e {
  margin-top: 30%;
}
}






  #s-21da2566-66e9-4b4a-9218-a98c6b76473e img.shogun-image {
    

    
    
    
  }


#s-21da2566-66e9-4b4a-9218-a98c6b76473e .shogun-image-content {
  
    align-items: center;
  
}

#s-224c1b2c-750a-42f3-9381-878d649d37ba {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-224c1b2c-750a-42f3-9381-878d649d37ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-224c1b2c-750a-42f3-9381-878d649d37ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-224c1b2c-750a-42f3-9381-878d649d37ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-224c1b2c-750a-42f3-9381-878d649d37ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6da99a69-ce65-4675-99c4-fb1e5f4c5333 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6da99a69-ce65-4675-99c4-fb1e5f4c5333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6da99a69-ce65-4675-99c4-fb1e5f4c5333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35f1a154-3fe5-42a2-9fc7-44b46f5a2563 {
  padding-bottom: 2%;
text-align: center;
}

#s-35f1a154-3fe5-42a2-9fc7-44b46f5a2563 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-fe6eb579-9bea-4928-9f2f-d71ec3b05152 {
  text-align: center;
}

#s-0d096f25-c4a8-4910-a326-8fb4998fe8de {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0d096f25-c4a8-4910-a326-8fb4998fe8de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d096f25-c4a8-4910-a326-8fb4998fe8de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b24484-dbaf-4415-a811-dcad1e39bd44 {
  padding-bottom: 2%;
text-align: center;
}

#s-a0b24484-dbaf-4415-a811-dcad1e39bd44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-f6e925a7-4d11-405e-9e9c-ca4fba581d55 {
  text-align: center;
}

#s-f2da0c46-0d0e-4f4a-a695-fd2ddfcf7df5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f2da0c46-0d0e-4f4a-a695-fd2ddfcf7df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2da0c46-0d0e-4f4a-a695-fd2ddfcf7df5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8d997da-06e3-4d69-b1da-9855e070f9d1 {
  padding-bottom: 2%;
text-align: center;
}

#s-a8d997da-06e3-4d69-b1da-9855e070f9d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-a6076a6d-7fa2-4f40-b477-807dc298c893 {
  text-align: center;
}

#s-be455c12-ffae-4653-a0cb-1e29d08a7e4d {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-be455c12-ffae-4653-a0cb-1e29d08a7e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be455c12-ffae-4653-a0cb-1e29d08a7e4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-be455c12-ffae-4653-a0cb-1e29d08a7e4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-be455c12-ffae-4653-a0cb-1e29d08a7e4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-7234a984-a009-4128-8b74-e6acb6a4d4e3 {
  text-align: center;
}
#s-7234a984-a009-4128-8b74-e6acb6a4d4e3:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-7234a984-a009-4128-8b74-e6acb6a4d4e3 {
  margin-top: 30%;
}
}






  #s-7234a984-a009-4128-8b74-e6acb6a4d4e3 img.shogun-image {
    

    
    
    
  }


#s-7234a984-a009-4128-8b74-e6acb6a4d4e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ce0591b-8b13-4b04-ac63-2b75c83a04b5 {
  text-align: center;
}
#s-6ce0591b-8b13-4b04-ac63-2b75c83a04b5:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-6ce0591b-8b13-4b04-ac63-2b75c83a04b5 {
  margin-top: 30%;
}
}






  #s-6ce0591b-8b13-4b04-ac63-2b75c83a04b5 img.shogun-image {
    

    
    
    
  }


#s-6ce0591b-8b13-4b04-ac63-2b75c83a04b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb377814-a0b4-4fa9-8a8c-027f386b5e45 {
  text-align: center;
}
#s-eb377814-a0b4-4fa9-8a8c-027f386b5e45:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-eb377814-a0b4-4fa9-8a8c-027f386b5e45 {
  margin-top: 30%;
}
}






  #s-eb377814-a0b4-4fa9-8a8c-027f386b5e45 img.shogun-image {
    

    
    
    
  }


#s-eb377814-a0b4-4fa9-8a8c-027f386b5e45 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf334b72-b6c4-48c6-975e-f5d338276104 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-cf334b72-b6c4-48c6-975e-f5d338276104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf334b72-b6c4-48c6-975e-f5d338276104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf334b72-b6c4-48c6-975e-f5d338276104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf334b72-b6c4-48c6-975e-f5d338276104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-99fbccb6-efb6-4283-b245-721e478993ec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-99fbccb6-efb6-4283-b245-721e478993ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99fbccb6-efb6-4283-b245-721e478993ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-595c3e15-fc2a-417b-917a-9cbe991b3e24 {
  padding-bottom: 2%;
text-align: center;
}

#s-595c3e15-fc2a-417b-917a-9cbe991b3e24 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-a665b671-d32b-4074-9887-5e4703e04241 {
  text-align: center;
}

#s-0c4678c5-a7f7-40e2-a74c-c744af8964f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c4678c5-a7f7-40e2-a74c-c744af8964f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c4678c5-a7f7-40e2-a74c-c744af8964f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa47e0ee-4bb6-4bd4-a7db-0aff54c9b8f8 {
  padding-bottom: 2%;
text-align: center;
}

#s-fa47e0ee-4bb6-4bd4-a7db-0aff54c9b8f8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-a3acdaa7-26ad-4f90-8702-3ae1a3c7deda {
  text-align: center;
}

#s-f591bb66-ba27-4b90-98c4-d458be24a776 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f591bb66-ba27-4b90-98c4-d458be24a776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f591bb66-ba27-4b90-98c4-d458be24a776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-117397cc-93ce-4e54-98f4-3f12662cc5d4 {
  padding-bottom: 2%;
text-align: center;
}

#s-117397cc-93ce-4e54-98f4-3f12662cc5d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-37cf5fcf-d046-4933-9ab8-0e7c66dbc232 {
  text-align: center;
}

#s-5753988d-7cd3-4e06-9251-27e5607c3469 {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5753988d-7cd3-4e06-9251-27e5607c3469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5753988d-7cd3-4e06-9251-27e5607c3469"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-5753988d-7cd3-4e06-9251-27e5607c3469"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-5753988d-7cd3-4e06-9251-27e5607c3469"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-83d7659a-fb96-4c1b-a92e-ea9a8bd49794 {
  border-radius: 0px;
text-align: center;
opacity: 1;
}
#s-83d7659a-fb96-4c1b-a92e-ea9a8bd49794:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-83d7659a-fb96-4c1b-a92e-ea9a8bd49794 {
  margin-top: 30%;
}
}






  #s-83d7659a-fb96-4c1b-a92e-ea9a8bd49794 img.shogun-image {
    

    
    
    
  }


#s-83d7659a-fb96-4c1b-a92e-ea9a8bd49794 .shogun-image-content {
  
    align-items: center;
  
}

#s-15aef387-4ee2-4cac-8e54-3c16de8d76eb {
  text-align: center;
}
#s-15aef387-4ee2-4cac-8e54-3c16de8d76eb:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-15aef387-4ee2-4cac-8e54-3c16de8d76eb {
  margin-top: 30%;
}
}






  #s-15aef387-4ee2-4cac-8e54-3c16de8d76eb img.shogun-image {
    

    
    
    
  }


#s-15aef387-4ee2-4cac-8e54-3c16de8d76eb .shogun-image-content {
  
    align-items: center;
  
}

#s-4a9fe875-e356-4bcc-9c36-3a7ab7cd740b {
  text-align: center;
}
#s-4a9fe875-e356-4bcc-9c36-3a7ab7cd740b:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-4a9fe875-e356-4bcc-9c36-3a7ab7cd740b {
  margin-top: 30%;
}
}






  #s-4a9fe875-e356-4bcc-9c36-3a7ab7cd740b img.shogun-image {
    

    
    
    
  }


#s-4a9fe875-e356-4bcc-9c36-3a7ab7cd740b .shogun-image-content {
  
    align-items: center;
  
}

#s-4791af93-e7ae-491e-a839-d52581fe0772 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4791af93-e7ae-491e-a839-d52581fe0772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4791af93-e7ae-491e-a839-d52581fe0772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4791af93-e7ae-491e-a839-d52581fe0772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4791af93-e7ae-491e-a839-d52581fe0772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-34aa8e7d-624a-4e4b-aab1-fc10c9d6db99 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-34aa8e7d-624a-4e4b-aab1-fc10c9d6db99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34aa8e7d-624a-4e4b-aab1-fc10c9d6db99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e8c6501-3e28-46db-acec-5d0315ef1997 {
  padding-bottom: 2%;
text-align: center;
}

#s-1e8c6501-3e28-46db-acec-5d0315ef1997 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-3e4c78c6-11d7-4a60-b478-fcf6075861fe {
  text-align: center;
}

#s-fddde6b5-7291-46f4-8933-722dfbd8ccf3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fddde6b5-7291-46f4-8933-722dfbd8ccf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fddde6b5-7291-46f4-8933-722dfbd8ccf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16ab46d0-f6eb-48bd-bb9f-e3b467cde6ea {
  padding-bottom: 2%;
text-align: center;
}

#s-16ab46d0-f6eb-48bd-bb9f-e3b467cde6ea .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-ec6e6d17-7a50-41a9-919a-a1efb3f3978f {
  text-align: center;
}

#s-61809e37-5092-4305-85fe-7a94017ae83f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61809e37-5092-4305-85fe-7a94017ae83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61809e37-5092-4305-85fe-7a94017ae83f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e08d88d-b928-4aca-8844-e349fe24dafe {
  padding-bottom: 2%;
text-align: center;
}

#s-0e08d88d-b928-4aca-8844-e349fe24dafe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-467ae4dc-072f-4176-b52b-d6d5c1f63c83 {
  text-align: center;
}

#s-2386e51f-ed6b-4e64-af33-1274f6bd7298 {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2386e51f-ed6b-4e64-af33-1274f6bd7298"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2386e51f-ed6b-4e64-af33-1274f6bd7298"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-2386e51f-ed6b-4e64-af33-1274f6bd7298"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-2386e51f-ed6b-4e64-af33-1274f6bd7298"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-58d9dbaf-ebf2-411b-b987-d58336d9aa62 {
  text-align: center;
}
#s-58d9dbaf-ebf2-411b-b987-d58336d9aa62:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-58d9dbaf-ebf2-411b-b987-d58336d9aa62 {
  margin-top: 30%;
}
}






  #s-58d9dbaf-ebf2-411b-b987-d58336d9aa62 img.shogun-image {
    

    
    
    
  }


#s-58d9dbaf-ebf2-411b-b987-d58336d9aa62 .shogun-image-content {
  
    align-items: center;
  
}

#s-70e73e81-2ff3-429d-81bc-993001f7f0e0 {
  text-align: center;
}
#s-70e73e81-2ff3-429d-81bc-993001f7f0e0:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-70e73e81-2ff3-429d-81bc-993001f7f0e0 {
  margin-top: 30%;
}
}






  #s-70e73e81-2ff3-429d-81bc-993001f7f0e0 img.shogun-image {
    

    
    
    
  }


#s-70e73e81-2ff3-429d-81bc-993001f7f0e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbb3cd97-1c06-4aa2-8a73-d64bdca06a1e {
  text-align: center;
}
#s-dbb3cd97-1c06-4aa2-8a73-d64bdca06a1e:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-dbb3cd97-1c06-4aa2-8a73-d64bdca06a1e {
  margin-top: 30%;
}
}






  #s-dbb3cd97-1c06-4aa2-8a73-d64bdca06a1e img.shogun-image {
    

    
    
    
  }


#s-dbb3cd97-1c06-4aa2-8a73-d64bdca06a1e .shogun-image-content {
  
    align-items: center;
  
}

#s-b3c0cc70-f7e2-428e-beb6-2408d81e4878 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b3c0cc70-f7e2-428e-beb6-2408d81e4878"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3c0cc70-f7e2-428e-beb6-2408d81e4878"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3c0cc70-f7e2-428e-beb6-2408d81e4878"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3c0cc70-f7e2-428e-beb6-2408d81e4878"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-00571620-f66d-44c7-a9e4-e00362f4e72a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00571620-f66d-44c7-a9e4-e00362f4e72a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00571620-f66d-44c7-a9e4-e00362f4e72a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-531cb0c7-9a72-41b6-9dee-ac8a71ac9aae {
  padding-bottom: 2%;
text-align: center;
}

#s-531cb0c7-9a72-41b6-9dee-ac8a71ac9aae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-1d571f67-e3d2-4e38-9903-f798c2a26ad0 {
  text-align: center;
}

#s-374536c3-daa1-4e6d-b8bd-8d9613b72ba6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-374536c3-daa1-4e6d-b8bd-8d9613b72ba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-374536c3-daa1-4e6d-b8bd-8d9613b72ba6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f41b3e0-2e91-46dc-9b79-bd3dafc94a97 {
  padding-bottom: 2%;
text-align: center;
}

#s-7f41b3e0-2e91-46dc-9b79-bd3dafc94a97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-d9efaa81-d363-4c5f-a945-b9955b830d20 {
  text-align: center;
}

#s-48648d66-e3fd-4f12-8fa2-cc38ef65f353 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-48648d66-e3fd-4f12-8fa2-cc38ef65f353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48648d66-e3fd-4f12-8fa2-cc38ef65f353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6af8d72-cf16-4110-9c82-a26abe492784 {
  padding-bottom: 2%;
text-align: center;
}

#s-e6af8d72-cf16-4110-9c82-a26abe492784 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-7e99e8cf-06e1-474f-b628-7517561db80f {
  text-align: center;
}

#s-53dbacd8-1c2b-4925-a2e4-62cb742f42c0 {
  margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-53dbacd8-1c2b-4925-a2e4-62cb742f42c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53dbacd8-1c2b-4925-a2e4-62cb742f42c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-53dbacd8-1c2b-4925-a2e4-62cb742f42c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-53dbacd8-1c2b-4925-a2e4-62cb742f42c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-4c1a9799-5281-40fd-8b44-99985a61ce18 {
  text-align: center;
}
#s-4c1a9799-5281-40fd-8b44-99985a61ce18:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-4c1a9799-5281-40fd-8b44-99985a61ce18 {
  margin-top: 30%;
}
}






  #s-4c1a9799-5281-40fd-8b44-99985a61ce18 img.shogun-image {
    

    
    
    
  }


#s-4c1a9799-5281-40fd-8b44-99985a61ce18 .shogun-image-content {
  
    align-items: center;
  
}

#s-14bd8857-cdba-48e4-b7c6-77e8ef61c909 {
  text-align: center;
}







  #s-14bd8857-cdba-48e4-b7c6-77e8ef61c909 img.shogun-image {
    

    
    
    
  }


#s-14bd8857-cdba-48e4-b7c6-77e8ef61c909 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f384712-fb23-4e15-8e12-3aff6087a968 {
  text-align: center;
}
#s-5f384712-fb23-4e15-8e12-3aff6087a968:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 768px) and (max-width: 991px){#s-5f384712-fb23-4e15-8e12-3aff6087a968 {
  margin-top: 30%;
}
}






  #s-5f384712-fb23-4e15-8e12-3aff6087a968 img.shogun-image {
    

    
    
    
  }


#s-5f384712-fb23-4e15-8e12-3aff6087a968 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ff3c8e-10ab-44fb-8dc1-799cd859a2a6 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-07ff3c8e-10ab-44fb-8dc1-799cd859a2a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07ff3c8e-10ab-44fb-8dc1-799cd859a2a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07ff3c8e-10ab-44fb-8dc1-799cd859a2a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07ff3c8e-10ab-44fb-8dc1-799cd859a2a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dfc8fde2-9ae3-4c6d-ad4c-9e2a3c20a672 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dfc8fde2-9ae3-4c6d-ad4c-9e2a3c20a672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc8fde2-9ae3-4c6d-ad4c-9e2a3c20a672.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3af5d8d2-879f-4168-b032-d2b0ef766d0a {
  padding-bottom: 2%;
text-align: center;
}

#s-3af5d8d2-879f-4168-b032-d2b0ef766d0a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-77b59acb-2514-48cc-96fc-2fe76a1967e4 {
  text-align: center;
}

#s-41eac172-cbf5-4db4-ab11-14d7c02b8b9e {
  padding-bottom: 2%;
text-align: center;
}

#s-41eac172-cbf5-4db4-ab11-14d7c02b8b9e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-9845cc29-8c05-46bf-9250-6cb9ae165d1f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9845cc29-8c05-46bf-9250-6cb9ae165d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9845cc29-8c05-46bf-9250-6cb9ae165d1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eac83817-c6b6-460c-b102-0eaaca66f01d {
  text-align: center;
}

#s-0c04078e-0bdc-43d0-8d0f-e86d184cf5be {
  padding-bottom: 2%;
text-align: center;
}

#s-0c04078e-0bdc-43d0-8d0f-e86d184cf5be .shogun-heading-component h3 {
  color: ;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-3138d6f6-5b98-4b41-83bd-0276d1d92810 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3138d6f6-5b98-4b41-83bd-0276d1d92810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3138d6f6-5b98-4b41-83bd-0276d1d92810.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9d0af70-a489-42f3-b29c-fe947906d110 {
  text-align: center;
}

#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f {
  margin-top: 20px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
min-height: 200px;
}
@media (min-width: 1200px){#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f {
  display: none;
}
#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f, #wrap-s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f {
  display: none;
}
#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f, #wrap-s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f {
  display: none;
}
#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f, #wrap-s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f { display:none !important; }}







#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7bb9c27-aa3a-4905-a0c1-c29706b2418f.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-b78375c8-a686-4ba5-9919-39f3014317cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78375c8-a686-4ba5-9919-39f3014317cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b78375c8-a686-4ba5-9919-39f3014317cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b78375c8-a686-4ba5-9919-39f3014317cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9542fba-b1e3-405c-9500-058098c32c3a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9542fba-b1e3-405c-9500-058098c32c3a {
  margin-top: 20%;
}
}






  #s-b9542fba-b1e3-405c-9500-058098c32c3a img.shogun-image {
    

    
    
    
  }


#s-b9542fba-b1e3-405c-9500-058098c32c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-a5876d4e-36e6-411a-a761-ac6adc23554f {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5876d4e-36e6-411a-a761-ac6adc23554f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-36b6dba8-ac1c-4f75-8c62-1822c1f7f580 {
  margin-top: 5%;
margin-bottom: 0%;
}

#s-23bf6dbf-fe7e-4c98-a3c6-b581fb419593 {
  min-height: 50px;
}








#s-23bf6dbf-fe7e-4c98-a3c6-b581fb419593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23bf6dbf-fe7e-4c98-a3c6-b581fb419593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e42c36-4954-4062-8743-208792a2db15 {
  min-height: 50px;
}








#s-23e42c36-4954-4062-8743-208792a2db15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e42c36-4954-4062-8743-208792a2db15.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-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1be80ac9-38b0-4f33-a70d-f54adc8e2534"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-10b512fa-3193-4727-b533-568c556ee815 {
  display: none;
}
.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-31c728de-be93-4520-9d71-4548f986b9b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31c728de-be93-4520-9d71-4548f986b9b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a6778c54-1004-46fe-873d-82edd35315e6 {
  text-align: left;
}

#s-a6778c54-1004-46fe-873d-82edd35315e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6778c54-1004-46fe-873d-82edd35315e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a6778c54-1004-46fe-873d-82edd35315e6 .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-73b9c52b-63dd-4eac-9de3-f8df89fd01c7 {
  display: none;
}
.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-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6dde876f-ee8d-4dfc-8eaf-c317b51cf9da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73f27527-6607-4a0d-898d-99dfa8542337 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-73f27527-6607-4a0d-898d-99dfa8542337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73f27527-6607-4a0d-898d-99dfa8542337.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b990e95e-31f4-461a-b805-4c03fa86fa42 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b990e95e-31f4-461a-b805-4c03fa86fa42 {
  display: none;
}
#s-b990e95e-31f4-461a-b805-4c03fa86fa42, #wrap-s-b990e95e-31f4-461a-b805-4c03fa86fa42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b990e95e-31f4-461a-b805-4c03fa86fa42 {
  display: none;
}
#s-b990e95e-31f4-461a-b805-4c03fa86fa42, #wrap-s-b990e95e-31f4-461a-b805-4c03fa86fa42 { display:none !important; }}
#s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d {
  display: none;
}
#s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d, #wrap-s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d {
  display: none;
}
#s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d, #wrap-s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d { display:none !important; }}
@media (min-width: 0px) {
[id="s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1d7c98b-e0dd-44c5-ad60-276dd5831e4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1a37788-58ee-4468-976f-533034a66822 {
  text-align: center;
}
#s-a1a37788-58ee-4468-976f-533034a66822:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-a1a37788-58ee-4468-976f-533034a66822 {
  display: none;
}
#s-a1a37788-58ee-4468-976f-533034a66822, #wrap-s-a1a37788-58ee-4468-976f-533034a66822 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1a37788-58ee-4468-976f-533034a66822 {
  display: none;
}
#s-a1a37788-58ee-4468-976f-533034a66822, #wrap-s-a1a37788-58ee-4468-976f-533034a66822 { display:none !important; }}@media (max-width: 767px){#s-a1a37788-58ee-4468-976f-533034a66822 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-a1a37788-58ee-4468-976f-533034a66822 img.shogun-image {
    

    
    
    
  }


#s-a1a37788-58ee-4468-976f-533034a66822 .shogun-image-content {
  
    align-items: center;
  
}

#s-427d1dfe-0473-40b4-b801-924737cdee88 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-427d1dfe-0473-40b4-b801-924737cdee88 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-427d1dfe-0473-40b4-b801-924737cdee88 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-bee88ab3-c2d1-4871-a8de-b9119fece482 {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-5662ff88-66e2-49d9-ab78-7a02f082b38b {
  text-align: center;
}
#s-5662ff88-66e2-49d9-ab78-7a02f082b38b:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-5662ff88-66e2-49d9-ab78-7a02f082b38b {
  display: none;
}
#s-5662ff88-66e2-49d9-ab78-7a02f082b38b, #wrap-s-5662ff88-66e2-49d9-ab78-7a02f082b38b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5662ff88-66e2-49d9-ab78-7a02f082b38b {
  display: none;
}
#s-5662ff88-66e2-49d9-ab78-7a02f082b38b, #wrap-s-5662ff88-66e2-49d9-ab78-7a02f082b38b { display:none !important; }}@media (max-width: 767px){#s-5662ff88-66e2-49d9-ab78-7a02f082b38b {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-5662ff88-66e2-49d9-ab78-7a02f082b38b img.shogun-image {
    

    
    
    
  }


#s-5662ff88-66e2-49d9-ab78-7a02f082b38b .shogun-image-content {
  
    align-items: center;
  
}

#s-dbbd7a77-83ef-44f4-aab4-c010f3fc1468 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-dbbd7a77-83ef-44f4-aab4-c010f3fc1468 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-288f7294-04fc-48c6-9586-3ebc4ae374cd {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-78bc9986-c106-4aa1-b484-a821607148bb {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-78bc9986-c106-4aa1-b484-a821607148bb {
  display: none;
}
#s-78bc9986-c106-4aa1-b484-a821607148bb, #wrap-s-78bc9986-c106-4aa1-b484-a821607148bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78bc9986-c106-4aa1-b484-a821607148bb {
  display: none;
}
#s-78bc9986-c106-4aa1-b484-a821607148bb, #wrap-s-78bc9986-c106-4aa1-b484-a821607148bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-78bc9986-c106-4aa1-b484-a821607148bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78bc9986-c106-4aa1-b484-a821607148bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78bc9986-c106-4aa1-b484-a821607148bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78bc9986-c106-4aa1-b484-a821607148bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 {
  text-align: center;
}
#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 {
  display: none;
}
#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8, #wrap-s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 {
  display: none;
}
#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8, #wrap-s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 { display:none !important; }}@media (max-width: 767px){#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 img.shogun-image {
    

    
    
    
  }


#s-eb8b4e09-91fb-4850-89cb-7dd7d41447e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-70967588-d406-4906-a28e-e0ecf03e0f09 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-70967588-d406-4906-a28e-e0ecf03e0f09 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-bf22bda0-c2b4-4e2c-8d05-43d292dec40c {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-653f0c12-a078-451a-8b52-01a9217ccfbe {
  text-align: center;
}
#s-653f0c12-a078-451a-8b52-01a9217ccfbe:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-653f0c12-a078-451a-8b52-01a9217ccfbe {
  display: none;
}
#s-653f0c12-a078-451a-8b52-01a9217ccfbe, #wrap-s-653f0c12-a078-451a-8b52-01a9217ccfbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-653f0c12-a078-451a-8b52-01a9217ccfbe {
  display: none;
}
#s-653f0c12-a078-451a-8b52-01a9217ccfbe, #wrap-s-653f0c12-a078-451a-8b52-01a9217ccfbe { display:none !important; }}@media (max-width: 767px){#s-653f0c12-a078-451a-8b52-01a9217ccfbe {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-653f0c12-a078-451a-8b52-01a9217ccfbe img.shogun-image {
    

    
    
    
  }


#s-653f0c12-a078-451a-8b52-01a9217ccfbe .shogun-image-content {
  
    align-items: center;
  
}

#s-7ccb497f-b169-4b22-8d9c-5b2a5c9b3bb9 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-7ccb497f-b169-4b22-8d9c-5b2a5c9b3bb9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-f8d4d9ea-4a82-4f06-a7fd-7c5987358109 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-90c33346-c0f4-499c-a96d-3c132b9346f7 {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-90c33346-c0f4-499c-a96d-3c132b9346f7 {
  display: none;
}
#s-90c33346-c0f4-499c-a96d-3c132b9346f7, #wrap-s-90c33346-c0f4-499c-a96d-3c132b9346f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90c33346-c0f4-499c-a96d-3c132b9346f7 {
  display: none;
}
#s-90c33346-c0f4-499c-a96d-3c132b9346f7, #wrap-s-90c33346-c0f4-499c-a96d-3c132b9346f7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-90c33346-c0f4-499c-a96d-3c132b9346f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c33346-c0f4-499c-a96d-3c132b9346f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90c33346-c0f4-499c-a96d-3c132b9346f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c33346-c0f4-499c-a96d-3c132b9346f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b {
  text-align: center;
}
#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b {
  display: none;
}
#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b, #wrap-s-52a05143-788a-4eb9-8a52-ba6ef4aea87b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b {
  display: none;
}
#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b, #wrap-s-52a05143-788a-4eb9-8a52-ba6ef4aea87b { display:none !important; }}@media (max-width: 767px){#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-52a05143-788a-4eb9-8a52-ba6ef4aea87b img.shogun-image {
    

    
    
    
  }


#s-52a05143-788a-4eb9-8a52-ba6ef4aea87b .shogun-image-content {
  
    align-items: center;
  
}

#s-f37cde1e-d08b-4684-a3b6-17d758c7b30e {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-f37cde1e-d08b-4684-a3b6-17d758c7b30e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-7c8afb0c-9797-496b-8fc1-ed3b0b0610fb {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 {
  text-align: center;
}
#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 {
  display: none;
}
#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6, #wrap-s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 {
  display: none;
}
#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6, #wrap-s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 { display:none !important; }}@media (max-width: 767px){#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 img.shogun-image {
    

    
    
    
  }


#s-144b9f97-f4d6-45b8-bf0b-c92455a19fc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c03e3ef-deea-4670-8478-aaf4a59d9bc5 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-8c03e3ef-deea-4670-8478-aaf4a59d9bc5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-cf91824b-162c-451e-9673-3e97bc58b3fe {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-fb314916-d12d-47a4-9628-d6d7991ca861 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-fb314916-d12d-47a4-9628-d6d7991ca861 {
  display: none;
}
#s-fb314916-d12d-47a4-9628-d6d7991ca861, #wrap-s-fb314916-d12d-47a4-9628-d6d7991ca861 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb314916-d12d-47a4-9628-d6d7991ca861 {
  display: none;
}
#s-fb314916-d12d-47a4-9628-d6d7991ca861, #wrap-s-fb314916-d12d-47a4-9628-d6d7991ca861 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb314916-d12d-47a4-9628-d6d7991ca861"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb314916-d12d-47a4-9628-d6d7991ca861"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb314916-d12d-47a4-9628-d6d7991ca861"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb314916-d12d-47a4-9628-d6d7991ca861"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a421329-cd99-475e-835c-c2a506fef927 {
  text-align: center;
}
#s-1a421329-cd99-475e-835c-c2a506fef927:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-1a421329-cd99-475e-835c-c2a506fef927 {
  display: none;
}
#s-1a421329-cd99-475e-835c-c2a506fef927, #wrap-s-1a421329-cd99-475e-835c-c2a506fef927 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a421329-cd99-475e-835c-c2a506fef927 {
  display: none;
}
#s-1a421329-cd99-475e-835c-c2a506fef927, #wrap-s-1a421329-cd99-475e-835c-c2a506fef927 { display:none !important; }}@media (max-width: 767px){#s-1a421329-cd99-475e-835c-c2a506fef927 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-1a421329-cd99-475e-835c-c2a506fef927 img.shogun-image {
    

    
    
    
  }


#s-1a421329-cd99-475e-835c-c2a506fef927 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5d8f2de-56ea-424a-adfe-f93214658401 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-b5d8f2de-56ea-424a-adfe-f93214658401 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c9c3357c-fd61-4533-b5c3-1fcab3dbbcd4 {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 {
  text-align: center;
}
#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 {
  display: none;
}
#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39, #wrap-s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 {
  display: none;
}
#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39, #wrap-s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 { display:none !important; }}@media (max-width: 767px){#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 img.shogun-image {
    

    
    
    
  }


#s-0208c479-bccb-45fe-bf6f-0ff3bf7c8d39 .shogun-image-content {
  
    align-items: center;
  
}

#s-2658ddc1-dd4d-4a83-9e2a-288a813e72da {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-2658ddc1-dd4d-4a83-9e2a-288a813e72da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-15c84fec-a2ec-4d02-a793-e00e3792605d {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-6b1dc51f-fc89-4105-8f3c-932d50a7747a {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-6b1dc51f-fc89-4105-8f3c-932d50a7747a {
  display: none;
}
#s-6b1dc51f-fc89-4105-8f3c-932d50a7747a, #wrap-s-6b1dc51f-fc89-4105-8f3c-932d50a7747a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b1dc51f-fc89-4105-8f3c-932d50a7747a {
  display: none;
}
#s-6b1dc51f-fc89-4105-8f3c-932d50a7747a, #wrap-s-6b1dc51f-fc89-4105-8f3c-932d50a7747a { display:none !important; }}
@media (min-width: 0px) {
[id="s-6b1dc51f-fc89-4105-8f3c-932d50a7747a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b1dc51f-fc89-4105-8f3c-932d50a7747a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b1dc51f-fc89-4105-8f3c-932d50a7747a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b1dc51f-fc89-4105-8f3c-932d50a7747a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c {
  text-align: center;
}
#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c {
  display: none;
}
#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c, #wrap-s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c {
  display: none;
}
#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c, #wrap-s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c { display:none !important; }}@media (max-width: 767px){#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c img.shogun-image {
    

    
    
    
  }


#s-ec0e4f14-4921-4aac-8bad-7602b4cfe65c .shogun-image-content {
  
    align-items: center;
  
}

#s-4ec1057e-8885-4690-b857-fb8c032dd044 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-4ec1057e-8885-4690-b857-fb8c032dd044 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c0ec9845-e270-4efb-a553-a21daeefc9b9 {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-9aacffb6-331d-4528-b365-c3c723ff14aa {
  text-align: center;
}
#s-9aacffb6-331d-4528-b365-c3c723ff14aa:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-9aacffb6-331d-4528-b365-c3c723ff14aa {
  display: none;
}
#s-9aacffb6-331d-4528-b365-c3c723ff14aa, #wrap-s-9aacffb6-331d-4528-b365-c3c723ff14aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aacffb6-331d-4528-b365-c3c723ff14aa {
  display: none;
}
#s-9aacffb6-331d-4528-b365-c3c723ff14aa, #wrap-s-9aacffb6-331d-4528-b365-c3c723ff14aa { display:none !important; }}@media (max-width: 767px){#s-9aacffb6-331d-4528-b365-c3c723ff14aa {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-9aacffb6-331d-4528-b365-c3c723ff14aa img.shogun-image {
    

    
    
    
  }


#s-9aacffb6-331d-4528-b365-c3c723ff14aa .shogun-image-content {
  
    align-items: center;
  
}

#s-503f8274-559f-4525-9efd-0a9ba52568f5 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-503f8274-559f-4525-9efd-0a9ba52568f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a7df4579-d391-42b1-881a-1121f6c3c5b0 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c {
  display: none;
}
#s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c, #wrap-s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c {
  display: none;
}
#s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c, #wrap-s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c { display:none !important; }}
@media (min-width: 0px) {
[id="s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-021c2ca3-0002-43cf-8eb0-c6d076f5d79c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2221e338-aa69-4e4c-9318-0a96afa246c7 {
  text-align: center;
}
#s-2221e338-aa69-4e4c-9318-0a96afa246c7:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-2221e338-aa69-4e4c-9318-0a96afa246c7 {
  display: none;
}
#s-2221e338-aa69-4e4c-9318-0a96afa246c7, #wrap-s-2221e338-aa69-4e4c-9318-0a96afa246c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2221e338-aa69-4e4c-9318-0a96afa246c7 {
  display: none;
}
#s-2221e338-aa69-4e4c-9318-0a96afa246c7, #wrap-s-2221e338-aa69-4e4c-9318-0a96afa246c7 { display:none !important; }}@media (max-width: 767px){#s-2221e338-aa69-4e4c-9318-0a96afa246c7 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-2221e338-aa69-4e4c-9318-0a96afa246c7 img.shogun-image {
    

    
    
    
  }


#s-2221e338-aa69-4e4c-9318-0a96afa246c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-77523098-e616-41b5-9f22-66e701758e44 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-77523098-e616-41b5-9f22-66e701758e44 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-20a6bd3d-790b-420d-a8e0-e92ea3d06777 {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-a2356b1b-3600-462f-a2db-03b15e1eae55 {
  text-align: center;
}
#s-a2356b1b-3600-462f-a2db-03b15e1eae55:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-a2356b1b-3600-462f-a2db-03b15e1eae55 {
  display: none;
}
#s-a2356b1b-3600-462f-a2db-03b15e1eae55, #wrap-s-a2356b1b-3600-462f-a2db-03b15e1eae55 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2356b1b-3600-462f-a2db-03b15e1eae55 {
  display: none;
}
#s-a2356b1b-3600-462f-a2db-03b15e1eae55, #wrap-s-a2356b1b-3600-462f-a2db-03b15e1eae55 { display:none !important; }}@media (max-width: 767px){#s-a2356b1b-3600-462f-a2db-03b15e1eae55 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-a2356b1b-3600-462f-a2db-03b15e1eae55 img.shogun-image {
    

    
    
    
  }


#s-a2356b1b-3600-462f-a2db-03b15e1eae55 .shogun-image-content {
  
    align-items: center;
  
}

#s-c821eb28-a659-4391-b3ba-b3c0587c4dab {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-c821eb28-a659-4391-b3ba-b3c0587c4dab .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-47f7744a-0380-44ef-a8ca-3b7192d4cfb4 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-5dab4fa9-178b-4c3e-b5ba-054b969f1915 {
  margin-bottom: 5%;
}
@media (min-width: 1200px){#s-5dab4fa9-178b-4c3e-b5ba-054b969f1915 {
  display: none;
}
#s-5dab4fa9-178b-4c3e-b5ba-054b969f1915, #wrap-s-5dab4fa9-178b-4c3e-b5ba-054b969f1915 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dab4fa9-178b-4c3e-b5ba-054b969f1915 {
  display: none;
}
#s-5dab4fa9-178b-4c3e-b5ba-054b969f1915, #wrap-s-5dab4fa9-178b-4c3e-b5ba-054b969f1915 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5dab4fa9-178b-4c3e-b5ba-054b969f1915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dab4fa9-178b-4c3e-b5ba-054b969f1915"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5dab4fa9-178b-4c3e-b5ba-054b969f1915"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dab4fa9-178b-4c3e-b5ba-054b969f1915"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 {
  text-align: center;
}
#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 {
  display: none;
}
#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017, #wrap-s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 {
  display: none;
}
#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017, #wrap-s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 { display:none !important; }}@media (max-width: 767px){#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 img.shogun-image {
    

    
    
    
  }


#s-7f6cfe7b-e56a-43c9-b70a-6fb3f77eb017 .shogun-image-content {
  
    align-items: center;
  
}

#s-e050863a-ddec-405a-acf6-38031cc716f6 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-e050863a-ddec-405a-acf6-38031cc716f6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-3674523a-152b-4d3f-bd81-d4dff22e6efa {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 {
  text-align: center;
}
#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 {
  display: none;
}
#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08, #wrap-s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 {
  display: none;
}
#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08, #wrap-s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 { display:none !important; }}@media (max-width: 767px){#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 img.shogun-image {
    

    
    
    
  }


#s-d77346a5-7f02-4191-a1ef-83c3fc69cc08 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f11159-d50c-45ed-a240-29f8ab386841 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-64f11159-d50c-45ed-a240-29f8ab386841 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0bc25e1a-a228-4bcd-b956-7161a9d8db67 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

@media (min-width: 1200px){#s-70885eb1-51d8-4598-99cf-4e01da1f6fbb {
  display: none;
}
#s-70885eb1-51d8-4598-99cf-4e01da1f6fbb, #wrap-s-70885eb1-51d8-4598-99cf-4e01da1f6fbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70885eb1-51d8-4598-99cf-4e01da1f6fbb {
  display: none;
}
#s-70885eb1-51d8-4598-99cf-4e01da1f6fbb, #wrap-s-70885eb1-51d8-4598-99cf-4e01da1f6fbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-70885eb1-51d8-4598-99cf-4e01da1f6fbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70885eb1-51d8-4598-99cf-4e01da1f6fbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70885eb1-51d8-4598-99cf-4e01da1f6fbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70885eb1-51d8-4598-99cf-4e01da1f6fbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 {
  text-align: center;
}
#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 {
  display: none;
}
#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49, #wrap-s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 {
  display: none;
}
#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49, #wrap-s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 { display:none !important; }}@media (max-width: 767px){#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 img.shogun-image {
    

    
    
    
  }


#s-8bf9fcd6-bc0a-4cc3-afba-2e7c1c5eea49 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ef2455-93f5-4c52-8fcc-cbcd93589b04 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-86ef2455-93f5-4c52-8fcc-cbcd93589b04 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-dd598dec-2c6a-4cd7-9c7a-b65737230bfb {
  margin-top: 10px;
margin-bottom: 7%;
margin-right: 2%;
text-align: center;
}

#s-b21d6496-200e-4684-8127-9f57e5bd2a36 {
  text-align: center;
}
#s-b21d6496-200e-4684-8127-9f57e5bd2a36:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-b21d6496-200e-4684-8127-9f57e5bd2a36 {
  display: none;
}
#s-b21d6496-200e-4684-8127-9f57e5bd2a36, #wrap-s-b21d6496-200e-4684-8127-9f57e5bd2a36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b21d6496-200e-4684-8127-9f57e5bd2a36 {
  display: none;
}
#s-b21d6496-200e-4684-8127-9f57e5bd2a36, #wrap-s-b21d6496-200e-4684-8127-9f57e5bd2a36 { display:none !important; }}@media (max-width: 767px){#s-b21d6496-200e-4684-8127-9f57e5bd2a36 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-b21d6496-200e-4684-8127-9f57e5bd2a36 img.shogun-image {
    

    
    
    
  }


#s-b21d6496-200e-4684-8127-9f57e5bd2a36 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d6bfd17-8c88-4f41-864f-e74c89b368f9 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-4d6bfd17-8c88-4f41-864f-e74c89b368f9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-01b10c48-e03a-4362-bb83-02035f909389 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}
@media (max-width: 767px){#s-01b10c48-e03a-4362-bb83-02035f909389 {
  margin-bottom: 7%;
}
}
#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb {
  text-align: center;
}
#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb {
  display: none;
}
#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb, #wrap-s-9a093596-2e75-4e5d-ac90-5e2b78f426bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb {
  display: none;
}
#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb, #wrap-s-9a093596-2e75-4e5d-ac90-5e2b78f426bb { display:none !important; }}@media (max-width: 767px){#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-9a093596-2e75-4e5d-ac90-5e2b78f426bb img.shogun-image {
    

    
    
    
  }


#s-9a093596-2e75-4e5d-ac90-5e2b78f426bb .shogun-image-content {
  
    align-items: center;
  
}

#s-cba1f91d-7031-49a4-bef5-48d8f0dd7871 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-cba1f91d-7031-49a4-bef5-48d8f0dd7871 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-00c6527e-cdaa-45aa-a4ab-a5d5663b9ff3 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

#s-e895757d-c84a-4b13-ab99-82d84616c6ba {
  text-align: center;
}
#s-e895757d-c84a-4b13-ab99-82d84616c6ba:hover {border-radius: 1px !important;
opacity: 0.7 !important;}@media (min-width: 1200px){#s-e895757d-c84a-4b13-ab99-82d84616c6ba {
  display: none;
}
#s-e895757d-c84a-4b13-ab99-82d84616c6ba, #wrap-s-e895757d-c84a-4b13-ab99-82d84616c6ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e895757d-c84a-4b13-ab99-82d84616c6ba {
  display: none;
}
#s-e895757d-c84a-4b13-ab99-82d84616c6ba, #wrap-s-e895757d-c84a-4b13-ab99-82d84616c6ba { display:none !important; }}@media (max-width: 767px){#s-e895757d-c84a-4b13-ab99-82d84616c6ba {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-e895757d-c84a-4b13-ab99-82d84616c6ba img.shogun-image {
    

    
    
    
  }


#s-e895757d-c84a-4b13-ab99-82d84616c6ba .shogun-image-content {
  
    align-items: center;
  
}

#s-ac38c3c8-460b-4f7f-b668-31b20cf5450a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-ac38c3c8-460b-4f7f-b668-31b20cf5450a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-7e2b8812-765f-4207-80fd-fd2b253e2693 {
  margin-top: 10px;
margin-bottom: 2%;
margin-right: 2%;
text-align: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-72ea1c7b-3093-43c5-980d-c1d10513854a {
  margin-top: 3em;
}

#s-72ea1c7b-3093-43c5-980d-c1d10513854a hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1200px){#s-44559bab-3e21-452f-b406-8521de27bc39 {
  display: none;
}
#s-44559bab-3e21-452f-b406-8521de27bc39, #wrap-s-44559bab-3e21-452f-b406-8521de27bc39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44559bab-3e21-452f-b406-8521de27bc39 {
  display: none;
}
#s-44559bab-3e21-452f-b406-8521de27bc39, #wrap-s-44559bab-3e21-452f-b406-8521de27bc39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44559bab-3e21-452f-b406-8521de27bc39 {
  display: none;
}
#s-44559bab-3e21-452f-b406-8521de27bc39, #wrap-s-44559bab-3e21-452f-b406-8521de27bc39 { display:none !important; }}
#s-108c136c-304b-48c6-9b92-3609e79b1269 {
  margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-108c136c-304b-48c6-9b92-3609e79b1269 {
  display: none;
}
#s-108c136c-304b-48c6-9b92-3609e79b1269, #wrap-s-108c136c-304b-48c6-9b92-3609e79b1269 { display:none !important; }}@media (max-width: 767px){#s-108c136c-304b-48c6-9b92-3609e79b1269 {
  display: none;
}
#s-108c136c-304b-48c6-9b92-3609e79b1269, #wrap-s-108c136c-304b-48c6-9b92-3609e79b1269 { display:none !important; }}
@media (min-width: 0px) {
[id="s-108c136c-304b-48c6-9b92-3609e79b1269"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-108c136c-304b-48c6-9b92-3609e79b1269"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-108c136c-304b-48c6-9b92-3609e79b1269"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-108c136c-304b-48c6-9b92-3609e79b1269"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7f96f68f-125e-42c5-9a06-515b06470eb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f96f68f-125e-42c5-9a06-515b06470eb3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-203af238-c906-4a64-a229-f4049605a757 {
  text-align: center;
}

#s-c91d80c1-c058-468c-a2e4-114b31a8380a {
  text-align: center;
}

#s-2c0bcfce-0797-4890-bc56-e9e8ef708dd3 {
  text-align: center;
}

/*
  $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}
