.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-f57c1e0e-af44-4719-93e7-51453774babf {
  display: none;
}
#s-f57c1e0e-af44-4719-93e7-51453774babf, #wrap-s-f57c1e0e-af44-4719-93e7-51453774babf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f57c1e0e-af44-4719-93e7-51453774babf {
  display: none;
}
#s-f57c1e0e-af44-4719-93e7-51453774babf, #wrap-s-f57c1e0e-af44-4719-93e7-51453774babf { display:none !important; }}
@media (min-width: 0px) {
[id="s-f57c1e0e-af44-4719-93e7-51453774babf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f57c1e0e-af44-4719-93e7-51453774babf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f57c1e0e-af44-4719-93e7-51453774babf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f57c1e0e-af44-4719-93e7-51453774babf"] > .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-49ba016f-ccab-4f5d-88b4-e5b3ea6f602c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-49ba016f-ccab-4f5d-88b4-e5b3ea6f602c img.shogun-image {
    

    
    
    
  }


#s-49ba016f-ccab-4f5d-88b4-e5b3ea6f602c .shogun-image-content {
  
    align-items: center;
  
}

#s-91919042-5f25-4c3d-b479-368dac264dec {
  padding-left: 5px;
padding-right: 5px;
}

#s-4748c2c4-9059-42cf-970d-bec729f1a795 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-4748c2c4-9059-42cf-970d-bec729f1a795 img.shogun-image {
    

    
    
    
  }


#s-4748c2c4-9059-42cf-970d-bec729f1a795 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3546492-f938-4fd6-a52d-ef07eb2f4c1f {
  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-43353605-da52-4471-a7c6-12ae01dad3a5 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43353605-da52-4471-a7c6-12ae01dad3a5 {
  display: none;
}
#s-43353605-da52-4471-a7c6-12ae01dad3a5, #wrap-s-43353605-da52-4471-a7c6-12ae01dad3a5 { display:none !important; }}@media (max-width: 767px){#s-43353605-da52-4471-a7c6-12ae01dad3a5 {
  display: none;
}
#s-43353605-da52-4471-a7c6-12ae01dad3a5, #wrap-s-43353605-da52-4471-a7c6-12ae01dad3a5 { display:none !important; }}







#s-43353605-da52-4471-a7c6-12ae01dad3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43353605-da52-4471-a7c6-12ae01dad3a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 {
  display: none;
}
#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6, #wrap-s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 { display:none !important; }}@media (max-width: 767px){#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 {
  display: none;
}
#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6, #wrap-s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 { display:none !important; }}






  #s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 img.shogun-image {
    

    
    
    
  }


#s-bd0d9ee8-662d-4278-aea4-f9fd413474d6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8f0c823e-eb74-46db-b410-0bb8790daa70 {
  display: none;
}
#s-8f0c823e-eb74-46db-b410-0bb8790daa70, #wrap-s-8f0c823e-eb74-46db-b410-0bb8790daa70 { display:none !important; }}@media (max-width: 767px){#s-8f0c823e-eb74-46db-b410-0bb8790daa70 {
  display: none;
}
#s-8f0c823e-eb74-46db-b410-0bb8790daa70, #wrap-s-8f0c823e-eb74-46db-b410-0bb8790daa70 { display:none !important; }}
#s-1bf210b5-1189-4af8-af05-55098b17371d {
  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-1bf210b5-1189-4af8-af05-55098b17371d {
  display: none;
}
#s-1bf210b5-1189-4af8-af05-55098b17371d, #wrap-s-1bf210b5-1189-4af8-af05-55098b17371d { display:none !important; }}@media (max-width: 767px){#s-1bf210b5-1189-4af8-af05-55098b17371d {
  display: none;
}
#s-1bf210b5-1189-4af8-af05-55098b17371d, #wrap-s-1bf210b5-1189-4af8-af05-55098b17371d { display:none !important; }}






  #s-1bf210b5-1189-4af8-af05-55098b17371d img.shogun-image {
    

    
    
    
  }


