.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-1a7ab933-c9eb-4d7b-931f-b36bf9aa3fd4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-868ae6a4-fd2f-43bb-b0b0-3792512bd210 {
  min-height: 50px;
}
@media (max-width: 767px){#s-868ae6a4-fd2f-43bb-b0b0-3792512bd210 {
  display: none;
}
#s-868ae6a4-fd2f-43bb-b0b0-3792512bd210, #wrap-s-868ae6a4-fd2f-43bb-b0b0-3792512bd210 { display:none !important; }}







#s-868ae6a4-fd2f-43bb-b0b0-3792512bd210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-868ae6a4-fd2f-43bb-b0b0-3792512bd210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-421a2bc4-c201-41f4-9084-9f62fda3377d {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-421a2bc4-c201-41f4-9084-9f62fda3377d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-421a2bc4-c201-41f4-9084-9f62fda3377d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-421a2bc4-c201-41f4-9084-9f62fda3377d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-421a2bc4-c201-41f4-9084-9f62fda3377d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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;
}

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

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

#s-80f3997b-b226-447e-b954-67d7f992fce5 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-80f3997b-b226-447e-b954-67d7f992fce5 img.shogun-image {
    

    
    
    
  }


#s-80f3997b-b226-447e-b954-67d7f992fce5 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::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-648056b2-cdba-4cab-b9c6-5f720b9f434b {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-648056b2-cdba-4cab-b9c6-5f720b9f434b img.shogun-image {
    

    
    
    
  }


#s-648056b2-cdba-4cab-b9c6-5f720b9f434b .shogun-image-content {
  
    align-items: center;
  
}

#s-402234d0-58de-44fa-975d-718750b26cef {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-402234d0-58de-44fa-975d-718750b26cef img.shogun-image {
    

    
    
    
  }


#s-402234d0-58de-44fa-975d-718750b26cef .shogun-image-content {
  
    align-items: center;
  
}

#s-69677103-8cfa-4d03-8be0-064aae51eefe {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-69677103-8cfa-4d03-8be0-064aae51eefe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-69677103-8cfa-4d03-8be0-064aae51eefe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69677103-8cfa-4d03-8be0-064aae51eefe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69677103-8cfa-4d03-8be0-064aae51eefe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-95ecfa61-b335-4902-80f2-0062347d5371 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-95ecfa61-b335-4902-80f2-0062347d5371 img.shogun-image {
    

    
    
    
  }


#s-95ecfa61-b335-4902-80f2-0062347d5371 .shogun-image-content {
  
    align-items: center;
  
}

#s-198eaa0e-5414-4527-bdf5-df43a7a8bec7 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-198eaa0e-5414-4527-bdf5-df43a7a8bec7 img.shogun-image {
    

    
    
    
  }


#s-198eaa0e-5414-4527-bdf5-df43a7a8bec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3d7b1bf-8e07-4180-939b-a43c26d5c78a {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-d3d7b1bf-8e07-4180-939b-a43c26d5c78a img.shogun-image {
    

    
    
    
  }


#s-d3d7b1bf-8e07-4180-939b-a43c26d5c78a .shogun-image-content {
  
    align-items: center;
  
}

#s-d71050f5-1810-4177-b276-e31b5010d9e2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d71050f5-1810-4177-b276-e31b5010d9e2 {
  display: none;
}
#s-d71050f5-1810-4177-b276-e31b5010d9e2, #wrap-s-d71050f5-1810-4177-b276-e31b5010d9e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d71050f5-1810-4177-b276-e31b5010d9e2 {
  display: none;
}
#s-d71050f5-1810-4177-b276-e31b5010d9e2, #wrap-s-d71050f5-1810-4177-b276-e31b5010d9e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d71050f5-1810-4177-b276-e31b5010d9e2 {
  display: none;
}
#s-d71050f5-1810-4177-b276-e31b5010d9e2, #wrap-s-d71050f5-1810-4177-b276-e31b5010d9e2 { display:none !important; }}@media (max-width: 767px){#s-d71050f5-1810-4177-b276-e31b5010d9e2 {
  
}
}







