.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-7d61c2e2-1a6f-412f-a0a7-f164062c9b0c {
  min-height: 50px;
}








#s-7d61c2e2-1a6f-412f-a0a7-f164062c9b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d61c2e2-1a6f-412f-a0a7-f164062c9b0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cfc7ac59-8334-4a0b-9dc3-4a9f7488ad27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfc7ac59-8334-4a0b-9dc3-4a9f7488ad27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

#s-086b30e1-a3ff-4807-bb43-92cf41522737 {
  margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-086b30e1-a3ff-4807-bb43-92cf41522737"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-5a3763a9-b8a4-495d-89e1-ae2f97d972a1 {
  min-height: 50px;
}








#s-5a3763a9-b8a4-495d-89e1-ae2f97d972a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a3763a9-b8a4-495d-89e1-ae2f97d972a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-4112cf1d-1cd1-4234-9fd1-e9c94fac0480 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-4112cf1d-1cd1-4234-9fd1-e9c94fac0480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4112cf1d-1cd1-4234-9fd1-e9c94fac0480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06eb429b-af18-4f46-87a2-1807fd48e8a9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-06eb429b-af18-4f46-87a2-1807fd48e8a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06eb429b-af18-4f46-87a2-1807fd48e8a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-615a74a8-2505-4962-9911-b28ee5b16c9c {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-615a74a8-2505-4962-9911-b28ee5b16c9c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cb749652-6ef6-4628-a146-472312bf049f {
  margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 243, 239, 1);
border-style: solid;
min-height: 50px;
}








#s-cb749652-6ef6-4628-a146-472312bf049f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb749652-6ef6-4628-a146-472312bf049f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d062a5e2-7e59-4ef1-a4d3-432918e6a61e {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d062a5e2-7e59-4ef1-a4d3-432918e6a61e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f16ff305-9508-411d-ba0d-e3c7c7ab5f96 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f16ff305-9508-411d-ba0d-e3c7c7ab5f96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f16ff305-9508-411d-ba0d-e3c7c7ab5f96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f16ff305-9508-411d-ba0d-e3c7c7ab5f96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f16ff305-9508-411d-ba0d-e3c7c7ab5f96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-271ca2dd-5e4b-4b73-a638-734c78495801 {
  min-height: 50px;
}








#s-271ca2dd-5e4b-4b73-a638-734c78495801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271ca2dd-5e4b-4b73-a638-734c78495801.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-edac02eb-6d38-4160-9a62-707ae034766d {
  text-align: center;
}







  #s-edac02eb-6d38-4160-9a62-707ae034766d img.shogun-image {
    

    
    
    
  }


#s-edac02eb-6d38-4160-9a62-707ae034766d .shogun-image-content {
  
    align-items: center;
  
}

#s-83826124-62fe-4a6d-8874-62b9b95e4ce9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-83826124-62fe-4a6d-8874-62b9b95e4ce9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83826124-62fe-4a6d-8874-62b9b95e4ce9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9bcd1b3b-f294-4e5e-a3c4-5a867cda0b69 {
  min-height: 50px;
}








#s-9bcd1b3b-f294-4e5e-a3c4-5a867cda0b69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bcd1b3b-f294-4e5e-a3c4-5a867cda0b69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-716ffc28-f312-4be4-b3fd-7ba2876cfab4 {
  text-align: center;
}







  #s-716ffc28-f312-4be4-b3fd-7ba2876cfab4 img.shogun-image {
    

    
    
    
  }


#s-716ffc28-f312-4be4-b3fd-7ba2876cfab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-11180330-70e7-4a3e-a9c4-083faefae745 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-11180330-70e7-4a3e-a9c4-083faefae745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11180330-70e7-4a3e-a9c4-083faefae745.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f765e3ed-b790-403a-9abc-9e50d0c6a67f {
  min-height: 50px;
}








#s-f765e3ed-b790-403a-9abc-9e50d0c6a67f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f765e3ed-b790-403a-9abc-9e50d0c6a67f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf5feb4-5512-4f86-98ee-8b3660bd5f1b {
  text-align: center;
}







  #s-bbf5feb4-5512-4f86-98ee-8b3660bd5f1b img.shogun-image {
    

    
    
    
  }


#s-bbf5feb4-5512-4f86-98ee-8b3660bd5f1b .shogun-image-content {
  
    align-items: center;
  
}