#s-1bf210b5-1189-4af8-af05-55098b17371d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2e645302-1517-4b62-87b5-83ead17cafd6 {
  display: none;
}
#s-2e645302-1517-4b62-87b5-83ead17cafd6, #wrap-s-2e645302-1517-4b62-87b5-83ead17cafd6 { display:none !important; }}@media (max-width: 767px){#s-2e645302-1517-4b62-87b5-83ead17cafd6 {
  display: none;
}
#s-2e645302-1517-4b62-87b5-83ead17cafd6, #wrap-s-2e645302-1517-4b62-87b5-83ead17cafd6 { display:none !important; }}
#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 {
  display: none;
}
#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42, #wrap-s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 {
  display: none;
}
#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42, #wrap-s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 {
  
}
}@media (max-width: 767px){#s-1a135c0c-fd28-4ea4-83f8-85adb1057e42 {
  
}
}
@media (min-width: 0px) {
[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a135c0c-fd28-4ea4-83f8-85adb1057e42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0fe80f1d-0c27-4696-b524-aa5f52630bfd {
  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-0fe80f1d-0c27-4696-b524-aa5f52630bfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fe80f1d-0c27-4696-b524-aa5f52630bfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fe80f1d-0c27-4696-b524-aa5f52630bfd {
  
}
}@media (max-width: 767px){#s-0fe80f1d-0c27-4696-b524-aa5f52630bfd {
  
}
}
.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-11e14c99-6d22-4eaf-acdd-79b5cc7e9911 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ac72275-6e8a-4bb3-aeb1-a7ad839948ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1 {
  display: none;
}
#s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1, #wrap-s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1 { display:none !important; }}@media (max-width: 767px){#s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1 {
  display: none;
}
#s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1, #wrap-s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-95e8cc1c-cbd0-43e5-881a-e566c94ee2d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2c4bf0fc-289b-4b08-a7be-a1a07e3eeefc {
  border-style: solid;
margin-top: 71px;
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-2c4bf0fc-289b-4b08-a7be-a1a07e3eeefc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c4bf0fc-289b-4b08-a7be-a1a07e3eeefc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c4bf0fc-289b-4b08-a7be-a1a07e3eeefc {
  
}
}@media (max-width: 767px){#s-2c4bf0fc-289b-4b08-a7be-a1a07e3eeefc {
  
}
}
#s-444b01d6-f3bd-4ec3-9245-9cc05b99e49a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e705eee2-2141-4954-8d1a-df2d03db1c38 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e705eee2-2141-4954-8d1a-df2d03db1c38 {
  display: none;
}
#s-e705eee2-2141-4954-8d1a-df2d03db1c38, #wrap-s-e705eee2-2141-4954-8d1a-df2d03db1c38 { display:none !important; }}@media (max-width: 767px){#s-e705eee2-2141-4954-8d1a-df2d03db1c38 {
  display: none;
}
#s-e705eee2-2141-4954-8d1a-df2d03db1c38, #wrap-s-e705eee2-2141-4954-8d1a-df2d03db1c38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e705eee2-2141-4954-8d1a-df2d03db1c38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e705eee2-2141-4954-8d1a-df2d03db1c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e705eee2-2141-4954-8d1a-df2d03db1c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e705eee2-2141-4954-8d1a-df2d03db1c38"] > .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-043a64db-9e08-43b7-bb10-5d8e368500ec hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-3a89539e-54db-443f-a918-9054797ea826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a89539e-54db-443f-a918-9054797ea826"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a89539e-54db-443f-a918-9054797ea826"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a89539e-54db-443f-a918-9054797ea826"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0ee2c0af-8c0a-4689-88b1-243db801225d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5f8421fc-15cf-472a-b451-1a42dde93cdf hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-508251f3-768b-4a3e-ac69-bed1406537b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-508251f3-768b-4a3e-ac69-bed1406537b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-508251f3-768b-4a3e-ac69-bed1406537b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-508251f3-768b-4a3e-ac69-bed1406537b8"] > .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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc {
  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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc: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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc: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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc-root {
    text-align: left;
  }


#s-d6ab079d-3021-47fc-b2aa-3c287d1fafdc.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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc-root {
    text-align: left;
  }


#s-d6ab079d-3021-47fc-b2aa-3c287d1fafdc.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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc-root {
    text-align: left;
  }


#s-d6ab079d-3021-47fc-b2aa-3c287d1fafdc.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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc-root {
    text-align: left;
  }


#s-d6ab079d-3021-47fc-b2aa-3c287d1fafdc.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-d6ab079d-3021-47fc-b2aa-3c287d1fafdc-root {
    text-align: left;
  }


