.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-25246dbf-0d9a-420d-bb3f-2039c84493a9 {
  min-height: 50px;
}








#s-25246dbf-0d9a-420d-bb3f-2039c84493a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25246dbf-0d9a-420d-bb3f-2039c84493a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-8c9912ae-4487-4977-8531-e5bc3ae90888 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8c9912ae-4487-4977-8531-e5bc3ae90888 .shg-sld-nav-button.shg-sld-left,
#s-8c9912ae-4487-4977-8531-e5bc3ae90888 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-a5860e2e-4768-4516-89d4-5a0fd2190a13 {
  text-align: center;
}
@media (max-width: 767px){#s-a5860e2e-4768-4516-89d4-5a0fd2190a13 {
  display: none;
}
#s-a5860e2e-4768-4516-89d4-5a0fd2190a13, #wrap-s-a5860e2e-4768-4516-89d4-5a0fd2190a13 { display:none !important; }}







#s-a5860e2e-4768-4516-89d4-5a0fd2190a13 .shogun-image-content {
  
    align-items: center;
  
}

#s-99920200-c2b3-4482-94b5-39d672a5695c {
  text-align: center;
}
@media (max-width: 767px){#s-99920200-c2b3-4482-94b5-39d672a5695c {
  display: none;
}
#s-99920200-c2b3-4482-94b5-39d672a5695c, #wrap-s-99920200-c2b3-4482-94b5-39d672a5695c { display:none !important; }}







#s-99920200-c2b3-4482-94b5-39d672a5695c .shogun-image-content {
  
    align-items: center;
  
}

#s-90d517d0-0cf8-4339-bc43-3c5f67bda5fe {
  text-align: center;
}
@media (max-width: 767px){#s-90d517d0-0cf8-4339-bc43-3c5f67bda5fe {
  display: none;
}
#s-90d517d0-0cf8-4339-bc43-3c5f67bda5fe, #wrap-s-90d517d0-0cf8-4339-bc43-3c5f67bda5fe { display:none !important; }}







#s-90d517d0-0cf8-4339-bc43-3c5f67bda5fe .shogun-image-content {
  
    align-items: center;
  
}

#s-ecfc00c7-14a4-470a-80e8-bb5f0dd1a931 {
  min-height: 50px;
}








#s-ecfc00c7-14a4-470a-80e8-bb5f0dd1a931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfc00c7-14a4-470a-80e8-bb5f0dd1a931 {
  cursor: pointer;
}#s-ecfc00c7-14a4-470a-80e8-bb5f0dd1a931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5afb6550-5b4d-44b8-a71b-dcdd1c47aad1 {
  text-align: center;
}
@media (max-width: 767px){#s-5afb6550-5b4d-44b8-a71b-dcdd1c47aad1 {
  display: none;
}
#s-5afb6550-5b4d-44b8-a71b-dcdd1c47aad1, #wrap-s-5afb6550-5b4d-44b8-a71b-dcdd1c47aad1 { display:none !important; }}







#s-5afb6550-5b4d-44b8-a71b-dcdd1c47aad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-44ba6e66-012b-4079-9239-01c48c1884c9 {
  text-align: center;
}
@media (min-width: 1200px){#s-44ba6e66-012b-4079-9239-01c48c1884c9 {
  display: none;
}
#s-44ba6e66-012b-4079-9239-01c48c1884c9, #wrap-s-44ba6e66-012b-4079-9239-01c48c1884c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ba6e66-012b-4079-9239-01c48c1884c9 {
  display: none;
}
#s-44ba6e66-012b-4079-9239-01c48c1884c9, #wrap-s-44ba6e66-012b-4079-9239-01c48c1884c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ba6e66-012b-4079-9239-01c48c1884c9 {
  display: none;
}
#s-44ba6e66-012b-4079-9239-01c48c1884c9, #wrap-s-44ba6e66-012b-4079-9239-01c48c1884c9 { display:none !important; }}






  #s-44ba6e66-012b-4079-9239-01c48c1884c9 img.shogun-image {
    

    
    
    
  }


