.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-a5db6e27-c4c3-4c79-b615-1ce277525a38 .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-44c50a05-1b12-46d6-9b00-a03f982c7b6a {
  min-height: 50px;
}
@media (max-width: 767px){#s-44c50a05-1b12-46d6-9b00-a03f982c7b6a {
  display: none;
}
#s-44c50a05-1b12-46d6-9b00-a03f982c7b6a, #wrap-s-44c50a05-1b12-46d6-9b00-a03f982c7b6a { display:none !important; }}







#s-44c50a05-1b12-46d6-9b00-a03f982c7b6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44c50a05-1b12-46d6-9b00-a03f982c7b6a.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-a29c4513-dedf-459f-a03d-55039d9753f3 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-a29c4513-dedf-459f-a03d-55039d9753f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a29c4513-dedf-459f-a03d-55039d9753f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a29c4513-dedf-459f-a03d-55039d9753f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a29c4513-dedf-459f-a03d-55039d9753f3"] > .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-4e8eddf2-5603-42ed-88b0-61c8707c40c9 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-4e8eddf2-5603-42ed-88b0-61c8707c40c9 img.shogun-image {
    

    
    
    
  }


#s-4e8eddf2-5603-42ed-88b0-61c8707c40c9 .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-3f3adeec-4e2b-45e6-a4f9-7fd2763fe5a4 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-3f3adeec-4e2b-45e6-a4f9-7fd2763fe5a4 img.shogun-image {
    

    
    
    
  }


#s-3f3adeec-4e2b-45e6-a4f9-7fd2763fe5a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f172fc5-1019-455c-8398-665ff8016e29 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-3f172fc5-1019-455c-8398-665ff8016e29 img.shogun-image {
    

    
    
    
  }


#s-3f172fc5-1019-455c-8398-665ff8016e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-56634fa2-c351-4761-b00d-2e4b8778593e {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-56634fa2-c351-4761-b00d-2e4b8778593e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-56634fa2-c351-4761-b00d-2e4b8778593e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56634fa2-c351-4761-b00d-2e4b8778593e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56634fa2-c351-4761-b00d-2e4b8778593e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-27ae55f2-dfce-400b-a7a6-e77a2bf6a911 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-27ae55f2-dfce-400b-a7a6-e77a2bf6a911 img.shogun-image {
    

    
    
    
  }


#s-27ae55f2-dfce-400b-a7a6-e77a2bf6a911 .shogun-image-content {
  
    align-items: center;
  
}

#s-32bc083b-b497-461b-9fc5-c72fe8d916bf {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-32bc083b-b497-461b-9fc5-c72fe8d916bf img.shogun-image {
    

    
    
    
  }


#s-32bc083b-b497-461b-9fc5-c72fe8d916bf .shogun-image-content {
  
    align-items: center;
  
}

#s-c4176222-d0c6-44f0-b047-6b852d9d8de9 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-c4176222-d0c6-44f0-b047-6b852d9d8de9 img.shogun-image {
    

    
    
    
  }


#s-c4176222-d0c6-44f0-b047-6b852d9d8de9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0df2c41-88c4-4221-92bb-7543c24da092 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f0df2c41-88c4-4221-92bb-7543c24da092 {
  display: none;
}
#s-f0df2c41-88c4-4221-92bb-7543c24da092, #wrap-s-f0df2c41-88c4-4221-92bb-7543c24da092 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0df2c41-88c4-4221-92bb-7543c24da092 {
  display: none;
}
#s-f0df2c41-88c4-4221-92bb-7543c24da092, #wrap-s-f0df2c41-88c4-4221-92bb-7543c24da092 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0df2c41-88c4-4221-92bb-7543c24da092 {
  display: none;
}
#s-f0df2c41-88c4-4221-92bb-7543c24da092, #wrap-s-f0df2c41-88c4-4221-92bb-7543c24da092 { display:none !important; }}@media (max-width: 767px){#s-f0df2c41-88c4-4221-92bb-7543c24da092 {
  
}
}







