.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-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-f733ccf1-aa0e-46fd-8b74-f42755911b46 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 600px;
}
@media (max-width: 767px){#s-f733ccf1-aa0e-46fd-8b74-f42755911b46 {
  display: none;
}
#s-f733ccf1-aa0e-46fd-8b74-f42755911b46, #wrap-s-f733ccf1-aa0e-46fd-8b74-f42755911b46 { display: none !important; }}







#s-f733ccf1-aa0e-46fd-8b74-f42755911b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f733ccf1-aa0e-46fd-8b74-f42755911b46.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-d546c1ef-a6c6-4428-a85d-c3a138f05e13 {
  padding-left: 13%;
padding-right: 13%;
text-align: center;
background-color: rgba(248, 242, 242, 0);
}
@media (max-width: 767px){#s-d546c1ef-a6c6-4428-a85d-c3a138f05e13 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}






  #s-d546c1ef-a6c6-4428-a85d-c3a138f05e13 img.shogun-image {
    

    
    
    
  }


#s-d546c1ef-a6c6-4428-a85d-c3a138f05e13 .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-8f86af96-eba3-4acc-91f9-a5cb5d4a54bf {
  margin-top: 40px;
margin-left: 20%;
margin-bottom: 20px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8f86af96-eba3-4acc-91f9-a5cb5d4a54bf {
  margin-left: auto;
margin-right: auto;
}
}
#s-8f86af96-eba3-4acc-91f9-a5cb5d4a54bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f86af96-eba3-4acc-91f9-a5cb5d4a54bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-8f86af96-eba3-4acc-91f9-a5cb5d4a54bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-81f8bb3d-a301-43a2-b386-2eb9a6fffbf5 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
padding-top: 0px;
}

#s-b21422ff-35d6-4dbd-ade9-9a7681bcb967 {
  border-style: solid;
margin-left: 9%;
margin-right: 9%;
padding-left: 4%;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
text-align: center;
opacity: 0.89;
}
#s-b21422ff-35d6-4dbd-ade9-9a7681bcb967:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;}@media (max-width: 767px){#s-b21422ff-35d6-4dbd-ade9-9a7681bcb967 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-b21422ff-35d6-4dbd-ade9-9a7681bcb967 img.shogun-image {
    

    
    
    
  }


#s-b21422ff-35d6-4dbd-ade9-9a7681bcb967 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6057962-874a-4fd7-9957-94d67d34baf1 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6057962-874a-4fd7-9957-94d67d34baf1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-e6057962-874a-4fd7-9957-94d67d34baf1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-4cbc0712-8067-40fa-8454-4a6ae96116f8 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

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

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

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

#s-aa840ae4-51ea-4090-b61a-e3c116cd160f {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-aa840ae4-51ea-4090-b61a-e3c116cd160f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa840ae4-51ea-4090-b61a-e3c116cd160f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa840ae4-51ea-4090-b61a-e3c116cd160f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa840ae4-51ea-4090-b61a-e3c116cd160f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-884ce1bb-68d5-4138-9da6-3eff5a5357d4 {
  text-align: center;
}







  #s-884ce1bb-68d5-4138-9da6-3eff5a5357d4 img.shogun-image {
    

    
    
    
  }


#s-884ce1bb-68d5-4138-9da6-3eff5a5357d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab96025-218d-4859-ac77-defc26b6ad6d {
  text-align: center;
}







  #s-0ab96025-218d-4859-ac77-defc26b6ad6d img.shogun-image {
    

    
    
    
  }


#s-0ab96025-218d-4859-ac77-defc26b6ad6d .shogun-image-content {
  
    align-items: center;
  
}

#s-820e4fa9-67cd-4aea-80f1-9c7fb410d84a {
  text-align: center;
}







  #s-820e4fa9-67cd-4aea-80f1-9c7fb410d84a img.shogun-image {
    

    
    
    
  }


#s-820e4fa9-67cd-4aea-80f1-9c7fb410d84a .shogun-image-content {
  
    align-items: center;
  
}

#s-7c969470-c082-4481-9c3a-ddae552c73c0 {
  text-align: center;
}







  #s-7c969470-c082-4481-9c3a-ddae552c73c0 img.shogun-image {
    

    
    
    
  }