#s-d6ab079d-3021-47fc-b2aa-3c287d1fafdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 {
  display: none;
}
#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0, #wrap-s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 { display:none !important; }}@media (max-width: 767px){#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 {
  display: none;
}
#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0, #wrap-s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 { display:none !important; }}







#s-45a2d1ba-7ca9-4718-a049-5cb2f34705f0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-8a2a7816-730f-4328-a16f-b0aaee53ace0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-46d453e0-c5da-4475-b40f-c10db7a4369e {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-46d453e0-c5da-4475-b40f-c10db7a4369e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-075b029d-5671-4f12-a149-8dd11a106175 {
  text-align: left;
}







  #s-075b029d-5671-4f12-a149-8dd11a106175 img.shogun-image {
    

    
    
    
  }


#s-075b029d-5671-4f12-a149-8dd11a106175 .shogun-image-content {
  
    align-items: center;
  
}

#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 {
  display: none;
}
#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6, #wrap-s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 { display:none !important; }}@media (max-width: 767px){#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 {
  display: none;
}
#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6, #wrap-s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 { display:none !important; }}







#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4882c590-a1cb-4ea5-b2cd-8d874853fca6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-8a578fcd-6a1b-486c-a1fc-f6844d22b3d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-0ef51be6-cf10-4604-a0c6-1f04e5e4685c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ef51be6-cf10-4604-a0c6-1f04e5e4685c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0ef51be6-cf10-4604-a0c6-1f04e5e4685c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ef51be6-cf10-4604-a0c6-1f04e5e4685c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3e1dcb65-3e94-4ce9-b6c9-6e894a6ee189 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3e1dcb65-3e94-4ce9-b6c9-6e894a6ee189"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-3e1dcb65-3e94-4ce9-b6c9-6e894a6ee189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-3e1dcb65-3e94-4ce9-b6c9-6e894a6ee189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e1dcb65-3e94-4ce9-b6c9-6e894a6ee189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-97460df5-871a-4119-ac5e-393b18c1500e {
  text-align: center;
}







  #s-97460df5-871a-4119-ac5e-393b18c1500e img.shogun-image {
    

    
    
    
  }


#s-97460df5-871a-4119-ac5e-393b18c1500e .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-3cad2d56-d65f-4c45-9b36-e3cc863bed0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cad2d56-d65f-4c45-9b36-e3cc863bed0a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ede3eb89-db1a-400d-bc29-f33eff810f77 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ede3eb89-db1a-400d-bc29-f33eff810f77"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-ede3eb89-db1a-400d-bc29-f33eff810f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ede3eb89-db1a-400d-bc29-f33eff810f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ede3eb89-db1a-400d-bc29-f33eff810f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-9398ee08-3dff-4dd1-adfe-f327229b6092 {
  text-align: center;
}







  #s-9398ee08-3dff-4dd1-adfe-f327229b6092 img.shogun-image {
    

    
    
    
  }


#s-9398ee08-3dff-4dd1-adfe-f327229b6092 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf15b1e8-88ed-4d76-8ce6-0ba64acfe5ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf15b1e8-88ed-4d76-8ce6-0ba64acfe5ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-411d8ca5-59b7-433a-8baa-c840d9bc03c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-411d8ca5-59b7-433a-8baa-c840d9bc03c5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-411d8ca5-59b7-433a-8baa-c840d9bc03c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-411d8ca5-59b7-433a-8baa-c840d9bc03c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-411d8ca5-59b7-433a-8baa-c840d9bc03c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-11025e56-0f79-411f-9647-3ec19190e53b {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-11025e56-0f79-411f-9647-3ec19190e53b {
  display: none;
}
#s-11025e56-0f79-411f-9647-3ec19190e53b, #wrap-s-11025e56-0f79-411f-9647-3ec19190e53b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11025e56-0f79-411f-9647-3ec19190e53b {
  display: none;
}
#s-11025e56-0f79-411f-9647-3ec19190e53b, #wrap-s-11025e56-0f79-411f-9647-3ec19190e53b { display:none !important; }}
@media (min-width: 0px) {
[id="s-11025e56-0f79-411f-9647-3ec19190e53b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11025e56-0f79-411f-9647-3ec19190e53b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11025e56-0f79-411f-9647-3ec19190e53b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11025e56-0f79-411f-9647-3ec19190e53b"] > .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-052d2f89-8f31-4495-8f3b-72c878354f5b {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-052d2f89-8f31-4495-8f3b-72c878354f5b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-052d2f89-8f31-4495-8f3b-72c878354f5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-052d2f89-8f31-4495-8f3b-72c878354f5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-052d2f89-8f31-4495-8f3b-72c878354f5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-052d2f89-8f31-4495-8f3b-72c878354f5b > .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-052d2f89-8f31-4495-8f3b-72c878354f5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-00d4d040-168d-459a-842c-fb6f003a1066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d4d040-168d-459a-842c-fb6f003a1066"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00d4d040-168d-459a-842c-fb6f003a1066"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d4d040-168d-459a-842c-fb6f003a1066"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-421fbbed-7f15-4295-a482-977c28ee97f3 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9a0da328-6fc7-482e-a966-b230af95e6fe {
  margin-left: 15px;
margin-right: 15px;
}

#s-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .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-5fcca92e-464e-4f18-8c2f-0efb72c979f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e18ae8df-c3bf-4067-97d6-83b3b0584de8 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .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-9ff77bf2-e3e0-4810-a1e5-b4f477f069ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4a476a8c-32d8-4a64-aace-0e565557dc2d {
  margin-left: 15px;
margin-right: 15px;
}

