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

.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: 1200px){#s-24e3c23c-5b85-4b63-8640-e878a28db64f {
  display: none;
}
#s-24e3c23c-5b85-4b63-8640-e878a28db64f, #wrap-s-24e3c23c-5b85-4b63-8640-e878a28db64f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24e3c23c-5b85-4b63-8640-e878a28db64f {
  display: none;
}
#s-24e3c23c-5b85-4b63-8640-e878a28db64f, #wrap-s-24e3c23c-5b85-4b63-8640-e878a28db64f { display:none !important; }}
@media (min-width: 0px) {
[id="s-24e3c23c-5b85-4b63-8640-e878a28db64f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24e3c23c-5b85-4b63-8640-e878a28db64f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24e3c23c-5b85-4b63-8640-e878a28db64f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24e3c23c-5b85-4b63-8640-e878a28db64f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-f253b7bf-724d-4247-ae99-7c8594aaea13 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-f253b7bf-724d-4247-ae99-7c8594aaea13 img.shogun-image {
    

    
    
    
  }


#s-f253b7bf-724d-4247-ae99-7c8594aaea13 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d0343b6-4cdb-450d-9dd4-73c58fb21db5 {
  padding-left: 5px;
padding-right: 5px;
}

#s-d231bc4d-7e2a-4fa8-99a6-6660996167c3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-d231bc4d-7e2a-4fa8-99a6-6660996167c3 img.shogun-image {
    

    
    
    
  }


#s-d231bc4d-7e2a-4fa8-99a6-6660996167c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e83822fe-4c5b-474b-b5d0-f7c273f8f5a3 {
  padding-left: 5px;
padding-right: 5px;
}

.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-e48940e2-c2c2-4499-a925-dedd61d4caa2 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e48940e2-c2c2-4499-a925-dedd61d4caa2 {
  display: none;
}
#s-e48940e2-c2c2-4499-a925-dedd61d4caa2, #wrap-s-e48940e2-c2c2-4499-a925-dedd61d4caa2 { display:none !important; }}@media (max-width: 767px){#s-e48940e2-c2c2-4499-a925-dedd61d4caa2 {
  display: none;
}
#s-e48940e2-c2c2-4499-a925-dedd61d4caa2, #wrap-s-e48940e2-c2c2-4499-a925-dedd61d4caa2 { display:none !important; }}







#s-e48940e2-c2c2-4499-a925-dedd61d4caa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48940e2-c2c2-4499-a925-dedd61d4caa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-363a3225-9f14-4796-8e9e-cc5d32af68e2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-363a3225-9f14-4796-8e9e-cc5d32af68e2 {
  display: none;
}
#s-363a3225-9f14-4796-8e9e-cc5d32af68e2, #wrap-s-363a3225-9f14-4796-8e9e-cc5d32af68e2 { display:none !important; }}@media (max-width: 767px){#s-363a3225-9f14-4796-8e9e-cc5d32af68e2 {
  display: none;
}
#s-363a3225-9f14-4796-8e9e-cc5d32af68e2, #wrap-s-363a3225-9f14-4796-8e9e-cc5d32af68e2 { display:none !important; }}






  #s-363a3225-9f14-4796-8e9e-cc5d32af68e2 img.shogun-image {
    

    
    
    
  }


#s-363a3225-9f14-4796-8e9e-cc5d32af68e2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd {
  display: none;
}
#s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd, #wrap-s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd { display:none !important; }}@media (max-width: 767px){#s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd {
  display: none;
}
#s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd, #wrap-s-f33c57cb-6d24-4a8e-9bdb-a99d8a8d02fd { display:none !important; }}
#s-e47c961b-de8b-497b-b111-df3d3c0a5d64 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e47c961b-de8b-497b-b111-df3d3c0a5d64 {
  display: none;
}
#s-e47c961b-de8b-497b-b111-df3d3c0a5d64, #wrap-s-e47c961b-de8b-497b-b111-df3d3c0a5d64 { display:none !important; }}@media (max-width: 767px){#s-e47c961b-de8b-497b-b111-df3d3c0a5d64 {
  display: none;
}
#s-e47c961b-de8b-497b-b111-df3d3c0a5d64, #wrap-s-e47c961b-de8b-497b-b111-df3d3c0a5d64 { display:none !important; }}






  #s-e47c961b-de8b-497b-b111-df3d3c0a5d64 img.shogun-image {
    

    
    
    
  }