#s-f0df2c41-88c4-4221-92bb-7543c24da092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0df2c41-88c4-4221-92bb-7543c24da092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ca98c7-b97c-4da3-aab6-533d821f4b4b {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d2ca98c7-b97c-4da3-aab6-533d821f4b4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2ca98c7-b97c-4da3-aab6-533d821f4b4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2ca98c7-b97c-4da3-aab6-533d821f4b4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2ca98c7-b97c-4da3-aab6-533d821f4b4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2304ab44-398e-4158-be9e-c7fe64f106d7 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-2304ab44-398e-4158-be9e-c7fe64f106d7 img.shogun-image {
    

    
    
    
  }


#s-2304ab44-398e-4158-be9e-c7fe64f106d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f7e8de8-de0b-4a95-bd01-d6ba678b1810 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-2f7e8de8-de0b-4a95-bd01-d6ba678b1810 img.shogun-image {
    

    
    
    
  }


#s-2f7e8de8-de0b-4a95-bd01-d6ba678b1810 .shogun-image-content {
  
    align-items: center;
  
}

#s-d404be4d-bb2c-4f80-8bfc-471f19c52342 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d404be4d-bb2c-4f80-8bfc-471f19c52342"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d404be4d-bb2c-4f80-8bfc-471f19c52342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d404be4d-bb2c-4f80-8bfc-471f19c52342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d404be4d-bb2c-4f80-8bfc-471f19c52342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1239132c-f112-4ec2-8caa-6a314a6b89d8 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-1239132c-f112-4ec2-8caa-6a314a6b89d8 img.shogun-image {
    

    
    
    
  }


#s-1239132c-f112-4ec2-8caa-6a314a6b89d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f96e535-8f77-4531-a233-efb91eb4cfe2 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-8f96e535-8f77-4531-a233-efb91eb4cfe2 img.shogun-image {
    

    
    
    
  }


#s-8f96e535-8f77-4531-a233-efb91eb4cfe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8125defa-4c49-45ba-b30b-18a230cde4e3 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-8125defa-4c49-45ba-b30b-18a230cde4e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8125defa-4c49-45ba-b30b-18a230cde4e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8125defa-4c49-45ba-b30b-18a230cde4e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8125defa-4c49-45ba-b30b-18a230cde4e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ffcce957-7c1c-42fd-8d89-ef1b708c1744 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-ffcce957-7c1c-42fd-8d89-ef1b708c1744 img.shogun-image {
    

    
    
    
  }


#s-ffcce957-7c1c-42fd-8d89-ef1b708c1744 .shogun-image-content {
  
    align-items: center;
  
}

#s-c66d8bdc-7325-4add-a0a2-aa5a0b1c3431 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-c66d8bdc-7325-4add-a0a2-aa5a0b1c3431 img.shogun-image {
    

    
    
    
  }


#s-c66d8bdc-7325-4add-a0a2-aa5a0b1c3431 .shogun-image-content {
  
    align-items: center;
  
}

#s-3277d426-f759-4d83-965c-dfee14c72268 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-305ce6c7-7c79-4f8a-bee8-18cc13974ca6 {
  min-height: 50px;
}








#s-305ce6c7-7c79-4f8a-bee8-18cc13974ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-305ce6c7-7c79-4f8a-bee8-18cc13974ca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cd25711-2ca7-4a7c-a4c7-7f155ff6370d.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-2d472e41-4fae-4324-b01a-badd80723a3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d472e41-4fae-4324-b01a-badd80723a3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d472e41-4fae-4324-b01a-badd80723a3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d472e41-4fae-4324-b01a-badd80723a3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2d472e41-4fae-4324-b01a-badd80723a3f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f391eaae-d5b6-4ba2-bda9-26cf34c80e52 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f391eaae-d5b6-4ba2-bda9-26cf34c80e52 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-f391eaae-d5b6-4ba2-bda9-26cf34c80e52 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-1305ae82-4e1c-4a83-99a0-812fec4130b7 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-1305ae82-4e1c-4a83-99a0-812fec4130b7 {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-1305ae82-4e1c-4a83-99a0-812fec4130b7 img.shogun-image {
    

    
    
    
  }