#s-44ba6e66-012b-4079-9239-01c48c1884c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 {
  text-align: center;
}
@media (min-width: 1200px){#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 {
  display: none;
}
#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504, #wrap-s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 {
  display: none;
}
#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504, #wrap-s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 {
  display: none;
}
#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504, #wrap-s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 { display:none !important; }}






  #s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 img.shogun-image {
    

    
    
    
  }


#s-761b052a-a9e1-4b83-b45b-8ce5b6f58504 .shogun-image-content {
  
    align-items: center;
  
}

#s-51ab596d-936d-411f-ba6d-60cad787f28d {
  text-align: center;
}
@media (min-width: 1200px){#s-51ab596d-936d-411f-ba6d-60cad787f28d {
  display: none;
}
#s-51ab596d-936d-411f-ba6d-60cad787f28d, #wrap-s-51ab596d-936d-411f-ba6d-60cad787f28d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51ab596d-936d-411f-ba6d-60cad787f28d {
  display: none;
}
#s-51ab596d-936d-411f-ba6d-60cad787f28d, #wrap-s-51ab596d-936d-411f-ba6d-60cad787f28d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51ab596d-936d-411f-ba6d-60cad787f28d {
  display: none;
}
#s-51ab596d-936d-411f-ba6d-60cad787f28d, #wrap-s-51ab596d-936d-411f-ba6d-60cad787f28d { display:none !important; }}@media (max-width: 767px){#s-51ab596d-936d-411f-ba6d-60cad787f28d {
  
}
}






  #s-51ab596d-936d-411f-ba6d-60cad787f28d img.shogun-image {
    

    
    
    
  }


#s-51ab596d-936d-411f-ba6d-60cad787f28d .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d2ce68-2a51-4078-956c-d98a90cf9235 {
  text-align: center;
}
@media (min-width: 1200px){#s-f7d2ce68-2a51-4078-956c-d98a90cf9235 {
  display: none;
}
#s-f7d2ce68-2a51-4078-956c-d98a90cf9235, #wrap-s-f7d2ce68-2a51-4078-956c-d98a90cf9235 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7d2ce68-2a51-4078-956c-d98a90cf9235 {
  display: none;
}
#s-f7d2ce68-2a51-4078-956c-d98a90cf9235, #wrap-s-f7d2ce68-2a51-4078-956c-d98a90cf9235 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7d2ce68-2a51-4078-956c-d98a90cf9235 {
  display: none;
}
#s-f7d2ce68-2a51-4078-956c-d98a90cf9235, #wrap-s-f7d2ce68-2a51-4078-956c-d98a90cf9235 { display:none !important; }}






  #s-f7d2ce68-2a51-4078-956c-d98a90cf9235 img.shogun-image {
    

    
    
    
  }


#s-f7d2ce68-2a51-4078-956c-d98a90cf9235 .shogun-image-content {
  
    align-items: center;
  
}

#s-e36a9620-675f-4feb-b41a-fa344d0be3ef {
  min-height: 50px;
}








#s-e36a9620-675f-4feb-b41a-fa344d0be3ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36a9620-675f-4feb-b41a-fa344d0be3ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a97660b-55aa-4bb2-a8ab-aa0378fb2165 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5a97660b-55aa-4bb2-a8ab-aa0378fb2165 .shg-sld-nav-button.shg-sld-left,
#s-5a97660b-55aa-4bb2-a8ab-aa0378fb2165 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-984aefee-a5ef-4ab2-bc77-d5a9eae6cea0 {
  text-align: center;
}
@media (max-width: 767px){#s-984aefee-a5ef-4ab2-bc77-d5a9eae6cea0 {
  display: none;
}
#s-984aefee-a5ef-4ab2-bc77-d5a9eae6cea0, #wrap-s-984aefee-a5ef-4ab2-bc77-d5a9eae6cea0 { display:none !important; }}