#s-e47c961b-de8b-497b-b111-df3d3c0a5d64 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0c150c08-804d-40d3-8afd-ebb9c0243a52 {
  display: none;
}
#s-0c150c08-804d-40d3-8afd-ebb9c0243a52, #wrap-s-0c150c08-804d-40d3-8afd-ebb9c0243a52 { display:none !important; }}@media (max-width: 767px){#s-0c150c08-804d-40d3-8afd-ebb9c0243a52 {
  display: none;
}
#s-0c150c08-804d-40d3-8afd-ebb9c0243a52, #wrap-s-0c150c08-804d-40d3-8afd-ebb9c0243a52 { display:none !important; }}
#s-37d69e69-df80-4c81-a5ed-97db1039d3ed {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-37d69e69-df80-4c81-a5ed-97db1039d3ed {
  display: none;
}
#s-37d69e69-df80-4c81-a5ed-97db1039d3ed, #wrap-s-37d69e69-df80-4c81-a5ed-97db1039d3ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37d69e69-df80-4c81-a5ed-97db1039d3ed {
  display: none;
}
#s-37d69e69-df80-4c81-a5ed-97db1039d3ed, #wrap-s-37d69e69-df80-4c81-a5ed-97db1039d3ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37d69e69-df80-4c81-a5ed-97db1039d3ed {
  
}
}@media (max-width: 767px){#s-37d69e69-df80-4c81-a5ed-97db1039d3ed {
  
}
}
@media (min-width: 0px) {
[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d69e69-df80-4c81-a5ed-97db1039d3ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a3ff6358-132a-4442-a3f4-38f94edc1164 {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-a3ff6358-132a-4442-a3f4-38f94edc1164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3ff6358-132a-4442-a3f4-38f94edc1164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3ff6358-132a-4442-a3f4-38f94edc1164 {
  
}
}@media (max-width: 767px){#s-a3ff6358-132a-4442-a3f4-38f94edc1164 {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-50d2d5bc-4be2-49be-a10c-a3226860fc1f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa {
  display: none;
}
#s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa, #wrap-s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa {
  display: none;
}
#s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa, #wrap-s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6298dcbd-e544-4f3c-bf45-1aaba812e9fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6f77482f-b8e4-4548-a654-e6d269c228f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-a4987be6-10a0-4978-89f6-071f2eb07ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4987be6-10a0-4978-89f6-071f2eb07ade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4987be6-10a0-4978-89f6-071f2eb07ade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4987be6-10a0-4978-89f6-071f2eb07ade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-142c199f-7d73-4bf9-a54d-29566e781927 {
  margin-left: 15px;
margin-right: 15px;
}

#s-899ebd56-050f-4e34-80cc-cd266b539ed6 {
  margin-left: 15px;
margin-right: 15px;
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-fcc3ff31-284f-4a70-83cd-58adaa7ebac0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-902167d4-862f-478f-a75f-5586147b045f {
  margin-left: 15px;
margin-right: 15px;
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4c172fe7-fbf4-4a5c-9307-951ba9930cd9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-85976edd-79b1-435e-b200-f4713e176736 {
  margin-left: 15px;
margin-right: 15px;
}

#s-4b3bba9b-18b9-4f65-b892-d374b746e140 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-4b3bba9b-18b9-4f65-b892-d374b746e140 {
  display: none;
}
#s-4b3bba9b-18b9-4f65-b892-d374b746e140, #wrap-s-4b3bba9b-18b9-4f65-b892-d374b746e140 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b3bba9b-18b9-4f65-b892-d374b746e140 {
  display: none;
}
#s-4b3bba9b-18b9-4f65-b892-d374b746e140, #wrap-s-4b3bba9b-18b9-4f65-b892-d374b746e140 { display:none !important; }}