#s-d71050f5-1810-4177-b276-e31b5010d9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d71050f5-1810-4177-b276-e31b5010d9e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-308d2312-07f5-4c4b-8c57-176287776d63 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-308d2312-07f5-4c4b-8c57-176287776d63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-308d2312-07f5-4c4b-8c57-176287776d63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-308d2312-07f5-4c4b-8c57-176287776d63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-308d2312-07f5-4c4b-8c57-176287776d63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9fe8e7e-00f7-4abe-b034-8fc2c0ac5c11 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-e9fe8e7e-00f7-4abe-b034-8fc2c0ac5c11 img.shogun-image {
    

    
    
    
  }


#s-e9fe8e7e-00f7-4abe-b034-8fc2c0ac5c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-5475f5d5-2bcd-4bb3-8e54-47ecc34416bd {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-5475f5d5-2bcd-4bb3-8e54-47ecc34416bd img.shogun-image {
    

    
    
    
  }


#s-5475f5d5-2bcd-4bb3-8e54-47ecc34416bd .shogun-image-content {
  
    align-items: center;
  
}

#s-4af94ce1-4aac-4ec9-bf83-5213b0d4deaa {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4af94ce1-4aac-4ec9-bf83-5213b0d4deaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4af94ce1-4aac-4ec9-bf83-5213b0d4deaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4af94ce1-4aac-4ec9-bf83-5213b0d4deaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4af94ce1-4aac-4ec9-bf83-5213b0d4deaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-754a73e3-d44f-4e00-b615-e09b53a264c9 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-754a73e3-d44f-4e00-b615-e09b53a264c9 img.shogun-image {
    

    
    
    
  }


#s-754a73e3-d44f-4e00-b615-e09b53a264c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-da71c3b7-06c9-4987-ab8e-6ae3e540f1bb {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-da71c3b7-06c9-4987-ab8e-6ae3e540f1bb img.shogun-image {
    

    
    
    
  }


#s-da71c3b7-06c9-4987-ab8e-6ae3e540f1bb .shogun-image-content {
  
    align-items: center;
  
}

#s-13df4873-27d5-48a1-8016-af23f7c28d47 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-13df4873-27d5-48a1-8016-af23f7c28d47"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13df4873-27d5-48a1-8016-af23f7c28d47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13df4873-27d5-48a1-8016-af23f7c28d47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13df4873-27d5-48a1-8016-af23f7c28d47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1fbb55f5-7147-49f6-a1c2-1560cdb42d2e {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-1fbb55f5-7147-49f6-a1c2-1560cdb42d2e img.shogun-image {
    

    
    
    
  }


#s-1fbb55f5-7147-49f6-a1c2-1560cdb42d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-85d43b28-315d-4bb3-a7ca-2fc0d1add399 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-85d43b28-315d-4bb3-a7ca-2fc0d1add399 img.shogun-image {
    

    
    
    
  }


#s-85d43b28-315d-4bb3-a7ca-2fc0d1add399 .shogun-image-content {
  
    align-items: center;
  
}

#s-196e0602-321f-440e-82b1-becebea1abf4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bda39ce2-04a9-4883-a571-104ddeab0d6d {
  min-height: 50px;
}








