.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-3deeecb2-4d5b-4786-9556-a8930ea1a021 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3deeecb2-4d5b-4786-9556-a8930ea1a021 {
  display: none;
}
#s-3deeecb2-4d5b-4786-9556-a8930ea1a021, #wrap-s-3deeecb2-4d5b-4786-9556-a8930ea1a021 { display: none !important; }}@media (max-width: 767px){#s-3deeecb2-4d5b-4786-9556-a8930ea1a021 {
  display: none;
}
#s-3deeecb2-4d5b-4786-9556-a8930ea1a021, #wrap-s-3deeecb2-4d5b-4786-9556-a8930ea1a021 { display: none !important; }}







#s-3deeecb2-4d5b-4786-9556-a8930ea1a021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3deeecb2-4d5b-4786-9556-a8930ea1a021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-42d8aff9-9f91-4dce-b6e4-dd6d9c5e088c {
  text-align: center;
}
@media (max-width: 767px){#s-42d8aff9-9f91-4dce-b6e4-dd6d9c5e088c {
  
}
}






  #s-42d8aff9-9f91-4dce-b6e4-dd6d9c5e088c img.shogun-image {
    

    
    
    
  }


#s-42d8aff9-9f91-4dce-b6e4-dd6d9c5e088c .shogun-image-content {
  
    align-items: center;
  
}

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

#s-5fc1f9e7-d6cb-4986-bc9a-37c0e0cbf981 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

.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-a6b5a916-bce7-483b-a327-d4e899ebe39a {
  margin-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-a6b5a916-bce7-483b-a327-d4e899ebe39a {
  padding-top: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
}
#s-a6b5a916-bce7-483b-a327-d4e899ebe39a .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a6b5a916-bce7-483b-a327-d4e899ebe39a .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-a6b5a916-bce7-483b-a327-d4e899ebe39a .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 {
  display: none;
}
#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36, #wrap-s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 {
  display: none;
}
#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36, #wrap-s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 { display: none !important; }}







#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac22ba3e-3b27-416a-8537-e5fc37d00f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c914fdd1-2410-479b-91c9-8be28f04bd6b {
  text-align: center;
}







  #s-c914fdd1-2410-479b-91c9-8be28f04bd6b img.shogun-image {
    

    
    
    
  }


#s-c914fdd1-2410-479b-91c9-8be28f04bd6b .shogun-image-content {
  
    align-items: center;
  
}

#s-26c857a4-4232-4653-a273-091fe9e8e9c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-26c857a4-4232-4653-a273-091fe9e8e9c8 {
  
}
}







#s-26c857a4-4232-4653-a273-091fe9e8e9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c857a4-4232-4653-a273-091fe9e8e9c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9 {
  
}
}
@media (min-width: 0px) {
[id="s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc0977fa-58f4-4a5b-810e-0fd0a820c8f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 {
  padding-top: 91px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 {
  display: none;
}
#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5, #wrap-s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 { display: none !important; }}@media (max-width: 767px){#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 {
  display: none;
}
#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5, #wrap-s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 { display: none !important; }}
#s-2efaf475-49c4-49c2-bf87-e89c5a0229a5 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 {
  display: none;
}
#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22, #wrap-s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 {
  display: none;
}
#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22, #wrap-s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 { display: none !important; }}
#s-ddb9d731-07c4-43ec-8c01-6ad6341fce22 .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2ba38fe2-77ba-41ea-8157-b69c7637794e {
  padding-left: 13%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ba38fe2-77ba-41ea-8157-b69c7637794e {
  display: none;
}
#s-2ba38fe2-77ba-41ea-8157-b69c7637794e, #wrap-s-2ba38fe2-77ba-41ea-8157-b69c7637794e { display: none !important; }}@media (max-width: 767px){#s-2ba38fe2-77ba-41ea-8157-b69c7637794e {
  display: none;
}
#s-2ba38fe2-77ba-41ea-8157-b69c7637794e, #wrap-s-2ba38fe2-77ba-41ea-8157-b69c7637794e { display: none !important; }}







#s-2ba38fe2-77ba-41ea-8157-b69c7637794e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba38fe2-77ba-41ea-8157-b69c7637794e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

