.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-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 {
  display: none;
}
#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5, #wrap-s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 {
  display: none;
}
#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5, #wrap-s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 {
  display: none;
}
#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5, #wrap-s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 { display:none !important; }}@media (max-width: 767px){#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 {
  display: none;
}
#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5, #wrap-s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 { display:none !important; }}







#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201914d3-ba9e-4ccc-bdf8-657dbd4bdde5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::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: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-f9537653-fce8-4823-9f4d-80e546463fdb {
  display: none;
}
#s-f9537653-fce8-4823-9f4d-80e546463fdb, #wrap-s-f9537653-fce8-4823-9f4d-80e546463fdb { display:none !important; }}@media (max-width: 767px){#s-f9537653-fce8-4823-9f4d-80e546463fdb {
  display: none;
}
#s-f9537653-fce8-4823-9f4d-80e546463fdb, #wrap-s-f9537653-fce8-4823-9f4d-80e546463fdb { display:none !important; }}
#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 {
  min-height: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 {
  display: none;
}
#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421, #wrap-s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 { display:none !important; }}@media (max-width: 767px){#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 {
  display: none;
}
#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421, #wrap-s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 { display:none !important; }}







#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0915fa89-3b19-4a56-bf2a-d83b0db8f421.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;
}

@media (min-width: 768px) and (max-width: 991px){#s-d2e8c19a-e984-41da-8761-afbca4b4b996 {
  display: none;
}
#s-d2e8c19a-e984-41da-8761-afbca4b4b996, #wrap-s-d2e8c19a-e984-41da-8761-afbca4b4b996 { display:none !important; }}@media (max-width: 767px){#s-d2e8c19a-e984-41da-8761-afbca4b4b996 {
  display: none;
}
#s-d2e8c19a-e984-41da-8761-afbca4b4b996, #wrap-s-d2e8c19a-e984-41da-8761-afbca4b4b996 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2e8c19a-e984-41da-8761-afbca4b4b996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.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-092bf47e-7cd9-4be8-a512-30c150c563fa {
  margin-top: 9px;
margin-left: 21px;
margin-bottom: 6px;
margin-right: 23px;
text-align: left;
}







  #s-092bf47e-7cd9-4be8-a512-30c150c563fa img.shogun-image {
    

    
    
    
  }


#s-092bf47e-7cd9-4be8-a512-30c150c563fa .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0fd65c-d3c9-4ed5-8858-10d9cfabf608 {
  margin-top: 3px;
margin-left: 8px;
margin-bottom: 5px;
margin-right: 184px;
text-align: center;
}







  #s-5e0fd65c-d3c9-4ed5-8858-10d9cfabf608 img.shogun-image {
    

    
    
    
  }


#s-5e0fd65c-d3c9-4ed5-8858-10d9cfabf608 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 {
  display: none;
}
#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9, #wrap-s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 {
  display: none;
}
#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9, #wrap-s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 { display:none !important; }}







#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebec08ef-7044-46f3-acc5-b61dd4596cd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f {
  display: none;
}
#s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f, #wrap-s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f { display:none !important; }}@media (max-width: 767px){#s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f {
  display: none;
}
#s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f, #wrap-s-05c38a31-be94-4f1d-adad-3f7d0c5f8a1f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-337cf05d-2d73-4b0d-80c5-86c14400e1af {
  display: none;
}
#s-337cf05d-2d73-4b0d-80c5-86c14400e1af, #wrap-s-337cf05d-2d73-4b0d-80c5-86c14400e1af { display:none !important; }}@media (max-width: 767px){#s-337cf05d-2d73-4b0d-80c5-86c14400e1af {
  display: none;
}
#s-337cf05d-2d73-4b0d-80c5-86c14400e1af, #wrap-s-337cf05d-2d73-4b0d-80c5-86c14400e1af { display:none !important; }}
@media (min-width: 0px) {
[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-337cf05d-2d73-4b0d-80c5-86c14400e1af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9179893d-712c-4a02-b681-ee94a3137ecf {
  margin-top: 9px;
margin-left: 21px;
margin-bottom: 6px;
margin-right: 23px;
text-align: left;
}







  #s-9179893d-712c-4a02-b681-ee94a3137ecf img.shogun-image {
    

    
    
    
  }


#s-9179893d-712c-4a02-b681-ee94a3137ecf .shogun-image-content {
  
    align-items: center;
  
}

#s-822533fc-a741-4d3f-8f51-93ac6aac641e {
  margin-top: 3px;
margin-left: 8px;
margin-bottom: 5px;
margin-right: 184px;
text-align: center;
}







  #s-822533fc-a741-4d3f-8f51-93ac6aac641e img.shogun-image {
    

    
    
    
  }


#s-822533fc-a741-4d3f-8f51-93ac6aac641e .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ec0b4d-218e-43cd-9358-6b661652fadb {
  min-height: 15px;
}








#s-b3ec0b4d-218e-43cd-9358-6b661652fadb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ec0b4d-218e-43cd-9358-6b661652fadb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-f208ff88-a1aa-4ff6-907e-c4af36046f41 {
  display: none;
}
#s-f208ff88-a1aa-4ff6-907e-c4af36046f41, #wrap-s-f208ff88-a1aa-4ff6-907e-c4af36046f41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f208ff88-a1aa-4ff6-907e-c4af36046f41 {
  display: none;
}
#s-f208ff88-a1aa-4ff6-907e-c4af36046f41, #wrap-s-f208ff88-a1aa-4ff6-907e-c4af36046f41 { display:none !important; }}
#s-1b8bdf5d-98d6-4b5e-8f7a-b1a9d327dd7c {
  min-height: 50px;
}








