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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

@media (min-width: 1200px){#s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c {
  display: none;
}
#s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c, #wrap-s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c {
  display: none;
}
#s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c, #wrap-s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c3bff79-a402-4ae4-8f97-d0e678a53a6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-bf35856e-010a-4994-9a6a-a536bc7c2600 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-bf35856e-010a-4994-9a6a-a536bc7c2600 img.shogun-image {
    

    
    
    
  }


#s-bf35856e-010a-4994-9a6a-a536bc7c2600 .shogun-image-content {
  
    align-items: center;
  
}

#s-38ff9ed7-1948-491d-af8d-5df856c4b417 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b0d00acb-7bad-4f3a-8204-5e077630a099 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-b0d00acb-7bad-4f3a-8204-5e077630a099 img.shogun-image {
    

    
    
    
  }


#s-b0d00acb-7bad-4f3a-8204-5e077630a099 .shogun-image-content {
  
    align-items: center;
  
}

#s-892b7bd8-9130-4a46-bd2d-0555c9bbfe76 {
  padding-left: 5px;
padding-right: 5px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-936d5c7c-0ab4-46d5-97ec-438024e8caad {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-936d5c7c-0ab4-46d5-97ec-438024e8caad {
  display: none;
}
#s-936d5c7c-0ab4-46d5-97ec-438024e8caad, #wrap-s-936d5c7c-0ab4-46d5-97ec-438024e8caad { display: none !important; }}@media (max-width: 767px){#s-936d5c7c-0ab4-46d5-97ec-438024e8caad {
  display: none;
}
#s-936d5c7c-0ab4-46d5-97ec-438024e8caad, #wrap-s-936d5c7c-0ab4-46d5-97ec-438024e8caad { display: none !important; }}







#s-936d5c7c-0ab4-46d5-97ec-438024e8caad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936d5c7c-0ab4-46d5-97ec-438024e8caad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdcc2aa1-22d1-4752-a0d4-46275e429522 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdcc2aa1-22d1-4752-a0d4-46275e429522 {
  display: none;
}
#s-bdcc2aa1-22d1-4752-a0d4-46275e429522, #wrap-s-bdcc2aa1-22d1-4752-a0d4-46275e429522 { display: none !important; }}@media (max-width: 767px){#s-bdcc2aa1-22d1-4752-a0d4-46275e429522 {
  display: none;
}
#s-bdcc2aa1-22d1-4752-a0d4-46275e429522, #wrap-s-bdcc2aa1-22d1-4752-a0d4-46275e429522 { display: none !important; }}






  #s-bdcc2aa1-22d1-4752-a0d4-46275e429522 img.shogun-image {
    

    
    
    
  }


#s-bdcc2aa1-22d1-4752-a0d4-46275e429522 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b {
  display: none;
}
#s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b, #wrap-s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b { display: none !important; }}@media (max-width: 767px){#s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b {
  display: none;
}
#s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b, #wrap-s-f544da49-73a9-4d5a-ba0e-b9d324ea8b7b { display: none !important; }}
#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b {
  display: none;
}
#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b, #wrap-s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b { display: none !important; }}@media (max-width: 767px){#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b {
  display: none;
}
#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b, #wrap-s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b { display: none !important; }}






  #s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b img.shogun-image {
    

    
    
    
  }