#s-984aefee-a5ef-4ab2-bc77-d5a9eae6cea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb {
  text-align: center;
}
@media (max-width: 767px){#s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb {
  display: none;
}
#s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb, #wrap-s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb { display:none !important; }}






  #s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb img.shogun-image {
    

    
    
    
  }


#s-561fa6dc-fa34-44e8-8d6a-dc3de0d1dfdb .shogun-image-content {
  
    align-items: center;
  
}

#s-4b9fa42d-d330-4cb0-9474-c046595fa1ef {
  text-align: center;
}
@media (max-width: 767px){#s-4b9fa42d-d330-4cb0-9474-c046595fa1ef {
  display: none;
}
#s-4b9fa42d-d330-4cb0-9474-c046595fa1ef, #wrap-s-4b9fa42d-d330-4cb0-9474-c046595fa1ef { display:none !important; }}






  #s-4b9fa42d-d330-4cb0-9474-c046595fa1ef img.shogun-image {
    

    
    
    
  }


#s-4b9fa42d-d330-4cb0-9474-c046595fa1ef .shogun-image-content {
  
    align-items: center;
  
}

#s-cdd6a330-85e3-42fe-a8e0-89314d013d8c {
  min-height: 50px;
}








#s-cdd6a330-85e3-42fe-a8e0-89314d013d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd6a330-85e3-42fe-a8e0-89314d013d8c {
  cursor: pointer;
}#s-cdd6a330-85e3-42fe-a8e0-89314d013d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32050d89-f2a3-47e1-95b1-2108b77c32ef {
  text-align: center;
}
@media (max-width: 767px){#s-32050d89-f2a3-47e1-95b1-2108b77c32ef {
  display: none;
}
#s-32050d89-f2a3-47e1-95b1-2108b77c32ef, #wrap-s-32050d89-f2a3-47e1-95b1-2108b77c32ef { display:none !important; }}






  #s-32050d89-f2a3-47e1-95b1-2108b77c32ef img.shogun-image {
    

    
    
    
  }


#s-32050d89-f2a3-47e1-95b1-2108b77c32ef .shogun-image-content {
  
    align-items: center;
  
}

#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 {
  text-align: center;
}
@media (min-width: 1200px){#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 {
  display: none;
}
#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4, #wrap-s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 {
  display: none;
}
#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4, #wrap-s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 {
  display: none;
}
#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4, #wrap-s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 { display:none !important; }}






  #s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 img.shogun-image {
    

    
    
    
  }


#s-8819cab1-c733-4685-a3a6-eb6d9e590bb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b {
  text-align: center;
}
@media (min-width: 1200px){#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b {
  display: none;
}
#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b, #wrap-s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b {
  display: none;
}
#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b, #wrap-s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b {
  display: none;
}
#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b, #wrap-s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b { display:none !important; }}






  #s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b img.shogun-image {
    

    
    
    
  }


#s-a15d2d4d-7da8-40fd-b1fa-c5a5a4a5d68b .shogun-image-content {
  
    align-items: center;
  
}

#s-14dd9bbe-6a32-466a-aa62-677804f0ccff {
  text-align: center;
}
@media (min-width: 1200px){#s-14dd9bbe-6a32-466a-aa62-677804f0ccff {
  display: none;
}
#s-14dd9bbe-6a32-466a-aa62-677804f0ccff, #wrap-s-14dd9bbe-6a32-466a-aa62-677804f0ccff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14dd9bbe-6a32-466a-aa62-677804f0ccff {
  display: none;
}
#s-14dd9bbe-6a32-466a-aa62-677804f0ccff, #wrap-s-14dd9bbe-6a32-466a-aa62-677804f0ccff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14dd9bbe-6a32-466a-aa62-677804f0ccff {
  display: none;
}
#s-14dd9bbe-6a32-466a-aa62-677804f0ccff, #wrap-s-14dd9bbe-6a32-466a-aa62-677804f0ccff { display:none !important; }}@media (max-width: 767px){#s-14dd9bbe-6a32-466a-aa62-677804f0ccff {
  
}
}






  #s-14dd9bbe-6a32-466a-aa62-677804f0ccff img.shogun-image {
    

    
    
    
  }