#s-1b8bdf5d-98d6-4b5e-8f7a-b1a9d327dd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8bdf5d-98d6-4b5e-8f7a-b1a9d327dd7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9333644a-2424-48ae-81d3-fca371a87ee1 {
  display: none;
}
#s-9333644a-2424-48ae-81d3-fca371a87ee1, #wrap-s-9333644a-2424-48ae-81d3-fca371a87ee1 { display:none !important; }}@media (max-width: 767px){#s-9333644a-2424-48ae-81d3-fca371a87ee1 {
  display: none;
}
#s-9333644a-2424-48ae-81d3-fca371a87ee1, #wrap-s-9333644a-2424-48ae-81d3-fca371a87ee1 { display:none !important; }}
#s-41c4f635-7384-4371-a557-9e1ce87c6b1d {
  min-height: 15px;
}








#s-41c4f635-7384-4371-a557-9e1ce87c6b1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41c4f635-7384-4371-a557-9e1ce87c6b1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e70711d5-626e-48ee-ac08-63043c3e9a03 {
  min-height: 300px;
background-color: rgba(56, 68, 49, 1);
}
@media (min-width: 1200px){#s-e70711d5-626e-48ee-ac08-63043c3e9a03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e70711d5-626e-48ee-ac08-63043c3e9a03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e70711d5-626e-48ee-ac08-63043c3e9a03 {
  display: none;
}
#s-e70711d5-626e-48ee-ac08-63043c3e9a03, #wrap-s-e70711d5-626e-48ee-ac08-63043c3e9a03 { display:none !important; }}@media (max-width: 767px){#s-e70711d5-626e-48ee-ac08-63043c3e9a03 {
  display: none;
}
#s-e70711d5-626e-48ee-ac08-63043c3e9a03, #wrap-s-e70711d5-626e-48ee-ac08-63043c3e9a03 { display:none !important; }}







#s-e70711d5-626e-48ee-ac08-63043c3e9a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70711d5-626e-48ee-ac08-63043c3e9a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ac25750-5b8f-43c4-bb60-f14c8002dbfc {
  margin-left: 31%;
margin-right: 31%;
}

@media (min-width: 0px) {
[id="s-5ac25750-5b8f-43c4-bb60-f14c8002dbfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ac25750-5b8f-43c4-bb60-f14c8002dbfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.5px);
}

}

@media (min-width: 992px) {
[id="s-5ac25750-5b8f-43c4-bb60-f14c8002dbfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ac25750-5b8f-43c4-bb60-f14c8002dbfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.5px);
}

}

#s-26b0b20a-cc78-42e9-84f4-6efdfea6ca65 {
  margin-top: 0px;
margin-left: 62%;
margin-bottom: 0px;
margin-right: 0%;
text-align: right;
}







  #s-26b0b20a-cc78-42e9-84f4-6efdfea6ca65 img.shogun-image {
    

    
    
    
  }


#s-26b0b20a-cc78-42e9-84f4-6efdfea6ca65 .shogun-image-content {
  
    align-items: center;
  
}

#s-d60914c8-0c0a-482f-aa66-8c5495725844 {
  margin-top: 1px;
margin-bottom: 1px;
}

#s-c74449a6-5fda-4f7f-a804-53872d757d91 {
  min-height: 300px;
background-color: rgba(56, 68, 49, 1);
}
@media (min-width: 1200px){#s-c74449a6-5fda-4f7f-a804-53872d757d91 {
  display: none;
}
#s-c74449a6-5fda-4f7f-a804-53872d757d91, #wrap-s-c74449a6-5fda-4f7f-a804-53872d757d91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c74449a6-5fda-4f7f-a804-53872d757d91 {
  display: none;
}
#s-c74449a6-5fda-4f7f-a804-53872d757d91, #wrap-s-c74449a6-5fda-4f7f-a804-53872d757d91 { display:none !important; }}







#s-c74449a6-5fda-4f7f-a804-53872d757d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c74449a6-5fda-4f7f-a804-53872d757d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f48db0d-835f-4a51-add2-4ff5435ee82d {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9f48db0d-835f-4a51-add2-4ff5435ee82d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 768px) {
[id="s-9f48db0d-835f-4a51-add2-4ff5435ee82d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-9f48db0d-835f-4a51-add2-4ff5435ee82d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f48db0d-835f-4a51-add2-4ff5435ee82d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

}

#s-c2bbb2b6-b33e-4252-a7f6-6d05d71ede47 {
  margin-top: 0px;
margin-left: 19%;
margin-bottom: 0px;
margin-right: 0%;
text-align: right;
}







  #s-c2bbb2b6-b33e-4252-a7f6-6d05d71ede47 img.shogun-image {
    

    
    
    
  }


#s-c2bbb2b6-b33e-4252-a7f6-6d05d71ede47 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28e7a18-030c-4166-b262-cbc9df9816a1 {
  margin-top: 1px;
margin-bottom: 1px;
}

#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc {
  display: none;
}
#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc, #wrap-s-92640647-1bf4-43f1-b3e0-a78dc5d900bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc {
  display: none;
}
#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc, #wrap-s-92640647-1bf4-43f1-b3e0-a78dc5d900bc { display:none !important; }}@media (max-width: 767px){#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc {
  display: none;
}
#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc, #wrap-s-92640647-1bf4-43f1-b3e0-a78dc5d900bc { display:none !important; }}