@media (min-width: 1200px){#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 {
  display: none;
}
#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8, #wrap-s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 { display: none !important; }}@media (max-width: 767px){#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 {
  display: none;
}
#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8, #wrap-s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 { display: none !important; }}
#s-615c07f4-c8ec-47fd-b579-2f369fdc36b8 hr {
  border-top: 1px solid rgba(0, 43, 65, 1);
}

#s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df {
  padding-top: 23px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df {
  display: none;
}
#s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df, #wrap-s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df { display: none !important; }}@media (max-width: 767px){#s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df {
  display: none;
}
#s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df, #wrap-s-3cbbb74d-f164-4300-a0ae-c1f5ac07b8df { display: none !important; }}
.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-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 43, 65, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
text-decoration: none;
color: rgba(0, 43, 65, 1);
background-image: none;
hover-type: color;
}
#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 43, 65, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8 {
  display: none;
}
#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8, #wrap-s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8 { display: none !important; }}@media (max-width: 767px){#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8 {
  display: none;
}
#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8, #wrap-s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8 { display: none !important; }}

  #s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8-root {
    text-align: center;
  }


#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8-root {
    text-align: center;
  }


#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8-root {
    text-align: center;
  }


#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8-root {
    text-align: center;
  }


#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8-root {
    text-align: center;
  }


#s-6da4ef0a-eb39-45fb-9f24-6a9f5a9d0dc8.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-ffcaf721-e1ae-4695-a232-02b67ed3ca08 {
  display: none;
}
#s-ffcaf721-e1ae-4695-a232-02b67ed3ca08, #wrap-s-ffcaf721-e1ae-4695-a232-02b67ed3ca08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffcaf721-e1ae-4695-a232-02b67ed3ca08 {
  display: none;
}
#s-ffcaf721-e1ae-4695-a232-02b67ed3ca08, #wrap-s-ffcaf721-e1ae-4695-a232-02b67ed3ca08 { display: none !important; }}
#s-ffcaf721-e1ae-4695-a232-02b67ed3ca08 hr {
  border-top: 1px solid rgba(0, 43, 65, 1);
}

#s-90a75a95-06cf-48a6-bf10-885080933c32 {
  padding-bottom: 21px;
}
@media (min-width: 1200px){#s-90a75a95-06cf-48a6-bf10-885080933c32 {
  display: none;
}
#s-90a75a95-06cf-48a6-bf10-885080933c32, #wrap-s-90a75a95-06cf-48a6-bf10-885080933c32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90a75a95-06cf-48a6-bf10-885080933c32 {
  display: none;
}
#s-90a75a95-06cf-48a6-bf10-885080933c32, #wrap-s-90a75a95-06cf-48a6-bf10-885080933c32 { display: none !important; }}
#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 43, 65, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
text-decoration: none;
color: rgba(0, 43, 65, 1);
background-image: none;
hover-type: color;
}
#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 43, 65, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f {
  display: none;
}
#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f, #wrap-s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f {
  display: none;
}
#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f, #wrap-s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f { display: none !important; }}

  #s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f-root {
    text-align: center;
  }


#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f-root {
    text-align: center;
  }


#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f-root {
    text-align: center;
  }


#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f-root {
    text-align: center;
  }


#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f-root {
    text-align: center;
  }


#s-54275f93-00a0-4f70-97dc-ecd6d47e9e6f.shg-btn {
  color: rgba(0, 43, 65, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
#s-b4c287f4-5b34-4b9f-9676-8cdd75572115 {
  padding-top: 30px;
padding-left: 13%;
padding-right: 13%;
text-align: center;
}







  #s-b4c287f4-5b34-4b9f-9676-8cdd75572115 img.shogun-image {
    

    
    
    
  }


#s-b4c287f4-5b34-4b9f-9676-8cdd75572115 .shogun-image-content {
  
    align-items: center;
  
}

.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-bccf1aed-f723-4949-8d2f-2e849e36a603 {
  padding-top: 20px;
}