#s-14dd9bbe-6a32-466a-aa62-677804f0ccff .shogun-image-content {
  
    align-items: center;
  
}

#s-d10032e7-f748-40af-b698-416b4f98103c {
  text-align: center;
}
@media (min-width: 1200px){#s-d10032e7-f748-40af-b698-416b4f98103c {
  display: none;
}
#s-d10032e7-f748-40af-b698-416b4f98103c, #wrap-s-d10032e7-f748-40af-b698-416b4f98103c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d10032e7-f748-40af-b698-416b4f98103c {
  display: none;
}
#s-d10032e7-f748-40af-b698-416b4f98103c, #wrap-s-d10032e7-f748-40af-b698-416b4f98103c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d10032e7-f748-40af-b698-416b4f98103c {
  display: none;
}
#s-d10032e7-f748-40af-b698-416b4f98103c, #wrap-s-d10032e7-f748-40af-b698-416b4f98103c { display:none !important; }}






  #s-d10032e7-f748-40af-b698-416b4f98103c img.shogun-image {
    

    
    
    
  }


#s-d10032e7-f748-40af-b698-416b4f98103c .shogun-image-content {
  
    align-items: center;
  
}

#s-dbc45506-f5cf-495a-983c-7010109aacc0 {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-dbc45506-f5cf-495a-983c-7010109aacc0 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-dbc45506-f5cf-495a-983c-7010109aacc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbc45506-f5cf-495a-983c-7010109aacc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-e9cd05a7-1556-4124-bf52-bd7cd74ce213"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9cd05a7-1556-4124-bf52-bd7cd74ce213"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e9cd05a7-1556-4124-bf52-bd7cd74ce213"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9cd05a7-1556-4124-bf52-bd7cd74ce213"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b8f1e81-e8a2-436a-85e8-2772d340a4a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 270px;
background-position: center center;
}








#s-2b8f1e81-e8a2-436a-85e8-2772d340a4a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b8f1e81-e8a2-436a-85e8-2772d340a4a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c45cc791-91e8-4433-8c56-7d38f4285246 {
  min-height: 50px;
}








#s-c45cc791-91e8-4433-8c56-7d38f4285246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c45cc791-91e8-4433-8c56-7d38f4285246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b800174a-7ea8-4e1d-adce-0024f8228642 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 320px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b800174a-7ea8-4e1d-adce-0024f8228642 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-b800174a-7ea8-4e1d-adce-0024f8228642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b800174a-7ea8-4e1d-adce-0024f8228642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-bb9bc5dd-822b-46cb-92a4-b2899cb2ba9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb9bc5dd-822b-46cb-92a4-b2899cb2ba9b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b538958a-79ac-4943-9bbc-ed1a920e4776 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 270px;
background-position: center center;
}








#s-b538958a-79ac-4943-9bbc-ed1a920e4776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b538958a-79ac-4943-9bbc-ed1a920e4776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b800563-8e2e-497b-afed-763be3296439 {
  min-height: 50px;
}








#s-2b800563-8e2e-497b-afed-763be3296439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b800563-8e2e-497b-afed-763be3296439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e9e48a8-71ab-4c2d-a12e-2c728282b03b {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 320px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7e9e48a8-71ab-4c2d-a12e-2c728282b03b {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-7e9e48a8-71ab-4c2d-a12e-2c728282b03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e9e48a8-71ab-4c2d-a12e-2c728282b03b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54056457-2538-4cf1-b8f0-819b2f1be3f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54056457-2538-4cf1-b8f0-819b2f1be3f0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5ec64545-27be-449f-b40c-270cb44bfc62 {
  min-height: 50px;
}








#s-5ec64545-27be-449f-b40c-270cb44bfc62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ec64545-27be-449f-b40c-270cb44bfc62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06c6b20a-0635-440f-a573-9bbd02c16e07 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 270px;
background-position: center center;
}