#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92640647-1bf4-43f1-b3e0-a78dc5d900bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cb68089-9b22-4ee8-b90c-1b2522e72542 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cb68089-9b22-4ee8-b90c-1b2522e72542 {
  display: none;
}
#s-3cb68089-9b22-4ee8-b90c-1b2522e72542, #wrap-s-3cb68089-9b22-4ee8-b90c-1b2522e72542 { display:none !important; }}@media (max-width: 767px){#s-3cb68089-9b22-4ee8-b90c-1b2522e72542 {
  display: none;
}
#s-3cb68089-9b22-4ee8-b90c-1b2522e72542, #wrap-s-3cb68089-9b22-4ee8-b90c-1b2522e72542 { display:none !important; }}







#s-3cb68089-9b22-4ee8-b90c-1b2522e72542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb68089-9b22-4ee8-b90c-1b2522e72542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32fac9de-9ab0-4db5-9514-38211b966f97 {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-32fac9de-9ab0-4db5-9514-38211b966f97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32fac9de-9ab0-4db5-9514-38211b966f97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32fac9de-9ab0-4db5-9514-38211b966f97 {
  display: none;
}
#s-32fac9de-9ab0-4db5-9514-38211b966f97, #wrap-s-32fac9de-9ab0-4db5-9514-38211b966f97 { display:none !important; }}@media (max-width: 767px){#s-32fac9de-9ab0-4db5-9514-38211b966f97 {
  display: none;
}
#s-32fac9de-9ab0-4db5-9514-38211b966f97, #wrap-s-32fac9de-9ab0-4db5-9514-38211b966f97 { display:none !important; }}
@media (min-width: 0px) {
[id="s-32fac9de-9ab0-4db5-9514-38211b966f97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-32fac9de-9ab0-4db5-9514-38211b966f97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-32fac9de-9ab0-4db5-9514-38211b966f97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-32fac9de-9ab0-4db5-9514-38211b966f97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c388fa8b-a6ed-4a5a-b14f-6c0857e5ff6f {
  margin-top: 35px;
margin-left: 100px;
margin-bottom: 9px;
margin-right: 100px;
text-align: center;
}







  #s-c388fa8b-a6ed-4a5a-b14f-6c0857e5ff6f img.shogun-image {
    

    
    
    
  }


#s-c388fa8b-a6ed-4a5a-b14f-6c0857e5ff6f .shogun-image-content {
  
    align-items: center;
  
}

#s-6763c620-4138-4857-8a0b-8a665fa072c0 {
  margin-top: 26px;
margin-left: 100px;
margin-bottom: 26px;
margin-right: 100px;
text-align: center;
}







  #s-6763c620-4138-4857-8a0b-8a665fa072c0 img.shogun-image {
    

    
    
    
  }


#s-6763c620-4138-4857-8a0b-8a665fa072c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9b0d02-cdd3-431e-ab74-2e7ca2c0f77f {
  margin-top: -18px;
}

#s-29f0803f-7e26-40ea-9715-f55415f109ed {
  margin-top: 39px;
margin-left: 100px;
margin-bottom: 39px;
margin-right: 100px;
text-align: center;
}







  #s-29f0803f-7e26-40ea-9715-f55415f109ed img.shogun-image {
    

    
    
    
  }


#s-29f0803f-7e26-40ea-9715-f55415f109ed .shogun-image-content {
  
    align-items: center;
  
}

#s-3df3b9cc-b7a3-4269-b6db-39384ea4800f {
  margin-top: -20px;
}

#s-aa51e925-0deb-47f9-94e8-05f85d59cfaa {
  margin-top: 34px;
margin-left: 105px;
margin-bottom: 34px;
margin-right: 105px;
text-align: center;
}







  #s-aa51e925-0deb-47f9-94e8-05f85d59cfaa img.shogun-image {
    

    
    
    
  }


#s-aa51e925-0deb-47f9-94e8-05f85d59cfaa .shogun-image-content {
  
    align-items: center;
  
}

#s-546a093a-c3d4-41e6-ac55-bbfea9079ae2 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-d84b93a8-b156-488f-bfe9-29a1e6695e84 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d84b93a8-b156-488f-bfe9-29a1e6695e84 {
  display: none;
}
#s-d84b93a8-b156-488f-bfe9-29a1e6695e84, #wrap-s-d84b93a8-b156-488f-bfe9-29a1e6695e84 { display:none !important; }}@media (max-width: 767px){#s-d84b93a8-b156-488f-bfe9-29a1e6695e84 {
  display: none;
}
#s-d84b93a8-b156-488f-bfe9-29a1e6695e84, #wrap-s-d84b93a8-b156-488f-bfe9-29a1e6695e84 { display:none !important; }}







#s-d84b93a8-b156-488f-bfe9-29a1e6695e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84b93a8-b156-488f-bfe9-29a1e6695e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b124e921-b577-48e2-9ea9-853769a18f41 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b124e921-b577-48e2-9ea9-853769a18f41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b124e921-b577-48e2-9ea9-853769a18f41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b124e921-b577-48e2-9ea9-853769a18f41 {
  display: none;
}
#s-b124e921-b577-48e2-9ea9-853769a18f41, #wrap-s-b124e921-b577-48e2-9ea9-853769a18f41 { display:none !important; }}@media (max-width: 767px){#s-b124e921-b577-48e2-9ea9-853769a18f41 {
  display: none;
}
#s-b124e921-b577-48e2-9ea9-853769a18f41, #wrap-s-b124e921-b577-48e2-9ea9-853769a18f41 { display:none !important; }}