#s-1305ae82-4e1c-4a83-99a0-812fec4130b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d5f3bf5-3451-4940-bd5a-3219cb63a5c9.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-8fe3fa56-feb5-447f-bf04-879aa7e72308"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fe3fa56-feb5-447f-bf04-879aa7e72308"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fe3fa56-feb5-447f-bf04-879aa7e72308"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fe3fa56-feb5-447f-bf04-879aa7e72308"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e09ac092-9a01-42fd-8593-97919ae5add2 {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-e09ac092-9a01-42fd-8593-97919ae5add2 {
  padding-bottom: 0%;
padding-right: 0%;
}
}






  #s-e09ac092-9a01-42fd-8593-97919ae5add2 img.shogun-image {
    

    
    
    
  }


#s-e09ac092-9a01-42fd-8593-97919ae5add2 .shogun-image-content {
  
    align-items: center;
  
}

#s-560dc2ca-55d8-43c6-9687-b20b30047656 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-560dc2ca-55d8-43c6-9687-b20b30047656 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-560dc2ca-55d8-43c6-9687-b20b30047656 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e3f565-7b23-4fc5-a136-0ef0794ab65b.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-33c5a442-a6f3-48fb-aa1d-b8e6875b33a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33c5a442-a6f3-48fb-aa1d-b8e6875b33a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33c5a442-a6f3-48fb-aa1d-b8e6875b33a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33c5a442-a6f3-48fb-aa1d-b8e6875b33a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-33c5a442-a6f3-48fb-aa1d-b8e6875b33a0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4dabafdf-8ba6-49f1-b438-f08c8ce06218 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dabafdf-8ba6-49f1-b438-f08c8ce06218 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-4dabafdf-8ba6-49f1-b438-f08c8ce06218 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-eb2d0a23-3111-4574-be2a-8c8edd93d756 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-eb2d0a23-3111-4574-be2a-8c8edd93d756 {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-eb2d0a23-3111-4574-be2a-8c8edd93d756 img.shogun-image {
    

    
    
    
  }


#s-eb2d0a23-3111-4574-be2a-8c8edd93d756 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ca27184-7c92-42b0-863e-f5373de5e738 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9ca27184-7c92-42b0-863e-f5373de5e738 {
  display: none;
}
#s-9ca27184-7c92-42b0-863e-f5373de5e738, #wrap-s-9ca27184-7c92-42b0-863e-f5373de5e738 { display:none !important; }}







#s-9ca27184-7c92-42b0-863e-f5373de5e738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca27184-7c92-42b0-863e-f5373de5e738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba42dae4-c032-4644-ab60-02d763545b3b {
  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-ca037f2f-d3d7-40b0-83c7-5ab779ac77c5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-ca037f2f-d3d7-40b0-83c7-5ab779ac77c5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-ca037f2f-d3d7-40b0-83c7-5ab779ac77c5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ca037f2f-d3d7-40b0-83c7-5ab779ac77c5 .shg-sld-nav-button.shg-sld-left,
#s-ca037f2f-d3d7-40b0-83c7-5ab779ac77c5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6d0ade75-27b3-493e-bbf9-a63bd28c23cf {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-6d0ade75-27b3-493e-bbf9-a63bd28c23cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d0ade75-27b3-493e-bbf9-a63bd28c23cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6d0ade75-27b3-493e-bbf9-a63bd28c23cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d0ade75-27b3-493e-bbf9-a63bd28c23cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-13469268-1068-41ac-82ea-9cd82da967f1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-13469268-1068-41ac-82ea-9cd82da967f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13469268-1068-41ac-82ea-9cd82da967f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff896f3e-703e-42a0-87ce-048594e0da2d {
  text-align: center;
}







  #s-ff896f3e-703e-42a0-87ce-048594e0da2d img.shogun-image {
    

    
    
    
  }