#s-8e44e778-5fd5-4a50-bf80-6c22cdb8bb6b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-008b7c20-6fe3-42e6-8942-c7a83c2767c3 {
  display: none;
}
#s-008b7c20-6fe3-42e6-8942-c7a83c2767c3, #wrap-s-008b7c20-6fe3-42e6-8942-c7a83c2767c3 { display: none !important; }}@media (max-width: 767px){#s-008b7c20-6fe3-42e6-8942-c7a83c2767c3 {
  display: none;
}
#s-008b7c20-6fe3-42e6-8942-c7a83c2767c3, #wrap-s-008b7c20-6fe3-42e6-8942-c7a83c2767c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f3fe03af-7bd4-4d2a-b4cd-9ca196d01f9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-baa09e2e-6bf8-4ac5-b284-c058505d80f8 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-baa09e2e-6bf8-4ac5-b284-c058505d80f8 {
  display: none;
}
#s-baa09e2e-6bf8-4ac5-b284-c058505d80f8, #wrap-s-baa09e2e-6bf8-4ac5-b284-c058505d80f8 { display: none !important; }}@media (max-width: 767px){#s-baa09e2e-6bf8-4ac5-b284-c058505d80f8 {
  display: none;
}
#s-baa09e2e-6bf8-4ac5-b284-c058505d80f8, #wrap-s-baa09e2e-6bf8-4ac5-b284-c058505d80f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baa09e2e-6bf8-4ac5-b284-c058505d80f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e8353c98-699c-48d3-9225-81284067ca38 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-e8353c98-699c-48d3-9225-81284067ca38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8353c98-699c-48d3-9225-81284067ca38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8353c98-699c-48d3-9225-81284067ca38 {
  
}
}@media (max-width: 767px){#s-e8353c98-699c-48d3-9225-81284067ca38 {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-c90fd38e-4d7c-4f74-b8f4-c4c32731fc37 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39 {
  display: none;
}
#s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39, #wrap-s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39 { display: none !important; }}@media (max-width: 767px){#s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39 {
  display: none;
}
#s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39, #wrap-s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b53e738e-96fa-4ecf-9cdc-e99fbd12cf39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-ff245403-1804-4dad-882d-a3dcf296291d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-2b7d212a-e2de-4d53-8ec5-ca4b9d456a9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b7d212a-e2de-4d53-8ec5-ca4b9d456a9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7d212a-e2de-4d53-8ec5-ca4b9d456a9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7d212a-e2de-4d53-8ec5-ca4b9d456a9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-232baddf-90e3-40c5-96cf-1d64cd60c35b hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b56845a7-e570-4c05-95a0-b310a65697e6 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-7b017295-8c00-47d5-9e45-a1a8c1314549"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b017295-8c00-47d5-9e45-a1a8c1314549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7b017295-8c00-47d5-9e45-a1a8c1314549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b017295-8c00-47d5-9e45-a1a8c1314549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

#s-842401f4-989a-4e49-bf61-2cb626b1c500 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-842401f4-989a-4e49-bf61-2cb626b1c500:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 83, 83, 1) !important;}#s-842401f4-989a-4e49-bf61-2cb626b1c500:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-842401f4-989a-4e49-bf61-2cb626b1c500-root {
    text-align: left;
  }


#s-842401f4-989a-4e49-bf61-2cb626b1c500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-842401f4-989a-4e49-bf61-2cb626b1c500-root {
    text-align: left;
  }


#s-842401f4-989a-4e49-bf61-2cb626b1c500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-842401f4-989a-4e49-bf61-2cb626b1c500-root {
    text-align: left;
  }


#s-842401f4-989a-4e49-bf61-2cb626b1c500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-842401f4-989a-4e49-bf61-2cb626b1c500-root {
    text-align: left;
  }


#s-842401f4-989a-4e49-bf61-2cb626b1c500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-842401f4-989a-4e49-bf61-2cb626b1c500-root {
    text-align: left;
  }


#s-842401f4-989a-4e49-bf61-2cb626b1c500.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-31190341-de8d-4d5a-b08f-3190a357fcb9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-31190341-de8d-4d5a-b08f-3190a357fcb9 {
  display: none;
}
#s-31190341-de8d-4d5a-b08f-3190a357fcb9, #wrap-s-31190341-de8d-4d5a-b08f-3190a357fcb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31190341-de8d-4d5a-b08f-3190a357fcb9 {
  display: none;
}
#s-31190341-de8d-4d5a-b08f-3190a357fcb9, #wrap-s-31190341-de8d-4d5a-b08f-3190a357fcb9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31190341-de8d-4d5a-b08f-3190a357fcb9 {
  
}
}@media (max-width: 767px){#s-31190341-de8d-4d5a-b08f-3190a357fcb9 {
  
}
}
@media (min-width: 0px) {
[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31190341-de8d-4d5a-b08f-3190a357fcb9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-bf88b249-25a2-4695-8813-1576b3f1522e {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-bf88b249-25a2-4695-8813-1576b3f1522e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf88b249-25a2-4695-8813-1576b3f1522e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf88b249-25a2-4695-8813-1576b3f1522e {
  
}
}@media (max-width: 767px){#s-bf88b249-25a2-4695-8813-1576b3f1522e {
  
}
}
#s-5c6ec919-f550-4537-93f0-d0f19396b4c7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c {
  display: none;
}
#s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c, #wrap-s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c {
  display: none;
}
#s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c, #wrap-s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1024ad1a-8e89-47e7-991d-b4da8a4f2c9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-d7004115-2b4a-42e0-b5be-4610e3f6e2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-2bd5a184-4c49-4bc7-9638-a288b9f1bb26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bd5a184-4c49-4bc7-9638-a288b9f1bb26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bd5a184-4c49-4bc7-9638-a288b9f1bb26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bd5a184-4c49-4bc7-9638-a288b9f1bb26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b75cfa29-ece1-448b-a99f-e6a24fdde22d {
  margin-left: 15px;