#s-7939f1fc-36d1-4302-8be9-60361113162e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-7939f1fc-36d1-4302-8be9-60361113162e {
  display: none;
}
#s-7939f1fc-36d1-4302-8be9-60361113162e, #wrap-s-7939f1fc-36d1-4302-8be9-60361113162e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7939f1fc-36d1-4302-8be9-60361113162e {
  display: none;
}
#s-7939f1fc-36d1-4302-8be9-60361113162e, #wrap-s-7939f1fc-36d1-4302-8be9-60361113162e { display:none !important; }}







#s-7939f1fc-36d1-4302-8be9-60361113162e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-7939f1fc-36d1-4302-8be9-60361113162e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfa5ca99-7839-491d-aa65-2d3866551c79 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-b5004c4f-9e79-4f2a-b4c8-73aec2491d5d {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-b5004c4f-9e79-4f2a-b4c8-73aec2491d5d img.shogun-image {
    

    
    
    
  }


#s-b5004c4f-9e79-4f2a-b4c8-73aec2491d5d .shogun-image-content {
  
    align-items: center;
  
}

#s-c8d568a5-0e83-48ba-9776-aff064eebca0 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-c8d568a5-0e83-48ba-9776-aff064eebca0 {
  display: none;
}
#s-c8d568a5-0e83-48ba-9776-aff064eebca0, #wrap-s-c8d568a5-0e83-48ba-9776-aff064eebca0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8d568a5-0e83-48ba-9776-aff064eebca0 {
  display: none;
}
#s-c8d568a5-0e83-48ba-9776-aff064eebca0, #wrap-s-c8d568a5-0e83-48ba-9776-aff064eebca0 { display:none !important; }}







#s-c8d568a5-0e83-48ba-9776-aff064eebca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8d568a5-0e83-48ba-9776-aff064eebca0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb045e53-b7bc-435d-8138-99d4d2c5e033 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb045e53-b7bc-435d-8138-99d4d2c5e033 {
  display: none;
}
#s-bb045e53-b7bc-435d-8138-99d4d2c5e033, #wrap-s-bb045e53-b7bc-435d-8138-99d4d2c5e033 { display:none !important; }}@media (max-width: 767px){#s-bb045e53-b7bc-435d-8138-99d4d2c5e033 {
  display: none;
}
#s-bb045e53-b7bc-435d-8138-99d4d2c5e033, #wrap-s-bb045e53-b7bc-435d-8138-99d4d2c5e033 { display:none !important; }}







#s-bb045e53-b7bc-435d-8138-99d4d2c5e033 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-437b0405-6d65-4ef1-9c48-bb85cd8e120c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-506cd2f1-d5d6-4e9f-aa60-00b6d71ffe13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-baa11ace-54cb-42be-821c-f9938125a710 {
  text-align: left;
}







  #s-baa11ace-54cb-42be-821c-f9938125a710 img.shogun-image {
    

    
    
    
  }


#s-baa11ace-54cb-42be-821c-f9938125a710 .shogun-image-content {
  
    align-items: center;
  
}

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

}

