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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a8173063-c9e3-44fb-b5d7-4d8fbbbd3613 {
  margin-top: 4em;
margin-left: 7em;
margin-bottom: 2em;
margin-right: 7em;
min-height: 50px;
}
@media (max-width: 767px){#s-a8173063-c9e3-44fb-b5d7-4d8fbbbd3613 {
  margin-top: 4em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}
}







#s-a8173063-c9e3-44fb-b5d7-4d8fbbbd3613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8173063-c9e3-44fb-b5d7-4d8fbbbd3613.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-e1859ae2-2a96-45dc-9d19-5a606feb92f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1859ae2-2a96-45dc-9d19-5a606feb92f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 135px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-e1859ae2-2a96-45dc-9d19-5a606feb92f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e1859ae2-2a96-45dc-9d19-5a606feb92f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-e1859ae2-2a96-45dc-9d19-5a606feb92f2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-5b334f80-1839-4f71-9c91-158107b96d74 {
  margin-right: 26em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b334f80-1839-4f71-9c91-158107b96d74 {
  margin-right: 23em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b334f80-1839-4f71-9c91-158107b96d74 {
  margin-right: 17em;
}
}@media (max-width: 767px){#s-5b334f80-1839-4f71-9c91-158107b96d74 {
  margin-right: 9em;
}
}
#s-5b334f80-1839-4f71-9c91-158107b96d74 .shogun-heading-component h3 {
  color: rgba(173, 168, 148, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5b334f80-1839-4f71-9c91-158107b96d74 .shogun-heading-component h3 {
  color: rgba(173, 168, 148, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5b334f80-1839-4f71-9c91-158107b96d74 .shogun-heading-component h3 {
  color: rgba(173, 168, 148, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-5b334f80-1839-4f71-9c91-158107b96d74 .shogun-heading-component h3 {
  color: rgba(173, 168, 148, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: 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-52ecf322-f49b-44ba-b742-a9c66e689412 {
  margin-top: 2em;
margin-left: 7em;
margin-bottom: 6em;
margin-right: 7em;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-52ecf322-f49b-44ba-b742-a9c66e689412 {
  margin-left: 5em;
margin-bottom: 4em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52ecf322-f49b-44ba-b742-a9c66e689412 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 4em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-52ecf322-f49b-44ba-b742-a9c66e689412 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 4em;
margin-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-52ecf322-f49b-44ba-b742-a9c66e689412"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52ecf322-f49b-44ba-b742-a9c66e689412"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52ecf322-f49b-44ba-b742-a9c66e689412"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52ecf322-f49b-44ba-b742-a9c66e689412"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd {
  min-height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd {
  min-height: 450px;
}
}@media (max-width: 767px){#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd {
  min-height: 350px;
}
}







#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e979d0d-d907-4551-bd6b-304ad4c7eecd.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-3593ee18-4b12-4140-810a-34ebe3ffb858 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
max-width: 680px;
text-align: center;
}
#s-3593ee18-4b12-4140-810a-34ebe3ffb858:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}@media (max-width: 767px){#s-3593ee18-4b12-4140-810a-34ebe3ffb858 {
  max-width: 450px;
}
}






  #s-3593ee18-4b12-4140-810a-34ebe3ffb858 img.shogun-image {
    

    
    
    
  }


#s-3593ee18-4b12-4140-810a-34ebe3ffb858 .shogun-image-content {
  
    align-items: center;
  
}

#s-541b41d3-b774-47eb-a368-b72704f866b4 {
  margin-left: 3em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(173, 168, 148, 1);
border-style: solid;
border-radius: 0px;
min-height: 550px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-541b41d3-b774-47eb-a368-b72704f866b4 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-541b41d3-b774-47eb-a368-b72704f866b4 {
  min-height: 450px;
}
}@media (max-width: 767px){#s-541b41d3-b774-47eb-a368-b72704f866b4 {
  margin-top: 0em;
margin-left: 0em;
}
}







#s-541b41d3-b774-47eb-a368-b72704f866b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-541b41d3-b774-47eb-a368-b72704f866b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea129ec-64b7-4536-ba22-69759bd92053 {
  margin-left: 8em;
margin-bottom: 3em;
margin-right: 8em;
padding-top: 1em;
padding-left: 3em;
padding-bottom: 1em;
padding-right: 3em;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ea129ec-64b7-4536-ba22-69759bd92053 {
  margin-left: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ea129ec-64b7-4536-ba22-69759bd92053 {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-1ea129ec-64b7-4536-ba22-69759bd92053 {
  margin-left: 2em;
margin-right: 2em;
}
}
#s-1ea129ec-64b7-4536-ba22-69759bd92053 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1ea129ec-64b7-4536-ba22-69759bd92053 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-1ea129ec-64b7-4536-ba22-69759bd92053 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3b8899d7-eb30-46cb-b9d3-1f2c053764eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-f91e7aa5-0a50-469e-980d-8aec6847e738 {
  margin-right: 1em;
padding-top: 5px;
}

#s-f91e7aa5-0a50-469e-980d-8aec6847e738 .shogun-icon-wrapper {
  text-align: right;
}