#s-4b3bba9b-18b9-4f65-b892-d374b746e140 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-4b3bba9b-18b9-4f65-b892-d374b746e140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24c27a1f-59ee-4c63-9802-648ba769132b {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-f944cc54-2e96-4922-8883-d9e04acbbdf2 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-f944cc54-2e96-4922-8883-d9e04acbbdf2 {
  display: none;
}
#s-f944cc54-2e96-4922-8883-d9e04acbbdf2, #wrap-s-f944cc54-2e96-4922-8883-d9e04acbbdf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f944cc54-2e96-4922-8883-d9e04acbbdf2 {
  display: none;
}
#s-f944cc54-2e96-4922-8883-d9e04acbbdf2, #wrap-s-f944cc54-2e96-4922-8883-d9e04acbbdf2 { display:none !important; }}







#s-f944cc54-2e96-4922-8883-d9e04acbbdf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f944cc54-2e96-4922-8883-d9e04acbbdf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 {
  display: none;
}
#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9, #wrap-s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 { display:none !important; }}@media (max-width: 767px){#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 {
  display: none;
}
#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9, #wrap-s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 { display:none !important; }}







#s-7b9daf47-e052-4da0-9ff9-16b6af3862f9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1fd891e6-a794-404a-8b44-7a4b59e528fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0bf6c30b-5b06-4ee9-a824-f2adfe9ae21e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-790a3c40-23ea-4497-b310-deaebf3e7b13 {
  text-align: left;
}







  #s-790a3c40-23ea-4497-b310-deaebf3e7b13 img.shogun-image {
    

    
    
    
  }


#s-790a3c40-23ea-4497-b310-deaebf3e7b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d54c906-b751-4af0-a030-ee65647a0b2c {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-4d54c906-b751-4af0-a030-ee65647a0b2c {
  display: none;
}
#s-4d54c906-b751-4af0-a030-ee65647a0b2c, #wrap-s-4d54c906-b751-4af0-a030-ee65647a0b2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d54c906-b751-4af0-a030-ee65647a0b2c {
  display: none;
}
#s-4d54c906-b751-4af0-a030-ee65647a0b2c, #wrap-s-4d54c906-b751-4af0-a030-ee65647a0b2c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d54c906-b751-4af0-a030-ee65647a0b2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d54c906-b751-4af0-a030-ee65647a0b2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4d54c906-b751-4af0-a030-ee65647a0b2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d54c906-b751-4af0-a030-ee65647a0b2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-c98f4a52-1314-4155-92f8-e28b0eb51551 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c98f4a52-1314-4155-92f8-e28b0eb51551"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-c98f4a52-1314-4155-92f8-e28b0eb51551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c98f4a52-1314-4155-92f8-e28b0eb51551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c98f4a52-1314-4155-92f8-e28b0eb51551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-54bdbcf0-9d4c-42a3-948f-88b42ed5babd {
  text-align: center;
}







  #s-54bdbcf0-9d4c-42a3-948f-88b42ed5babd img.shogun-image {
    

    
    
    
  }


#s-54bdbcf0-9d4c-42a3-948f-88b42ed5babd .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2d552f13-a9c8-46a1-ae24-974967595e65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d552f13-a9c8-46a1-ae24-974967595e65 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5bbea937-97d7-4944-a3e6-7c0500efe1dc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5bbea937-97d7-4944-a3e6-7c0500efe1dc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-5bbea937-97d7-4944-a3e6-7c0500efe1dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-5bbea937-97d7-4944-a3e6-7c0500efe1dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bbea937-97d7-4944-a3e6-7c0500efe1dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-c9ccb5ab-22ed-4510-a94c-817d09c0b511 {
  text-align: center;
}







  #s-c9ccb5ab-22ed-4510-a94c-817d09c0b511 img.shogun-image {
    

    
    
    
  }


#s-c9ccb5ab-22ed-4510-a94c-817d09c0b511 .shogun-image-content {
  
    align-items: center;
  
}