#s-1998aa56-148c-4969-b176-87844caaa3e3 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1998aa56-148c-4969-b176-87844caaa3e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1998aa56-148c-4969-b176-87844caaa3e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e6b43425-b822-407a-82db-e0da4f057207 {
  min-height: 50px;
}








#s-e6b43425-b822-407a-82db-e0da4f057207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6b43425-b822-407a-82db-e0da4f057207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9758b98-6358-493f-b09c-7ae3c74e760c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9758b98-6358-493f-b09c-7ae3c74e760c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9758b98-6358-493f-b09c-7ae3c74e760c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37e5e049-f221-426a-bf58-1ebf51421516 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-37e5e049-f221-426a-bf58-1ebf51421516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e5e049-f221-426a-bf58-1ebf51421516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-464284e7-e407-4838-a687-6e79d72e7fd3 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-464284e7-e407-4838-a687-6e79d72e7fd3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a26b24ad-edd9-49d9-a423-9d46fb1077c6 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a26b24ad-edd9-49d9-a423-9d46fb1077c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a26b24ad-edd9-49d9-a423-9d46fb1077c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a26b24ad-edd9-49d9-a423-9d46fb1077c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a26b24ad-edd9-49d9-a423-9d46fb1077c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f417aa1f-b96b-4375-9118-527b066a7b39 {
  min-height: 50px;
}








#s-f417aa1f-b96b-4375-9118-527b066a7b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f417aa1f-b96b-4375-9118-527b066a7b39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef28e6c4-84a6-4976-9402-1f3ee76133ba {
  text-align: center;
}







  #s-ef28e6c4-84a6-4976-9402-1f3ee76133ba img.shogun-image {
    

    
    
    
  }


#s-ef28e6c4-84a6-4976-9402-1f3ee76133ba .shogun-image-content {
  
    align-items: center;
  
}

#s-af9daea0-bc67-46e6-a651-544ed44bbf36 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-af9daea0-bc67-46e6-a651-544ed44bbf36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af9daea0-bc67-46e6-a651-544ed44bbf36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50cc91c8-970f-4000-9375-6b46c88f9828 {
  min-height: 50px;
}








#s-50cc91c8-970f-4000-9375-6b46c88f9828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50cc91c8-970f-4000-9375-6b46c88f9828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3db2068f-6d6a-46d6-a19b-1e7604196a70 {
  text-align: center;
}







  #s-3db2068f-6d6a-46d6-a19b-1e7604196a70 img.shogun-image {
    

    
    
    
  }


#s-3db2068f-6d6a-46d6-a19b-1e7604196a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-14a2d025-6a68-4306-bc1c-6cab02042abc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-14a2d025-6a68-4306-bc1c-6cab02042abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14a2d025-6a68-4306-bc1c-6cab02042abc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3301b76b-6e46-4dbb-9280-30a7f0de8e70 {
  min-height: 50px;
}








#s-3301b76b-6e46-4dbb-9280-30a7f0de8e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3301b76b-6e46-4dbb-9280-30a7f0de8e70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ba87ce5-7f04-4598-8737-e44f22ac8ec7 {
  text-align: center;
}







  #s-6ba87ce5-7f04-4598-8737-e44f22ac8ec7 img.shogun-image {
    

    
    
    
  }


#s-6ba87ce5-7f04-4598-8737-e44f22ac8ec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b8211ec-addd-48a7-ace4-ce6b14a737c1 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b8211ec-addd-48a7-ace4-ce6b14a737c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b8211ec-addd-48a7-ace4-ce6b14a737c1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-666ba233-3d7e-4468-9c2a-d4c0696af893 {
  min-height: 50px;
}








#s-666ba233-3d7e-4468-9c2a-d4c0696af893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666ba233-3d7e-4468-9c2a-d4c0696af893.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e75c19d2-64b7-4807-a7bb-904c9bf678b9 {
  text-align: center;
}







  #s-e75c19d2-64b7-4807-a7bb-904c9bf678b9 img.shogun-image {
    

    
    
    
  }