#s-f91e7aa5-0a50-469e-980d-8aec6847e738 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-f91e7aa5-0a50-469e-980d-8aec6847e738 .shogun-icon-wrapper {
  text-align: center;
}


#s-f91e7aa5-0a50-469e-980d-8aec6847e738 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-e9c0241a-bd18-4a11-a364-2cf955a8f3bd {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e9c0241a-bd18-4a11-a364-2cf955a8f3bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-e9c0241a-bd18-4a11-a364-2cf955a8f3bd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e9c0241a-bd18-4a11-a364-2cf955a8f3bd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-e9c0241a-bd18-4a11-a364-2cf955a8f3bd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-add0b5dc-5791-40fc-b22f-ec6f14319599 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-add0b5dc-5791-40fc-b22f-ec6f14319599 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-add0b5dc-5791-40fc-b22f-ec6f14319599 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-add0b5dc-5791-40fc-b22f-ec6f14319599 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-add0b5dc-5791-40fc-b22f-ec6f14319599"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-7912568f-202b-4237-98f9-aaa007a56898 {
  margin-right: 1em;
padding-top: 5px;
}

#s-7912568f-202b-4237-98f9-aaa007a56898 .shogun-icon-wrapper {
  text-align: right;
}


#s-7912568f-202b-4237-98f9-aaa007a56898 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-7912568f-202b-4237-98f9-aaa007a56898 .shogun-icon-wrapper {
  text-align: center;
}


#s-7912568f-202b-4237-98f9-aaa007a56898 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-8ed25bad-faff-40e4-8645-0c38fe89697d {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ed25bad-faff-40e4-8645-0c38fe89697d {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-8ed25bad-faff-40e4-8645-0c38fe89697d {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8ed25bad-faff-40e4-8645-0c38fe89697d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8ed25bad-faff-40e4-8645-0c38fe89697d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-8ed25bad-faff-40e4-8645-0c38fe89697d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9c9dae5-c26d-4c89-9777-46c7c2ed41c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-d69ba536-60bd-41c6-bc81-94227a0ac19a {
  margin-right: 1em;
padding-top: 5px;
}

#s-d69ba536-60bd-41c6-bc81-94227a0ac19a .shogun-icon-wrapper {
  text-align: right;
}


#s-d69ba536-60bd-41c6-bc81-94227a0ac19a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-d69ba536-60bd-41c6-bc81-94227a0ac19a .shogun-icon-wrapper {
  text-align: center;
}