#s-21f33be1-15ee-4090-9793-d58597614f4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21f33be1-15ee-4090-9793-d58597614f4a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a12b721-13ad-4ed5-a0ee-270603f8fa72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-14253255-0a1c-4514-a588-677088b16df5 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14253255-0a1c-4514-a588-677088b16df5 {
  display: none;
}
#s-14253255-0a1c-4514-a588-677088b16df5, #wrap-s-14253255-0a1c-4514-a588-677088b16df5 { display:none !important; }}@media (max-width: 767px){#s-14253255-0a1c-4514-a588-677088b16df5 {
  display: none;
}
#s-14253255-0a1c-4514-a588-677088b16df5, #wrap-s-14253255-0a1c-4514-a588-677088b16df5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-14253255-0a1c-4514-a588-677088b16df5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-87f334e8-4da9-4208-87fd-6a32ac1773e5 {
  border-style: solid;
margin-top: 20px;
margin-left: 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.15);
}
@media (min-width: 1200px){#s-87f334e8-4da9-4208-87fd-6a32ac1773e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87f334e8-4da9-4208-87fd-6a32ac1773e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87f334e8-4da9-4208-87fd-6a32ac1773e5 {
  
}
}@media (max-width: 767px){#s-87f334e8-4da9-4208-87fd-6a32ac1773e5 {
  
}
}
#s-8bdbeaed-24e9-4fc0-9cb3-162d121cacbb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-330d870d-986f-48b0-a321-01baa2ecdc42 {
  display: none;
}
#s-330d870d-986f-48b0-a321-01baa2ecdc42, #wrap-s-330d870d-986f-48b0-a321-01baa2ecdc42 { display:none !important; }}@media (max-width: 767px){#s-330d870d-986f-48b0-a321-01baa2ecdc42 {
  display: none;
}
#s-330d870d-986f-48b0-a321-01baa2ecdc42, #wrap-s-330d870d-986f-48b0-a321-01baa2ecdc42 { display:none !important; }}
@media (min-width: 0px) {
[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-330d870d-986f-48b0-a321-01baa2ecdc42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-d81ad9c3-76a9-43ce-a256-af09c0921ab3 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d81ad9c3-76a9-43ce-a256-af09c0921ab3 {
  display: none;
}
#s-d81ad9c3-76a9-43ce-a256-af09c0921ab3, #wrap-s-d81ad9c3-76a9-43ce-a256-af09c0921ab3 { display:none !important; }}@media (max-width: 767px){#s-d81ad9c3-76a9-43ce-a256-af09c0921ab3 {
  display: none;
}
#s-d81ad9c3-76a9-43ce-a256-af09c0921ab3, #wrap-s-d81ad9c3-76a9-43ce-a256-af09c0921ab3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d81ad9c3-76a9-43ce-a256-af09c0921ab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d81ad9c3-76a9-43ce-a256-af09c0921ab3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d81ad9c3-76a9-43ce-a256-af09c0921ab3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d81ad9c3-76a9-43ce-a256-af09c0921ab3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-8f4d74c6-55ea-4b60-b604-9c9b94fde2b7 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-9de0242e-8839-477a-80bf-99c84c32de6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9de0242e-8839-477a-80bf-99c84c32de6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9de0242e-8839-477a-80bf-99c84c32de6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9de0242e-8839-477a-80bf-99c84c32de6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0f7ae9e3-3d80-4b6a-8f41-34b0c9be82d1 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d23fc7b6-fa64-4888-89ad-b53358cea505 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b4a9215b-55c3-4952-b800-fe3a8d76d852"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4a9215b-55c3-4952-b800-fe3a8d76d852"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b4a9215b-55c3-4952-b800-fe3a8d76d852"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4a9215b-55c3-4952-b800-fe3a8d76d852"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-053d7631-5e0e-41a3-9a09-70302f0cb14f {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-053d7631-5e0e-41a3-9a09-70302f0cb14f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 83, 83, 1) !important;}#s-053d7631-5e0e-41a3-9a09-70302f0cb14f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-053d7631-5e0e-41a3-9a09-70302f0cb14f-root {
    text-align: left;
  }


#s-053d7631-5e0e-41a3-9a09-70302f0cb14f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-053d7631-5e0e-41a3-9a09-70302f0cb14f-root {
    text-align: left;
  }


#s-053d7631-5e0e-41a3-9a09-70302f0cb14f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-053d7631-5e0e-41a3-9a09-70302f0cb14f-root {
    text-align: left;
  }