#s-06c6b20a-0635-440f-a573-9bbd02c16e07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06c6b20a-0635-440f-a573-9bbd02c16e07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d12509-ebf3-4593-85ca-cde123a51010 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 320px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-81d12509-ebf3-4593-85ca-cde123a51010 {
  margin-top: 0px;
}
}







#s-81d12509-ebf3-4593-85ca-cde123a51010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d12509-ebf3-4593-85ca-cde123a51010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef024036-7113-4ced-adf8-e32f63f87efb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef024036-7113-4ced-adf8-e32f63f87efb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4d29c5ec-791e-461f-9263-7e987966f701 {
  padding-top: 35px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(4, 151, 77, 1);
}








#s-4d29c5ec-791e-461f-9263-7e987966f701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d29c5ec-791e-461f-9263-7e987966f701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88b74dd1-c38b-4ed2-9499-5d0eea57579d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88b74dd1-c38b-4ed2-9499-5d0eea57579d {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-88b74dd1-c38b-4ed2-9499-5d0eea57579d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-88b74dd1-c38b-4ed2-9499-5d0eea57579d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88b74dd1-c38b-4ed2-9499-5d0eea57579d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32e929bf-eaad-4ac5-b357-7067e2d2ee52 {
  padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-32e929bf-eaad-4ac5-b357-7067e2d2ee52 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-32e929bf-eaad-4ac5-b357-7067e2d2ee52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-32e929bf-eaad-4ac5-b357-7067e2d2ee52 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-6e7d7331-574d-45f8-8953-117bfbdf90b0 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-6e7d7331-574d-45f8-8953-117bfbdf90b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-67c0bda0-24e5-4dcf-a8ce-ed17ce32663f {
  min-height: 50px;
}








#s-67c0bda0-24e5-4dcf-a8ce-ed17ce32663f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67c0bda0-24e5-4dcf-a8ce-ed17ce32663f.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-f6cd950f-1ff7-40af-a430-d45dddc73f3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f6cd950f-1ff7-40af-a430-d45dddc73f3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f6cd950f-1ff7-40af-a430-d45dddc73f3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6cd950f-1ff7-40af-a430-d45dddc73f3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7ed4587a-a2de-409a-aabf-754a3a122d92 {
  min-height: 50px;
}








#s-7ed4587a-a2de-409a-aabf-754a3a122d92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed4587a-a2de-409a-aabf-754a3a122d92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb242d2d-0f8f-40e3-873e-f04d4d7bbf99 {
  text-align: center;
}







  #s-eb242d2d-0f8f-40e3-873e-f04d4d7bbf99 img.shogun-image {
    

    
    
    
  }


#s-eb242d2d-0f8f-40e3-873e-f04d4d7bbf99 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9cee47c-dcf2-40d3-9050-e4bc89d1b8f0 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9cee47c-dcf2-40d3-9050-e4bc89d1b8f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4976f9d3-2c04-46c8-b8e9-9c114a8fa992 {
  min-height: 50px;
}








#s-4976f9d3-2c04-46c8-b8e9-9c114a8fa992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4976f9d3-2c04-46c8-b8e9-9c114a8fa992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55d7b356-6df8-4c25-af9c-bda8cd953ce0 {
  text-align: center;
}







  #s-55d7b356-6df8-4c25-af9c-bda8cd953ce0 img.shogun-image {
    

    
    
    
  }


#s-55d7b356-6df8-4c25-af9c-bda8cd953ce0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ade69e1a-2db5-4f0f-b488-87500ca47637 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ade69e1a-2db5-4f0f-b488-87500ca47637 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fdd64316-1a56-461e-8486-8f0e2245f3fe {
  min-height: 50px;
}