#s-b124e921-b577-48e2-9ea9-853769a18f41 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-b124e921-b577-48e2-9ea9-853769a18f41.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-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e8241c3-b49a-43a2-989d-8b35c6289194"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-24e7e2e5-af05-46f0-a9d9-7d7de9bdd016 {
  margin-right: 150px;
}

.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-ea9a0074-329b-4865-9d8a-bb2c9db88aed {
  margin-top: 50px;
margin-left: 150px;
margin-bottom: 50px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed {
  display: none;
}
#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed, #wrap-s-ea9a0074-329b-4865-9d8a-bb2c9db88aed { display:none !important; }}@media (max-width: 767px){#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed {
  display: none;
}
#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed, #wrap-s-ea9a0074-329b-4865-9d8a-bb2c9db88aed { display:none !important; }}
#s-ea9a0074-329b-4865-9d8a-bb2c9db88aed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2.5em;
  
  
}



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

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

@media (min-width: 768px) and (max-width: 991px){#s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7 {
  display: none;
}
#s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7, #wrap-s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7 { display:none !important; }}@media (max-width: 767px){#s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7 {
  display: none;
}
#s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7, #wrap-s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7 { display:none !important; }}
#s-ed6d6145-0eb3-4871-bb3f-f546bb44b2e7 hr {
  border-top: 2px solid rgba(76, 87, 76, 1);
}

#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf {
  margin-top: 15px;
margin-left: 300px;
margin-bottom: 2px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf {
  display: none;
}
#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf, #wrap-s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf { display:none !important; }}@media (max-width: 767px){#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf {
  display: none;
}
#s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf, #wrap-s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf { display:none !important; }}
@media (min-width: 0px) {
[id="s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d88941dd-fb0a-48b5-8aa2-1a6cc98267cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e1d745af-6640-40da-a8ea-2e0837cf6c48 {
  margin-top: 30px;
margin-left: 110px;
margin-bottom: 9px;
margin-right: 110px;
text-align: center;
}







  #s-e1d745af-6640-40da-a8ea-2e0837cf6c48 img.shogun-image {
    

    
    
    
  }


#s-e1d745af-6640-40da-a8ea-2e0837cf6c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-3704b29a-0999-4872-a523-890eb527d027 {
  margin-top: 26px;
margin-left: 84px;
margin-bottom: 26px;
margin-right: 84px;
text-align: center;
}







  #s-3704b29a-0999-4872-a523-890eb527d027 img.shogun-image {
    

    
    
    
  }


#s-3704b29a-0999-4872-a523-890eb527d027 .shogun-image-content {
  
    align-items: center;
  
}

#s-161dc347-80ba-4307-bf2d-12f0ac053cd1 {
  margin-top: 39px;
margin-left: 85px;
margin-bottom: 39px;
margin-right: 85px;
text-align: center;
}







  #s-161dc347-80ba-4307-bf2d-12f0ac053cd1 img.shogun-image {
    

    
    
    
  }


#s-161dc347-80ba-4307-bf2d-12f0ac053cd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b59dc56-b5f3-4a18-b41f-779d541156e6 {
  margin-top: 34px;
margin-left: 100px;
margin-bottom: 34px;
margin-right: 100px;
text-align: center;
}







  #s-7b59dc56-b5f3-4a18-b41f-779d541156e6 img.shogun-image {
    

    
    
    
  }


#s-7b59dc56-b5f3-4a18-b41f-779d541156e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-364cca7c-48d1-4599-897f-5d8f129f3d35 {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-364cca7c-48d1-4599-897f-5d8f129f3d35 {
  display: none;
}
#s-364cca7c-48d1-4599-897f-5d8f129f3d35, #wrap-s-364cca7c-48d1-4599-897f-5d8f129f3d35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-364cca7c-48d1-4599-897f-5d8f129f3d35 {
  display: none;
}
#s-364cca7c-48d1-4599-897f-5d8f129f3d35, #wrap-s-364cca7c-48d1-4599-897f-5d8f129f3d35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-364cca7c-48d1-4599-897f-5d8f129f3d35 {
  display: none;
}
#s-364cca7c-48d1-4599-897f-5d8f129f3d35, #wrap-s-364cca7c-48d1-4599-897f-5d8f129f3d35 { display:none !important; }}
@media (min-width: 0px) {
[id="s-364cca7c-48d1-4599-897f-5d8f129f3d35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-364cca7c-48d1-4599-897f-5d8f129f3d35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-364cca7c-48d1-4599-897f-5d8f129f3d35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-364cca7c-48d1-4599-897f-5d8f129f3d35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a86170da-3c18-43fe-abb8-831f01215daf {
  margin-top: 30px;
margin-left: 60px;
margin-bottom: 9px;
margin-right: 60px;
text-align: center;
}







  #s-a86170da-3c18-43fe-abb8-831f01215daf img.shogun-image {
    

    
    
    
  }


#s-a86170da-3c18-43fe-abb8-831f01215daf .shogun-image-content {
  
    align-items: center;
  
}

#s-8db6d3a2-7aff-4350-99d8-8861312e61f4 {
  margin-top: 26px;