margin-right: 15px;
}

#s-5c45a0fe-45e9-4838-b637-4f434e3cdb59 {
  margin-left: 15px;
margin-right: 15px;
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4ea74a42-ce90-4108-b7b2-d202a3f9debc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a1f55230-740c-4ff6-b03b-3f7bec0e1534 {
  margin-left: 15px;
margin-right: 15px;
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1ee42483-31c6-4af9-b567-c6bfaafb29fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cb76fd9f-a3db-40f4-9fd9-b8982d98da3a {
  margin-left: 15px;
margin-right: 15px;
}

#s-4085ec8c-434f-4385-bfa5-c8170a201a9a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4085ec8c-434f-4385-bfa5-c8170a201a9a {
  display: none;
}
#s-4085ec8c-434f-4385-bfa5-c8170a201a9a, #wrap-s-4085ec8c-434f-4385-bfa5-c8170a201a9a { display: none !important; }}@media (max-width: 767px){#s-4085ec8c-434f-4385-bfa5-c8170a201a9a {
  display: none;
}
#s-4085ec8c-434f-4385-bfa5-c8170a201a9a, #wrap-s-4085ec8c-434f-4385-bfa5-c8170a201a9a { display: none !important; }}







#s-4085ec8c-434f-4385-bfa5-c8170a201a9a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c06b69c0-8355-4180-8f89-c94270fccbc5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-563badfc-2f19-4df3-883c-b8d745d64a05 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-563badfc-2f19-4df3-883c-b8d745d64a05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0fbf8595-dc20-4ad0-a966-32ca237aeb7c {
  text-align: left;
}







  #s-0fbf8595-dc20-4ad0-a966-32ca237aeb7c img.shogun-image {
    

    
    
    
  }


#s-0fbf8595-dc20-4ad0-a966-32ca237aeb7c .shogun-image-content {
  
    align-items: center;
  
}

#s-5e978819-3b35-41aa-921a-cce46fd08c2a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-5e978819-3b35-41aa-921a-cce46fd08c2a {
  display: none;
}
#s-5e978819-3b35-41aa-921a-cce46fd08c2a, #wrap-s-5e978819-3b35-41aa-921a-cce46fd08c2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e978819-3b35-41aa-921a-cce46fd08c2a {
  display: none;
}
#s-5e978819-3b35-41aa-921a-cce46fd08c2a, #wrap-s-5e978819-3b35-41aa-921a-cce46fd08c2a { display: none !important; }}







#s-5e978819-3b35-41aa-921a-cce46fd08c2a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-5e978819-3b35-41aa-921a-cce46fd08c2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4be3276-9dd0-45b6-b745-bb982a331402 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-6ea71a81-b53b-4126-b547-2f52b637aeab {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}







  #s-6ea71a81-b53b-4126-b547-2f52b637aeab img.shogun-image {
    

    
    
    
  }


#s-6ea71a81-b53b-4126-b547-2f52b637aeab .shogun-image-content {
  
    align-items: center;
  
}

#s-c2892c54-4e58-4b4d-b48c-05dd99956576 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c2892c54-4e58-4b4d-b48c-05dd99956576 {
  display: none;
}
#s-c2892c54-4e58-4b4d-b48c-05dd99956576, #wrap-s-c2892c54-4e58-4b4d-b48c-05dd99956576 { display: none !important; }}@media (max-width: 767px){#s-c2892c54-4e58-4b4d-b48c-05dd99956576 {
  display: none;
}
#s-c2892c54-4e58-4b4d-b48c-05dd99956576, #wrap-s-c2892c54-4e58-4b4d-b48c-05dd99956576 { display: none !important; }}