#s-7c969470-c082-4481-9c3a-ddae552c73c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-22b6fa3c-c842-4bbe-a70c-c63841564bc0 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22b6fa3c-c842-4bbe-a70c-c63841564bc0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-22b6fa3c-c842-4bbe-a70c-c63841564bc0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-02207afa-f898-4752-843e-a2435737cc23 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-17c38417-64e1-4dd7-9757-93b5d8aa2f7d {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}







  #s-17c38417-64e1-4dd7-9757-93b5d8aa2f7d img.shogun-image {
    

    
    
    
  }


#s-17c38417-64e1-4dd7-9757-93b5d8aa2f7d .shogun-image-content {
  
    align-items: center;
  
}

#s-a27c45df-ad63-47de-99a4-94b4284a65ce {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-a27c45df-ad63-47de-99a4-94b4284a65ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a27c45df-ad63-47de-99a4-94b4284a65ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a27c45df-ad63-47de-99a4-94b4284a65ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a27c45df-ad63-47de-99a4-94b4284a65ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7829ace5-cf25-440b-aa49-1387753db899 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7829ace5-cf25-440b-aa49-1387753db899 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-7829ace5-cf25-440b-aa49-1387753db899 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-994c9301-309e-424b-973d-724640e0ea32 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-c14d64e3-d787-44df-8add-ab75e6c09fcf {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}







  #s-c14d64e3-d787-44df-8add-ab75e6c09fcf img.shogun-image {
    

    
    
    
  }


#s-c14d64e3-d787-44df-8add-ab75e6c09fcf .shogun-image-content {
  
    align-items: center;
  
}

#s-b4eb5617-dc8f-4c03-a79b-09ae339bb955 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4eb5617-dc8f-4c03-a79b-09ae339bb955 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b24ce16d-a3cc-41a4-acfc-3885c85c32bf {
  min-height: 53px;
}








#s-b24ce16d-a3cc-41a4-acfc-3885c85c32bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b24ce16d-a3cc-41a4-acfc-3885c85c32bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa461408-e751-4e2c-9ae5-fe47bfc39c1e {
  margin-left: 13%;
margin-right: 13%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-aa461408-e751-4e2c-9ae5-fe47bfc39c1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa461408-e751-4e2c-9ae5-fe47bfc39c1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa461408-e751-4e2c-9ae5-fe47bfc39c1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa461408-e751-4e2c-9ae5-fe47bfc39c1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-904e662c-682b-44a0-b5fe-3f9e0634b2be {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-904e662c-682b-44a0-b5fe-3f9e0634b2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-904e662c-682b-44a0-b5fe-3f9e0634b2be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cb02fd5-74b5-4962-a03d-1be10f3a9349 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-1cb02fd5-74b5-4962-a03d-1be10f3a9349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb02fd5-74b5-4962-a03d-1be10f3a9349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc59dd51-5b87-4f3f-b71e-7809c1fad769 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc59dd51-5b87-4f3f-b71e-7809c1fad769 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-266519d9-221e-4108-98a5-ac21a070fc36 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-1d1bf36f-dfde-4ab1-a8f3-ad207f93fa72 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}







  #s-1d1bf36f-dfde-4ab1-a8f3-ad207f93fa72 img.shogun-image {
    

    
    
    
  }


#s-1d1bf36f-dfde-4ab1-a8f3-ad207f93fa72 .shogun-image-content {
  
    align-items: center;
  
}

#s-8514b0f4-b05b-46ba-a06f-ece0251bc790 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8514b0f4-b05b-46ba-a06f-ece0251bc790 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fd959577-a5c6-4972-a23b-a266a6951345 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-cc22acd6-7ab2-4e2c-b2cc-a5261f6a37ed {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 13%;
margin-right: 13%;
min-height: 500px;
background-position: center center;
}








#s-cc22acd6-7ab2-4e2c-b2cc-a5261f6a37ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc22acd6-7ab2-4e2c-b2cc-a5261f6a37ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ec6077-ef29-469c-9184-c14873700e23 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3ec6077-ef29-469c-9184-c14873700e23 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c6255258-8779-4525-9c5e-5b930bcd2d55 {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-c58de48c-d2ea-4afe-b111-3bfbee01c612 {
  margin-left: 13%;
margin-right: 13%;
text-align: center;
}







  #s-c58de48c-d2ea-4afe-b111-3bfbee01c612 img.shogun-image {
    

    
    
    
  }


#s-c58de48c-d2ea-4afe-b111-3bfbee01c612 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6427498-49b9-43b2-9e8d-c4e2a18560c8 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6427498-49b9-43b2-9e8d-c4e2a18560c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 {
  margin-left: 10%;