#s-eac700b1-1a24-4f93-8843-816f0fa4c23e {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eac700b1-1a24-4f93-8843-816f0fa4c23e {
  display: none;
}
#s-eac700b1-1a24-4f93-8843-816f0fa4c23e, #wrap-s-eac700b1-1a24-4f93-8843-816f0fa4c23e { display: none !important; }}@media (max-width: 767px){#s-eac700b1-1a24-4f93-8843-816f0fa4c23e {
  display: none;
}
#s-eac700b1-1a24-4f93-8843-816f0fa4c23e, #wrap-s-eac700b1-1a24-4f93-8843-816f0fa4c23e { display: none !important; }}
@media (min-width: 0px) {
[id="s-eac700b1-1a24-4f93-8843-816f0fa4c23e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eac700b1-1a24-4f93-8843-816f0fa4c23e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eac700b1-1a24-4f93-8843-816f0fa4c23e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eac700b1-1a24-4f93-8843-816f0fa4c23e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ea515e9b-573f-4185-811f-1a0178350b84 {
  text-align: center;
}







  #s-ea515e9b-573f-4185-811f-1a0178350b84 img.shogun-image {
    

    
    
    
  }


#s-ea515e9b-573f-4185-811f-1a0178350b84 .shogun-image-content {
  
    align-items: center;
  
}

#s-c30f946d-1d04-4e76-b24e-aac98471fb11 {
  background-color: rgba(239, 237, 236, 1);
}








#s-c30f946d-1d04-4e76-b24e-aac98471fb11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30f946d-1d04-4e76-b24e-aac98471fb11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-110751b3-4000-4906-bed8-7a2ca495b40c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-110751b3-4000-4906-bed8-7a2ca495b40c img.shogun-image {
    

    
    
    
  }


#s-110751b3-4000-4906-bed8-7a2ca495b40c .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ef9af8-993b-4c7c-86f7-4e2002abac76 {
  padding-top: 22px;
padding-bottom: 22px;
text-align: center;
}

#s-d5ef9af8-993b-4c7c-86f7-4e2002abac76 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b415c739-202c-48ec-ba90-7b7cd1e284d0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b415c739-202c-48ec-ba90-7b7cd1e284d0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b415c739-202c-48ec-ba90-7b7cd1e284d0 .shg-sld-nav-button.shg-sld-left,
#s-b415c739-202c-48ec-ba90-7b7cd1e284d0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7190f100-eaeb-4027-be8e-275871ae14fa {
  padding-top: 32px;
padding-left: 9%;
padding-bottom: 32px;
padding-right: 9%;
}

#s-139512d0-144d-432a-a057-df8941597d93 {
  text-align: center;
}







  #s-139512d0-144d-432a-a057-df8941597d93 img.shogun-image {
    

    
    
    
  }


#s-139512d0-144d-432a-a057-df8941597d93 .shogun-image-content {
  
    align-items: center;
  
}

#s-982ebeef-3b23-45c0-b077-34bbf13d3bff {
  min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}








#s-982ebeef-3b23-45c0-b077-34bbf13d3bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-982ebeef-3b23-45c0-b077-34bbf13d3bff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25071d41-eb0f-46a2-b8cf-c4ef6edb8e4d {
  margin-left: auto;
margin-right: auto;
padding-top: 17px;
padding-left: 0px;
padding-bottom: 17px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-25071d41-eb0f-46a2-b8cf-c4ef6edb8e4d img.shogun-image {
    

    
    
    
  }


#s-25071d41-eb0f-46a2-b8cf-c4ef6edb8e4d .shogun-image-content {
  
    align-items: center;
  
}

#s-1b7d89ea-4aa7-4f8a-851c-37c41a8cf723 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b7d89ea-4aa7-4f8a-851c-37c41a8cf723 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-de06729d-7c78-4c42-a80f-e90a6a6678f7 {
  padding-top: 32px;
padding-left: 9%;
padding-bottom: 32px;
padding-right: 9%;
}

@media (min-width: 768px) and (max-width: 991px){#s-d21819b2-f30f-47ba-8d10-2e9708fe115a {
  display: none;
}
#s-d21819b2-f30f-47ba-8d10-2e9708fe115a, #wrap-s-d21819b2-f30f-47ba-8d10-2e9708fe115a { display: none !important; }}@media (max-width: 767px){#s-d21819b2-f30f-47ba-8d10-2e9708fe115a {
  display: none;
}
#s-d21819b2-f30f-47ba-8d10-2e9708fe115a, #wrap-s-d21819b2-f30f-47ba-8d10-2e9708fe115a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d21819b2-f30f-47ba-8d10-2e9708fe115a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d21819b2-f30f-47ba-8d10-2e9708fe115a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d21819b2-f30f-47ba-8d10-2e9708fe115a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21819b2-f30f-47ba-8d10-2e9708fe115a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-39b91727-ed98-43a4-8880-61ab327d546e {
  min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}