margin-left: 50px;
margin-bottom: 26px;
margin-right: 50px;
text-align: center;
}







  #s-8db6d3a2-7aff-4350-99d8-8861312e61f4 img.shogun-image {
    

    
    
    
  }


#s-8db6d3a2-7aff-4350-99d8-8861312e61f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e42a0260-fa2e-4d85-96e1-7119f537582d {
  margin-top: 38px;
margin-left: 60px;
margin-bottom: 38px;
margin-right: 60px;
padding-top: 15px;
text-align: center;
}







  #s-e42a0260-fa2e-4d85-96e1-7119f537582d img.shogun-image {
    

    
    
    
  }


#s-e42a0260-fa2e-4d85-96e1-7119f537582d .shogun-image-content {
  
    align-items: center;
  
}

#s-69dd347b-b56a-456b-81ff-37650d3134df {
  margin-top: 43px;
margin-left: 60px;
margin-bottom: 43px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-69dd347b-b56a-456b-81ff-37650d3134df img.shogun-image {
    

    
    
    
  }


#s-69dd347b-b56a-456b-81ff-37650d3134df .shogun-image-content {
  
    align-items: center;
  
}

#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 {
  display: none;
}
#s-9e7da29f-1733-41f4-9f7a-f7178a55c549, #wrap-s-9e7da29f-1733-41f4-9f7a-f7178a55c549 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 {
  display: none;
}
#s-9e7da29f-1733-41f4-9f7a-f7178a55c549, #wrap-s-9e7da29f-1733-41f4-9f7a-f7178a55c549 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 {
  display: none;
}
#s-9e7da29f-1733-41f4-9f7a-f7178a55c549, #wrap-s-9e7da29f-1733-41f4-9f7a-f7178a55c549 { display:none !important; }}@media (max-width: 767px){#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 {
  
}
}







#s-9e7da29f-1733-41f4-9f7a-f7178a55c549 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-9e7da29f-1733-41f4-9f7a-f7178a55c549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54336fef-953f-4960-95ae-353028a7310e {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e421ebd-70ee-45c4-a7df-bef8b479b65b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-cb17beed-e27f-415e-81d9-c8d454cad912 {
  text-align: center;
}
@media (min-width: 1200px){#s-cb17beed-e27f-415e-81d9-c8d454cad912 {
  display: none;
}
#s-cb17beed-e27f-415e-81d9-c8d454cad912, #wrap-s-cb17beed-e27f-415e-81d9-c8d454cad912 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb17beed-e27f-415e-81d9-c8d454cad912 {
  display: none;
}
#s-cb17beed-e27f-415e-81d9-c8d454cad912, #wrap-s-cb17beed-e27f-415e-81d9-c8d454cad912 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb17beed-e27f-415e-81d9-c8d454cad912 {
  display: none;
}
#s-cb17beed-e27f-415e-81d9-c8d454cad912, #wrap-s-cb17beed-e27f-415e-81d9-c8d454cad912 { display:none !important; }}@media (max-width: 767px){#s-cb17beed-e27f-415e-81d9-c8d454cad912 {
  display: none;
}
#s-cb17beed-e27f-415e-81d9-c8d454cad912, #wrap-s-cb17beed-e27f-415e-81d9-c8d454cad912 { display:none !important; }}






  #s-cb17beed-e27f-415e-81d9-c8d454cad912 img.shogun-image {
    

    
    
    
  }


#s-cb17beed-e27f-415e-81d9-c8d454cad912 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7eb0222-83e0-4a49-804b-a73c44149d09 {
  min-height: 50px;
}








#s-a7eb0222-83e0-4a49-804b-a73c44149d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7eb0222-83e0-4a49-804b-a73c44149d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f {
  display: none;
}
#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f, #wrap-s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f {
  display: none;
}
#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f, #wrap-s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f { display:none !important; }}@media (max-width: 767px){#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f {
  display: none;
}
#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f, #wrap-s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f { display:none !important; }}







#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-aebf60ea-515f-48ef-b2ce-6a5fdbced92f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba {
  display: none;
}
#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba, #wrap-s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba {
  display: none;
}
#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba, #wrap-s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba { display:none !important; }}@media (max-width: 767px){#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba {
  display: none;
}
#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba, #wrap-s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba { display:none !important; }}







#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f346c613-bc75-4f7a-a6e3-7e48dc89b4ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 1200px){#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 {
  display: none;
}
#s-fd471ab6-232d-42fa-b398-5f4da7db5c08, #wrap-s-fd471ab6-232d-42fa-b398-5f4da7db5c08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 {
  display: none;
}
#s-fd471ab6-232d-42fa-b398-5f4da7db5c08, #wrap-s-fd471ab6-232d-42fa-b398-5f4da7db5c08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 {
  display: none;
}
#s-fd471ab6-232d-42fa-b398-5f4da7db5c08, #wrap-s-fd471ab6-232d-42fa-b398-5f4da7db5c08 { display:none !important; }}@media (max-width: 767px){#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 {
  display: none;
}
#s-fd471ab6-232d-42fa-b398-5f4da7db5c08, #wrap-s-fd471ab6-232d-42fa-b398-5f4da7db5c08 { display:none !important; }}