#s-e75c19d2-64b7-4807-a7bb-904c9bf678b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c0585b9-2ea4-438f-a28f-92ed0a1f5cb9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c0585b9-2ea4-438f-a28f-92ed0a1f5cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0585b9-2ea4-438f-a28f-92ed0a1f5cb9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d84505b-4fef-4dbf-ab41-bf4035c4b7b7 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-7d84505b-4fef-4dbf-ab41-bf4035c4b7b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d84505b-4fef-4dbf-ab41-bf4035c4b7b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7739c9c-d366-4895-86c6-6bb02341b5e4 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7739c9c-d366-4895-86c6-6bb02341b5e4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6defde46-b017-4f29-8ad0-fcf458fd2b78 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6defde46-b017-4f29-8ad0-fcf458fd2b78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6defde46-b017-4f29-8ad0-fcf458fd2b78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6defde46-b017-4f29-8ad0-fcf458fd2b78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6defde46-b017-4f29-8ad0-fcf458fd2b78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8b86bc9c-2f52-4f6f-9cdc-71860ba9602e {
  min-height: 50px;
}








#s-8b86bc9c-2f52-4f6f-9cdc-71860ba9602e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b86bc9c-2f52-4f6f-9cdc-71860ba9602e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-469aa456-bf7d-4849-a93c-974c49c09301 {
  text-align: center;
}







  #s-469aa456-bf7d-4849-a93c-974c49c09301 img.shogun-image {
    

    
    
    
  }


#s-469aa456-bf7d-4849-a93c-974c49c09301 .shogun-image-content {
  
    align-items: center;
  
}

#s-30bef76a-2000-4065-9a88-2dccf307eaa6 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-30bef76a-2000-4065-9a88-2dccf307eaa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30bef76a-2000-4065-9a88-2dccf307eaa6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f51455ff-271e-4ce6-897d-470d800e67d4 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-f51455ff-271e-4ce6-897d-470d800e67d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51455ff-271e-4ce6-897d-470d800e67d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42245896-6e9b-48e0-a3fd-b0e4ef6257de {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42245896-6e9b-48e0-a3fd-b0e4ef6257de .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7af0be8a-f78f-47a4-870d-179542adc720 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7af0be8a-f78f-47a4-870d-179542adc720"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7af0be8a-f78f-47a4-870d-179542adc720"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7af0be8a-f78f-47a4-870d-179542adc720"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7af0be8a-f78f-47a4-870d-179542adc720"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2ba2587d-6a0e-409c-9925-b514040ce8ea {
  min-height: 50px;
}








#s-2ba2587d-6a0e-409c-9925-b514040ce8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba2587d-6a0e-409c-9925-b514040ce8ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50691725-9eeb-4309-b2d7-c7697b58131a {
  text-align: center;
}







  #s-50691725-9eeb-4309-b2d7-c7697b58131a img.shogun-image {
    

    
    
    
  }


#s-50691725-9eeb-4309-b2d7-c7697b58131a .shogun-image-content {
  
    align-items: center;
  
}

#s-b143a48a-04f8-48c2-8497-e2ae0bf9dc12 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b143a48a-04f8-48c2-8497-e2ae0bf9dc12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b143a48a-04f8-48c2-8497-e2ae0bf9dc12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f22811a-12ad-47cc-8c52-436b7e9f9655 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-1f22811a-12ad-47cc-8c52-436b7e9f9655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f22811a-12ad-47cc-8c52-436b7e9f9655.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-140fac9d-209b-4e2a-b6df-b6a2fd67b1c8 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-140fac9d-209b-4e2a-b6df-b6a2fd67b1c8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-06221897-b0e5-4820-930b-345a3b9f4a4b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-06221897-b0e5-4820-930b-345a3b9f4a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06221897-b0e5-4820-930b-345a3b9f4a4b {
  cursor: pointer;
}#s-06221897-b0e5-4820-930b-345a3b9f4a4b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-863fab3e-ab73-4366-8c27-a6c8cfb485ea {
  padding-top: 2em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(0, 59, 113, 0.8);
}








#s-863fab3e-ab73-4366-8c27-a6c8cfb485ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863fab3e-ab73-4366-8c27-a6c8cfb485ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f612ff79-c4bb-46c3-a182-7aa45522e58e {
  margin-bottom: 0em;
min-height: 50px;
}