#s-ff896f3e-703e-42a0-87ce-048594e0da2d .shogun-image-content {
  
    align-items: center;
  
}

#s-711c7bf4-7996-42f1-8fe2-8d86a0611cf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-711c7bf4-7996-42f1-8fe2-8d86a0611cf9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-711c7bf4-7996-42f1-8fe2-8d86a0611cf9 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-3caaa0f3-ab38-4064-af10-517a193a121b {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-fbdfab7e-2aa5-4e12-859e-f5ee56a779a1 {
  min-height: 50px;
}








#s-fbdfab7e-2aa5-4e12-859e-f5ee56a779a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbdfab7e-2aa5-4e12-859e-f5ee56a779a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ef3bbdc-849f-49c3-8ed3-f818ffdd2419 {
  text-align: center;
}







  #s-8ef3bbdc-849f-49c3-8ed3-f818ffdd2419 img.shogun-image {
    

    
    
    
  }


#s-8ef3bbdc-849f-49c3-8ed3-f818ffdd2419 .shogun-image-content {
  
    align-items: center;
  
}

#s-80016c82-df4b-4d6f-9e8c-c5fbcede8d36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80016c82-df4b-4d6f-9e8c-c5fbcede8d36 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-80016c82-df4b-4d6f-9e8c-c5fbcede8d36 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-5dddafa8-fc64-41cd-a6af-1cb3cca6a805 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-723de528-809a-44fd-9549-37fc4d23faf1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-723de528-809a-44fd-9549-37fc4d23faf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723de528-809a-44fd-9549-37fc4d23faf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74f21041-01b8-4959-b63e-72c20ea734f5 {
  text-align: center;
}







  #s-74f21041-01b8-4959-b63e-72c20ea734f5 img.shogun-image {
    

    
    
    
  }


#s-74f21041-01b8-4959-b63e-72c20ea734f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-34d7acf1-b5ee-449a-956f-07322feb7ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34d7acf1-b5ee-449a-956f-07322feb7ef9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-34d7acf1-b5ee-449a-956f-07322feb7ef9 .shogun-heading-component h4 a {
  color: #000;
}


#s-bcd1a7d8-2557-4238-bda4-110586e5a9c2 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-bcd1a7d8-2557-4238-bda4-110586e5a9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcd1a7d8-2557-4238-bda4-110586e5a9c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82c410c0-b786-4058-ba25-9983ff531401 {
  text-align: center;
}







  #s-82c410c0-b786-4058-ba25-9983ff531401 img.shogun-image {
    

    
    
    
  }


#s-82c410c0-b786-4058-ba25-9983ff531401 .shogun-image-content {
  
    align-items: center;
  
}

#s-005c1992-d741-4a43-bed1-4afc07c33834 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-005c1992-d741-4a43-bed1-4afc07c33834 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-005c1992-d741-4a43-bed1-4afc07c33834 .shogun-heading-component h4 a {
  color: #000;
}


#s-584e389a-c2ca-47ff-b165-b5a8ebc365a7 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-584e389a-c2ca-47ff-b165-b5a8ebc365a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-584e389a-c2ca-47ff-b165-b5a8ebc365a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-584e389a-c2ca-47ff-b165-b5a8ebc365a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-584e389a-c2ca-47ff-b165-b5a8ebc365a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a99ea879-b562-4ec2-b00c-2ba458f48f9e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a99ea879-b562-4ec2-b00c-2ba458f48f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a99ea879-b562-4ec2-b00c-2ba458f48f9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2586672b-6686-49e1-8131-7c02d6c33cab {
  text-align: center;
}







  #s-2586672b-6686-49e1-8131-7c02d6c33cab img.shogun-image {
    

    
    
    
  }