#s-d69ba536-60bd-41c6-bc81-94227a0ac19a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-d3b90f01-284b-4eb2-98c1-7688e1a82825 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-f68d8872-4798-451a-82b1-e774efc4dd55 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f68d8872-4798-451a-82b1-e774efc4dd55 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f68d8872-4798-451a-82b1-e774efc4dd55 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-f68d8872-4798-451a-82b1-e774efc4dd55 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f68d8872-4798-451a-82b1-e774efc4dd55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-f54b2964-4cc2-4763-bf49-7323e1b30b61 {
  margin-right: 1em;
padding-top: 5px;
}

#s-f54b2964-4cc2-4763-bf49-7323e1b30b61 .shogun-icon-wrapper {
  text-align: right;
}


#s-f54b2964-4cc2-4763-bf49-7323e1b30b61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-f54b2964-4cc2-4763-bf49-7323e1b30b61 .shogun-icon-wrapper {
  text-align: center;
}


#s-f54b2964-4cc2-4763-bf49-7323e1b30b61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-54a635a6-be73-4e4b-8c5c-0e4b6b0dac46 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-bfc05bc7-1735-476a-9386-6449136d3219 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bfc05bc7-1735-476a-9386-6449136d3219 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfc05bc7-1735-476a-9386-6449136d3219 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-bfc05bc7-1735-476a-9386-6449136d3219 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bfc05bc7-1735-476a-9386-6449136d3219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-e15f5c2e-6d36-44ac-9c20-f9462c9a237b {
  margin-right: 1em;
padding-top: 5px;
}

#s-e15f5c2e-6d36-44ac-9c20-f9462c9a237b .shogun-icon-wrapper {
  text-align: right;
}


#s-e15f5c2e-6d36-44ac-9c20-f9462c9a237b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-e15f5c2e-6d36-44ac-9c20-f9462c9a237b .shogun-icon-wrapper {
  text-align: center;
}


#s-e15f5c2e-6d36-44ac-9c20-f9462c9a237b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-bfc5f72b-cbd0-4472-92e0-de6dd2a80c9b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-26be57e1-46eb-4678-adec-2cf22bc13fb3 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-26be57e1-46eb-4678-adec-2cf22bc13fb3 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-26be57e1-46eb-4678-adec-2cf22bc13fb3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-26be57e1-46eb-4678-adec-2cf22bc13fb3 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26be57e1-46eb-4678-adec-2cf22bc13fb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-5c1403ab-1a5c-4025-8ecf-33c9c42cd9dd {
  margin-right: 1em;
padding-top: 5px;
}

#s-5c1403ab-1a5c-4025-8ecf-33c9c42cd9dd .shogun-icon-wrapper {
  text-align: right;
}


#s-5c1403ab-1a5c-4025-8ecf-33c9c42cd9dd .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-5c1403ab-1a5c-4025-8ecf-33c9c42cd9dd .shogun-icon-wrapper {
  text-align: center;
}


#s-5c1403ab-1a5c-4025-8ecf-33c9c42cd9dd .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-73ed96a0-e64c-4e04-8c90-42a9ea8a8529 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-0d972682-db35-4d61-8380-2fa0d0c8de13 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0d972682-db35-4d61-8380-2fa0d0c8de13 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d972682-db35-4d61-8380-2fa0d0c8de13 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-0d972682-db35-4d61-8380-2fa0d0c8de13 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d972682-db35-4d61-8380-2fa0d0c8de13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-2fc271a0-22e0-4831-ad37-e1bdd95ce817 {
  margin-right: 1em;
padding-top: 5px;
text-align: center;
}

#s-2fc271a0-22e0-4831-ad37-e1bdd95ce817 .shogun-icon-wrapper {
  text-align: right;
}


#s-2fc271a0-22e0-4831-ad37-e1bdd95ce817 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
@media (max-width: 767px){#s-2fc271a0-22e0-4831-ad37-e1bdd95ce817 .shogun-icon-wrapper {
  text-align: center;
}