margin-right: 10%;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-23fbbce6-fc60-4361-b464-1db6c7cbae58 td.shogun-table-column, #s-23fbbce6-fc60-4361-b464-1db6c7cbae58 td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-8bc692c3-e63b-40b2-a889-9c75a953a3ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bc692c3-e63b-40b2-a889-9c75a953a3ba .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aef23483-0b08-4b27-b437-20265ca570ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aef23483-0b08-4b27-b437-20265ca570ff .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8efe4a3b-004d-4665-ae49-e9b7fdfa89af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8efe4a3b-004d-4665-ae49-e9b7fdfa89af .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-888f3de5-76b5-4b43-a063-5f902facc2c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-888f3de5-76b5-4b43-a063-5f902facc2c4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a40ed0a3-f8a6-403a-b43c-dc6866d07926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a40ed0a3-f8a6-403a-b43c-dc6866d07926 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a304faf9-7c77-4912-b04c-2d6354cd8ab0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a304faf9-7c77-4912-b04c-2d6354cd8ab0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9e49d978-b665-4f81-8868-07d9a306c9fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e49d978-b665-4f81-8868-07d9a306c9fe .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fc6dcbb1-0d1c-4063-913b-a4d6e01d7fc6 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc6dcbb1-0d1c-4063-913b-a4d6e01d7fc6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9dc1877b-c728-4277-8680-e41c2d6498ea {
  margin-top: -22px;
margin-left: 13%;
margin-right: 13%;
}

#s-01a01570-30db-4a25-a5a8-5b7065d7d730 {
  margin-left: 13%;
margin-right: 13%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-01a01570-30db-4a25-a5a8-5b7065d7d730 {
  display: none;
}
#s-01a01570-30db-4a25-a5a8-5b7065d7d730, #wrap-s-01a01570-30db-4a25-a5a8-5b7065d7d730 { display: none !important; }}@media (max-width: 767px){#s-01a01570-30db-4a25-a5a8-5b7065d7d730 {
  display: none;
}
#s-01a01570-30db-4a25-a5a8-5b7065d7d730, #wrap-s-01a01570-30db-4a25-a5a8-5b7065d7d730 { display: none !important; }}
#s-01a01570-30db-4a25-a5a8-5b7065d7d730 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 0px;
}