#s-c2892c54-4e58-4b4d-b48c-05dd99956576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2892c54-4e58-4b4d-b48c-05dd99956576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53c712a4-895d-4872-a66a-9a78fcbad8fe {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-53c712a4-895d-4872-a66a-9a78fcbad8fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-036f332f-def6-42c7-8ba1-ad8799404f90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-036f332f-def6-42c7-8ba1-ad8799404f90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-036f332f-def6-42c7-8ba1-ad8799404f90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-036f332f-def6-42c7-8ba1-ad8799404f90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b781bba2-8337-4fb1-9e33-91f7647bb43a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b781bba2-8337-4fb1-9e33-91f7647bb43a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b781bba2-8337-4fb1-9e33-91f7647bb43a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b781bba2-8337-4fb1-9e33-91f7647bb43a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b781bba2-8337-4fb1-9e33-91f7647bb43a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-1aeac19e-97d7-4fa4-b26a-4bdd24ac9d99 {
  text-align: center;
}







  #s-1aeac19e-97d7-4fa4-b26a-4bdd24ac9d99 img.shogun-image {
    

    
    
    
  }


#s-1aeac19e-97d7-4fa4-b26a-4bdd24ac9d99 .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-eb76b829-24b5-49c0-9bd8-1b80383aaef7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb76b829-24b5-49c0-9bd8-1b80383aaef7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8516f2e8-ed19-470c-9f94-e57925d51b59 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8516f2e8-ed19-470c-9f94-e57925d51b59"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-8516f2e8-ed19-470c-9f94-e57925d51b59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-8516f2e8-ed19-470c-9f94-e57925d51b59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-8516f2e8-ed19-470c-9f94-e57925d51b59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-e2783f16-cca9-4c7b-aa48-6e2c8720377e {
  text-align: center;
}







  #s-e2783f16-cca9-4c7b-aa48-6e2c8720377e img.shogun-image {
    

    
    
    
  }


#s-e2783f16-cca9-4c7b-aa48-6e2c8720377e .shogun-image-content {
  
    align-items: center;
  
}

#s-a0cb43a7-56c3-43ad-9e69-a5428cd72491 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0cb43a7-56c3-43ad-9e69-a5428cd72491 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-530a9ba9-8875-4773-b9ac-ca594d01ae32 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-530a9ba9-8875-4773-b9ac-ca594d01ae32"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-530a9ba9-8875-4773-b9ac-ca594d01ae32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-530a9ba9-8875-4773-b9ac-ca594d01ae32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-530a9ba9-8875-4773-b9ac-ca594d01ae32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-605bf1b0-8c61-4788-9346-cd94a3367add {
  text-align: center;
}







  #s-605bf1b0-8c61-4788-9346-cd94a3367add img.shogun-image {
    

    
    
    
  }


#s-605bf1b0-8c61-4788-9346-cd94a3367add .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef9ba98-b92d-445f-8963-2091b9108c98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ef9ba98-b92d-445f-8963-2091b9108c98 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec {
  display: none;
}
#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec, #wrap-s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec {
  display: none;
}
#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec, #wrap-s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec { display: none !important; }}







#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff508a39-7db2-41e1-bef0-9f9b93ff2dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-467f677c-3c73-46ed-81f8-046155796dbb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-467f677c-3c73-46ed-81f8-046155796dbb {
  display: none;
}
#s-467f677c-3c73-46ed-81f8-046155796dbb, #wrap-s-467f677c-3c73-46ed-81f8-046155796dbb { display: none !important; }}@media (max-width: 767px){#s-467f677c-3c73-46ed-81f8-046155796dbb {
  display: none;
}
#s-467f677c-3c73-46ed-81f8-046155796dbb, #wrap-s-467f677c-3c73-46ed-81f8-046155796dbb { display: none !important; }}







#s-467f677c-3c73-46ed-81f8-046155796dbb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-942eeb40-fdbb-4945-83cc-b88f5161b51e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-482157b0-8371-43c7-b53a-0f323714f804 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-482157b0-8371-43c7-b53a-0f323714f804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4a0c4f53-a683-4171-9b5a-c47657206380 {
  text-align: left;
}







  #s-4a0c4f53-a683-4171-9b5a-c47657206380 img.shogun-image {
    

    
    
    
  }


#s-4a0c4f53-a683-4171-9b5a-c47657206380 .shogun-image-content {
  
    align-items: center;
  
}

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

}