#s-f612ff79-c4bb-46c3-a182-7aa45522e58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f612ff79-c4bb-46c3-a182-7aa45522e58e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb16a21d-01dd-4b96-ad5c-744d98c28b97 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb16a21d-01dd-4b96-ad5c-744d98c28b97 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-50bcd9af-7cb2-47bf-b8f1-b88335a8edc7 {
  margin-top: 0em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-50bcd9af-7cb2-47bf-b8f1-b88335a8edc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-50bcd9af-7cb2-47bf-b8f1-b88335a8edc7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-50bcd9af-7cb2-47bf-b8f1-b88335a8edc7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-50bcd9af-7cb2-47bf-b8f1-b88335a8edc7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bc9e815f-85be-4bfc-80a2-47b3c3048632 {
  min-height: 50px;
}








#s-bc9e815f-85be-4bfc-80a2-47b3c3048632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc9e815f-85be-4bfc-80a2-47b3c3048632.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68971257-f1aa-4141-9383-55c38f6b55bd {
  text-align: center;
}







  #s-68971257-f1aa-4141-9383-55c38f6b55bd img.shogun-image {
    

    
    
    
  }


#s-68971257-f1aa-4141-9383-55c38f6b55bd .shogun-image-content {
  
    align-items: center;
  
}

#s-b92cf238-2418-4593-b9a7-12b8210cca28 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b92cf238-2418-4593-b9a7-12b8210cca28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b92cf238-2418-4593-b9a7-12b8210cca28.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d57bb3b-2d7c-46f4-8d9b-82f1496f9244 {
  min-height: 50px;
}








#s-9d57bb3b-2d7c-46f4-8d9b-82f1496f9244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d57bb3b-2d7c-46f4-8d9b-82f1496f9244.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a244597a-6c2f-4c45-a960-5145748346b9 {
  text-align: center;
}







  #s-a244597a-6c2f-4c45-a960-5145748346b9 img.shogun-image {
    

    
    
    
  }


#s-a244597a-6c2f-4c45-a960-5145748346b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2011890-5bd9-4a77-b10a-f2094993c18e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a2011890-5bd9-4a77-b10a-f2094993c18e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2011890-5bd9-4a77-b10a-f2094993c18e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-80cc5ec7-45fb-4329-8a05-39bcb59a65c2 {
  min-height: 50px;
}








#s-80cc5ec7-45fb-4329-8a05-39bcb59a65c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80cc5ec7-45fb-4329-8a05-39bcb59a65c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01314e08-9fc1-4531-b8d0-7fbafe3f2daf {
  text-align: center;
}







  #s-01314e08-9fc1-4531-b8d0-7fbafe3f2daf img.shogun-image {
    

    
    
    
  }


#s-01314e08-9fc1-4531-b8d0-7fbafe3f2daf .shogun-image-content {
  
    align-items: center;
  
}

#s-7d697b9c-1b13-42b7-8021-e71a267eedec {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7d697b9c-1b13-42b7-8021-e71a267eedec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d697b9c-1b13-42b7-8021-e71a267eedec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-284c2e53-eb68-4666-8110-e354fb7eb15c {
  min-height: 50px;
}








#s-284c2e53-eb68-4666-8110-e354fb7eb15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284c2e53-eb68-4666-8110-e354fb7eb15c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d78723-628f-45ae-b6a7-6a205ebfd71c {
  max-width: 480px;
aspect-ratio: 480/500;
text-align: center;
}





  #s-18d78723-628f-45ae-b6a7-6a205ebfd71c img.shogun-image,
  #s-18d78723-628f-45ae-b6a7-6a205ebfd71c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18d78723-628f-45ae-b6a7-6a205ebfd71c {
    width: 100%;
    height: auto;
  }



  #s-18d78723-628f-45ae-b6a7-6a205ebfd71c img.shogun-image {
    

    
    
    
  }


#s-18d78723-628f-45ae-b6a7-6a205ebfd71c .shogun-image-content {
  
    align-items: center;
  
}

#s-9c3e8831-9e79-49f2-8c51-4179e12ff05c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c3e8831-9e79-49f2-8c51-4179e12ff05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3e8831-9e79-49f2-8c51-4179e12ff05c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-89adc903-d2a5-42cb-b33a-2ea196bcde55 {
  margin-top: 0em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-89adc903-d2a5-42cb-b33a-2ea196bcde55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89adc903-d2a5-42cb-b33a-2ea196bcde55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-89adc903-d2a5-42cb-b33a-2ea196bcde55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-89adc903-d2a5-42cb-b33a-2ea196bcde55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bcada30c-3082-482f-bcbd-107f718514d4 {
  text-align: center;
}







  #s-bcada30c-3082-482f-bcbd-107f718514d4 img.shogun-image {
    

    
    
    
  }