#s-01a01570-30db-4a25-a5a8-5b7065d7d730 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-01a01570-30db-4a25-a5a8-5b7065d7d730 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 75px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-01a01570-30db-4a25-a5a8-5b7065d7d730 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-01a01570-30db-4a25-a5a8-5b7065d7d730 td.shogun-table-column, #s-01a01570-30db-4a25-a5a8-5b7065d7d730 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-ed12322a-4af4-4b92-97eb-b9b52f972251 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed12322a-4af4-4b92-97eb-b9b52f972251 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e045c808-7dca-4bac-be30-4e4eeced717d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e045c808-7dca-4bac-be30-4e4eeced717d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e5e2060e-6eb2-4ffe-8b26-754f8da49eaa {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5e2060e-6eb2-4ffe-8b26-754f8da49eaa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-33f28f73-453f-46f8-93f1-09ba9cae1ded {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33f28f73-453f-46f8-93f1-09ba9cae1ded .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-22fabaa9-1d72-4027-82d1-dfe1eb83ba6d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22fabaa9-1d72-4027-82d1-dfe1eb83ba6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-c0e4fa69-3560-4834-ae1d-37943f4b4345 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0e4fa69-3560-4834-ae1d-37943f4b4345 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-cb5ebac7-98be-47cf-8f6b-7c0eda9105c1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb5ebac7-98be-47cf-8f6b-7c0eda9105c1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f7b3b18b-ffff-48bc-bbf9-a3f770949afc {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7b3b18b-ffff-48bc-bbf9-a3f770949afc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-dd985c54-c651-4c07-87a9-76579f40c539 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd985c54-c651-4c07-87a9-76579f40c539 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-b21de3c8-ad07-45eb-8004-747757b81f67 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b21de3c8-ad07-45eb-8004-747757b81f67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-07d2eefd-3006-4447-be75-c325080454f1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07d2eefd-3006-4447-be75-c325080454f1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-ab534a70-0ccc-4b59-b760-b65551138013 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab534a70-0ccc-4b59-b760-b65551138013 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-aebfe8d9-aeba-4f68-af39-c4a30412ecdb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aebfe8d9-aeba-4f68-af39-c4a30412ecdb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f0459215-83fc-40d9-9412-20e9f8f09ac2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0459215-83fc-40d9-9412-20e9f8f09ac2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-37cb5208-f3ed-4b14-b3bb-63b220a70dde {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37cb5208-f3ed-4b14-b3bb-63b220a70dde .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-7c8230e6-93e3-4326-8e56-092e6c8d565f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c8230e6-93e3-4326-8e56-092e6c8d565f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-a321617a-9adf-4f21-89c9-27c3c93bf2e7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a321617a-9adf-4f21-89c9-27c3c93bf2e7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-6bd1f311-1e6c-40ed-aa77-0c6e8ed70932 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bd1f311-1e6c-40ed-aa77-0c6e8ed70932 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-2dd4afa0-65d9-4702-b43c-6e8785122ee5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dd4afa0-65d9-4702-b43c-6e8785122ee5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-8e1b8ef7-229e-4ea5-8b63-b138e13732ee {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e1b8ef7-229e-4ea5-8b63-b138e13732ee .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-6aebf441-7b09-4399-8ab2-420b59e033fa {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aebf441-7b09-4399-8ab2-420b59e033fa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-ae0aeb9e-d535-4364-a4c7-c560e41d8f3d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae0aeb9e-d535-4364-a4c7-c560e41d8f3d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-3c5fa480-683d-4fc4-b304-9e8ab35e1d52 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c5fa480-683d-4fc4-b304-9e8ab35e1d52 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-0958019c-fde3-486b-8c0b-051958ad8805 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0958019c-fde3-486b-8c0b-051958ad8805 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-1dd8d821-eacc-493d-8b54-54cddd5ce2e2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dd8d821-eacc-493d-8b54-54cddd5ce2e2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-617ed8b6-543b-44fa-850c-40d02267f1c5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-617ed8b6-543b-44fa-850c-40d02267f1c5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-a626b0aa-e03d-4d09-93d6-faeb1ab86b99 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a626b0aa-e03d-4d09-93d6-faeb1ab86b99 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-0bf9c3cd-076e-442e-a80c-81c967001dd5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bf9c3cd-076e-442e-a80c-81c967001dd5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e9252662-37e4-4412-b0c6-d5b3d458370f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9252662-37e4-4412-b0c6-d5b3d458370f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-96441e0d-5feb-469a-8124-76897fe663d2 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96441e0d-5feb-469a-8124-76897fe663d2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-4dfbafce-c79e-4d3d-bd16-ac6355e96fb1 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dfbafce-c79e-4d3d-bd16-ac6355e96fb1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-1571178e-b7f7-48de-a1d7-6e483ad9af40 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1571178e-b7f7-48de-a1d7-6e483ad9af40 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-4c51add8-49cd-409d-9b52-b4aa89887899 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c51add8-49cd-409d-9b52-b4aa89887899 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-5742fca9-0968-44d9-aa5b-02e0d2495554 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5742fca9-0968-44d9-aa5b-02e0d2495554 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-6985838e-2381-457b-99ff-8df467c477a4 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6985838e-2381-457b-99ff-8df467c477a4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-0653020e-518f-409a-b721-76b825c73f1f {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0653020e-518f-409a-b721-76b825c73f1f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-f0403a7a-1b11-4ab4-9227-8d7a41c9121a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0403a7a-1b11-4ab4-9227-8d7a41c9121a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-be8bc529-ae77-4b58-be5a-547a8ba5a9f3 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be8bc529-ae77-4b58-be5a-547a8ba5a9f3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-a5417793-e828-44b0-ace6-138e788c3d46 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5417793-e828-44b0-ace6-138e788c3d46 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-0af4d7f0-4714-450d-acac-36f476828996 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0af4d7f0-4714-450d-acac-36f476828996 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-3dcf47e4-48d7-4836-9cad-2d9d68042bad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 150px;
background-position: center center;
}








#s-3dcf47e4-48d7-4836-9cad-2d9d68042bad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcf47e4-48d7-4836-9cad-2d9d68042bad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45f348ec-377b-4b11-8973-dfdb152806b1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 150px;
background-position: center center;
}








#s-45f348ec-377b-4b11-8973-dfdb152806b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45f348ec-377b-4b11-8973-dfdb152806b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76e9876a-bceb-4650-943b-c6067651c807 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 150px;
background-position: center center;
}








#s-76e9876a-bceb-4650-943b-c6067651c807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76e9876a-bceb-4650-943b-c6067651c807.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-154099ae-aa45-42b8-aa58-1ff481582a54 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 150px;
background-position: center center;
}