#s-2fc271a0-22e0-4831-ad37-e1bdd95ce817 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(173, 168, 148, 1);
}
}
#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 {
  margin-right: 2em;
}
}@media (max-width: 767px){#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 {
  margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-a55c0536-2167-44a5-bd48-2e751b8de7a7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc {
  margin-left: 7em;
margin-right: 7em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
}
}
@media (min-width: 0px) {
[id="s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

@media (min-width: 992px) {
[id="s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

@media (min-width: 1200px) {
[id="s-a5caf8b1-f0c1-4e80-a888-fedd85b74bfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

#s-54fc50fc-f5c6-427a-b840-a1ad9885e4e8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-54fc50fc-f5c6-427a-b840-a1ad9885e4e8 {
  margin-bottom: 3em;
}
}







#s-54fc50fc-f5c6-427a-b840-a1ad9885e4e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54fc50fc-f5c6-427a-b840-a1ad9885e4e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8910797f-77aa-48d2-92a9-bb4ea7cf1845 .shogun-icon-wrapper {
  text-align: center;
}


#s-8910797f-77aa-48d2-92a9-bb4ea7cf1845 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(173, 168, 148, 1);
}

#s-d6a674d3-ac34-4efc-a675-32536c55bc3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a674d3-ac34-4efc-a675-32536c55bc3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d6a674d3-ac34-4efc-a675-32536c55bc3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-d6a674d3-ac34-4efc-a675-32536c55bc3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-1459461e-29f0-4003-a53d-8ae051b5b7a4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1459461e-29f0-4003-a53d-8ae051b5b7a4 {
  margin-bottom: 3em;
}
}







#s-1459461e-29f0-4003-a53d-8ae051b5b7a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1459461e-29f0-4003-a53d-8ae051b5b7a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0084286-acb4-420a-96c4-8d53a2c85d09 .shogun-icon-wrapper {
  text-align: center;
}


#s-c0084286-acb4-420a-96c4-8d53a2c85d09 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(173, 168, 148, 1);
}

#s-c5846b2c-8b1d-4573-8669-36b55d569457 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5846b2c-8b1d-4573-8669-36b55d569457 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c5846b2c-8b1d-4573-8669-36b55d569457 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-c5846b2c-8b1d-4573-8669-36b55d569457 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-0d614fca-8c31-435f-848f-75628c448639 {
  min-height: 50px;
}








#s-0d614fca-8c31-435f-848f-75628c448639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d614fca-8c31-435f-848f-75628c448639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7a48a7b-0284-4b8b-a9e3-4b4ac9e47840 .shogun-icon-wrapper {
  text-align: center;
}


#s-f7a48a7b-0284-4b8b-a9e3-4b4ac9e47840 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(173, 168, 148, 1);
}

#s-6b0a61fd-c522-4b39-85ae-0f05761531a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b0a61fd-c522-4b39-85ae-0f05761531a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6b0a61fd-c522-4b39-85ae-0f05761531a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-6b0a61fd-c522-4b39-85ae-0f05761531a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b {
  margin-top: 6em;
margin-left: 7em;
margin-bottom: 6em;
margin-right: 7em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b {
  margin-top: 4em;
margin-left: 5em;
margin-bottom: 0em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b {
  margin-top: 4em;
margin-left: 1em;
margin-bottom: 4em;
margin-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9d0e4e7-381f-4c1b-8453-611bb1c4b48b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-82934f5e-1e10-4b99-8d8e-3994b16a8e56 {
  min-height: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82934f5e-1e10-4b99-8d8e-3994b16a8e56 {
  min-height: 450px;
}
}@media (max-width: 767px){#s-82934f5e-1e10-4b99-8d8e-3994b16a8e56 {
  min-height: 400px;
}
}







#s-82934f5e-1e10-4b99-8d8e-3994b16a8e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82934f5e-1e10-4b99-8d8e-3994b16a8e56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ac37d32-eb5c-40fb-a498-442046954313 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
max-width: 550px;
text-align: center;
}
#s-9ac37d32-eb5c-40fb-a498-442046954313:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}@media (max-width: 767px){#s-9ac37d32-eb5c-40fb-a498-442046954313 {
  max-width: 400px;
}
}






  #s-9ac37d32-eb5c-40fb-a498-442046954313 img.shogun-image {
    

    
    
    
  }