#s-fd471ab6-232d-42fa-b398-5f4da7db5c08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd471ab6-232d-42fa-b398-5f4da7db5c08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-236c526f-c574-44dc-bad1-ef72ccfaf12a {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-236c526f-c574-44dc-bad1-ef72ccfaf12a {
  display: none;
}
#s-236c526f-c574-44dc-bad1-ef72ccfaf12a, #wrap-s-236c526f-c574-44dc-bad1-ef72ccfaf12a { display:none !important; }}@media (max-width: 767px){#s-236c526f-c574-44dc-bad1-ef72ccfaf12a {
  display: none;
}
#s-236c526f-c574-44dc-bad1-ef72ccfaf12a, #wrap-s-236c526f-c574-44dc-bad1-ef72ccfaf12a { display:none !important; }}







#s-236c526f-c574-44dc-bad1-ef72ccfaf12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236c526f-c574-44dc-bad1-ef72ccfaf12a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67588151-bea8-440f-bd1a-432a7b9c2192 {
  margin-left: 189px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-67588151-bea8-440f-bd1a-432a7b9c2192 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67588151-bea8-440f-bd1a-432a7b9c2192 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67588151-bea8-440f-bd1a-432a7b9c2192 {
  display: none;
}
#s-67588151-bea8-440f-bd1a-432a7b9c2192, #wrap-s-67588151-bea8-440f-bd1a-432a7b9c2192 { display:none !important; }}@media (max-width: 767px){#s-67588151-bea8-440f-bd1a-432a7b9c2192 {
  display: none;
}
#s-67588151-bea8-440f-bd1a-432a7b9c2192, #wrap-s-67588151-bea8-440f-bd1a-432a7b9c2192 { display:none !important; }}
#s-67588151-bea8-440f-bd1a-432a7b9c2192 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-02e3d8d8-44c9-41f9-b071-4835be4f1fea {
  background-color: rgba(75, 81, 74, 1);
}

@media (min-width: 0px) {
[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02e3d8d8-44c9-41f9-b071-4835be4f1fea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d59789cb-1262-4796-adc7-6b375ee1b5e0 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d59789cb-1262-4796-adc7-6b375ee1b5e0 {
  display: none;
}
#s-d59789cb-1262-4796-adc7-6b375ee1b5e0, #wrap-s-d59789cb-1262-4796-adc7-6b375ee1b5e0 { display:none !important; }}@media (max-width: 767px){#s-d59789cb-1262-4796-adc7-6b375ee1b5e0 {
  display: none;
}
#s-d59789cb-1262-4796-adc7-6b375ee1b5e0, #wrap-s-d59789cb-1262-4796-adc7-6b375ee1b5e0 { display:none !important; }}
#s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48 {
  display: none;
}
#s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48, #wrap-s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48 {
  display: none;
}
#s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48, #wrap-s-6f227704-e1ca-45cd-ba00-5b5f7cc85b48 { display:none !important; }}
#s-24bfd685-b405-42df-af13-425bb7b7080c {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-24bfd685-b405-42df-af13-425bb7b7080c {
  display: none;
}
#s-24bfd685-b405-42df-af13-425bb7b7080c, #wrap-s-24bfd685-b405-42df-af13-425bb7b7080c { display:none !important; }}@media (max-width: 767px){#s-24bfd685-b405-42df-af13-425bb7b7080c {
  display: none;
}
#s-24bfd685-b405-42df-af13-425bb7b7080c, #wrap-s-24bfd685-b405-42df-af13-425bb7b7080c { display:none !important; }}







#s-24bfd685-b405-42df-af13-425bb7b7080c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24bfd685-b405-42df-af13-425bb7b7080c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d07f343-8712-4abd-96a2-8898f57109f0 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-5d07f343-8712-4abd-96a2-8898f57109f0 {
  display: none;
}
#s-5d07f343-8712-4abd-96a2-8898f57109f0, #wrap-s-5d07f343-8712-4abd-96a2-8898f57109f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d07f343-8712-4abd-96a2-8898f57109f0 {
  display: none;
}
#s-5d07f343-8712-4abd-96a2-8898f57109f0, #wrap-s-5d07f343-8712-4abd-96a2-8898f57109f0 { display:none !important; }}
#s-5d07f343-8712-4abd-96a2-8898f57109f0 .shogun-heading-component h1 {
  color: rgba(99, 109, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-cde698de-03ce-4350-872f-7e50f14702a0 {
  margin-bottom: 25px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-cde698de-03ce-4350-872f-7e50f14702a0 {
  display: none;
}
#s-cde698de-03ce-4350-872f-7e50f14702a0, #wrap-s-cde698de-03ce-4350-872f-7e50f14702a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cde698de-03ce-4350-872f-7e50f14702a0 {
  display: none;
}
#s-cde698de-03ce-4350-872f-7e50f14702a0, #wrap-s-cde698de-03ce-4350-872f-7e50f14702a0 { display:none !important; }}
#s-3ee4571f-315a-480a-8c55-773124ce069e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3ee4571f-315a-480a-8c55-773124ce069e {
  display: none;
}
#s-3ee4571f-315a-480a-8c55-773124ce069e, #wrap-s-3ee4571f-315a-480a-8c55-773124ce069e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee4571f-315a-480a-8c55-773124ce069e {
  display: none;
}
#s-3ee4571f-315a-480a-8c55-773124ce069e, #wrap-s-3ee4571f-315a-480a-8c55-773124ce069e { display:none !important; }}@media (max-width: 767px){#s-3ee4571f-315a-480a-8c55-773124ce069e {
  display: none;
}
#s-3ee4571f-315a-480a-8c55-773124ce069e, #wrap-s-3ee4571f-315a-480a-8c55-773124ce069e { display:none !important; }}