@media (min-width: 768px) {
[id="s-b0743a0a-e597-4af0-9474-033c262dd6af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b0743a0a-e597-4af0-9474-033c262dd6af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b0743a0a-e597-4af0-9474-033c262dd6af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-7b64a02c-7307-4787-9a2d-18ddf4ecaadf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7b64a02c-7307-4787-9a2d-18ddf4ecaadf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-7b64a02c-7307-4787-9a2d-18ddf4ecaadf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-7b64a02c-7307-4787-9a2d-18ddf4ecaadf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b64a02c-7307-4787-9a2d-18ddf4ecaadf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-bc9a5d3f-b738-4b76-924f-fc7abbd00ad5 {
  text-align: center;
}







  #s-bc9a5d3f-b738-4b76-924f-fc7abbd00ad5 img.shogun-image {
    

    
    
    
  }


#s-bc9a5d3f-b738-4b76-924f-fc7abbd00ad5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f439cc94-0aa2-4c21-b86d-ec8d435cae0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f439cc94-0aa2-4c21-b86d-ec8d435cae0e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c434b0db-91f6-42d4-b423-918b1c795381 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c434b0db-91f6-42d4-b423-918b1c795381"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-c434b0db-91f6-42d4-b423-918b1c795381"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c434b0db-91f6-42d4-b423-918b1c795381"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c434b0db-91f6-42d4-b423-918b1c795381"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-7c343d16-6532-47c2-b7ea-37148bd34fef {
  text-align: center;
}







  #s-7c343d16-6532-47c2-b7ea-37148bd34fef img.shogun-image {
    

    
    
    
  }


#s-7c343d16-6532-47c2-b7ea-37148bd34fef .shogun-image-content {
  
    align-items: center;
  
}

#s-d5431708-7f39-4ed9-abdb-ddb6381e80ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5431708-7f39-4ed9-abdb-ddb6381e80ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a9e7afd6-f5e9-4347-9ae3-914e8a6a50fe {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a9e7afd6-f5e9-4347-9ae3-914e8a6a50fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-a9e7afd6-f5e9-4347-9ae3-914e8a6a50fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a9e7afd6-f5e9-4347-9ae3-914e8a6a50fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9e7afd6-f5e9-4347-9ae3-914e8a6a50fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-a2eeb5e0-1b3a-4f66-bd94-525055e3643c {
  text-align: center;
}







  #s-a2eeb5e0-1b3a-4f66-bd94-525055e3643c img.shogun-image {
    

    
    
    
  }


#s-a2eeb5e0-1b3a-4f66-bd94-525055e3643c .shogun-image-content {
  
    align-items: center;
  
}

#s-ad3ce711-2dc2-4580-a304-ca1948c9054a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad3ce711-2dc2-4580-a304-ca1948c9054a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-aeaa97c2-3cb3-431d-8f8a-ba68cec74df9 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-aeaa97c2-3cb3-431d-8f8a-ba68cec74df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeaa97c2-3cb3-431d-8f8a-ba68cec74df9.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-eae4ae7a-1aad-40f0-956c-d3aed000e166"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eae4ae7a-1aad-40f0-956c-d3aed000e166"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eae4ae7a-1aad-40f0-956c-d3aed000e166"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eae4ae7a-1aad-40f0-956c-d3aed000e166"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-51468078-4325-419f-b4e6-80c275cd8081 {
  margin-top: 0px;
text-align: center;
}







  #s-51468078-4325-419f-b4e6-80c275cd8081 img.shogun-image {
    

    
    
    
  }


#s-51468078-4325-419f-b4e6-80c275cd8081 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa75ac11-0def-4b45-8308-0e7bd36e8588 {
  min-height: 50px;
}
@media (max-width: 767px){#s-aa75ac11-0def-4b45-8308-0e7bd36e8588 {
  
}
}







#s-aa75ac11-0def-4b45-8308-0e7bd36e8588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa75ac11-0def-4b45-8308-0e7bd36e8588.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26d5120d-79f0-4d7b-a1b6-a04983a1f29c {
  min-height: 100px;
}








#s-26d5120d-79f0-4d7b-a1b6-a04983a1f29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d5120d-79f0-4d7b-a1b6-a04983a1f29c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9557c905-17bb-44ec-93da-dd8415d3f691 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-9557c905-17bb-44ec-93da-dd8415d3f691 {
  
}
}
@media (min-width: 0px) {
[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9557c905-17bb-44ec-93da-dd8415d3f691"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-9dcac9ad-5fe9-44f5-8532-08af4abac42c {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2-root {
    text-align: left;
  }


#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2-root {
    text-align: left;
  }