#s-9ac37d32-eb5c-40fb-a498-442046954313 .shogun-image-content {
  
    align-items: center;
  
}

#s-516a709b-2585-4f84-812a-976c9bc18609 {
  margin-left: 8em;
margin-right: 8em;
min-height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-516a709b-2585-4f84-812a-976c9bc18609 {
  margin-left: 4em;
margin-right: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-516a709b-2585-4f84-812a-976c9bc18609 {
  margin-left: 3em;
margin-right: 3em;
min-height: 450px;
}
}@media (max-width: 767px){#s-516a709b-2585-4f84-812a-976c9bc18609 {
  margin-left: 2em;
margin-right: 2em;
min-height: 350px;
}
}







#s-516a709b-2585-4f84-812a-976c9bc18609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-516a709b-2585-4f84-812a-976c9bc18609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97dc8b20-c6c1-4964-a7f8-1d98341c2419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97dc8b20-c6c1-4964-a7f8-1d98341c2419 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-97dc8b20-c6c1-4964-a7f8-1d98341c2419 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-97dc8b20-c6c1-4964-a7f8-1d98341c2419 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-fb699ae3-6c30-4c51-b653-13a332b26dbe {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
}

#s-fb699ae3-6c30-4c51-b653-13a332b26dbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-fb699ae3-6c30-4c51-b653-13a332b26dbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-fb699ae3-6c30-4c51-b653-13a332b26dbe .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-993a6a76-2ba9-4bbb-8cbe-b0534af9a8c5 {
  padding-bottom: 10px;
}

#s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57 {
  margin-top: 0em;
margin-left: 7em;
margin-bottom: 6em;
margin-right: 7em;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57 {
  margin-left: 5em;
margin-bottom: 4em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57 {
  margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 4em;
margin-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d81f50a8-a0e4-4df7-9fa0-d669ac0e7a57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-270be6b2-c148-406c-9729-6cec40bbd50b {
  min-height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-270be6b2-c148-406c-9729-6cec40bbd50b {
  min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-270be6b2-c148-406c-9729-6cec40bbd50b {
  min-height: 400px;
}
}@media (max-width: 767px){#s-270be6b2-c148-406c-9729-6cec40bbd50b {
  min-height: 250px;
}
}







#s-270be6b2-c148-406c-9729-6cec40bbd50b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-270be6b2-c148-406c-9729-6cec40bbd50b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58b02d4-04a2-47ec-98b6-8e3cd778ae75 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
max-width: 570px;
text-align: center;
}
#s-c58b02d4-04a2-47ec-98b6-8e3cd778ae75:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;}






  #s-c58b02d4-04a2-47ec-98b6-8e3cd778ae75 img.shogun-image {
    

    
    
    
  }


#s-c58b02d4-04a2-47ec-98b6-8e3cd778ae75 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b48e81a-0718-4bfb-b303-592c0c501f0d {
  margin-left: 8em;
margin-right: 8em;
min-height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9b48e81a-0718-4bfb-b303-592c0c501f0d {
  margin-left: 4em;
margin-right: 4em;
min-height: 450px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b48e81a-0718-4bfb-b303-592c0c501f0d {
  margin-left: 3em;
margin-right: 3em;
min-height: 400px;
}
}@media (max-width: 767px){#s-9b48e81a-0718-4bfb-b303-592c0c501f0d {
  margin-left: 2em;
margin-right: 2em;
min-height: 300px;
}
}