#s-bcada30c-3082-482f-bcbd-107f718514d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d6f1014-d05e-42b1-9fd1-c52beab1313a {
  min-height: 50px;
}








#s-7d6f1014-d05e-42b1-9fd1-c52beab1313a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6f1014-d05e-42b1-9fd1-c52beab1313a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f25cb714-2ad6-414c-bbf9-40440fae6ae4 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f25cb714-2ad6-414c-bbf9-40440fae6ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f25cb714-2ad6-414c-bbf9-40440fae6ae4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-052b7f4c-611d-4643-99c4-07e9126c80eb {
  margin-bottom: 0em;
min-height: 50px;
}








#s-052b7f4c-611d-4643-99c4-07e9126c80eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052b7f4c-611d-4643-99c4-07e9126c80eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-762b9162-e3bb-4dfd-917d-81c89b08310f {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-762b9162-e3bb-4dfd-917d-81c89b08310f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2a13cb1d-ed14-4985-ba7e-e03275dd88ee {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2a13cb1d-ed14-4985-ba7e-e03275dd88ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a13cb1d-ed14-4985-ba7e-e03275dd88ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a13cb1d-ed14-4985-ba7e-e03275dd88ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a13cb1d-ed14-4985-ba7e-e03275dd88ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c333beb8-3317-431f-94fa-c107835961d2 {
  min-height: 50px;
}








#s-c333beb8-3317-431f-94fa-c107835961d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c333beb8-3317-431f-94fa-c107835961d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a41fd918-a03f-450b-ad6c-c9838263f966 {
  text-align: center;
}







  #s-a41fd918-a03f-450b-ad6c-c9838263f966 img.shogun-image {
    

    
    
    
  }


#s-a41fd918-a03f-450b-ad6c-c9838263f966 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d791e99-e4af-4226-8590-28baeb75e85e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d791e99-e4af-4226-8590-28baeb75e85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d791e99-e4af-4226-8590-28baeb75e85e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f7dc43b-b318-4ae2-a25d-92db8626f8d9 {
  min-height: 50px;
}








#s-0f7dc43b-b318-4ae2-a25d-92db8626f8d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f7dc43b-b318-4ae2-a25d-92db8626f8d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d31ade16-0a37-4715-99eb-c78c8a35a35e {
  text-align: center;
}







  #s-d31ade16-0a37-4715-99eb-c78c8a35a35e img.shogun-image {
    

    
    
    
  }


#s-d31ade16-0a37-4715-99eb-c78c8a35a35e .shogun-image-content {
  
    align-items: center;
  
}

#s-29b94fb1-d636-4199-9a99-8e5db1962393 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-29b94fb1-d636-4199-9a99-8e5db1962393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b94fb1-d636-4199-9a99-8e5db1962393.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7efb40ac-ad8c-4c79-8ce1-69f64b7f5ccc {
  margin-bottom: 0em;
min-height: 50px;
}








#s-7efb40ac-ad8c-4c79-8ce1-69f64b7f5ccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7efb40ac-ad8c-4c79-8ce1-69f64b7f5ccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ab6eeb7-7332-4815-be43-4c7d4fc5b731 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ab6eeb7-7332-4815-be43-4c7d4fc5b731 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4ce0492b-374e-4273-ae29-fa9a3d61c741 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4ce0492b-374e-4273-ae29-fa9a3d61c741"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ce0492b-374e-4273-ae29-fa9a3d61c741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4ce0492b-374e-4273-ae29-fa9a3d61c741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ce0492b-374e-4273-ae29-fa9a3d61c741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-814ad214-f23b-4d83-832e-be7a9b4487bb {
  min-height: 50px;
}








#s-814ad214-f23b-4d83-832e-be7a9b4487bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-814ad214-f23b-4d83-832e-be7a9b4487bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5a5810c-20e8-43d3-ada4-54e4ee3a570e {
  text-align: center;
}







  #s-d5a5810c-20e8-43d3-ada4-54e4ee3a570e img.shogun-image {
    

    
    
    
  }


#s-d5a5810c-20e8-43d3-ada4-54e4ee3a570e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc4a98c2-de49-4947-a666-aad5b10deab5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc4a98c2-de49-4947-a666-aad5b10deab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc4a98c2-de49-4947-a666-aad5b10deab5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}