#s-39b91727-ed98-43a4-8880-61ab327d546e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39b91727-ed98-43a4-8880-61ab327d546e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d39da9a3-1b5d-4a5b-99bb-19d1299021d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-left: 0px;
padding-bottom: 7px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-d39da9a3-1b5d-4a5b-99bb-19d1299021d8 img.shogun-image {
    

    
    
    
  }


#s-d39da9a3-1b5d-4a5b-99bb-19d1299021d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-71279144-009d-486e-9ced-cb14c2646443 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-71279144-009d-486e-9ced-cb14c2646443 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-e819b981-d134-42d4-9e60-1a78fd349964 {
  padding-top: 4px;
padding-left: 7%;
padding-bottom: 4px;
padding-right: 7%;
}

#s-8bed591f-3a26-4bf0-90f9-f2cc71cd88c3 {
  text-align: center;
}







  #s-8bed591f-3a26-4bf0-90f9-f2cc71cd88c3 img.shogun-image {
    

    
    
    
  }


#s-8bed591f-3a26-4bf0-90f9-f2cc71cd88c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e72cee-5599-479e-9e91-dbdf5764a644 {
  min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}








#s-c2e72cee-5599-479e-9e91-dbdf5764a644 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2e72cee-5599-479e-9e91-dbdf5764a644.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd272976-5ede-4436-a4bc-390f22e06bf3 {
  margin-left: auto;
margin-right: auto;
padding-top: 17px;
padding-left: 0px;
padding-bottom: 17px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-cd272976-5ede-4436-a4bc-390f22e06bf3 img.shogun-image {
    

    
    
    
  }


#s-cd272976-5ede-4436-a4bc-390f22e06bf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9af853a-bd21-4505-a150-da8062d4c3b2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9af853a-bd21-4505-a150-da8062d4c3b2 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-a68f9a8c-1683-43a4-8739-6938da9886dc {
  padding-top: 32px;
padding-left: 9%;
padding-bottom: 32px;
padding-right: 9%;
}

#s-6e5de752-57b9-4910-acd9-da9f02fbc04b {
  text-align: center;
}







  #s-6e5de752-57b9-4910-acd9-da9f02fbc04b img.shogun-image {
    

    
    
    
  }


#s-6e5de752-57b9-4910-acd9-da9f02fbc04b .shogun-image-content {
  
    align-items: center;
  
}

#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c {
  margin-top: 40px;
margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf82ceef-1a0b-43c5-9e53-b16a8219bc0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55e3da01-9615-4fcf-81d5-30a138a16b41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-55e3da01-9615-4fcf-81d5-30a138a16b41 {
  display: none;
}
#s-55e3da01-9615-4fcf-81d5-30a138a16b41, #wrap-s-55e3da01-9615-4fcf-81d5-30a138a16b41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55e3da01-9615-4fcf-81d5-30a138a16b41 {
  display: none;
}
#s-55e3da01-9615-4fcf-81d5-30a138a16b41, #wrap-s-55e3da01-9615-4fcf-81d5-30a138a16b41 { display: none !important; }}
#s-55e3da01-9615-4fcf-81d5-30a138a16b41 .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913 {
  padding-top: 21px;
}
@media (min-width: 1200px){#s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913 {
  display: none;
}
#s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913, #wrap-s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913 {
  display: none;
}
#s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913, #wrap-s-0f0dd4f1-a0bc-45f3-abcc-a1f4435cb913 { display: none !important; }}
#s-c96946e7-ec14-4df4-b817-5051335b6a59 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96946e7-ec14-4df4-b817-5051335b6a59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d8cd0dcf-a25e-4216-a468-6967d284e694 {
  padding-top: 106px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8cd0dcf-a25e-4216-a468-6967d284e694 {
  display: none;
}
#s-d8cd0dcf-a25e-4216-a468-6967d284e694, #wrap-s-d8cd0dcf-a25e-4216-a468-6967d284e694 { display: none !important; }}@media (max-width: 767px){#s-d8cd0dcf-a25e-4216-a468-6967d284e694 {
  display: none;
}
#s-d8cd0dcf-a25e-4216-a468-6967d284e694, #wrap-s-d8cd0dcf-a25e-4216-a468-6967d284e694 { display: none !important; }}
#s-d8cd0dcf-a25e-4216-a468-6967d284e694 .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22 {
  padding-top: 29px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22 {
  display: none;
}
#s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22, #wrap-s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22 { display: none !important; }}@media (max-width: 767px){#s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22 {
  display: none;
}
#s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22, #wrap-s-41f56043-a2ce-4643-9fa3-af6ea5ba7c22 { display: none !important; }}
#s-501e0864-d6f4-41cf-8159-905fbdf68c50 {
  min-height: 50px;
}