#s-053d7631-5e0e-41a3-9a09-70302f0cb14f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-053d7631-5e0e-41a3-9a09-70302f0cb14f-root {
    text-align: left;
  }


#s-053d7631-5e0e-41a3-9a09-70302f0cb14f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-053d7631-5e0e-41a3-9a09-70302f0cb14f-root {
    text-align: left;
  }


#s-053d7631-5e0e-41a3-9a09-70302f0cb14f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9c38b35c-2ce6-442f-a906-401087782aba {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c38b35c-2ce6-442f-a906-401087782aba {
  display: none;
}
#s-9c38b35c-2ce6-442f-a906-401087782aba, #wrap-s-9c38b35c-2ce6-442f-a906-401087782aba { display:none !important; }}@media (max-width: 767px){#s-9c38b35c-2ce6-442f-a906-401087782aba {
  display: none;
}
#s-9c38b35c-2ce6-442f-a906-401087782aba, #wrap-s-9c38b35c-2ce6-442f-a906-401087782aba { display:none !important; }}







#s-9c38b35c-2ce6-442f-a906-401087782aba > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-9c38b35c-2ce6-442f-a906-401087782aba.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-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92e646be-0714-4958-a3bc-7f0f056fe123"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

}

#s-6c51b7dc-16ad-469d-a5f2-117451489df3 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6c51b7dc-16ad-469d-a5f2-117451489df3 {
  display: none;
}
#s-6c51b7dc-16ad-469d-a5f2-117451489df3, #wrap-s-6c51b7dc-16ad-469d-a5f2-117451489df3 { display:none !important; }}@media (max-width: 767px){#s-6c51b7dc-16ad-469d-a5f2-117451489df3 {
  display: none;
}
#s-6c51b7dc-16ad-469d-a5f2-117451489df3, #wrap-s-6c51b7dc-16ad-469d-a5f2-117451489df3 { display:none !important; }}







#s-6c51b7dc-16ad-469d-a5f2-117451489df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c51b7dc-16ad-469d-a5f2-117451489df3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66bcd03a-d82b-446b-99eb-e7b168c66aca {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-66bcd03a-d82b-446b-99eb-e7b168c66aca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-6a30af05-d82f-4cb7-b228-125ef0bda31f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a30af05-d82f-4cb7-b228-125ef0bda31f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6a30af05-d82f-4cb7-b228-125ef0bda31f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a30af05-d82f-4cb7-b228-125ef0bda31f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-aeb3b475-8b5d-4e88-ba82-5998ac17b2cc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aeb3b475-8b5d-4e88-ba82-5998ac17b2cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-aeb3b475-8b5d-4e88-ba82-5998ac17b2cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-aeb3b475-8b5d-4e88-ba82-5998ac17b2cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeb3b475-8b5d-4e88-ba82-5998ac17b2cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-70d67fdb-9fa1-4206-85f9-955b09026393 {
  text-align: center;
}







  #s-70d67fdb-9fa1-4206-85f9-955b09026393 img.shogun-image {
    

    
    
    
  }


#s-70d67fdb-9fa1-4206-85f9-955b09026393 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7a15e1-98f3-46f1-9166-dd79c9e91c33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d7a15e1-98f3-46f1-9166-dd79c9e91c33 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9985206f-5883-4c93-a3a6-30707db53d69 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9985206f-5883-4c93-a3a6-30707db53d69"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-9985206f-5883-4c93-a3a6-30707db53d69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-9985206f-5883-4c93-a3a6-30707db53d69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-9985206f-5883-4c93-a3a6-30707db53d69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-dadf1991-eee5-4548-bfb4-9105217cd737 {
  text-align: center;
}







  #s-dadf1991-eee5-4548-bfb4-9105217cd737 img.shogun-image {
    

    
    
    
  }