#s-3ee4571f-315a-480a-8c55-773124ce069e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee4571f-315a-480a-8c55-773124ce069e {
  cursor: pointer;
}#s-3ee4571f-315a-480a-8c55-773124ce069e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cba078a-7680-41b2-aa1a-82b6df4656ee {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7cba078a-7680-41b2-aa1a-82b6df4656ee {
  display: none;
}
#s-7cba078a-7680-41b2-aa1a-82b6df4656ee, #wrap-s-7cba078a-7680-41b2-aa1a-82b6df4656ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cba078a-7680-41b2-aa1a-82b6df4656ee {
  display: none;
}
#s-7cba078a-7680-41b2-aa1a-82b6df4656ee, #wrap-s-7cba078a-7680-41b2-aa1a-82b6df4656ee { display:none !important; }}
#s-7cba078a-7680-41b2-aa1a-82b6df4656ee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-058fff01-46f3-4e68-8794-5b5e2d20c3da {
  margin-bottom: 10px;
}

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

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

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

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

@media (min-width: 1200px){#s-b785652e-bf94-482e-b3bb-a3e223cbfc46 {
  display: none;
}
#s-b785652e-bf94-482e-b3bb-a3e223cbfc46, #wrap-s-b785652e-bf94-482e-b3bb-a3e223cbfc46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b785652e-bf94-482e-b3bb-a3e223cbfc46 {
  display: none;
}
#s-b785652e-bf94-482e-b3bb-a3e223cbfc46, #wrap-s-b785652e-bf94-482e-b3bb-a3e223cbfc46 { display:none !important; }}@media (max-width: 767px){#s-b785652e-bf94-482e-b3bb-a3e223cbfc46 {
  display: none;
}
#s-b785652e-bf94-482e-b3bb-a3e223cbfc46, #wrap-s-b785652e-bf94-482e-b3bb-a3e223cbfc46 { display:none !important; }}
#s-9fc6a062-10a1-4fe4-9282-19adca42abda {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9fc6a062-10a1-4fe4-9282-19adca42abda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc6a062-10a1-4fe4-9282-19adca42abda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fc6a062-10a1-4fe4-9282-19adca42abda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fc6a062-10a1-4fe4-9282-19adca42abda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5f26cccc-d68d-4f76-8694-779105e71e89 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-5f26cccc-d68d-4f76-8694-779105e71e89 {
  display: none;
}
#s-5f26cccc-d68d-4f76-8694-779105e71e89, #wrap-s-5f26cccc-d68d-4f76-8694-779105e71e89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f26cccc-d68d-4f76-8694-779105e71e89 {
  display: none;
}
#s-5f26cccc-d68d-4f76-8694-779105e71e89, #wrap-s-5f26cccc-d68d-4f76-8694-779105e71e89 { display:none !important; }}







#s-5f26cccc-d68d-4f76-8694-779105e71e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f26cccc-d68d-4f76-8694-779105e71e89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63a268c6-a362-493d-80d9-e42640b4cb02 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 750px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63a268c6-a362-493d-80d9-e42640b4cb02 {
  display: none;
}
#s-63a268c6-a362-493d-80d9-e42640b4cb02, #wrap-s-63a268c6-a362-493d-80d9-e42640b4cb02 { display:none !important; }}@media (max-width: 767px){#s-63a268c6-a362-493d-80d9-e42640b4cb02 {
  display: none;
}
#s-63a268c6-a362-493d-80d9-e42640b4cb02, #wrap-s-63a268c6-a362-493d-80d9-e42640b4cb02 { display:none !important; }}







#s-63a268c6-a362-493d-80d9-e42640b4cb02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a268c6-a362-493d-80d9-e42640b4cb02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(238, 238, 233, 1);
}
@media (min-width: 1200px){#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 {
  display: none;
}
#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4, #wrap-s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 {
  display: none;
}
#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4, #wrap-s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 { display:none !important; }}







#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be5bb1e7-07ac-445a-ab2f-e7927f30ccf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49b2a073-e3f9-4841-82da-48661a9172c2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6084ae53-e67a-4961-bad7-2439efe2c478 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(238, 238, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6084ae53-e67a-4961-bad7-2439efe2c478 {
  display: none;
}
#s-6084ae53-e67a-4961-bad7-2439efe2c478, #wrap-s-6084ae53-e67a-4961-bad7-2439efe2c478 { display:none !important; }}@media (max-width: 767px){#s-6084ae53-e67a-4961-bad7-2439efe2c478 {
  display: none;
}
#s-6084ae53-e67a-4961-bad7-2439efe2c478, #wrap-s-6084ae53-e67a-4961-bad7-2439efe2c478 { display:none !important; }}







#s-6084ae53-e67a-4961-bad7-2439efe2c478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6084ae53-e67a-4961-bad7-2439efe2c478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c352e765-7219-410f-9c4a-622ecad7ee20 {
  margin-left: 23%;
margin-right: 23%;
}

#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 {
  display: none;
}
#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251, #wrap-s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 {
  display: none;
}
#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251, #wrap-s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 { display:none !important; }}







#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e5c3ea6-7688-4ac4-93e4-5c7715727251.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(27, 27, 26, 1);
}
@media (min-width: 1200px){#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 {
  display: none;
}
#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6, #wrap-s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 {
  display: none;
}
#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6, #wrap-s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 { display:none !important; }}