#s-501e0864-d6f4-41cf-8159-905fbdf68c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501e0864-d6f4-41cf-8159-905fbdf68c50.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0f6dbccc-8ec5-4776-8f24-29ec495db366 {
  text-align: center;
}







  #s-0f6dbccc-8ec5-4776-8f24-29ec495db366 img.shogun-image {
    

    
    
    
  }


#s-0f6dbccc-8ec5-4776-8f24-29ec495db366 .shogun-image-content {
  
    align-items: center;
  
}

#s-a68091aa-0be1-4333-9776-54fef6322237 {
  margin-top: 6px;
margin-left: 16%;
margin-bottom: 6px;
margin-right: 16%;
min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}
@media (min-width: 1200px){#s-a68091aa-0be1-4333-9776-54fef6322237 {
  display: none;
}
#s-a68091aa-0be1-4333-9776-54fef6322237, #wrap-s-a68091aa-0be1-4333-9776-54fef6322237 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a68091aa-0be1-4333-9776-54fef6322237 {
  display: none;
}
#s-a68091aa-0be1-4333-9776-54fef6322237, #wrap-s-a68091aa-0be1-4333-9776-54fef6322237 { display: none !important; }}







#s-a68091aa-0be1-4333-9776-54fef6322237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68091aa-0be1-4333-9776-54fef6322237.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0019ce5e-9d3b-4301-afb3-a8120ad0e4b1 {
  padding-left: 39%;
padding-right: 39%;
text-align: center;
}







  #s-0019ce5e-9d3b-4301-afb3-a8120ad0e4b1 img.shogun-image {
    

    
    
    
  }


#s-0019ce5e-9d3b-4301-afb3-a8120ad0e4b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f43c00b-38dc-4ca0-b28b-937e747a59a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f43c00b-38dc-4ca0-b28b-937e747a59a2 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-af35581d-7180-4a36-b738-a67871ce2c78 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-af35581d-7180-4a36-b738-a67871ce2c78 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-af35581d-7180-4a36-b738-a67871ce2c78 .shg-sld-nav-button.shg-sld-left,
#s-af35581d-7180-4a36-b738-a67871ce2c78 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ae864240-ba93-450c-bf81-4cd533e0fb92 {
  padding-left: 0%;
padding-right: 0%;
}

#s-6d135044-c5a8-420e-ad9c-e75015e89228 {
  margin-left: 16%;
margin-right: 16%;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}
@media (min-width: 1200px){#s-6d135044-c5a8-420e-ad9c-e75015e89228 {
  display: none;
}
#s-6d135044-c5a8-420e-ad9c-e75015e89228, #wrap-s-6d135044-c5a8-420e-ad9c-e75015e89228 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d135044-c5a8-420e-ad9c-e75015e89228 {
  display: none;
}
#s-6d135044-c5a8-420e-ad9c-e75015e89228, #wrap-s-6d135044-c5a8-420e-ad9c-e75015e89228 { display: none !important; }}







#s-6d135044-c5a8-420e-ad9c-e75015e89228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d135044-c5a8-420e-ad9c-e75015e89228.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d177feb8-3fa1-4540-83d2-86921fad527b {
  padding-left: 39%;
padding-right: 39%;
text-align: center;
}







  #s-d177feb8-3fa1-4540-83d2-86921fad527b img.shogun-image {
    

    
    
    
  }


#s-d177feb8-3fa1-4540-83d2-86921fad527b .shogun-image-content {
  
    align-items: center;
  
}