#s-dadf1991-eee5-4548-bfb4-9105217cd737 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4cb6f24-9b57-4378-872f-96ff9b0767bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4cb6f24-9b57-4378-872f-96ff9b0767bc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-698eef55-56b8-411b-8257-358f09be187d {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-698eef55-56b8-411b-8257-358f09be187d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-698eef55-56b8-411b-8257-358f09be187d.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-17c406d4-058d-4902-aa43-d318d8a0f31c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17c406d4-058d-4902-aa43-d318d8a0f31c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17c406d4-058d-4902-aa43-d318d8a0f31c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17c406d4-058d-4902-aa43-d318d8a0f31c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-512745aa-9396-4204-aed2-ff1ac9964d11 {
  text-align: center;
}







  #s-512745aa-9396-4204-aed2-ff1ac9964d11 img.shogun-image {
    

    
    
    
  }


#s-512745aa-9396-4204-aed2-ff1ac9964d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-9416bbda-9599-4605-83be-1480bfc3cdc1 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9416bbda-9599-4605-83be-1480bfc3cdc1 {
  
}
}







#s-9416bbda-9599-4605-83be-1480bfc3cdc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9416bbda-9599-4605-83be-1480bfc3cdc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-756e72c0-cdf9-465a-9659-6c8e6e173f30 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-756e72c0-cdf9-465a-9659-6c8e6e173f30 {
  
}
}
@media (min-width: 0px) {
[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-756e72c0-cdf9-465a-9659-6c8e6e173f30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-08d528f9-da14-4c91-a88d-6a066da4f54d {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-a6e1cee1-0129-4608-bd68-e10476b9b9d5 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-a6e1cee1-0129-4608-bd68-e10476b9b9d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6e1cee1-0129-4608-bd68-e10476b9b9d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6e1cee1-0129-4608-bd68-e10476b9b9d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6e1cee1-0129-4608-bd68-e10476b9b9d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a6e1cee1-0129-4608-bd68-e10476b9b9d5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-11d003df-ebaf-47a5-9492-17584fa2aa59 {
  min-height: 50px;
}
@media (max-width: 767px){#s-11d003df-ebaf-47a5-9492-17584fa2aa59 {
  
}
}







#s-11d003df-ebaf-47a5-9492-17584fa2aa59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d003df-ebaf-47a5-9492-17584fa2aa59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbdf878a-be85-4ea8-92a9-05625ea8473d {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-dbdf878a-be85-4ea8-92a9-05625ea8473d {
  
}
}
@media (min-width: 0px) {
[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dbdf878a-be85-4ea8-92a9-05625ea8473d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-efc9093c-98d8-4fca-85ad-c1bda77493a4 {
  margin-left: 15px;
margin-right: 15px;
}

#s-cdf2b08e-8d23-44f5-87c6-471ec793d7ab {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-cdf2b08e-8d23-44f5-87c6-471ec793d7ab img.shogun-image {
    

    
    
    
  }


#s-cdf2b08e-8d23-44f5-87c6-471ec793d7ab .shogun-image-content {
  
    align-items: center;
  
}

#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a {
  display: none;
}
#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a, #wrap-s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a {
  display: none;
}
#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a, #wrap-s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a {
  display: none;
}
#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a, #wrap-s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a { display:none !important; }}







#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe499ab5-3cb2-4b22-8ee9-48710136aa2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-892eb78f-ab83-47c0-acc2-7c8be2561285"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-892eb78f-ab83-47c0-acc2-7c8be2561285"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-892eb78f-ab83-47c0-acc2-7c8be2561285"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-892eb78f-ab83-47c0-acc2-7c8be2561285"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c05370d9-59e9-4128-993b-3e58cf407077 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-c05370d9-59e9-4128-993b-3e58cf407077 img.shogun-image {
    

    
    
    
  }


#s-c05370d9-59e9-4128-993b-3e58cf407077 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b6a88da-51cd-49d2-990d-c24cdda9d789 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8b6a88da-51cd-49d2-990d-c24cdda9d789 {
  
}
}