#s-fdd64316-1a56-461e-8486-8f0e2245f3fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdd64316-1a56-461e-8486-8f0e2245f3fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-057beeec-897c-4c57-8c1f-9d91151f4538 {
  text-align: center;
}







  #s-057beeec-897c-4c57-8c1f-9d91151f4538 img.shogun-image {
    

    
    
    
  }


#s-057beeec-897c-4c57-8c1f-9d91151f4538 .shogun-image-content {
  
    align-items: center;
  
}

#s-438f75c2-e60c-496a-812f-f15f6849d79e {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-438f75c2-e60c-496a-812f-f15f6849d79e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4afd7cbe-e63a-4680-8609-4ba2836a3b5b {
  min-height: 50px;
}








#s-4afd7cbe-e63a-4680-8609-4ba2836a3b5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4afd7cbe-e63a-4680-8609-4ba2836a3b5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b6c102d-c252-4214-98c0-3e34cc7059dc {
  text-align: center;
}







  #s-4b6c102d-c252-4214-98c0-3e34cc7059dc img.shogun-image {
    

    
    
    
  }


#s-4b6c102d-c252-4214-98c0-3e34cc7059dc .shogun-image-content {
  
    align-items: center;
  
}

#s-cc25702e-cd6f-424a-8103-71163deec51a {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc25702e-cd6f-424a-8103-71163deec51a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-678c5266-1371-4a3a-8a94-319e5781faf2 {
  min-height: 50px;
}








#s-678c5266-1371-4a3a-8a94-319e5781faf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678c5266-1371-4a3a-8a94-319e5781faf2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e5f1cd9-7faf-4aa6-8d8c-3711814c8dce {
  text-align: center;
}







  #s-9e5f1cd9-7faf-4aa6-8d8c-3711814c8dce img.shogun-image {
    

    
    
    
  }


#s-9e5f1cd9-7faf-4aa6-8d8c-3711814c8dce .shogun-image-content {
  
    align-items: center;
  
}

#s-654d0502-81ba-49ac-8436-5cf631004b24 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-654d0502-81ba-49ac-8436-5cf631004b24 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c7d19190-d5ee-450c-880f-9c39b9fb59b8 {
  min-height: 50px;
}








#s-c7d19190-d5ee-450c-880f-9c39b9fb59b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7d19190-d5ee-450c-880f-9c39b9fb59b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab892202-9fb2-462a-ac6e-5a2ad5a3237b {
  text-align: center;
}







  #s-ab892202-9fb2-462a-ac6e-5a2ad5a3237b img.shogun-image {
    

    
    
    
  }


#s-ab892202-9fb2-462a-ac6e-5a2ad5a3237b .shogun-image-content {
  
    align-items: center;
  
}

#s-530af6fb-60a5-4f38-8219-0a695fb8f634 {
  margin-top: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-530af6fb-60a5-4f38-8219-0a695fb8f634 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Shentox-medium";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0d0e8718-e75b-43ea-a06e-1a9daee37605 {
  padding-top: 35px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0d0e8718-e75b-43ea-a06e-1a9daee37605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0e8718-e75b-43ea-a06e-1a9daee37605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eea3304b-6aaf-4f79-a5c0-69a737ddb239 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eea3304b-6aaf-4f79-a5c0-69a737ddb239 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-eea3304b-6aaf-4f79-a5c0-69a737ddb239 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-eea3304b-6aaf-4f79-a5c0-69a737ddb239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eea3304b-6aaf-4f79-a5c0-69a737ddb239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64bcfd37-f393-4baf-af6c-45ee88c79227 {
  margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-64bcfd37-f393-4baf-af6c-45ee88c79227 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-64bcfd37-f393-4baf-af6c-45ee88c79227 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-64bcfd37-f393-4baf-af6c-45ee88c79227 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-d66b1198-9450-4a2d-b9e8-fb70b849f4aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-d66b1198-9450-4a2d-b9e8-fb70b849f4aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d66b1198-9450-4a2d-b9e8-fb70b849f4aa.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-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-40cc951d-a723-4582-a785-af9f47265df4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

#s-b337e165-0c3b-4bb5-b084-3b83a62e9f5f {
  margin-left: auto;
margin-right: auto;
max-width: 260px;
text-align: center;
}
@media (max-width: 767px){#s-b337e165-0c3b-4bb5-b084-3b83a62e9f5f {
  margin-bottom: 15px;
}
}






  #s-b337e165-0c3b-4bb5-b084-3b83a62e9f5f img.shogun-image {
    

    
    
    
  }