#s-316c4fde-d6b6-4a3c-a170-c3587e218172 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-316c4fde-d6b6-4a3c-a170-c3587e218172 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-caae959d-c499-445a-93f3-93ab8371b7ef {
  margin-top: 6px;
margin-left: 16%;
margin-bottom: 6px;
margin-right: 16%;
min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}
@media (min-width: 1200px){#s-caae959d-c499-445a-93f3-93ab8371b7ef {
  display: none;
}
#s-caae959d-c499-445a-93f3-93ab8371b7ef, #wrap-s-caae959d-c499-445a-93f3-93ab8371b7ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caae959d-c499-445a-93f3-93ab8371b7ef {
  display: none;
}
#s-caae959d-c499-445a-93f3-93ab8371b7ef, #wrap-s-caae959d-c499-445a-93f3-93ab8371b7ef { display: none !important; }}







#s-caae959d-c499-445a-93f3-93ab8371b7ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caae959d-c499-445a-93f3-93ab8371b7ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67e2d11f-6913-461a-8eae-2c9fb6e1fbe7 {
  padding-left: 39%;
padding-right: 39%;
text-align: center;
}







  #s-67e2d11f-6913-461a-8eae-2c9fb6e1fbe7 img.shogun-image {
    

    
    
    
  }


#s-67e2d11f-6913-461a-8eae-2c9fb6e1fbe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3abff485-7a0a-4d91-bbb5-eb0ff28a2361 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3abff485-7a0a-4d91-bbb5-eb0ff28a2361 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cc7dcea3-f918-4cda-98d8-1764ccb00aff {
  padding-left: 3%;
padding-right: 3%;
}

#s-fc0d677b-4fab-4428-954e-cb44fff57714 {
  margin-left: 16%;
margin-bottom: 6px;
margin-right: 16%;
min-height: 50px;
background-color: rgba(239, 237, 236, 1);
}
@media (min-width: 1200px){#s-fc0d677b-4fab-4428-954e-cb44fff57714 {
  display: none;
}
#s-fc0d677b-4fab-4428-954e-cb44fff57714, #wrap-s-fc0d677b-4fab-4428-954e-cb44fff57714 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc0d677b-4fab-4428-954e-cb44fff57714 {
  display: none;
}
#s-fc0d677b-4fab-4428-954e-cb44fff57714, #wrap-s-fc0d677b-4fab-4428-954e-cb44fff57714 { display: none !important; }}







#s-fc0d677b-4fab-4428-954e-cb44fff57714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0d677b-4fab-4428-954e-cb44fff57714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9313914b-5ea8-4449-a04c-5cd3e2def248 {
  padding-left: 39%;
padding-right: 39%;
text-align: center;
}







  #s-9313914b-5ea8-4449-a04c-5cd3e2def248 img.shogun-image {
    

    
    
    
  }


#s-9313914b-5ea8-4449-a04c-5cd3e2def248 .shogun-image-content {
  
    align-items: center;
  
}

#s-b684b5d9-17b9-416a-b48e-bb175e582972 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b684b5d9-17b9-416a-b48e-bb175e582972 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9e27bb23-5655-461b-aaf8-02b067c5a4a0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9e27bb23-5655-461b-aaf8-02b067c5a4a0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9e27bb23-5655-461b-aaf8-02b067c5a4a0 .shg-sld-nav-button.shg-sld-left,
#s-9e27bb23-5655-461b-aaf8-02b067c5a4a0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c71cdb9c-32f1-42ca-a4c0-9c780dadd6a6 {
  min-height: 50px;
}








#s-c71cdb9c-32f1-42ca-a4c0-9c780dadd6a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c71cdb9c-32f1-42ca-a4c0-9c780dadd6a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d99384-d596-435a-bcb7-d0ec19c44727 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-81d99384-d596-435a-bcb7-d0ec19c44727 {
  display: none;
}
#s-81d99384-d596-435a-bcb7-d0ec19c44727, #wrap-s-81d99384-d596-435a-bcb7-d0ec19c44727 { display: none !important; }}@media (max-width: 767px){#s-81d99384-d596-435a-bcb7-d0ec19c44727 {
  display: none;
}
#s-81d99384-d596-435a-bcb7-d0ec19c44727, #wrap-s-81d99384-d596-435a-bcb7-d0ec19c44727 { display: none !important; }}
#s-81d99384-d596-435a-bcb7-d0ec19c44727 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-81d99384-d596-435a-bcb7-d0ec19c44727 .shg-sld-nav-button.shg-sld-left,
#s-81d99384-d596-435a-bcb7-d0ec19c44727 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4031316c-0bcb-4717-8ed1-981628a3b33f {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4031316c-0bcb-4717-8ed1-981628a3b33f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4031316c-0bcb-4717-8ed1-981628a3b33f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4031316c-0bcb-4717-8ed1-981628a3b33f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4031316c-0bcb-4717-8ed1-981628a3b33f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-280245d6-f076-458b-b87a-03635c0b7ce6 {
  background-color: rgba(0, 43, 65, 1);
}