#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af8ba9b3-36ab-48f1-8985-645f6ebbc9b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-594ed0f2-c48d-4bcb-95c8-0a3f52db4f22 {
  margin-left: 6%;
margin-right: 6%;
}

#s-6e241283-d880-451e-b82d-871dd68288c0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e241283-d880-451e-b82d-871dd68288c0 {
  display: none;
}
#s-6e241283-d880-451e-b82d-871dd68288c0, #wrap-s-6e241283-d880-451e-b82d-871dd68288c0 { display:none !important; }}@media (max-width: 767px){#s-6e241283-d880-451e-b82d-871dd68288c0 {
  display: none;
}
#s-6e241283-d880-451e-b82d-871dd68288c0, #wrap-s-6e241283-d880-451e-b82d-871dd68288c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6e241283-d880-451e-b82d-871dd68288c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e241283-d880-451e-b82d-871dd68288c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e241283-d880-451e-b82d-871dd68288c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e241283-d880-451e-b82d-871dd68288c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6e241283-d880-451e-b82d-871dd68288c0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2f3f6345-0685-4006-929a-62c6037bb4db {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(27, 27, 26, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2f3f6345-0685-4006-929a-62c6037bb4db {
  display: none;
}
#s-2f3f6345-0685-4006-929a-62c6037bb4db, #wrap-s-2f3f6345-0685-4006-929a-62c6037bb4db { display:none !important; }}@media (max-width: 767px){#s-2f3f6345-0685-4006-929a-62c6037bb4db {
  display: none;
}
#s-2f3f6345-0685-4006-929a-62c6037bb4db, #wrap-s-2f3f6345-0685-4006-929a-62c6037bb4db { display:none !important; }}







#s-2f3f6345-0685-4006-929a-62c6037bb4db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f3f6345-0685-4006-929a-62c6037bb4db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c3385a-2483-483c-a5a5-5cc5373461cf {
  margin-left: 23%;
margin-right: 23%;
}

#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 750px;
background-position: center -1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf {
  display: none;
}
#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf, #wrap-s-d948a109-06cc-40de-b9bc-e44e2c0e77bf { display:none !important; }}@media (max-width: 767px){#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf {
  display: none;
}
#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf, #wrap-s-d948a109-06cc-40de-b9bc-e44e2c0e77bf { display:none !important; }}







#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d948a109-06cc-40de-b9bc-e44e2c0e77bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b173e57-0f55-472a-8328-9337e91df92b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8b173e57-0f55-472a-8328-9337e91df92b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b173e57-0f55-472a-8328-9337e91df92b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b173e57-0f55-472a-8328-9337e91df92b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b173e57-0f55-472a-8328-9337e91df92b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b063efb4-502a-4142-a81d-34683d68d8bf {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-b063efb4-502a-4142-a81d-34683d68d8bf {
  display: none;
}
#s-b063efb4-502a-4142-a81d-34683d68d8bf, #wrap-s-b063efb4-502a-4142-a81d-34683d68d8bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b063efb4-502a-4142-a81d-34683d68d8bf {
  display: none;
}
#s-b063efb4-502a-4142-a81d-34683d68d8bf, #wrap-s-b063efb4-502a-4142-a81d-34683d68d8bf { display:none !important; }}







#s-b063efb4-502a-4142-a81d-34683d68d8bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b063efb4-502a-4142-a81d-34683d68d8bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-00c7e559-4161-4f8a-9f5e-883133b10e6e {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 750px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-00c7e559-4161-4f8a-9f5e-883133b10e6e {
  display: none;
}
#s-00c7e559-4161-4f8a-9f5e-883133b10e6e, #wrap-s-00c7e559-4161-4f8a-9f5e-883133b10e6e { display:none !important; }}@media (max-width: 767px){#s-00c7e559-4161-4f8a-9f5e-883133b10e6e {
  display: none;
}
#s-00c7e559-4161-4f8a-9f5e-883133b10e6e, #wrap-s-00c7e559-4161-4f8a-9f5e-883133b10e6e { display:none !important; }}







#s-00c7e559-4161-4f8a-9f5e-883133b10e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00c7e559-4161-4f8a-9f5e-883133b10e6e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(238, 238, 233, 1);
}
@media (min-width: 1200px){#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa {
  display: none;
}
#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa, #wrap-s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa {
  display: none;
}
#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa, #wrap-s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa { display:none !important; }}







#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b84ca0-84d4-46c2-9573-c2a5e881edaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36d22fef-4ed4-4095-afef-21c38409698e {
  margin-left: 5%;
margin-right: 5%;
}

#s-061d0441-7692-4701-af2f-cab41bd354b5 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(238, 238, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-061d0441-7692-4701-af2f-cab41bd354b5 {
  display: none;
}
#s-061d0441-7692-4701-af2f-cab41bd354b5, #wrap-s-061d0441-7692-4701-af2f-cab41bd354b5 { display:none !important; }}@media (max-width: 767px){#s-061d0441-7692-4701-af2f-cab41bd354b5 {
  display: none;
}
#s-061d0441-7692-4701-af2f-cab41bd354b5, #wrap-s-061d0441-7692-4701-af2f-cab41bd354b5 { display:none !important; }}







#s-061d0441-7692-4701-af2f-cab41bd354b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-061d0441-7692-4701-af2f-cab41bd354b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0739312b-269e-40e1-81d2-cfd46ffd545d {
  margin-left: 23%;
margin-right: 23%;
}

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