@media (min-width: 768px) {
[id="s-bf9d4ce4-d675-4aef-aca3-532bb9c55418"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bf9d4ce4-d675-4aef-aca3-532bb9c55418"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf9d4ce4-d675-4aef-aca3-532bb9c55418"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-020591c1-d09b-40b2-a992-d2487335a6f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-020591c1-d09b-40b2-a992-d2487335a6f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-020591c1-d09b-40b2-a992-d2487335a6f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-020591c1-d09b-40b2-a992-d2487335a6f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-020591c1-d09b-40b2-a992-d2487335a6f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-7831382d-2c70-4439-a76d-c5258c0e8395 {
  text-align: center;
}







  #s-7831382d-2c70-4439-a76d-c5258c0e8395 img.shogun-image {
    

    
    
    
  }


#s-7831382d-2c70-4439-a76d-c5258c0e8395 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a83423d-23ac-4bd2-b994-ffb8e48493e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a83423d-23ac-4bd2-b994-ffb8e48493e2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2f15f389-f8c2-4e51-a127-27059effae52 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2f15f389-f8c2-4e51-a127-27059effae52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-2f15f389-f8c2-4e51-a127-27059effae52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-2f15f389-f8c2-4e51-a127-27059effae52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f15f389-f8c2-4e51-a127-27059effae52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-8dfe1c02-d86a-4064-a64a-283c2b2604f9 {
  text-align: center;
}







  #s-8dfe1c02-d86a-4064-a64a-283c2b2604f9 img.shogun-image {
    

    
    
    
  }


#s-8dfe1c02-d86a-4064-a64a-283c2b2604f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-857566c9-d1e6-4af3-9206-999eaec3e5d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-857566c9-d1e6-4af3-9206-999eaec3e5d6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d6d5119a-98f0-48ee-82ca-6fb2b7515217 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-d6d5119a-98f0-48ee-82ca-6fb2b7515217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d5119a-98f0-48ee-82ca-6fb2b7515217.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-603b603c-8364-4587-af26-d0abfeb85c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-603b603c-8364-4587-af26-d0abfeb85c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-603b603c-8364-4587-af26-d0abfeb85c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-603b603c-8364-4587-af26-d0abfeb85c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6194f118-c2aa-4a8f-8cd7-9ffc70196f97 {
  margin-top: 0px;
text-align: center;
}







  #s-6194f118-c2aa-4a8f-8cd7-9ffc70196f97 img.shogun-image {
    

    
    
    
  }


#s-6194f118-c2aa-4a8f-8cd7-9ffc70196f97 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ed31ab-7eee-48a7-bf16-00a10a049df9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d7ed31ab-7eee-48a7-bf16-00a10a049df9 {
  
}
}







#s-d7ed31ab-7eee-48a7-bf16-00a10a049df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7ed31ab-7eee-48a7-bf16-00a10a049df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30cbe080-14a2-44d7-84b1-2b87bc490662 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-30cbe080-14a2-44d7-84b1-2b87bc490662 {
  
}
}
@media (min-width: 0px) {
[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-30cbe080-14a2-44d7-84b1-2b87bc490662"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-fdb76383-6aea-4d4e-8eb6-e01c8c358f1e {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e {
  margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c86f4d9-3bd8-4562-9a64-ba52f013502e-root {
    text-align: left;
  }


#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c86f4d9-3bd8-4562-9a64-ba52f013502e-root {
    text-align: left;
  }


#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c86f4d9-3bd8-4562-9a64-ba52f013502e-root {
    text-align: left;
  }


#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c86f4d9-3bd8-4562-9a64-ba52f013502e-root {
    text-align: left;
  }


#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c86f4d9-3bd8-4562-9a64-ba52f013502e-root {
    text-align: left;
  }


#s-1c86f4d9-3bd8-4562-9a64-ba52f013502e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-14d6dac5-6d4b-43db-b338-cce59056f817 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-14d6dac5-6d4b-43db-b338-cce59056f817"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14d6dac5-6d4b-43db-b338-cce59056f817"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14d6dac5-6d4b-43db-b338-cce59056f817"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14d6dac5-6d4b-43db-b338-cce59056f817"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-14d6dac5-6d4b-43db-b338-cce59056f817"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9ad84ec0-60f9-46f2-9b89-9411650e1072 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9ad84ec0-60f9-46f2-9b89-9411650e1072 {
  
}
}