#s-aa0e6516-fd6c-4a99-ad68-10caccd13713 {
  text-align: center;
}







  #s-aa0e6516-fd6c-4a99-ad68-10caccd13713 img.shogun-image {
    

    
    
    
  }


#s-aa0e6516-fd6c-4a99-ad68-10caccd13713 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5996871b-6d53-4ab1-9488-e6284e082841"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5996871b-6d53-4ab1-9488-e6284e082841"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5996871b-6d53-4ab1-9488-e6284e082841"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5996871b-6d53-4ab1-9488-e6284e082841"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2b66d8e-8399-4ae2-a830-13d4f7bf10f9 {
  background-color: rgba(0, 43, 65, 1);
}

@media (min-width: 0px) {
[id="s-600ab00b-d94d-4046-8dac-cc518a682708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-600ab00b-d94d-4046-8dac-cc518a682708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-600ab00b-d94d-4046-8dac-cc518a682708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-600ab00b-d94d-4046-8dac-cc518a682708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8237c3d7-f4d4-48e1-a5e0-daecf99d65f4 {
  background-color: rgba(0, 43, 65, 1);
}

@media (min-width: 0px) {
[id="s-eebabcbf-7fd7-4950-877a-a872a28e639c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eebabcbf-7fd7-4950-877a-a872a28e639c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eebabcbf-7fd7-4950-877a-a872a28e639c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eebabcbf-7fd7-4950-877a-a872a28e639c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3b373c18-4852-4c14-80d4-0596e6b3640a {
  background-color: rgba(0, 43, 65, 1);
}

#s-11c03c7a-e967-4359-8361-e1caa667987f {
  text-align: center;
}







  #s-11c03c7a-e967-4359-8361-e1caa667987f img.shogun-image {
    

    
    
    
  }


#s-11c03c7a-e967-4359-8361-e1caa667987f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e1759006-2f9f-41d3-b7c5-db8d5b27106f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e1759006-2f9f-41d3-b7c5-db8d5b27106f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1759006-2f9f-41d3-b7c5-db8d5b27106f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1759006-2f9f-41d3-b7c5-db8d5b27106f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4a4fd265-381c-4222-a1b4-0d24bce7e92d {
  background-color: rgba(0, 43, 65, 1);
}

#s-63c32582-da51-4593-bf6e-1ab893eedd0e {
  text-align: center;
}







  #s-63c32582-da51-4593-bf6e-1ab893eedd0e img.shogun-image {
    

    
    
    
  }


#s-63c32582-da51-4593-bf6e-1ab893eedd0e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-222e7cf1-6c76-4e38-a88b-d8e4958b1645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-222e7cf1-6c76-4e38-a88b-d8e4958b1645"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-222e7cf1-6c76-4e38-a88b-d8e4958b1645"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-222e7cf1-6c76-4e38-a88b-d8e4958b1645"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3a5ac876-380c-4e87-be4e-4a4aed66cb31 {
  background-color: rgba(0, 43, 65, 1);
}

#s-9163ffd9-214f-475b-9214-537bba269fb3 {
  text-align: center;
}







  #s-9163ffd9-214f-475b-9214-537bba269fb3 img.shogun-image {
    

    
    
    
  }


#s-9163ffd9-214f-475b-9214-537bba269fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 {
  display: none;
}
#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38, #wrap-s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 {
  display: none;
}
#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38, #wrap-s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 { display: none !important; }}
#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 .shg-sld-nav-button.shg-sld-left,
#s-e3bd8661-dab8-4eb6-aa5b-d1ee3d55cc38 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ee7b8f53-c3e1-452d-b0eb-0dbb2c14c81c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee7b8f53-c3e1-452d-b0eb-0dbb2c14c81c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee7b8f53-c3e1-452d-b0eb-0dbb2c14c81c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee7b8f53-c3e1-452d-b0eb-0dbb2c14c81c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de4746e0-b854-4ecf-b849-d02696f2c171 {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(0, 43, 65, 1);
}