#s-2586672b-6686-49e1-8131-7c02d6c33cab .shogun-image-content {
  
    align-items: center;
  
}

#s-33fba143-6484-4731-b71b-2d3c43938d1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-33fba143-6484-4731-b71b-2d3c43938d1b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-33fba143-6484-4731-b71b-2d3c43938d1b .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-0c37aed0-d9d0-4b7f-a963-f752f08178b3 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-49100186-79bd-40c0-92d3-cf65770044f8 {
  min-height: 50px;
}








#s-49100186-79bd-40c0-92d3-cf65770044f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49100186-79bd-40c0-92d3-cf65770044f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4b0be98-293b-4506-9539-70681dcd14d4 {
  text-align: center;
}







  #s-b4b0be98-293b-4506-9539-70681dcd14d4 img.shogun-image {
    

    
    
    
  }


#s-b4b0be98-293b-4506-9539-70681dcd14d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7676db1a-3f34-447c-bcec-9187f9970c64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7676db1a-3f34-447c-bcec-9187f9970c64 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-7676db1a-3f34-447c-bcec-9187f9970c64 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-36d84bd6-56ad-430b-8281-a99342dd4b17 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-d948b942-92bc-42f2-bfcc-599d16e80ca8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d948b942-92bc-42f2-bfcc-599d16e80ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d948b942-92bc-42f2-bfcc-599d16e80ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1612ca34-8a34-4cc6-8aa7-e1d50c7a15fe {
  text-align: center;
}







  #s-1612ca34-8a34-4cc6-8aa7-e1d50c7a15fe img.shogun-image {
    

    
    
    
  }


#s-1612ca34-8a34-4cc6-8aa7-e1d50c7a15fe .shogun-image-content {
  
    align-items: center;
  
}

#s-b2c2f278-876d-4933-ac20-78223b45e7b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2c2f278-876d-4933-ac20-78223b45e7b3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-b2c2f278-876d-4933-ac20-78223b45e7b3 .shogun-heading-component h4 a {
  color: #000;
}


#s-8422a6cf-ec73-4e3e-87f2-eb520e78ff15 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-8422a6cf-ec73-4e3e-87f2-eb520e78ff15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8422a6cf-ec73-4e3e-87f2-eb520e78ff15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71b4c905-fdb0-4ac3-919e-ddc39b69ad98 {
  text-align: center;
}







  #s-71b4c905-fdb0-4ac3-919e-ddc39b69ad98 img.shogun-image {
    

    
    
    
  }


#s-71b4c905-fdb0-4ac3-919e-ddc39b69ad98 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8b8a768-4636-41f0-a4da-81e08cf11b05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8b8a768-4636-41f0-a4da-81e08cf11b05 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-f8b8a768-4636-41f0-a4da-81e08cf11b05 .shogun-heading-component h4 a {
  color: #000;
}


#s-7fc371f2-e166-4531-98e5-f802c17b8e3f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7fc371f2-e166-4531-98e5-f802c17b8e3f {
  display: none;
}
#s-7fc371f2-e166-4531-98e5-f802c17b8e3f, #wrap-s-7fc371f2-e166-4531-98e5-f802c17b8e3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fc371f2-e166-4531-98e5-f802c17b8e3f {
  display: none;
}
#s-7fc371f2-e166-4531-98e5-f802c17b8e3f, #wrap-s-7fc371f2-e166-4531-98e5-f802c17b8e3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fc371f2-e166-4531-98e5-f802c17b8e3f {
  display: none;
}
#s-7fc371f2-e166-4531-98e5-f802c17b8e3f, #wrap-s-7fc371f2-e166-4531-98e5-f802c17b8e3f { display:none !important; }}@media (max-width: 767px){#s-7fc371f2-e166-4531-98e5-f802c17b8e3f {
  
}
}