#s-8b6a88da-51cd-49d2-990d-c24cdda9d789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6a88da-51cd-49d2-990d-c24cdda9d789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-863c0ee8-db6b-4226-bae7-76f583dfc591 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-863c0ee8-db6b-4226-bae7-76f583dfc591 {
  
}
}
@media (min-width: 0px) {
[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-863c0ee8-db6b-4226-bae7-76f583dfc591"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-569df0bb-0f21-4a02-a7e4-7ce6c58e579b {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-87e5372b-5bdb-419e-8f51-a0241003cbb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87e5372b-5bdb-419e-8f51-a0241003cbb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87e5372b-5bdb-419e-8f51-a0241003cbb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87e5372b-5bdb-419e-8f51-a0241003cbb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-87e5372b-5bdb-419e-8f51-a0241003cbb8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-970dbcbc-287d-42d6-a7a1-85264fa2f20c {
  min-height: 50px;
}
@media (max-width: 767px){#s-970dbcbc-287d-42d6-a7a1-85264fa2f20c {
  
}
}







#s-970dbcbc-287d-42d6-a7a1-85264fa2f20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-970dbcbc-287d-42d6-a7a1-85264fa2f20c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2 {
  
}
}
@media (min-width: 0px) {
[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-570dec8f-6bc8-4978-ae3f-ea3cbea44eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-4993f1e4-6c31-45bf-ae90-1d9f6f186bd5 {
  margin-left: 15px;
margin-right: 15px;
}

#s-cfe4be72-e5a8-4182-84a8-311cb171a2b1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-cfe4be72-e5a8-4182-84a8-311cb171a2b1 img.shogun-image {
    

    
    
    
  }


#s-cfe4be72-e5a8-4182-84a8-311cb171a2b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-564818df-ff08-4621-87da-4a5def280166 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-564818df-ff08-4621-87da-4a5def280166 {
  display: none;
}
#s-564818df-ff08-4621-87da-4a5def280166, #wrap-s-564818df-ff08-4621-87da-4a5def280166 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-564818df-ff08-4621-87da-4a5def280166 {
  display: none;
}
#s-564818df-ff08-4621-87da-4a5def280166, #wrap-s-564818df-ff08-4621-87da-4a5def280166 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-564818df-ff08-4621-87da-4a5def280166 {
  display: none;
}
#s-564818df-ff08-4621-87da-4a5def280166, #wrap-s-564818df-ff08-4621-87da-4a5def280166 { display:none !important; }}







#s-564818df-ff08-4621-87da-4a5def280166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564818df-ff08-4621-87da-4a5def280166.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4166b97b-7786-4158-b7a1-f33a1c3905a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1f0de5b4-c2ca-48bd-83aa-62ec6f7ff085 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  #s-1f0de5b4-c2ca-48bd-83aa-62ec6f7ff085 img.shogun-image {
    

    
    
    
  }


#s-1f0de5b4-c2ca-48bd-83aa-62ec6f7ff085 .shogun-image-content {
  
    align-items: center;
  
}

#s-809ef853-cad6-48a6-9ed8-c27ce2ca960d {
  min-height: 50px;
}








#s-809ef853-cad6-48a6-9ed8-c27ce2ca960d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-809ef853-cad6-48a6-9ed8-c27ce2ca960d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bcdd2bf-f003-4aec-b196-d933fba657de {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bcdd2bf-f003-4aec-b196-d933fba657de .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-45fa1768-b347-48de-83a8-6459052de556"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-24002408-d756-4750-ab61-a32c0b242a30 {
  padding-left: 0px;
padding-right: 0px;
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-24002408-d756-4750-ab61-a32c0b242a30 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0529b436-1739-4d7f-a6b8-bd9722acd7f0 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9935e4dc-0c1c-4068-9336-dc02a608c4ca {
  margin-left: 15px;
margin-right: 15px;
}

#s-15afc8fd-7224-40db-b6af-ace571f1c55a {
  margin-left: 15px;
margin-right: 15px;
}

#s-d0d3350f-b925-4fa1-b575-59a0e3877d9c {
  margin-left: 15px;
margin-right: 15px;
}

#s-75251be3-a17c-4f46-b581-c1eca854f7e6 {
  margin-left: 15px;
margin-right: 15px;
}

#s-51b0dc93-76a0-468a-93cd-c3217ebf4059 {
  margin-left: 15px;
margin-right: 15px;
}

#s-092285b2-5879-4430-bdbf-4406df517d6c {
  margin-left: 15px;
margin-right: 15px;
}

#s-826a25a1-84e4-4532-b6e9-55501fc3c442 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

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