#s-f477ed99-6bbb-441f-baa1-f0007e55755c {
  text-align: center;
}







  #s-f477ed99-6bbb-441f-baa1-f0007e55755c img.shogun-image {
    

    
    
    
  }


#s-f477ed99-6bbb-441f-baa1-f0007e55755c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c3524968-40ba-4225-ae68-b6ae828ff36e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3524968-40ba-4225-ae68-b6ae828ff36e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3524968-40ba-4225-ae68-b6ae828ff36e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3524968-40ba-4225-ae68-b6ae828ff36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a79cc46-056c-4402-9f10-56f9523a115a {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(0, 43, 65, 1);
}

#s-6e19637b-8f86-450a-9b1e-e72d2656de74 {
  text-align: center;
}







  #s-6e19637b-8f86-450a-9b1e-e72d2656de74 img.shogun-image {
    

    
    
    
  }


#s-6e19637b-8f86-450a-9b1e-e72d2656de74 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3af5a2fa-e242-4685-afad-48f580a4c0c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3af5a2fa-e242-4685-afad-48f580a4c0c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3af5a2fa-e242-4685-afad-48f580a4c0c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3af5a2fa-e242-4685-afad-48f580a4c0c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7be76c0-49c4-4a65-8430-4aa0fc929e4d {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(0, 43, 65, 1);
}

#s-ec27f2c6-d910-4de2-9e81-3a31ca72e4f9 {
  text-align: center;
}







  #s-ec27f2c6-d910-4de2-9e81-3a31ca72e4f9 img.shogun-image {
    

    
    
    
  }


#s-ec27f2c6-d910-4de2-9e81-3a31ca72e4f9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-77390762-869c-4c0b-8b4b-df6aaf34e48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77390762-869c-4c0b-8b4b-df6aaf34e48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77390762-869c-4c0b-8b4b-df6aaf34e48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77390762-869c-4c0b-8b4b-df6aaf34e48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-37d4e01e-18c6-417e-bb50-8a04ccc47a39 {
  padding-left: 3%;
padding-right: 3%;
background-color: rgba(0, 43, 65, 1);
}

#s-3f7c53a3-76f1-45aa-aa7b-b787525bbb9e {
  text-align: center;
}







  #s-3f7c53a3-76f1-45aa-aa7b-b787525bbb9e img.shogun-image {
    

    
    
    
  }


#s-3f7c53a3-76f1-45aa-aa7b-b787525bbb9e .shogun-image-content {
  
    align-items: center;
  
}

#s-04ef66d2-ef54-4d85-8b9e-a127c9cca1fa {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-04ef66d2-ef54-4d85-8b9e-a127c9cca1fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ef66d2-ef54-4d85-8b9e-a127c9cca1fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e {
  padding-top: 79px;
padding-bottom: 79px;
min-height: 50px;
background-color: rgba(242, 241, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e {
  display: none;
}
#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e, #wrap-s-9147edcd-81ea-4df5-aab2-1f71800c0c7e { display: none !important; }}@media (max-width: 767px){#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e {
  display: none;
}
#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e, #wrap-s-9147edcd-81ea-4df5-aab2-1f71800c0c7e { display: none !important; }}







#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9147edcd-81ea-4df5-aab2-1f71800c0c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-890857a4-20ce-4d23-8268-e67ebebc8302 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-890857a4-20ce-4d23-8268-e67ebebc8302 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(242, 241, 239, 1);
}
@media (min-width: 1200px){#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f {
  display: none;
}
#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f, #wrap-s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f {
  display: none;
}
#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f, #wrap-s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f { display: none !important; }}







#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2994b75-c8e9-4c11-bfe0-4aef3c1b211f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-226838e0-437e-4a00-87cd-360be31cb89d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-226838e0-437e-4a00-87cd-360be31cb89d .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-035af8bf-91dd-42fc-8b03-183e451b2a95 {
  padding-left: 3%;
padding-right: 3%;
}

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