#s-bda39ce2-04a9-4883-a571-104ddeab0d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda39ce2-04a9-4883-a571-104ddeab0d6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20f11e35-a42b-4d78-9359-45ffcc426d0f {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-20f11e35-a42b-4d78-9359-45ffcc426d0f {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20f11e35-a42b-4d78-9359-45ffcc426d0f {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20f11e35-a42b-4d78-9359-45ffcc426d0f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-20f11e35-a42b-4d78-9359-45ffcc426d0f {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-20f11e35-a42b-4d78-9359-45ffcc426d0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20f11e35-a42b-4d78-9359-45ffcc426d0f.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-111e14ae-37d2-4772-8b2c-0e883664b1d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-111e14ae-37d2-4772-8b2c-0e883664b1d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-111e14ae-37d2-4772-8b2c-0e883664b1d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-111e14ae-37d2-4772-8b2c-0e883664b1d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-111e14ae-37d2-4772-8b2c-0e883664b1d3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d85e244e-571b-4e42-93a0-3899928009db {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d85e244e-571b-4e42-93a0-3899928009db {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-d85e244e-571b-4e42-93a0-3899928009db {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-3670cf3f-a7da-4311-ab30-d680bfd47f1b {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-3670cf3f-a7da-4311-ab30-d680bfd47f1b {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-3670cf3f-a7da-4311-ab30-d680bfd47f1b img.shogun-image {
    

    
    
    
  }


#s-3670cf3f-a7da-4311-ab30-d680bfd47f1b .shogun-image-content {
  
    align-items: center;
  
}

#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb19315b-8d93-4d99-bd7c-daa4ac997c50.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-24cfd766-682a-4332-bd8d-a701e32d7df6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24cfd766-682a-4332-bd8d-a701e32d7df6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24cfd766-682a-4332-bd8d-a701e32d7df6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24cfd766-682a-4332-bd8d-a701e32d7df6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a88dc1d-a161-4bde-b228-388009094f1a {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-7a88dc1d-a161-4bde-b228-388009094f1a {
  padding-bottom: 0%;
padding-right: 0%;
}
}






  #s-7a88dc1d-a161-4bde-b228-388009094f1a img.shogun-image {
    

    
    
    
  }


#s-7a88dc1d-a161-4bde-b228-388009094f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-81b01669-b6a3-44ac-a946-6e1c3df652d9 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-81b01669-b6a3-44ac-a946-6e1c3df652d9 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-81b01669-b6a3-44ac-a946-6e1c3df652d9 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-699d71d4-a1f3-4bc8-904f-647c3f558f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699d71d4-a1f3-4bc8-904f-647c3f558f75.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-8c7d6558-33e2-4b5e-84a8-57169cf2d8b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c7d6558-33e2-4b5e-84a8-57169cf2d8b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c7d6558-33e2-4b5e-84a8-57169cf2d8b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c7d6558-33e2-4b5e-84a8-57169cf2d8b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8c7d6558-33e2-4b5e-84a8-57169cf2d8b6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-11544cf4-8287-4389-9733-7faba10a7218 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-11544cf4-8287-4389-9733-7faba10a7218 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-11544cf4-8287-4389-9733-7faba10a7218 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-c9dc8627-379f-42f5-aa2a-7c975e37de3d {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-c9dc8627-379f-42f5-aa2a-7c975e37de3d {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-c9dc8627-379f-42f5-aa2a-7c975e37de3d img.shogun-image {
    

    
    
    
  }


#s-c9dc8627-379f-42f5-aa2a-7c975e37de3d .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe {
  min-height: 50px;
}
@media (max-width: 767px){#s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe {
  display: none;
}
#s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe, #wrap-s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe { display:none !important; }}







#s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1263ce-fefe-4254-9bf3-a6d87181b3fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d96c1257-a9e9-425f-b6e3-bbea78c7a2f5 {
  margin-top: 40px;
margin-bottom: 15px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-1cf1b4fe-587b-494e-bcb4-d1cd256aab93 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1cf1b4fe-587b-494e-bcb4-d1cd256aab93 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-1cf1b4fe-587b-494e-bcb4-d1cd256aab93 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1cf1b4fe-587b-494e-bcb4-d1cd256aab93 .shg-sld-nav-button.shg-sld-left,
#s-1cf1b4fe-587b-494e-bcb4-d1cd256aab93 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-40ca5271-58a1-41c3-a739-c5312cc2e121 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-40ca5271-58a1-41c3-a739-c5312cc2e121"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40ca5271-58a1-41c3-a739-c5312cc2e121"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-40ca5271-58a1-41c3-a739-c5312cc2e121"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-40ca5271-58a1-41c3-a739-c5312cc2e121"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6d0bfeb8-a542-43cc-ab7c-321b494353f6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6d0bfeb8-a542-43cc-ab7c-321b494353f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0bfeb8-a542-43cc-ab7c-321b494353f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef73621d-79ea-44cd-941a-4bef3c39c17f {
  text-align: center;
}







  #s-ef73621d-79ea-44cd-941a-4bef3c39c17f img.shogun-image {
    

    
    
    
  }