#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2-root {
    text-align: left;
  }


#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2-root {
    text-align: left;
  }


#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2-root {
    text-align: left;
  }


#s-5cb8ae9d-5f8f-4c86-bf42-1fc34177b6b2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fd36f929-58fb-4348-948f-29889c09af9b {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-fd36f929-58fb-4348-948f-29889c09af9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd36f929-58fb-4348-948f-29889c09af9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd36f929-58fb-4348-948f-29889c09af9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd36f929-58fb-4348-948f-29889c09af9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fd36f929-58fb-4348-948f-29889c09af9b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ce233a5a-2f8f-4d79-9729-a28ab05d737b {
  min-height: 50px;
}
@media (max-width: 767px){#s-ce233a5a-2f8f-4d79-9729-a28ab05d737b {
  
}
}







#s-ce233a5a-2f8f-4d79-9729-a28ab05d737b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce233a5a-2f8f-4d79-9729-a28ab05d737b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e300638c-378d-4d62-9af3-3e8eb449f4ce {
  min-height: 100px;
}








#s-e300638c-378d-4d62-9af3-3e8eb449f4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e300638c-378d-4d62-9af3-3e8eb449f4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2806b08-7618-4a05-bc1d-e3e4d7de3568 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-a2806b08-7618-4a05-bc1d-e3e4d7de3568 {
  
}
}
@media (min-width: 0px) {
[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2806b08-7618-4a05-bc1d-e3e4d7de3568"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-b6b3684a-e40f-490f-80f7-0f3cf7bc2878 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5a8037da-9551-4ee7-a9c3-1f2c432b3d6c {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-5a8037da-9551-4ee7-a9c3-1f2c432b3d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d {
  display: none;
}
#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d, #wrap-s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d {
  display: none;
}
#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d, #wrap-s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d {
  display: none;
}
#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d, #wrap-s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d { display: none !important; }}







#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b0279a-f7fe-4b6d-ba74-7772db6ffa8d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a5deb621-67e9-481c-957b-9fb351a55fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5deb621-67e9-481c-957b-9fb351a55fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5deb621-67e9-481c-957b-9fb351a55fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5deb621-67e9-481c-957b-9fb351a55fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-136a0e88-37d1-471e-930a-c912a39a0446 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-136a0e88-37d1-471e-930a-c912a39a0446 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec3a13e7-e59d-4a31-9311-ace8a3a2d51f {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec3a13e7-e59d-4a31-9311-ace8a3a2d51f {
  
}
}







#s-ec3a13e7-e59d-4a31-9311-ace8a3a2d51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3a13e7-e59d-4a31-9311-ace8a3a2d51f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee0087b-ff67-4709-bcf8-d08a06e1923d {
  min-height: 100px;
}








#s-3ee0087b-ff67-4709-bcf8-d08a06e1923d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee0087b-ff67-4709-bcf8-d08a06e1923d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b10d6e93-f23f-4ee9-b040-7c096ebb455c {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-b10d6e93-f23f-4ee9-b040-7c096ebb455c {
  
}
}
@media (min-width: 0px) {
[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b10d6e93-f23f-4ee9-b040-7c096ebb455c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-8f5d0bf1-fa2b-4a84-8f43-115e36c2c8af {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-150e1f9c-d16c-49d8-9609-af6ccf60a793"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-150e1f9c-d16c-49d8-9609-af6ccf60a793"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-150e1f9c-d16c-49d8-9609-af6ccf60a793"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-150e1f9c-d16c-49d8-9609-af6ccf60a793"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-150e1f9c-d16c-49d8-9609-af6ccf60a793"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bd13a07c-486d-4838-b390-df40ed6f5cee {
  min-height: 50px;
}
@media (max-width: 767px){#s-bd13a07c-486d-4838-b390-df40ed6f5cee {
  
}
}







#s-bd13a07c-486d-4838-b390-df40ed6f5cee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd13a07c-486d-4838-b390-df40ed6f5cee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8b3a07-423a-42d4-9d84-1c8917e10e7f {
  min-height: 100px;
}