#s-9b48e81a-0718-4bfb-b303-592c0c501f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b48e81a-0718-4bfb-b303-592c0c501f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e956c6f-fb2f-42b0-ae41-7313734c3132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e956c6f-fb2f-42b0-ae41-7313734c3132 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8e956c6f-fb2f-42b0-ae41-7313734c3132 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-8e956c6f-fb2f-42b0-ae41-7313734c3132 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-77905c18-3a9c-4be2-8599-8758dddba1f4 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: left;
}

#s-77905c18-3a9c-4be2-8599-8758dddba1f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-77905c18-3a9c-4be2-8599-8758dddba1f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-77905c18-3a9c-4be2-8599-8758dddba1f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-a5e25d37-5411-49c6-9e75-f7bcb58d32c6 {
  padding-bottom: 10px;
}

#s-134eeaf3-7f63-4b05-b22b-4adf4c40d993 {
  margin-bottom: 6em;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-134eeaf3-7f63-4b05-b22b-4adf4c40d993 {
  margin-bottom: 6em;
}
}
@media (min-width: 0px) {
[id="s-134eeaf3-7f63-4b05-b22b-4adf4c40d993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-134eeaf3-7f63-4b05-b22b-4adf4c40d993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-134eeaf3-7f63-4b05-b22b-4adf4c40d993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-134eeaf3-7f63-4b05-b22b-4adf4c40d993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ed3450b6-37d2-48f7-bff2-979551e3683a {
  padding-top: 6em;
padding-left: 2em;
padding-bottom: 6em;
padding-right: 2em;
min-height: 730px;
background-color: rgba(173, 168, 148, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ed3450b6-37d2-48f7-bff2-979551e3683a {
  min-height: 650px;
}
}







#s-ed3450b6-37d2-48f7-bff2-979551e3683a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed3450b6-37d2-48f7-bff2-979551e3683a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c6f1b52a-7931-4e8b-b698-e870a4c94dcf {
  margin-left: 3em;
margin-bottom: 2em;
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;
border-radius: 0px;
text-align: left;
}

#s-c6f1b52a-7931-4e8b-b698-e870a4c94dcf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c6f1b52a-7931-4e8b-b698-e870a4c94dcf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-c6f1b52a-7931-4e8b-b698-e870a4c94dcf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-de9a5856-d1f3-4bd1-9fc5-edfc6f6ece1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de9a5856-d1f3-4bd1-9fc5-edfc6f6ece1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de9a5856-d1f3-4bd1-9fc5-edfc6f6ece1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de9a5856-d1f3-4bd1-9fc5-edfc6f6ece1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 168, 148, 1);
  padding: 20px;
}

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(173, 168, 148, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Work Sans;
  font-weight: 500;
  font-style: ;
  font-size: 1em;
}

#s-786e3423-444b-447a-a594-15db124a26b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 1em;
}
#s-6b7ff22f-fda2-4728-9066-ece2aab8e047 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-dbc9badc-aaf7-48dc-9744-148bfe11289d {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-168f0abe-9fd9-49e9-bc98-212c5c78a8d0 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-0743d09b-6d37-4407-9574-ea0e73eb36b8 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-e125e6f9-5e0d-482f-b460-05389db9655c {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 168, 148, 1);
  padding: 20px;
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(173, 168, 148, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Work Sans;
  font-weight: 500;
  font-style: ;
  font-size: 1em;
}

#s-b2c2066b-7c60-482d-9212-cc509ef4d487 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 1em;
}
#s-e8f2c852-a7c4-4a13-b171-eca848c8c538 {
  margin-bottom: 1em;
padding-left: 4px;
padding-bottom: 10px;
}

#s-3fb4a1c3-331b-4836-b294-177ccbef1ef2 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-d1359ddd-47b2-44dc-a515-a343b54cf8d1 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-416964e2-c619-4c53-85f2-a4b34473c0b9 {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-344b94ed-6e4a-4cd4-81b6-2c0a9d955bfd {
  padding-left: 20px;
padding-bottom: 10px;
}