#s-ef73621d-79ea-44cd-941a-4bef3c39c17f .shogun-image-content {
  
    align-items: center;
  
}

#s-8734d865-d4a0-47af-8dbf-35086962f8cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8734d865-d4a0-47af-8dbf-35086962f8cc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-8734d865-d4a0-47af-8dbf-35086962f8cc .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-99a37370-ff46-4f73-a0dd-645d93be02f5 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-e5a681d5-da54-45b4-8b97-9cf82b574286 {
  min-height: 50px;
}








#s-e5a681d5-da54-45b4-8b97-9cf82b574286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a681d5-da54-45b4-8b97-9cf82b574286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5daf107f-4a24-41c1-b258-f47c3ced459a {
  text-align: center;
}







  #s-5daf107f-4a24-41c1-b258-f47c3ced459a img.shogun-image {
    

    
    
    
  }


#s-5daf107f-4a24-41c1-b258-f47c3ced459a .shogun-image-content {
  
    align-items: center;
  
}

#s-88811165-fab8-43bf-b793-7b98e0b8cdda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88811165-fab8-43bf-b793-7b98e0b8cdda .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-88811165-fab8-43bf-b793-7b98e0b8cdda .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-f76e3955-9467-453a-af10-fd5104727473 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-8068e38b-18c9-41c1-b9b1-346c6ca9f706 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8068e38b-18c9-41c1-b9b1-346c6ca9f706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8068e38b-18c9-41c1-b9b1-346c6ca9f706.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf95c8f5-ad16-4d12-8bac-8fd4c4e0107e {
  text-align: center;
}







  #s-bf95c8f5-ad16-4d12-8bac-8fd4c4e0107e img.shogun-image {
    

    
    
    
  }


#s-bf95c8f5-ad16-4d12-8bac-8fd4c4e0107e .shogun-image-content {
  
    align-items: center;
  
}

#s-b612463b-fc4c-4006-b2be-62b011c3a72c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b612463b-fc4c-4006-b2be-62b011c3a72c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-b612463b-fc4c-4006-b2be-62b011c3a72c .shogun-heading-component h4 a {
  color: #000;
}


#s-9b57429b-2311-4ef9-9055-c75e84cc156a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9b57429b-2311-4ef9-9055-c75e84cc156a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b57429b-2311-4ef9-9055-c75e84cc156a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-863a5572-65b6-4d72-a8cd-9e1fe7d7f4a3 {
  text-align: center;
}







  #s-863a5572-65b6-4d72-a8cd-9e1fe7d7f4a3 img.shogun-image {
    

    
    
    
  }


#s-863a5572-65b6-4d72-a8cd-9e1fe7d7f4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-972c85c0-a735-4149-b562-efdcfe801ba4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-972c85c0-a735-4149-b562-efdcfe801ba4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-972c85c0-a735-4149-b562-efdcfe801ba4 .shogun-heading-component h4 a {
  color: #000;
}