#s-3f8b3a07-423a-42d4-9d84-1c8917e10e7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8b3a07-423a-42d4-9d84-1c8917e10e7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-104acc87-d0d5-4bbc-9eac-62232e09e0ae {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-104acc87-d0d5-4bbc-9eac-62232e09e0ae {
  
}
}
@media (min-width: 0px) {
[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-104acc87-d0d5-4bbc-9eac-62232e09e0ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-e7e6acdb-e385-4428-8bbb-93079181427b {
  margin-left: 15px;
margin-right: 15px;
}

#s-db0d6609-06fc-4eab-abb3-6e3dc8cf2d8a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-db0d6609-06fc-4eab-abb3-6e3dc8cf2d8a img.shogun-image {
    

    
    
    
  }


#s-db0d6609-06fc-4eab-abb3-6e3dc8cf2d8a .shogun-image-content {
  
    align-items: center;
  
}

#s-c72409fd-0c7c-469b-8226-096b50d51a72 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c72409fd-0c7c-469b-8226-096b50d51a72 {
  display: none;
}
#s-c72409fd-0c7c-469b-8226-096b50d51a72, #wrap-s-c72409fd-0c7c-469b-8226-096b50d51a72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c72409fd-0c7c-469b-8226-096b50d51a72 {
  display: none;
}
#s-c72409fd-0c7c-469b-8226-096b50d51a72, #wrap-s-c72409fd-0c7c-469b-8226-096b50d51a72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c72409fd-0c7c-469b-8226-096b50d51a72 {
  display: none;
}
#s-c72409fd-0c7c-469b-8226-096b50d51a72, #wrap-s-c72409fd-0c7c-469b-8226-096b50d51a72 { display: none !important; }}







#s-c72409fd-0c7c-469b-8226-096b50d51a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c72409fd-0c7c-469b-8226-096b50d51a72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c752ae11-24ac-42e4-a29d-0198b83bc140 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c752ae11-24ac-42e4-a29d-0198b83bc140 {
  display: none;
}
#s-c752ae11-24ac-42e4-a29d-0198b83bc140, #wrap-s-c752ae11-24ac-42e4-a29d-0198b83bc140 { display: none !important; }}@media (max-width: 767px){#s-c752ae11-24ac-42e4-a29d-0198b83bc140 {
  display: none;
}
#s-c752ae11-24ac-42e4-a29d-0198b83bc140, #wrap-s-c752ae11-24ac-42e4-a29d-0198b83bc140 { display: none !important; }}







#s-c752ae11-24ac-42e4-a29d-0198b83bc140 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b413c1ac-a7d0-49dd-b189-5be01b65ac04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c-root {
    text-align: left;
  }


#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c-root {
    text-align: left;
  }


#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c-root {
    text-align: left;
  }


#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c-root {
    text-align: left;
  }


#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c-root {
    text-align: left;
  }


#s-a71452d4-20a7-4efb-9a3d-e5cd9e01d60c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 {
  display: none;
}
#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4, #wrap-s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 {
  display: none;
}
#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4, #wrap-s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 { display: none !important; }}







#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-8ec6aff2-86bb-4dbe-aefe-fb413e085dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67a555ac-5a41-4838-8dee-88044aa0a919 {
  margin-left: 15px;
margin-right: 15px;
}

#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29ae247d-bc8a-48a7-8402-b5d457f0b84e-root {
    text-align: center;
  }


#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29ae247d-bc8a-48a7-8402-b5d457f0b84e-root {
    text-align: center;
  }


#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29ae247d-bc8a-48a7-8402-b5d457f0b84e-root {
    text-align: center;
  }


#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29ae247d-bc8a-48a7-8402-b5d457f0b84e-root {
    text-align: center;
  }


#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29ae247d-bc8a-48a7-8402-b5d457f0b84e-root {
    text-align: center;
  }


#s-29ae247d-bc8a-48a7-8402-b5d457f0b84e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8f92ca10-b049-49ca-877f-c04ba61c3d55 {
  margin-top: 0px;
padding-bottom: 0px;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f92ca10-b049-49ca-877f-c04ba61c3d55 {
  display: none;
}
#s-8f92ca10-b049-49ca-877f-c04ba61c3d55, #wrap-s-8f92ca10-b049-49ca-877f-c04ba61c3d55 { display: none !important; }}@media (max-width: 767px){#s-8f92ca10-b049-49ca-877f-c04ba61c3d55 {
  display: none;
}
#s-8f92ca10-b049-49ca-877f-c04ba61c3d55, #wrap-s-8f92ca10-b049-49ca-877f-c04ba61c3d55 { display: none !important; }}