#s-9ad84ec0-60f9-46f2-9b89-9411650e1072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad84ec0-60f9-46f2-9b89-9411650e1072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6 {
  
}
}
@media (min-width: 0px) {
[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3df9f6dd-f2c2-4c08-a83c-acf6999a62b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-99675407-b40d-4b97-b555-94d7e601b1db {
  margin-left: 15px;
margin-right: 15px;
}

#s-4422bc89-cb7f-483e-99d7-ee83d8afe4c2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-4422bc89-cb7f-483e-99d7-ee83d8afe4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f {
  display: none;
}
#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f, #wrap-s-f5ee3590-4ec4-4f50-806f-e94b3edd743f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f {
  display: none;
}
#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f, #wrap-s-f5ee3590-4ec4-4f50-806f-e94b3edd743f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f {
  display: none;
}
#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f, #wrap-s-f5ee3590-4ec4-4f50-806f-e94b3edd743f { display:none !important; }}







#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5ee3590-4ec4-4f50-806f-e94b3edd743f.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-513fc672-6800-4f46-b977-7be4c0a9ccba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-513fc672-6800-4f46-b977-7be4c0a9ccba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-513fc672-6800-4f46-b977-7be4c0a9ccba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-513fc672-6800-4f46-b977-7be4c0a9ccba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-18f96b7a-096a-4a74-ad4d-44d7b7887d47 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-18f96b7a-096a-4a74-ad4d-44d7b7887d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bbd5f5f-bf34-4bb2-8919-b21a34da8b11 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9bbd5f5f-bf34-4bb2-8919-b21a34da8b11 {
  
}
}







#s-9bbd5f5f-bf34-4bb2-8919-b21a34da8b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbd5f5f-bf34-4bb2-8919-b21a34da8b11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f {
  
}
}
@media (min-width: 0px) {
[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5cefae8a-b194-4eab-8fd4-9876aabfdf3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-4d3b4abc-ae3f-41d5-8b0a-fc75523105b8 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-c13134d0-a6fe-4fce-a079-586d22f4538b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c13134d0-a6fe-4fce-a079-586d22f4538b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c13134d0-a6fe-4fce-a079-586d22f4538b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c13134d0-a6fe-4fce-a079-586d22f4538b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c13134d0-a6fe-4fce-a079-586d22f4538b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d9e9dcd8-ef59-4eca-9604-29b41a580bd2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d9e9dcd8-ef59-4eca-9604-29b41a580bd2 {
  
}
}







#s-d9e9dcd8-ef59-4eca-9604-29b41a580bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9e9dcd8-ef59-4eca-9604-29b41a580bd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa7b5953-b39a-4a47-a7ef-e763d80e8929 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-aa7b5953-b39a-4a47-a7ef-e763d80e8929 {
  
}
}
@media (min-width: 0px) {
[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aa7b5953-b39a-4a47-a7ef-e763d80e8929"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-7230939e-adbe-46a1-ac1a-b23a4ee61081 {
  margin-left: 15px;
margin-right: 15px;
}

#s-afe99c19-e537-425d-ad2c-540b5766b8d9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-afe99c19-e537-425d-ad2c-540b5766b8d9 img.shogun-image {
    

    
    
    
  }


#s-afe99c19-e537-425d-ad2c-540b5766b8d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 {
  display: none;
}
#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5, #wrap-s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 {
  display: none;
}
#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5, #wrap-s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 {
  display: none;
}
#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5, #wrap-s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 { display:none !important; }}







#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5255d199-42b4-4ec1-8a14-1cd35905f7b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee {
  display: none;
}
#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee, #wrap-s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee {
  display: none;
}
#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee, #wrap-s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee { display:none !important; }}







#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-ab3eba2c-e7fd-439e-bd50-77e20a3a7fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-101b2036-a964-4ef5-9d8a-fa999d37f28c {
  margin-left: 15px;
margin-right: 15px;
}

#s-e0cfcf3d-462e-4006-890e-d4bb84600da8 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-e0cfcf3d-462e-4006-890e-d4bb84600da8:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0cfcf3d-462e-4006-890e-d4bb84600da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0cfcf3d-462e-4006-890e-d4bb84600da8-root {
    text-align: center;
  }