#s-a7b2c4fb-f471-400f-bc43-ccc45d9aa997 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a7b2c4fb-f471-400f-bc43-ccc45d9aa997"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7b2c4fb-f471-400f-bc43-ccc45d9aa997"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7b2c4fb-f471-400f-bc43-ccc45d9aa997"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7b2c4fb-f471-400f-bc43-ccc45d9aa997"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a24b3c02-ace8-4901-9838-017a391e3c7d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a24b3c02-ace8-4901-9838-017a391e3c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a24b3c02-ace8-4901-9838-017a391e3c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5715e93-01ca-4c08-b5b2-ad1410a9bfa3 {
  text-align: center;
}







  #s-b5715e93-01ca-4c08-b5b2-ad1410a9bfa3 img.shogun-image {
    

    
    
    
  }


#s-b5715e93-01ca-4c08-b5b2-ad1410a9bfa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad68f3d-314f-4b42-9708-a7f45d907dd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ad68f3d-314f-4b42-9708-a7f45d907dd8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-7ad68f3d-314f-4b42-9708-a7f45d907dd8 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-a0ad9cba-2bd7-4a8e-8b95-a17c81a5fbb0 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-f55cee0f-cbfb-492d-baae-d464a38f2a33 {
  min-height: 50px;
}








#s-f55cee0f-cbfb-492d-baae-d464a38f2a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f55cee0f-cbfb-492d-baae-d464a38f2a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f540c76-1cb9-4116-8bf4-b39bf59b8976 {
  text-align: center;
}







  #s-6f540c76-1cb9-4116-8bf4-b39bf59b8976 img.shogun-image {
    

    
    
    
  }


#s-6f540c76-1cb9-4116-8bf4-b39bf59b8976 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ec0d9a8-7a74-42de-996d-8112443c0b04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ec0d9a8-7a74-42de-996d-8112443c0b04 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-2ec0d9a8-7a74-42de-996d-8112443c0b04 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-6642cd68-6156-4e13-a75c-cf4a85f18379 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-58cb1066-3e1e-4714-812c-f0c3ebf85c2e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-58cb1066-3e1e-4714-812c-f0c3ebf85c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58cb1066-3e1e-4714-812c-f0c3ebf85c2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f259d412-48c8-41f8-b762-331c1778c6b1 {
  text-align: center;
}







  #s-f259d412-48c8-41f8-b762-331c1778c6b1 img.shogun-image {
    

    
    
    
  }


#s-f259d412-48c8-41f8-b762-331c1778c6b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c8c494-6f36-4740-855a-46fafd44cacc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07c8c494-6f36-4740-855a-46fafd44cacc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-07c8c494-6f36-4740-855a-46fafd44cacc .shogun-heading-component h4 a {
  color: #000;
}


#s-e1c1d641-fa53-4315-9deb-155e65a4e520 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e1c1d641-fa53-4315-9deb-155e65a4e520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1c1d641-fa53-4315-9deb-155e65a4e520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86bbeb2f-bb79-4fdb-94d7-20dcefb770bc {
  text-align: center;
}







  #s-86bbeb2f-bb79-4fdb-94d7-20dcefb770bc img.shogun-image {
    

    
    
    
  }


#s-86bbeb2f-bb79-4fdb-94d7-20dcefb770bc .shogun-image-content {
  
    align-items: center;
  
}

#s-d75d7ac3-3ed3-4248-9267-da54f0c53f17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d75d7ac3-3ed3-4248-9267-da54f0c53f17 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-d75d7ac3-3ed3-4248-9267-da54f0c53f17 .shogun-heading-component h4 a {
  color: #000;
}


#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 {
  display: none;
}
#s-aa805054-7f57-4ba6-bf0d-36604b1344a0, #wrap-s-aa805054-7f57-4ba6-bf0d-36604b1344a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 {
  display: none;
}
#s-aa805054-7f57-4ba6-bf0d-36604b1344a0, #wrap-s-aa805054-7f57-4ba6-bf0d-36604b1344a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 {
  display: none;
}
#s-aa805054-7f57-4ba6-bf0d-36604b1344a0, #wrap-s-aa805054-7f57-4ba6-bf0d-36604b1344a0 { display:none !important; }}@media (max-width: 767px){#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 {
  
}
}