#s-154099ae-aa45-42b8-aa58-1ff481582a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-154099ae-aa45-42b8-aa58-1ff481582a54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b15e9e8-e8dc-4e65-979a-b055e962b474 {
  min-height: 50px;
background-color: rgba(255, 254, 254, 1);
}








#s-8b15e9e8-e8dc-4e65-979a-b055e962b474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b15e9e8-e8dc-4e65-979a-b055e962b474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3bc430d-d76e-4205-8574-4dc16248198e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3bc430d-d76e-4205-8574-4dc16248198e {
  display: none;
}
#s-e3bc430d-d76e-4205-8574-4dc16248198e, #wrap-s-e3bc430d-d76e-4205-8574-4dc16248198e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3bc430d-d76e-4205-8574-4dc16248198e {
  display: none;
}
#s-e3bc430d-d76e-4205-8574-4dc16248198e, #wrap-s-e3bc430d-d76e-4205-8574-4dc16248198e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3bc430d-d76e-4205-8574-4dc16248198e {
  display: none;
}
#s-e3bc430d-d76e-4205-8574-4dc16248198e, #wrap-s-e3bc430d-d76e-4205-8574-4dc16248198e { display: none !important; }}







#s-e3bc430d-d76e-4205-8574-4dc16248198e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3bc430d-d76e-4205-8574-4dc16248198e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbeb10c1-d390-464c-b72e-b79c696037a1 {
  text-align: center;
}







  #s-dbeb10c1-d390-464c-b72e-b79c696037a1 img.shogun-image {
    

    
    
    
  }


#s-dbeb10c1-d390-464c-b72e-b79c696037a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-655e539c-de73-4930-b0a3-e0c5a2a67641 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-655e539c-de73-4930-b0a3-e0c5a2a67641 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 0px;
  
}



#s-27181e55-a8eb-4502-952c-22dc7c22a872 {
  margin-top: -22px;
}

#s-66a0533a-547b-4fc4-89de-153a4a0c3d76 {
  text-align: center;
}







  #s-66a0533a-547b-4fc4-89de-153a4a0c3d76 img.shogun-image {
    

    
    
    
  }


#s-66a0533a-547b-4fc4-89de-153a4a0c3d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef7fe83c-11e9-4ddf-a7d7-89b4dac8806c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef7fe83c-11e9-4ddf-a7d7-89b4dac8806c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-5098ad54-da4d-490a-94d0-f36fdd1392a7 {
  margin-top: -22px;
}

#s-3844c087-8a59-4377-af16-8ee2223ec5f3 {
  text-align: center;
}







  #s-3844c087-8a59-4377-af16-8ee2223ec5f3 img.shogun-image {
    

    
    
    
  }


#s-3844c087-8a59-4377-af16-8ee2223ec5f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc7ce490-c3f2-492e-9775-13f0ca187091 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc7ce490-c3f2-492e-9775-13f0ca187091 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-5480c2ad-277b-49d7-bacc-bccd174d7207 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-5480c2ad-277b-49d7-bacc-bccd174d7207 {
  margin-left: auto;
margin-right: auto;
}
}







#s-5480c2ad-277b-49d7-bacc-bccd174d7207 .shogun-image-content {
  
    align-items: center;
  
}

#s-b98d688f-1335-4ec1-815e-9ed991977dd2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b98d688f-1335-4ec1-815e-9ed991977dd2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-128d8fa6-01b6-4ee4-b9a4-f47bedfd67ac {
  margin-top: -22px;
}

#s-0ee4823f-9b66-49fd-91e4-1ef756bf2fdf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-0ee4823f-9b66-49fd-91e4-1ef756bf2fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee4823f-9b66-49fd-91e4-1ef756bf2fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55352a44-5b34-43fa-950f-cf1e9af2d0c5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55352a44-5b34-43fa-950f-cf1e9af2d0c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-de035696-815c-48e1-883c-958c1cd9329b {
  margin-top: -22px;
}

#s-29c09638-18ad-4e24-b4f7-4c33c8bd43f8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-29c09638-18ad-4e24-b4f7-4c33c8bd43f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29c09638-18ad-4e24-b4f7-4c33c8bd43f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f016367a-c762-417a-8aa4-480bd9fa055a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f016367a-c762-417a-8aa4-480bd9fa055a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-93955665-7432-4ef6-82e8-a1d84a75fbd7 {
  margin-top: -22px;
}