#s-7fc371f2-e166-4531-98e5-f802c17b8e3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc371f2-e166-4531-98e5-f802c17b8e3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-924c0fc5-468d-4209-80fb-7dd1602384f5 {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-00c17377-7b9b-4d47-9046-1b58c05061a1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-00c17377-7b9b-4d47-9046-1b58c05061a1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-00c17377-7b9b-4d47-9046-1b58c05061a1 .shg-sld-nav-button.shg-sld-left,
#s-00c17377-7b9b-4d47-9046-1b58c05061a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-58b4d959-c720-4219-bc45-14ee2ff2c5e6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-58b4d959-c720-4219-bc45-14ee2ff2c5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58b4d959-c720-4219-bc45-14ee2ff2c5e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b916101-4b4d-4878-ae2b-79a575a01d8b {
  text-align: center;
}







  #s-2b916101-4b4d-4878-ae2b-79a575a01d8b img.shogun-image {
    

    
    
    
  }


#s-2b916101-4b4d-4878-ae2b-79a575a01d8b .shogun-image-content {
  
    align-items: center;
  
}

#s-7010f86d-5ff1-4938-85a0-2893163746a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7010f86d-5ff1-4938-85a0-2893163746a9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-7010f86d-5ff1-4938-85a0-2893163746a9 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-245ece73-bde5-4a1c-ba12-4de037c2ee19 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-591a899b-7680-4e85-b6ca-638f06b481bf {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-591a899b-7680-4e85-b6ca-638f06b481bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-591a899b-7680-4e85-b6ca-638f06b481bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-185ac3b7-7271-4a7f-b7a2-e5c30a49f4f3 {
  text-align: center;
}







  #s-185ac3b7-7271-4a7f-b7a2-e5c30a49f4f3 img.shogun-image {
    

    
    
    
  }


#s-185ac3b7-7271-4a7f-b7a2-e5c30a49f4f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b61decf-e171-471a-a6ae-161712d10641 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b61decf-e171-471a-a6ae-161712d10641 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-8b61decf-e171-471a-a6ae-161712d10641 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-3f7460ad-0834-4c06-aedd-ca0d13e10518 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-cac4aa5c-8314-4567-8b26-e757e2f58e06 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-cac4aa5c-8314-4567-8b26-e757e2f58e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cac4aa5c-8314-4567-8b26-e757e2f58e06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da496d9d-3317-4e70-bde3-6ae338ae9930 {
  text-align: center;
}







  #s-da496d9d-3317-4e70-bde3-6ae338ae9930 img.shogun-image {
    

    
    
    
  }


#s-da496d9d-3317-4e70-bde3-6ae338ae9930 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac6ccc2e-1504-4b5c-8248-fdaf5331f381 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac6ccc2e-1504-4b5c-8248-fdaf5331f381 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-ac6ccc2e-1504-4b5c-8248-fdaf5331f381 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-628d1511-b4c5-497f-a9a9-f0930f21fb82 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-6996a5bf-cdf8-4fde-bbe8-982c8653ad34 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6996a5bf-cdf8-4fde-bbe8-982c8653ad34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6996a5bf-cdf8-4fde-bbe8-982c8653ad34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1b6c8cb-4a71-4d40-bd46-54157f1b5175 {
  text-align: center;
}







  #s-a1b6c8cb-4a71-4d40-bd46-54157f1b5175 img.shogun-image {
    

    
    
    
  }


#s-a1b6c8cb-4a71-4d40-bd46-54157f1b5175 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dee3286-cb72-4285-81bb-0be1ea32d19f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6dee3286-cb72-4285-81bb-0be1ea32d19f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-6dee3286-cb72-4285-81bb-0be1ea32d19f .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-9dbe3db1-164c-47b2-ba83-ad57c4896540 {
  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}