#s-e0cfcf3d-462e-4006-890e-d4bb84600da8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0cfcf3d-462e-4006-890e-d4bb84600da8-root {
    text-align: center;
  }


#s-e0cfcf3d-462e-4006-890e-d4bb84600da8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0cfcf3d-462e-4006-890e-d4bb84600da8-root {
    text-align: center;
  }


#s-e0cfcf3d-462e-4006-890e-d4bb84600da8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0cfcf3d-462e-4006-890e-d4bb84600da8-root {
    text-align: center;
  }


#s-e0cfcf3d-462e-4006-890e-d4bb84600da8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0cfcf3d-462e-4006-890e-d4bb84600da8-root {
    text-align: center;
  }


#s-e0cfcf3d-462e-4006-890e-d4bb84600da8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-334ca1c0-8c21-400b-bf64-86469a212896 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-334ca1c0-8c21-400b-bf64-86469a212896 {
  display: none;
}
#s-334ca1c0-8c21-400b-bf64-86469a212896, #wrap-s-334ca1c0-8c21-400b-bf64-86469a212896 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-334ca1c0-8c21-400b-bf64-86469a212896 {
  display: none;
}
#s-334ca1c0-8c21-400b-bf64-86469a212896, #wrap-s-334ca1c0-8c21-400b-bf64-86469a212896 { display:none !important; }}
#s-47657626-79f4-40c3-aec8-a02a529eb2ac {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-47657626-79f4-40c3-aec8-a02a529eb2ac {
  display: none;
}
#s-47657626-79f4-40c3-aec8-a02a529eb2ac, #wrap-s-47657626-79f4-40c3-aec8-a02a529eb2ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47657626-79f4-40c3-aec8-a02a529eb2ac {
  display: none;
}
#s-47657626-79f4-40c3-aec8-a02a529eb2ac, #wrap-s-47657626-79f4-40c3-aec8-a02a529eb2ac { display:none !important; }}
#s-107905eb-222d-4fab-a29d-4c083b19e65a {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-107905eb-222d-4fab-a29d-4c083b19e65a {
  display: none;
}
#s-107905eb-222d-4fab-a29d-4c083b19e65a, #wrap-s-107905eb-222d-4fab-a29d-4c083b19e65a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-107905eb-222d-4fab-a29d-4c083b19e65a {
  display: none;
}
#s-107905eb-222d-4fab-a29d-4c083b19e65a, #wrap-s-107905eb-222d-4fab-a29d-4c083b19e65a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-107905eb-222d-4fab-a29d-4c083b19e65a {
  
}
}@media (max-width: 767px){#s-107905eb-222d-4fab-a29d-4c083b19e65a {
  
}
}
#s-8aabf96b-9247-469a-b479-5df217533b8b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aabf96b-9247-469a-b479-5df217533b8b {
  display: none;
}
#s-8aabf96b-9247-469a-b479-5df217533b8b, #wrap-s-8aabf96b-9247-469a-b479-5df217533b8b { display:none !important; }}@media (max-width: 767px){#s-8aabf96b-9247-469a-b479-5df217533b8b {
  display: none;
}
#s-8aabf96b-9247-469a-b479-5df217533b8b, #wrap-s-8aabf96b-9247-469a-b479-5df217533b8b { display:none !important; }}






  #s-8aabf96b-9247-469a-b479-5df217533b8b img.shogun-image {
    

    
    
    
  }


#s-8aabf96b-9247-469a-b479-5df217533b8b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5fa28a09-dd32-40f9-8df1-01a52eb5339f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-006c2d2e-f095-4152-8979-2cc7e6c07b9a-root {
    text-align: left;
  }


#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-006c2d2e-f095-4152-8979-2cc7e6c07b9a-root {
    text-align: left;
  }


#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-006c2d2e-f095-4152-8979-2cc7e6c07b9a-root {
    text-align: left;
  }


#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-006c2d2e-f095-4152-8979-2cc7e6c07b9a-root {
    text-align: left;
  }


#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-006c2d2e-f095-4152-8979-2cc7e6c07b9a-root {
    text-align: left;
  }


#s-006c2d2e-f095-4152-8979-2cc7e6c07b9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 {
  margin-top: 0px;
padding-bottom: 0px;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 {
  display: none;
}
#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8, #wrap-s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 { display:none !important; }}@media (max-width: 767px){#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 {
  display: none;
}
#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8, #wrap-s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 { display:none !important; }}