#s-b337e165-0c3b-4bb5-b084-3b83a62e9f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-b5e17ecb-97e4-48a5-ad35-ed9a2364c5a3 {
  min-height: 50px;
}








#s-b5e17ecb-97e4-48a5-ad35-ed9a2364c5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e17ecb-97e4-48a5-ad35-ed9a2364c5a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3faef4b2-50a2-4163-b3d7-e0d31a948615 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3faef4b2-50a2-4163-b3d7-e0d31a948615 .shogun-heading-component h1 {
  color: rgba(119, 119, 119, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-97e29e0c-28c7-4c12-a7e7-b9d90a42b1f5 {
  padding-top: 35px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(233, 232, 232, 1);
}








#s-97e29e0c-28c7-4c12-a7e7-b9d90a42b1f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e29e0c-28c7-4c12-a7e7-b9d90a42b1f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-831805f1-37fb-4d54-811b-3cfc9abb9591 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
}
@media (max-width: 767px){#s-831805f1-37fb-4d54-811b-3cfc9abb9591 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-831805f1-37fb-4d54-811b-3cfc9abb9591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831805f1-37fb-4d54-811b-3cfc9abb9591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b10aa6a2-d01e-44a3-a1de-82cbd63b1eb6 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b10aa6a2-d01e-44a3-a1de-82cbd63b1eb6 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-b10aa6a2-d01e-44a3-a1de-82cbd63b1eb6 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-c3d3cab2-9cee-4e69-9ad2-e8d55aa91087 {
  min-height: 50px;
}








#s-c3d3cab2-9cee-4e69-9ad2-e8d55aa91087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3d3cab2-9cee-4e69-9ad2-e8d55aa91087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(27, 26, 26, 1);
}

#s-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(27, 26, 26, 1);
  text-align: left;
  font-family: Shentox;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-da693ba7-28d6-49e4-bf10-1f821fa69f0b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-f641d7b8-ce35-4fae-b558-04aabc45fa69 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
min-height: 50px;
}








#s-f641d7b8-ce35-4fae-b558-04aabc45fa69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f641d7b8-ce35-4fae-b558-04aabc45fa69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-189ff5a7-bd57-415d-8689-9634e8f087a4 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
min-height: 50px;
}








#s-189ff5a7-bd57-415d-8689-9634e8f087a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-189ff5a7-bd57-415d-8689-9634e8f087a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bf96b67-39b6-40f8-ad9a-c1f9d71e777d {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
min-height: 50px;
}








#s-6bf96b67-39b6-40f8-ad9a-c1f9d71e777d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf96b67-39b6-40f8-ad9a-c1f9d71e777d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-641671a4-ae31-4bd6-b3ac-d58cfbfaadf3 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
min-height: 50px;
}








#s-641671a4-ae31-4bd6-b3ac-d58cfbfaadf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-641671a4-ae31-4bd6-b3ac-d58cfbfaadf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1aa8c786-80e3-4cdb-802c-3789e44b3bea {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
min-height: 50px;
}








#s-1aa8c786-80e3-4cdb-802c-3789e44b3bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aa8c786-80e3-4cdb-802c-3789e44b3bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1180cd0a-6923-4999-b185-6165e835a008 {
  padding-top: 35px;
padding-bottom: 40px;
min-height: 50px;
}