#s-8f92ca10-b049-49ca-877f-c04ba61c3d55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f92ca10-b049-49ca-877f-c04ba61c3d55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52430232-de24-4b07-8995-f61ba8e8bb7f {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-52430232-de24-4b07-8995-f61ba8e8bb7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-ce31f6b3-ee37-483e-9d02-a46dab190588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce31f6b3-ee37-483e-9d02-a46dab190588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ce31f6b3-ee37-483e-9d02-a46dab190588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ce31f6b3-ee37-483e-9d02-a46dab190588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-85f3d843-1c1d-4c0a-bd86-37f95ec49650"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-52d388a6-2692-4f4a-83be-da55045d7530 {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  #s-52d388a6-2692-4f4a-83be-da55045d7530 img.shogun-image {
    

    
    
    
  }


#s-52d388a6-2692-4f4a-83be-da55045d7530 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2fa887d-d3a1-4bfd-9dd6-52194abdf02d {
  min-height: 50px;
}








#s-b2fa887d-d3a1-4bfd-9dd6-52194abdf02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2fa887d-d3a1-4bfd-9dd6-52194abdf02d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bb7324-ce7a-411f-a034-6052ca65f5c6 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77bb7324-ce7a-411f-a034-6052ca65f5c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-a9112797-fa4d-49ca-81d8-2e86d029168f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a9112797-fa4d-49ca-81d8-2e86d029168f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9112797-fa4d-49ca-81d8-2e86d029168f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9112797-fa4d-49ca-81d8-2e86d029168f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-a2a171b2-ab31-43ff-95bd-4f6c88755c45 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-a2a171b2-ab31-43ff-95bd-4f6c88755c45 img.shogun-image {
    

    
    
    
  }


#s-a2a171b2-ab31-43ff-95bd-4f6c88755c45 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9c8892-6d34-4a97-ab7a-2872a22bf10e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc9c8892-6d34-4a97-ab7a-2872a22bf10e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9aca06cd-3c14-46bb-99d3-3f33cea35d13 {
  text-align: center;
}








#s-9aca06cd-3c14-46bb-99d3-3f33cea35d13 .shogun-image-content {
  
    align-items: center;
  
}

#s-044725e5-15ba-447c-8f65-7a427fa0f7a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-044725e5-15ba-447c-8f65-7a427fa0f7a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-82c9dcb9-36ba-4d12-92e5-903f1bc95a56 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-82c9dcb9-36ba-4d12-92e5-903f1bc95a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b57539-e657-47d8-ac3b-5ea2fa0fa4e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93b57539-e657-47d8-ac3b-5ea2fa0fa4e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5ea490f8-b4f3-4607-944f-0d4d27d263bd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-5ea490f8-b4f3-4607-944f-0d4d27d263bd .shogun-image-content {
  
    align-items: center;
  
}

#s-9198b89e-8c5e-4da0-906f-a136787937e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9198b89e-8c5e-4da0-906f-a136787937e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-baacd329-b982-4f1b-8a1b-2d6438b73caa {
  min-height: 50px;
}








#s-baacd329-b982-4f1b-8a1b-2d6438b73caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baacd329-b982-4f1b-8a1b-2d6438b73caa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388917b3-71bf-402a-8b68-05377370bc6e {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-388917b3-71bf-402a-8b68-05377370bc6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-187f8036-6dfd-41df-9201-155276bcf272"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a0a10380-7805-43df-881e-b600aac0eb58 {
  padding-left: 0px;
padding-right: 0px;
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-a0a10380-7805-43df-881e-b600aac0eb58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c9fa7ed4-9b4e-46cc-8342-ca3b9031acca {
  margin-left: 15px;
margin-right: 15px;
}

#s-faca62ce-1349-47e7-803a-3daba7ce851e {
  margin-left: 15px;
margin-right: 15px;
}

#s-5279551f-0b0f-491b-bcd7-e612f580ad79 {
  margin-left: 15px;
margin-right: 15px;
}

#s-f40568d2-be99-433d-9d7f-405496da9e93 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d57d5caf-2f87-42aa-9cf9-31a7103d9182 {
  margin-left: 15px;
margin-right: 15px;
}

#s-f0d3b94b-84c8-45e0-afa1-753573a142f7 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9571000a-9d65-4929-8040-1589850b9351 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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