#s-aa805054-7f57-4ba6-bf0d-36604b1344a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa805054-7f57-4ba6-bf0d-36604b1344a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4b75a81-3897-49d4-9f8e-15174a260697 {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-c6967770-a48a-4f33-8aa4-42ece5cb3b13 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c6967770-a48a-4f33-8aa4-42ece5cb3b13 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c6967770-a48a-4f33-8aa4-42ece5cb3b13 .shg-sld-nav-button.shg-sld-left,
#s-c6967770-a48a-4f33-8aa4-42ece5cb3b13 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8a44a7ff-9b0e-4925-8d7c-b0755d866adb {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8a44a7ff-9b0e-4925-8d7c-b0755d866adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a44a7ff-9b0e-4925-8d7c-b0755d866adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6237415c-e1d0-488b-84cb-22fff29eee11 {
  text-align: center;
}







  #s-6237415c-e1d0-488b-84cb-22fff29eee11 img.shogun-image {
    

    
    
    
  }


#s-6237415c-e1d0-488b-84cb-22fff29eee11 .shogun-image-content {
  
    align-items: center;
  
}

#s-7373c35c-a0f4-4562-997b-baa19763786d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7373c35c-a0f4-4562-997b-baa19763786d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-7373c35c-a0f4-4562-997b-baa19763786d .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-13225b7d-7e9a-425c-a0b4-f151bc662c00 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b166f1b6-bd55-4913-9f1d-cfb77c765ab8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b166f1b6-bd55-4913-9f1d-cfb77c765ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b166f1b6-bd55-4913-9f1d-cfb77c765ab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bacdd60d-6ab7-4cd0-b68b-d4e42026cc1e {
  text-align: center;
}







  #s-bacdd60d-6ab7-4cd0-b68b-d4e42026cc1e img.shogun-image {
    

    
    
    
  }


#s-bacdd60d-6ab7-4cd0-b68b-d4e42026cc1e .shogun-image-content {
  
    align-items: center;
  
}

#s-4c371b7e-6eae-497d-b7c7-365c71ed607a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c371b7e-6eae-497d-b7c7-365c71ed607a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-4c371b7e-6eae-497d-b7c7-365c71ed607a .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-84eaa17a-4ae5-4eb2-99d0-be00e9f88b25 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-d943e80b-127d-49ba-8292-e335a21b1b8c {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d943e80b-127d-49ba-8292-e335a21b1b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d943e80b-127d-49ba-8292-e335a21b1b8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62524529-5b30-4bd2-b553-92846e72dca8 {
  text-align: center;
}







  #s-62524529-5b30-4bd2-b553-92846e72dca8 img.shogun-image {
    

    
    
    
  }


#s-62524529-5b30-4bd2-b553-92846e72dca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5717087b-6584-4f77-9554-75dabb30f286 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5717087b-6584-4f77-9554-75dabb30f286 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-5717087b-6584-4f77-9554-75dabb30f286 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-53f611d9-b1d3-419e-8cc4-15943af64ff1 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-8b2f34e4-7e52-4cdb-8a9e-90d6d3aee702 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8b2f34e4-7e52-4cdb-8a9e-90d6d3aee702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2f34e4-7e52-4cdb-8a9e-90d6d3aee702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e99a7518-a1b5-4a8e-8985-f6f722e7f778 {
  text-align: center;
}







  #s-e99a7518-a1b5-4a8e-8985-f6f722e7f778 img.shogun-image {
    

    
    
    
  }


#s-e99a7518-a1b5-4a8e-8985-f6f722e7f778 .shogun-image-content {
  
    align-items: center;
  
}

#s-dab8c3fd-1559-4f88-85cc-c1ca0be5bd49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dab8c3fd-1559-4f88-85cc-c1ca0be5bd49 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-dab8c3fd-1559-4f88-85cc-c1ca0be5bd49 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-9d46a9ca-c114-4252-bf7f-0342bebc2ded {
  margin-top: 15px;
margin-bottom: 15px;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}