#s-33fbde2f-0c7b-4d7a-ba95-4fd0c008a29f {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-33fbde2f-0c7b-4d7a-ba95-4fd0c008a29f {
  margin-left: auto;
margin-right: auto;
}
}






  #s-33fbde2f-0c7b-4d7a-ba95-4fd0c008a29f img.shogun-image {
    

    
    
    
  }


#s-33fbde2f-0c7b-4d7a-ba95-4fd0c008a29f .shogun-image-content {
  
    align-items: center;
  
}

#s-1645461d-e72b-4530-b744-cfa7a563ed3b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1645461d-e72b-4530-b744-cfa7a563ed3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ccfd1d89-9573-4e73-8354-36de812ff4d4 {
  margin-top: -20px;
}

#s-91ceb5da-4b73-4c72-94ed-7857e5f7d28e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
min-height: 156px;
background-position: center center;
}








#s-91ceb5da-4b73-4c72-94ed-7857e5f7d28e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ceb5da-4b73-4c72-94ed-7857e5f7d28e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e26a520-18da-4cfd-8d9a-c613b0145437 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-7e26a520-18da-4cfd-8d9a-c613b0145437 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-0b724d53-c848-40bf-a254-a9e472096545 {
  margin-top: -22px;
}

#s-bb9c4a6a-5daa-4076-a68a-b42151c427fe {
  text-align: center;
}







  #s-bb9c4a6a-5daa-4076-a68a-b42151c427fe img.shogun-image {
    

    
    
    
  }


#s-bb9c4a6a-5daa-4076-a68a-b42151c427fe .shogun-image-content {
  
    align-items: center;
  
}

#s-5edd87d3-7b4d-442c-ab76-16e8539813e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5edd87d3-7b4d-442c-ab76-16e8539813e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-098b2442-d809-4c21-a65a-ae338cfe3eab {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-098b2442-d809-4c21-a65a-ae338cfe3eab {
  margin-left: auto;
margin-right: auto;
}
}







#s-098b2442-d809-4c21-a65a-ae338cfe3eab .shogun-image-content {
  
    align-items: center;
  
}

#s-33f84b11-497a-4b85-8469-e9cb5c03237c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33f84b11-497a-4b85-8469-e9cb5c03237c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-38d0b985-8c13-4a33-b14f-082140db1ade {
  margin-left: 0%;
margin-right: 0%;
}

#s-38d0b985-8c13-4a33-b14f-082140db1ade .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #D5D6D7;
  border-radius: 0px;
}

#s-38d0b985-8c13-4a33-b14f-082140db1ade table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-38d0b985-8c13-4a33-b14f-082140db1ade td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-38d0b985-8c13-4a33-b14f-082140db1ade td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-38d0b985-8c13-4a33-b14f-082140db1ade td.shogun-table-column, #s-38d0b985-8c13-4a33-b14f-082140db1ade td.shogun-table-row {
  border: 2px solid #D5D6D7;
}

#s-3e5d4990-da7a-48c3-b1a6-39f6225e22d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e5d4990-da7a-48c3-b1a6-39f6225e22d5 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-98be5739-2dbd-4c6e-8404-6851ca2ddd22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98be5739-2dbd-4c6e-8404-6851ca2ddd22 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-be78599c-90c7-4483-936b-22c1fda5e91e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be78599c-90c7-4483-936b-22c1fda5e91e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-05846840-36cf-421e-a1b3-03cc7a89ac71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05846840-36cf-421e-a1b3-03cc7a89ac71 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ff073317-1068-4a0f-82c4-c04158e9872e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff073317-1068-4a0f-82c4-c04158e9872e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a1f8ccf7-3390-4de0-8537-dd2ecb346d23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1f8ccf7-3390-4de0-8537-dd2ecb346d23 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dad93854-6386-4084-bb08-4a731a76fdef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dad93854-6386-4084-bb08-4a731a76fdef .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5aef985c-27e0-4b16-adf6-eeaf20d0dc4b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5aef985c-27e0-4b16-adf6-eeaf20d0dc4b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-5c19521d-a11f-44b2-8341-9ec15ec81641 {
  margin-top: -22px;
}

#s-b82920ab-32ea-43a7-8f02-3379104eed31 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-b82920ab-32ea-43a7-8f02-3379104eed31 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-b82920ab-32ea-43a7-8f02-3379104eed31 img.shogun-image {
    

    
    
    
  }


#s-b82920ab-32ea-43a7-8f02-3379104eed31 .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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