#s-1180cd0a-6923-4999-b185-6165e835a008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1180cd0a-6923-4999-b185-6165e835a008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3789871-2ea4-4559-a1ff-a6d9728382c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3789871-2ea4-4559-a1ff-a6d9728382c8 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-f3789871-2ea4-4559-a1ff-a6d9728382c8 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-f3789871-2ea4-4559-a1ff-a6d9728382c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3789871-2ea4-4559-a1ff-a6d9728382c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f7aef6a-f487-4480-bb61-f0909edd6d8c {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f7aef6a-f487-4480-bb61-f0909edd6d8c .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-6f7aef6a-f487-4480-bb61-f0909edd6d8c .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-d5ff62ac-6a7b-4ea6-aca5-4cf90519b9b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-d5ff62ac-6a7b-4ea6-aca5-4cf90519b9b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5ff62ac-6a7b-4ea6-aca5-4cf90519b9b7.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-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-8efbc1bf-40bd-4104-b2be-d54794cb0f28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

#s-5479f585-20cb-4d06-9808-f2aeda46fa2e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-5479f585-20cb-4d06-9808-f2aeda46fa2e {
  max-width: 150px;
}
}






  #s-5479f585-20cb-4d06-9808-f2aeda46fa2e img.shogun-image {
    

    
    
    
  }


#s-5479f585-20cb-4d06-9808-f2aeda46fa2e .shogun-image-content {
  
    align-items: center;
  
}

#s-34190909-2e2a-4649-b535-8f96c56d5211 {
  min-height: 50px;
}








#s-34190909-2e2a-4649-b535-8f96c56d5211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34190909-2e2a-4649-b535-8f96c56d5211.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc71669c-3d29-4daf-9bf4-b542c8a021c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bc71669c-3d29-4daf-9bf4-b542c8a021c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-bc71669c-3d29-4daf-9bf4-b542c8a021c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-bc71669c-3d29-4daf-9bf4-b542c8a021c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-c0502bc4-d19f-4229-83f4-663d5e733ba0 {
  padding-top: 35px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(233, 232, 232, 1);
}








#s-c0502bc4-d19f-4229-83f4-663d5e733ba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0502bc4-d19f-4229-83f4-663d5e733ba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb1f367c-5fdf-4d95-a288-1fdf38e0b3a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1222px;
background-color: rgba(233, 232, 232, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb1f367c-5fdf-4d95-a288-1fdf38e0b3a9 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-fb1f367c-5fdf-4d95-a288-1fdf38e0b3a9 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-fb1f367c-5fdf-4d95-a288-1fdf38e0b3a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb1f367c-5fdf-4d95-a288-1fdf38e0b3a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16d4c724-7a33-4987-994a-2fc09cacdc04 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-16d4c724-7a33-4987-994a-2fc09cacdc04 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-16d4c724-7a33-4987-994a-2fc09cacdc04 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -1px;
  
}


@media (max-width: 767px){#s-16d4c724-7a33-4987-994a-2fc09cacdc04 .shogun-heading-component h1 {
  color: rgba(45, 42, 42, 1);
  font-weight:  normal ;
  font-family: "Shentox-semibold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
#s-cf19d114-42e3-481e-8302-94c364ddfc44 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-cf19d114-42e3-481e-8302-94c364ddfc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf19d114-42e3-481e-8302-94c364ddfc44.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-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-d64e0dab-694f-4924-9952-92f4a9896e16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

}

#s-287dd795-7222-4e6d-9841-1fa066afab95 {
  margin-left: auto;
margin-right: auto;
max-width: 270px;
text-align: center;
}
@media (max-width: 767px){#s-287dd795-7222-4e6d-9841-1fa066afab95 {
  margin-bottom: 20px;
}
}






  #s-287dd795-7222-4e6d-9841-1fa066afab95 img.shogun-image {
    

    
    
    
  }


#s-287dd795-7222-4e6d-9841-1fa066afab95 .shogun-image-content {
  
    align-items: center;
  
}

#s-642f9148-1126-4cf6-bf98-671805829c09 {
  min-height: 50px;
}








#s-642f9148-1126-4cf6-bf98-671805829c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-642f9148-1126-4cf6-bf98-671805829c09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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}