#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cca3aa-08ce-4b26-aa69-812c208af4d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-1ff8ecea-6bec-467c-a88f-721fa7ce11ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-a9ff81c1-945d-4651-91ae-952a90f597c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9ff81c1-945d-4651-91ae-952a90f597c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a9ff81c1-945d-4651-91ae-952a90f597c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a9ff81c1-945d-4651-91ae-952a90f597c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f5e0417-ad8f-4637-beaf-456351aebf27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2502d836-4238-41b8-9b14-87fb7c936705 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  #s-2502d836-4238-41b8-9b14-87fb7c936705 img.shogun-image {
    

    
    
    
  }


#s-2502d836-4238-41b8-9b14-87fb7c936705 .shogun-image-content {
  
    align-items: center;
  
}

#s-f13447ca-b571-4ab0-a2e0-52d8a3f4e2a4 {
  min-height: 50px;
}








#s-f13447ca-b571-4ab0-a2e0-52d8a3f4e2a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13447ca-b571-4ab0-a2e0-52d8a3f4e2a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dfedc6b-49aa-4428-88ff-43b480664837 {
  min-height: 50px;
}








#s-3dfedc6b-49aa-4428-88ff-43b480664837 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dfedc6b-49aa-4428-88ff-43b480664837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-683377a0-98fb-4a4a-96f8-4bfaf0c3aacd {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-683377a0-98fb-4a4a-96f8-4bfaf0c3aacd .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-75164f6a-821b-407e-95eb-a1240fd05c9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-75164f6a-821b-407e-95eb-a1240fd05c9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75164f6a-821b-407e-95eb-a1240fd05c9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75164f6a-821b-407e-95eb-a1240fd05c9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-10933396-e588-490b-9150-1c21234a9dc2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-10933396-e588-490b-9150-1c21234a9dc2 img.shogun-image {
    

    
    
    
  }


#s-10933396-e588-490b-9150-1c21234a9dc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d195cb8d-7a08-448d-b57b-4dbfdf4e50c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d195cb8d-7a08-448d-b57b-4dbfdf4e50c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-4be76082-32af-4168-bd2d-f36b8f47880d {
  text-align: center;
}








#s-4be76082-32af-4168-bd2d-f36b8f47880d .shogun-image-content {
  
    align-items: center;
  
}

#s-d56e5714-419f-4345-9039-bd7fc4a976fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d56e5714-419f-4345-9039-bd7fc4a976fd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-56775131-e954-4a44-afe1-5263845f3c1a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-56775131-e954-4a44-afe1-5263845f3c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-4b236443-5b2e-4078-867d-ef3ec5092932 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b236443-5b2e-4078-867d-ef3ec5092932 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-fd0c5e80-ce96-4f95-9ef8-289693c6bec2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-fd0c5e80-ce96-4f95-9ef8-289693c6bec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5731df3-1fdc-4069-89a0-d527e4938f6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5731df3-1fdc-4069-89a0-d527e4938f6e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-8f0e6cae-2f5d-4ad8-8384-cf89971444f0 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f0e6cae-2f5d-4ad8-8384-cf89971444f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7dce5540-7393-4d04-88d6-311145c75458"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 {
  padding-left: 0px;
padding-right: 0px;
}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .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-f554bf04-e05d-4d76-8b5f-7bed0013d421 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-533eb820-0e7d-4bdd-aa8a-286b8ce8188f {
  margin-left: 15px;
margin-right: 15px;
}

#s-37b347ff-bb3f-4f68-8e67-11c24d170cb4 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5670f96c-3734-4f8d-9053-96f09708041d {
  margin-left: 15px;
margin-right: 15px;
}

#s-e029a0e1-bd3f-43bc-9054-461890f247fd {
  margin-left: 15px;
margin-right: 15px;
}

#s-8e269f78-3836-46d2-8d29-c4cbb553bf37 {
  margin-left: 15px;
margin-right: 15px;
}

#s-8ac7b679-85a0-4d6c-8076-566fe8e8ee47 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

#s-18e319b3-9d97-40fb-8e13-28a12ed37079 {
  text-align: center;
}







  #s-18e319b3-9d97-40fb-8e13-28a12ed37079 img.shogun-image {
    

    
    
    
  }


#s-18e319b3-9d97-40fb-8e13-28a12ed37079 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c: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}