#s-b6c0322f-cf4f-4d8e-a080-87dcc41b2cd2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 730px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6c0322f-cf4f-4d8e-a080-87dcc41b2cd2 {
  min-height: 650px;
}
}@media (max-width: 767px){#s-b6c0322f-cf4f-4d8e-a080-87dcc41b2cd2 {
  min-height: 400px;
}
}







#s-b6c0322f-cf4f-4d8e-a080-87dcc41b2cd2 > .shg-box-overlay {
  background-color: rgba(173, 168, 148, 1);
  opacity: 0;
}#s-b6c0322f-cf4f-4d8e-a080-87dcc41b2cd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-122f1f94-cf7d-48db-9480-a18462e3fbfc {
  margin-left: 2em;
margin-bottom: 6em;
margin-right: 2em;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-122f1f94-cf7d-48db-9480-a18462e3fbfc {
  margin-bottom: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-122f1f94-cf7d-48db-9480-a18462e3fbfc {
  margin-left: 1em;
margin-right: 1em;
}
}@media (max-width: 767px){#s-122f1f94-cf7d-48db-9480-a18462e3fbfc {
  margin-left: 1em;
margin-bottom: 6em;
margin-right: 1em;
}
}







#s-122f1f94-cf7d-48db-9480-a18462e3fbfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-122f1f94-cf7d-48db-9480-a18462e3fbfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-282e421a-1150-481e-bcce-7b12e2acff64 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-282e421a-1150-481e-bcce-7b12e2acff64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-282e421a-1150-481e-bcce-7b12e2acff64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-282e421a-1150-481e-bcce-7b12e2acff64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


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

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

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

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

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

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

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

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

#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(173, 168, 148, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
hover-type: color;
}
#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5c9577ac-e52e-489f-a3ad-a99d971ccf58-root {
    text-align: center;
  }


#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c9577ac-e52e-489f-a3ad-a99d971ccf58-root {
    text-align: center;
  }


#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c9577ac-e52e-489f-a3ad-a99d971ccf58-root {
    text-align: center;
  }


#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c9577ac-e52e-489f-a3ad-a99d971ccf58-root {
    text-align: center;
  }


#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c9577ac-e52e-489f-a3ad-a99d971ccf58-root {
    text-align: center;
  }


#s-5c9577ac-e52e-489f-a3ad-a99d971ccf58.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-94e92824-accd-4c99-91df-a1c032a7b0fd {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

[id="s-94e92824-accd-4c99-91df-a1c032a7b0fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

}

#s-999d5efe-dd23-40dd-a477-8a70299fd96d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-999d5efe-dd23-40dd-a477-8a70299fd96d {
  min-height: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-999d5efe-dd23-40dd-a477-8a70299fd96d {
  min-height: 250px;
}
}@media (max-width: 767px){#s-999d5efe-dd23-40dd-a477-8a70299fd96d {
  min-height: 250px;
}
}







#s-999d5efe-dd23-40dd-a477-8a70299fd96d > .shg-box-overlay {
  background-color: rgba(173, 168, 148, 1);
  opacity: 0.1;
}#s-999d5efe-dd23-40dd-a477-8a70299fd96d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be10a784-ab82-4158-a77b-b84f39530c45 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2em;
min-height: 300px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-be10a784-ab82-4158-a77b-b84f39530c45 {
  min-height: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be10a784-ab82-4158-a77b-b84f39530c45 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-be10a784-ab82-4158-a77b-b84f39530c45 {
  min-height: 250px;
}
}







#s-be10a784-ab82-4158-a77b-b84f39530c45 > .shg-box-overlay {
  background-color: rgba(173, 168, 148, 1);
  opacity: 0.1;
}#s-be10a784-ab82-4158-a77b-b84f39530c45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1em;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2 {
  margin-top: 2em;
min-height: 250px;
}
}







#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2 > .shg-box-overlay {
  background-color: rgba(173, 168, 148, 1);
  opacity: 0.1;
}#s-607a0460-1b5d-4408-9e13-97dd7ba33bb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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