.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-873578e9-3e46-4b36-b5b0-b5cbb296b718 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-873578e9-3e46-4b36-b5b0-b5cbb296b718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873578e9-3e46-4b36-b5b0-b5cbb296b718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-294b4cd2-c20b-4552-9db1-bb020c4e5905 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-294b4cd2-c20b-4552-9db1-bb020c4e5905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-294b4cd2-c20b-4552-9db1-bb020c4e5905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8fede17-ec6f-4323-a5ee-7bfc0dcdbe65 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a8fede17-ec6f-4323-a5ee-7bfc0dcdbe65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8fede17-ec6f-4323-a5ee-7bfc0dcdbe65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 {
  display: none;
}
#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754, #wrap-s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 { display:none !important; }}@media (max-width: 767px){#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 {
  display: none;
}
#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754, #wrap-s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 { display:none !important; }}







#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cd09a14-c5e3-4d8c-ab9d-1cb18fd67754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-ca4a9256-2607-4673-b785-48f1474af910 {
  background-color: rgba(125, 197, 175, 1);
}

@media (min-width: 0px) {
[id="s-ca4a9256-2607-4673-b785-48f1474af910"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4a9256-2607-4673-b785-48f1474af910"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4a9256-2607-4673-b785-48f1474af910"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4a9256-2607-4673-b785-48f1474af910"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ca4a9256-2607-4673-b785-48f1474af910"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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;
}
#s-40620ec2-02c3-4c69-9cb0-d1507e46d165 {
  text-align: center;
}
@media (min-width: 1200px){#s-40620ec2-02c3-4c69-9cb0-d1507e46d165 {
  display: none;
}
#s-40620ec2-02c3-4c69-9cb0-d1507e46d165, #wrap-s-40620ec2-02c3-4c69-9cb0-d1507e46d165 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40620ec2-02c3-4c69-9cb0-d1507e46d165 {
  display: none;
}
#s-40620ec2-02c3-4c69-9cb0-d1507e46d165, #wrap-s-40620ec2-02c3-4c69-9cb0-d1507e46d165 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40620ec2-02c3-4c69-9cb0-d1507e46d165 {
  display: none;
}
#s-40620ec2-02c3-4c69-9cb0-d1507e46d165, #wrap-s-40620ec2-02c3-4c69-9cb0-d1507e46d165 { display:none !important; }}






  #s-40620ec2-02c3-4c69-9cb0-d1507e46d165 img.shogun-image {
    

    
    
    
  }


#s-40620ec2-02c3-4c69-9cb0-d1507e46d165 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 {
  background-repeat: no-repeat;
background-size: contain;
padding-top: 0px;
padding-bottom: 0px;
min-height: 300px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 {
  
}
}@media (max-width: 767px){#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 {
  display: none;
}
#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857, #wrap-s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 { display:none !important; }}
#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 {
  background-image: url(https://i.shgcdn.com/9e7c35a0-4b5c-4a1d-aea9-54da56dcdccf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 > .shg-box-overlay {
  background-color: rgba(255, 79, 79, 1);
  opacity: 0;
}#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857 {
  cursor: pointer;
}#s-d8b1f9fc-8522-470b-9eb3-d69ca97d7857.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c19fecb-2185-4431-a309-92840b42bbb9 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(125, 197, 175, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9c19fecb-2185-4431-a309-92840b42bbb9 {
  padding-top: 8%;
padding-bottom: 8%;
}
}







#s-9c19fecb-2185-4431-a309-92840b42bbb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c19fecb-2185-4431-a309-92840b42bbb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e1e0430-fc14-48de-aa2b-08577b925b5a {
  margin-bottom: 25px;
}
@media (min-width: 1200px){#s-5e1e0430-fc14-48de-aa2b-08577b925b5a {
  display: none;
}
#s-5e1e0430-fc14-48de-aa2b-08577b925b5a, #wrap-s-5e1e0430-fc14-48de-aa2b-08577b925b5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e1e0430-fc14-48de-aa2b-08577b925b5a {
  display: none;
}
#s-5e1e0430-fc14-48de-aa2b-08577b925b5a, #wrap-s-5e1e0430-fc14-48de-aa2b-08577b925b5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e1e0430-fc14-48de-aa2b-08577b925b5a {
  display: none;
}
#s-5e1e0430-fc14-48de-aa2b-08577b925b5a, #wrap-s-5e1e0430-fc14-48de-aa2b-08577b925b5a { display:none !important; }}@media (max-width: 767px){#s-5e1e0430-fc14-48de-aa2b-08577b925b5a {
  display: none;
}
#s-5e1e0430-fc14-48de-aa2b-08577b925b5a, #wrap-s-5e1e0430-fc14-48de-aa2b-08577b925b5a { display:none !important; }}
.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

#s-c0277030-eea0-4ef2-8d04-c807863101a8 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-3797ff9f-406f-43ac-beaf-94ec83ed9949 {
  margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-45c56801-d2f1-4024-9147-92dadf62b5a7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-45c56801-d2f1-4024-9147-92dadf62b5a7 {
  display: none;
}
#s-45c56801-d2f1-4024-9147-92dadf62b5a7, #wrap-s-45c56801-d2f1-4024-9147-92dadf62b5a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45c56801-d2f1-4024-9147-92dadf62b5a7 {
  display: none;
}
#s-45c56801-d2f1-4024-9147-92dadf62b5a7, #wrap-s-45c56801-d2f1-4024-9147-92dadf62b5a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45c56801-d2f1-4024-9147-92dadf62b5a7 {
  
}
}







#s-45c56801-d2f1-4024-9147-92dadf62b5a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45c56801-d2f1-4024-9147-92dadf62b5a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0daa2b98-cd48-45d8-8d9f-aceff36a7ed8 {
  min-height: 50px;
background-color: rgba(125, 197, 175, 1);
}








#s-0daa2b98-cd48-45d8-8d9f-aceff36a7ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0daa2b98-cd48-45d8-8d9f-aceff36a7ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2550a546-75e4-46ae-82d1-0eb8d7cfe67b {
  text-align: center;
}







  #s-2550a546-75e4-46ae-82d1-0eb8d7cfe67b img.shogun-image {
    

    
    
    
  }


#s-2550a546-75e4-46ae-82d1-0eb8d7cfe67b .shogun-image-content {
  
    align-items: center;
  
}

#s-7de63ece-d726-4aef-906f-e2cf1b05e593 {
  min-height: 50px;
}








#s-7de63ece-d726-4aef-906f-e2cf1b05e593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de63ece-d726-4aef-906f-e2cf1b05e593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fd8246d-ed5a-4d65-862d-b57ccfe59dbb {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(125, 197, 175, 1);
}
@media (max-width: 767px){#s-8fd8246d-ed5a-4d65-862d-b57ccfe59dbb {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-8fd8246d-ed5a-4d65-862d-b57ccfe59dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fd8246d-ed5a-4d65-862d-b57ccfe59dbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b35ca5ca-21aa-4c6c-ae1d-669949241616 {
  margin-bottom: 25px;
}
@media (min-width: 1200px){#s-b35ca5ca-21aa-4c6c-ae1d-669949241616 {
  display: none;
}
#s-b35ca5ca-21aa-4c6c-ae1d-669949241616, #wrap-s-b35ca5ca-21aa-4c6c-ae1d-669949241616 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b35ca5ca-21aa-4c6c-ae1d-669949241616 {
  display: none;
}
#s-b35ca5ca-21aa-4c6c-ae1d-669949241616, #wrap-s-b35ca5ca-21aa-4c6c-ae1d-669949241616 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b35ca5ca-21aa-4c6c-ae1d-669949241616 {
  display: none;
}
#s-b35ca5ca-21aa-4c6c-ae1d-669949241616, #wrap-s-b35ca5ca-21aa-4c6c-ae1d-669949241616 { display:none !important; }}@media (max-width: 767px){#s-b35ca5ca-21aa-4c6c-ae1d-669949241616 {
  display: none;
}
#s-b35ca5ca-21aa-4c6c-ae1d-669949241616, #wrap-s-b35ca5ca-21aa-4c6c-ae1d-669949241616 { display:none !important; }}
#s-16c052cf-c839-4154-b6ea-1a179c6ff5d4 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-38166715-5f3b-4727-835c-b6fe3a2aabb6 {
  margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-df5b0e93-32f4-4107-9f04-aed1ab5d9b1a {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-df5b0e93-32f4-4107-9f04-aed1ab5d9b1a {
  margin-top: 25px;
padding-left: 5%;
padding-right: 5%;
}
}
#s-1676d673-83fb-487f-a522-3bed863753f3 {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 0%;
padding-right: 0%;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1676d673-83fb-487f-a522-3bed863753f3 {
  display: none;
}
#s-1676d673-83fb-487f-a522-3bed863753f3, #wrap-s-1676d673-83fb-487f-a522-3bed863753f3 { display:none !important; }}@media (max-width: 767px){#s-1676d673-83fb-487f-a522-3bed863753f3 {
  display: none;
}
#s-1676d673-83fb-487f-a522-3bed863753f3, #wrap-s-1676d673-83fb-487f-a522-3bed863753f3 { display:none !important; }}
#s-e9d82176-24d1-42c9-b830-d4c2061e7096 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-e9d82176-24d1-42c9-b830-d4c2061e7096 {
  display: none;
}
#s-e9d82176-24d1-42c9-b830-d4c2061e7096, #wrap-s-e9d82176-24d1-42c9-b830-d4c2061e7096 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9d82176-24d1-42c9-b830-d4c2061e7096 {
  display: none;
}
#s-e9d82176-24d1-42c9-b830-d4c2061e7096, #wrap-s-e9d82176-24d1-42c9-b830-d4c2061e7096 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9d82176-24d1-42c9-b830-d4c2061e7096 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-e9d82176-24d1-42c9-b830-d4c2061e7096 {
  margin-top: 0px;
margin-bottom: 30px;
}
}
#s-abc2b95f-f003-4025-8670-89c5c81be47e {
  min-height: 50px;
}








#s-abc2b95f-f003-4025-8670-89c5c81be47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc2b95f-f003-4025-8670-89c5c81be47e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7 {
  display: none;
}
#s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7, #wrap-s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7 { display:none !important; }}@media (max-width: 767px){#s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7 {
  display: none;
}
#s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7, #wrap-s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-2cc4e4c9-d531-4817-8598-6667d1a9c3d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-5b6bdf51-86f5-462a-b2d3-3a4a7ab0872e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-5b6bdf51-86f5-462a-b2d3-3a4a7ab0872e {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-5b6bdf51-86f5-462a-b2d3-3a4a7ab0872e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6bdf51-86f5-462a-b2d3-3a4a7ab0872e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5205129-3c15-4050-a1ce-c050720e8556 {
  
}








#s-a5205129-3c15-4050-a1ce-c050720e8556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5205129-3c15-4050-a1ce-c050720e8556 {
  cursor: pointer;
}#s-a5205129-3c15-4050-a1ce-c050720e8556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae9d659-1460-4993-9b65-39ac540003de {
  text-align: center;
}







  #s-8ae9d659-1460-4993-9b65-39ac540003de img.shogun-image {
    

    
    
    
  }


#s-8ae9d659-1460-4993-9b65-39ac540003de .shogun-image-content {
  
    align-items: center;
  
}

#s-8858b337-d7fe-4fa5-bff5-181497327a3d {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-8858b337-d7fe-4fa5-bff5-181497327a3d {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-8858b337-d7fe-4fa5-bff5-181497327a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8858b337-d7fe-4fa5-bff5-181497327a3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1d485b-3daa-440f-a377-f7b2d9c4fbf1 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad1d485b-3daa-440f-a377-f7b2d9c4fbf1 {
  min-height: 50px;
}
}
#s-a39fff2b-2033-4c9c-a8bf-7a6f65b3a594 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-c74662c1-1bc9-40be-9e57-30d3a6b63721 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-c74662c1-1bc9-40be-9e57-30d3a6b63721 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-c74662c1-1bc9-40be-9e57-30d3a6b63721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c74662c1-1bc9-40be-9e57-30d3a6b63721.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db6d6a16-c50a-4d0e-aea4-e335cc1bfb55 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-db6d6a16-c50a-4d0e-aea4-e335cc1bfb55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db6d6a16-c50a-4d0e-aea4-e335cc1bfb55 {
  cursor: pointer;
}#s-db6d6a16-c50a-4d0e-aea4-e335cc1bfb55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0278b737-1af1-41c3-a9fe-bf91d6a42053 {
  text-align: center;
}







  #s-0278b737-1af1-41c3-a9fe-bf91d6a42053 img.shogun-image {
    

    
    
    
  }


#s-0278b737-1af1-41c3-a9fe-bf91d6a42053 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ae400a7-802e-4dc8-8cfe-e2bd72c885ed {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-2ae400a7-802e-4dc8-8cfe-e2bd72c885ed {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2ae400a7-802e-4dc8-8cfe-e2bd72c885ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ae400a7-802e-4dc8-8cfe-e2bd72c885ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6589572-62c8-4919-b1c5-de5ec95b827b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6589572-62c8-4919-b1c5-de5ec95b827b {
  min-height: 50px;
}
}
#s-78a38816-a7ef-42fb-91e0-eff63bb60247 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-823a7f75-1b8d-4306-8059-546ba5a479d5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-823a7f75-1b8d-4306-8059-546ba5a479d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-823a7f75-1b8d-4306-8059-546ba5a479d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2da9a4fe-3952-4726-b839-840e15fe34d3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 0px;
}








#s-2da9a4fe-3952-4726-b839-840e15fe34d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2da9a4fe-3952-4726-b839-840e15fe34d3 {
  cursor: pointer;
}#s-2da9a4fe-3952-4726-b839-840e15fe34d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a33c9d0-d47f-4513-92fb-7df8f680f682 {
  text-align: center;
}







  #s-2a33c9d0-d47f-4513-92fb-7df8f680f682 img.shogun-image {
    

    
    
    
  }


#s-2a33c9d0-d47f-4513-92fb-7df8f680f682 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa0e9aea-46fd-44c0-a7ce-50445223b029 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-aa0e9aea-46fd-44c0-a7ce-50445223b029 {
  padding-left: 2.5%;
padding-right: 2.5%;
}
}







#s-aa0e9aea-46fd-44c0-a7ce-50445223b029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa0e9aea-46fd-44c0-a7ce-50445223b029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89d3289c-1c22-448e-858b-a87cf41c48a3 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89d3289c-1c22-448e-858b-a87cf41c48a3 {
  min-height: 50px;
}
}
#s-581f50e7-b4a1-411d-a56a-1f127db42b8c {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-1048d63c-71a8-443c-86c1-faf3f30e0201 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-1048d63c-71a8-443c-86c1-faf3f30e0201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1048d63c-71a8-443c-86c1-faf3f30e0201.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b7531d5-ad8a-41f8-aba0-ea3889309ff8 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-1b7531d5-ad8a-41f8-aba0-ea3889309ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7531d5-ad8a-41f8-aba0-ea3889309ff8 {
  cursor: pointer;
}#s-1b7531d5-ad8a-41f8-aba0-ea3889309ff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d33c0c1b-72e1-4948-b35e-ab3a7099ce21 {
  text-align: center;
}







  #s-d33c0c1b-72e1-4948-b35e-ab3a7099ce21 img.shogun-image {
    

    
    
    
  }


#s-d33c0c1b-72e1-4948-b35e-ab3a7099ce21 .shogun-image-content {
  
    align-items: center;
  
}

#s-444eed19-bf77-441e-8b75-d00a09370847 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-444eed19-bf77-441e-8b75-d00a09370847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444eed19-bf77-441e-8b75-d00a09370847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e747387-a996-4980-afd4-e9680dbbad52 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e747387-a996-4980-afd4-e9680dbbad52 {
  min-height: 50px;
}
}
#s-22538dd1-b35f-416b-9f6d-94e296a7e4b7 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22538dd1-b35f-416b-9f6d-94e296a7e4b7 {
  min-height: 50px;
}
}
#s-652b255b-f7ff-47b2-a7a5-3af3ceaf72eb {
  margin-top: 0px;
}

#s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2 {
  margin-bottom: 30px;
display: none;
}
#s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2, #wrap-s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2 { display:none !important; }}@media (max-width: 767px){#s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2 {
  margin-bottom: 30px;
display: none;
}
#s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2, #wrap-s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-3ab20dac-5bcc-4fc2-938b-a7bf5fbd9de2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-b3e6afaa-a9f8-4dad-9cac-4faf5e28390b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-b3e6afaa-a9f8-4dad-9cac-4faf5e28390b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e6afaa-a9f8-4dad-9cac-4faf5e28390b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5620a67-1770-4b28-b7e2-00d40223dc97 {
  
}








#s-a5620a67-1770-4b28-b7e2-00d40223dc97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5620a67-1770-4b28-b7e2-00d40223dc97 {
  cursor: pointer;
}#s-a5620a67-1770-4b28-b7e2-00d40223dc97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc613a04-ac77-4928-aede-d4532809df72 {
  text-align: center;
}







  #s-dc613a04-ac77-4928-aede-d4532809df72 img.shogun-image {
    

    
    
    
  }


#s-dc613a04-ac77-4928-aede-d4532809df72 .shogun-image-content {
  
    align-items: center;
  
}

#s-2009c21b-3467-41a6-910a-d66bbad9e9c6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-2009c21b-3467-41a6-910a-d66bbad9e9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2009c21b-3467-41a6-910a-d66bbad9e9c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d18e8afa-308c-4956-9002-bc4068eba3f0 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d18e8afa-308c-4956-9002-bc4068eba3f0 {
  min-height: 50px;
}
}
#s-2d84034b-e8b3-447d-a59a-aaf4ba638d8b {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d84034b-e8b3-447d-a59a-aaf4ba638d8b {
  min-height: 50px;
}
}
#s-f38f4f9d-d28c-4849-88c6-29e15d44b328 {
  margin-top: 0px;
}

#s-a75fa07e-28a6-46e1-ae23-274d793ab01e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-a75fa07e-28a6-46e1-ae23-274d793ab01e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75fa07e-28a6-46e1-ae23-274d793ab01e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e5648f8a-77fa-45aa-9843-8f1a9f95fc00 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 0px;
}








#s-e5648f8a-77fa-45aa-9843-8f1a9f95fc00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5648f8a-77fa-45aa-9843-8f1a9f95fc00 {
  cursor: pointer;
}#s-e5648f8a-77fa-45aa-9843-8f1a9f95fc00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-678e6c86-0cd4-44fc-975f-9efcf5451397 {
  text-align: center;
}







  #s-678e6c86-0cd4-44fc-975f-9efcf5451397 img.shogun-image {
    

    
    
    
  }


#s-678e6c86-0cd4-44fc-975f-9efcf5451397 .shogun-image-content {
  
    align-items: center;
  
}

#s-466d0d46-8683-4b3c-8455-50af7f8575a1 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-466d0d46-8683-4b3c-8455-50af7f8575a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466d0d46-8683-4b3c-8455-50af7f8575a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71afa81f-962c-4a12-9ed8-b2e089ec678c {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71afa81f-962c-4a12-9ed8-b2e089ec678c {
  min-height: 50px;
}
}
#s-b19e1134-b885-4a4a-9845-d6adbc535486 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-19277d3f-3961-453e-9c5b-03f5d7e8c71c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-19277d3f-3961-453e-9c5b-03f5d7e8c71c {
  margin-top: 14px;
margin-bottom: 0px;
}
}







#s-19277d3f-3961-453e-9c5b-03f5d7e8c71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19277d3f-3961-453e-9c5b-03f5d7e8c71c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0207646-2087-4ffe-894d-33a4088126fa {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-f0207646-2087-4ffe-894d-33a4088126fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0207646-2087-4ffe-894d-33a4088126fa {
  cursor: pointer;
}#s-f0207646-2087-4ffe-894d-33a4088126fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f9d3371-7d14-4468-bd2b-3996a383fb3b {
  text-align: center;
}







  #s-5f9d3371-7d14-4468-bd2b-3996a383fb3b img.shogun-image {
    

    
    
    
  }


#s-5f9d3371-7d14-4468-bd2b-3996a383fb3b .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2f46fa-7f99-431c-ae84-282e3f97b3da {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-ae2f46fa-7f99-431c-ae84-282e3f97b3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae2f46fa-7f99-431c-ae84-282e3f97b3da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94b7b994-493d-49e7-b6aa-ded054a86fa1 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94b7b994-493d-49e7-b6aa-ded054a86fa1 {
  min-height: 50px;
}
}
#s-6e2cfdb3-57e4-444d-842d-3528afe2b4b0 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e2cfdb3-57e4-444d-842d-3528afe2b4b0 {
  min-height: 50px;
}
}
#s-d9bb5d0c-9d43-488a-a251-18e2de1e088b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-d9bb5d0c-9d43-488a-a251-18e2de1e088b {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-d9bb5d0c-9d43-488a-a251-18e2de1e088b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9bb5d0c-9d43-488a-a251-18e2de1e088b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acd136ca-6493-4eb1-b716-86ee8461e8e2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-acd136ca-6493-4eb1-b716-86ee8461e8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd136ca-6493-4eb1-b716-86ee8461e8e2 {
  cursor: pointer;
}#s-acd136ca-6493-4eb1-b716-86ee8461e8e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb0ecd4c-85b0-4f04-9f57-a4ec8d49e247 {
  text-align: center;
}







  #s-fb0ecd4c-85b0-4f04-9f57-a4ec8d49e247 img.shogun-image {
    

    
    
    
  }


#s-fb0ecd4c-85b0-4f04-9f57-a4ec8d49e247 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b374cc5-345b-4174-aecc-9bc208d306dd {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-1b374cc5-345b-4174-aecc-9bc208d306dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b374cc5-345b-4174-aecc-9bc208d306dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7d85463-8093-4819-8b3f-facdd87cf3d4 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7d85463-8093-4819-8b3f-facdd87cf3d4 {
  min-height: 50px;
}
}
#s-de54a992-c4de-45f7-904b-db1793f1b402 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de54a992-c4de-45f7-904b-db1793f1b402 {
  min-height: 50px;
}
}
#s-f4fc6592-d0ad-4380-837a-f32759e7adf4 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-f4fc6592-d0ad-4380-837a-f32759e7adf4 {
  display: none;
}
#s-f4fc6592-d0ad-4380-837a-f32759e7adf4, #wrap-s-f4fc6592-d0ad-4380-837a-f32759e7adf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4fc6592-d0ad-4380-837a-f32759e7adf4 {
  display: none;
}
#s-f4fc6592-d0ad-4380-837a-f32759e7adf4, #wrap-s-f4fc6592-d0ad-4380-837a-f32759e7adf4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f4fc6592-d0ad-4380-837a-f32759e7adf4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f4fc6592-d0ad-4380-837a-f32759e7adf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f4fc6592-d0ad-4380-837a-f32759e7adf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4fc6592-d0ad-4380-837a-f32759e7adf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b156bc93-2980-4a41-8213-baf0dcf96953 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-b156bc93-2980-4a41-8213-baf0dcf96953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b156bc93-2980-4a41-8213-baf0dcf96953.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b057dc2-9300-4b77-8821-70da56ba7275 {
  
}








#s-2b057dc2-9300-4b77-8821-70da56ba7275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b057dc2-9300-4b77-8821-70da56ba7275 {
  cursor: pointer;
}#s-2b057dc2-9300-4b77-8821-70da56ba7275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79cefa72-b264-4cd6-bf10-6967b86c8fc6 {
  text-align: center;
}







  #s-79cefa72-b264-4cd6-bf10-6967b86c8fc6 img.shogun-image {
    

    
    
    
  }


#s-79cefa72-b264-4cd6-bf10-6967b86c8fc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f28af960-c3e7-4f0b-be5c-1c1f3c8e0cbf {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-f28af960-c3e7-4f0b-be5c-1c1f3c8e0cbf {
  padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
}
}







#s-f28af960-c3e7-4f0b-be5c-1c1f3c8e0cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28af960-c3e7-4f0b-be5c-1c1f3c8e0cbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9885c62e-94be-4259-9f89-d5d1dd107978 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9885c62e-94be-4259-9f89-d5d1dd107978 {
  min-height: 50px;
}
}
#s-c20cceee-01c8-47af-8ba1-2f5ce79aa728 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-62750d9f-621d-48c7-8770-f41a1c79d935 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}








#s-62750d9f-621d-48c7-8770-f41a1c79d935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62750d9f-621d-48c7-8770-f41a1c79d935.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8a30b6e3-9f2b-4d25-99a4-7973ce19e4da {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-8a30b6e3-9f2b-4d25-99a4-7973ce19e4da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a30b6e3-9f2b-4d25-99a4-7973ce19e4da {
  cursor: pointer;
}#s-8a30b6e3-9f2b-4d25-99a4-7973ce19e4da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67731566-1799-45b0-a400-c972ad0938fb {
  text-align: center;
}







  #s-67731566-1799-45b0-a400-c972ad0938fb img.shogun-image {
    

    
    
    
  }


#s-67731566-1799-45b0-a400-c972ad0938fb .shogun-image-content {
  
    align-items: center;
  
}

#s-39bf5053-a8cd-464e-a2c5-539c7033de4e {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-39bf5053-a8cd-464e-a2c5-539c7033de4e {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-39bf5053-a8cd-464e-a2c5-539c7033de4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39bf5053-a8cd-464e-a2c5-539c7033de4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd7a368f-e34a-47dd-9f53-9a8e39c22415 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd7a368f-e34a-47dd-9f53-9a8e39c22415 {
  min-height: 50px;
}
}
#s-7c67fca4-99a9-4a09-b581-01c541a07b9b {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-af059ff9-d183-4849-8a1d-1560c7fd2bc1 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-af059ff9-d183-4849-8a1d-1560c7fd2bc1 {
  display: none;
}
#s-af059ff9-d183-4849-8a1d-1560c7fd2bc1, #wrap-s-af059ff9-d183-4849-8a1d-1560c7fd2bc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af059ff9-d183-4849-8a1d-1560c7fd2bc1 {
  display: none;
}
#s-af059ff9-d183-4849-8a1d-1560c7fd2bc1, #wrap-s-af059ff9-d183-4849-8a1d-1560c7fd2bc1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-af059ff9-d183-4849-8a1d-1560c7fd2bc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-af059ff9-d183-4849-8a1d-1560c7fd2bc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af059ff9-d183-4849-8a1d-1560c7fd2bc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af059ff9-d183-4849-8a1d-1560c7fd2bc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dd30177a-a080-4d12-9fff-7fd7c5c8b4f1 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-dd30177a-a080-4d12-9fff-7fd7c5c8b4f1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-dd30177a-a080-4d12-9fff-7fd7c5c8b4f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd30177a-a080-4d12-9fff-7fd7c5c8b4f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-85766a69-bbe9-4865-bbbe-86631a19f46b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 0px;
}








#s-85766a69-bbe9-4865-bbbe-86631a19f46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85766a69-bbe9-4865-bbbe-86631a19f46b {
  cursor: pointer;
}#s-85766a69-bbe9-4865-bbbe-86631a19f46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9becb4bb-1dda-46f8-b51b-b6d659915796 {
  text-align: center;
}







  #s-9becb4bb-1dda-46f8-b51b-b6d659915796 img.shogun-image {
    

    
    
    
  }


#s-9becb4bb-1dda-46f8-b51b-b6d659915796 .shogun-image-content {
  
    align-items: center;
  
}

#s-69c319e7-546d-43ae-a195-43b8ce2be324 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-69c319e7-546d-43ae-a195-43b8ce2be324 {
  padding-left: 2.5%;
padding-right: 2.5%;
}
}







#s-69c319e7-546d-43ae-a195-43b8ce2be324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69c319e7-546d-43ae-a195-43b8ce2be324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13d8052f-4315-44df-a58e-c000902b0fdc {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-13d8052f-4315-44df-a58e-c000902b0fdc {
  min-height: 50px;
}
}
#s-123332a9-a247-4ed8-b182-e795498ddee3 {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-6cc544e3-e51e-44fd-bb09-00649f180417 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-6cc544e3-e51e-44fd-bb09-00649f180417 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-6cc544e3-e51e-44fd-bb09-00649f180417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cc544e3-e51e-44fd-bb09-00649f180417.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8437c929-c3a4-402a-8d09-267de72bbc03 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-8437c929-c3a4-402a-8d09-267de72bbc03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8437c929-c3a4-402a-8d09-267de72bbc03 {
  cursor: pointer;
}#s-8437c929-c3a4-402a-8d09-267de72bbc03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93b69bd-439f-41a0-acb4-7a76b24960f5 {
  text-align: center;
}







  #s-f93b69bd-439f-41a0-acb4-7a76b24960f5 img.shogun-image {
    

    
    
    
  }


#s-f93b69bd-439f-41a0-acb4-7a76b24960f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7457219e-19f4-4267-8064-af1a24946585 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-7457219e-19f4-4267-8064-af1a24946585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7457219e-19f4-4267-8064-af1a24946585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a72b084d-8430-4dbd-a10b-58c5bedb089d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a72b084d-8430-4dbd-a10b-58c5bedb089d {
  min-height: 50px;
}
}
#s-fc1a8cd2-64e3-4250-aef0-6e8e38c7c92c {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc1a8cd2-64e3-4250-aef0-6e8e38c7c92c {
  min-height: 50px;
}
}
#s-640c7c7c-3146-4fa0-9db4-bbd5bc80f0a6 {
  margin-top: 0px;
}

#s-0e2cc2c0-6676-4adf-bba8-cccffab54489 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-0e2cc2c0-6676-4adf-bba8-cccffab54489 {
  display: none;
}
#s-0e2cc2c0-6676-4adf-bba8-cccffab54489, #wrap-s-0e2cc2c0-6676-4adf-bba8-cccffab54489 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e2cc2c0-6676-4adf-bba8-cccffab54489 {
  display: none;
}
#s-0e2cc2c0-6676-4adf-bba8-cccffab54489, #wrap-s-0e2cc2c0-6676-4adf-bba8-cccffab54489 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e2cc2c0-6676-4adf-bba8-cccffab54489"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0e2cc2c0-6676-4adf-bba8-cccffab54489"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e2cc2c0-6676-4adf-bba8-cccffab54489"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e2cc2c0-6676-4adf-bba8-cccffab54489"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d9cfe6f9-bca3-4a22-831b-5d302f67c163 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-d9cfe6f9-bca3-4a22-831b-5d302f67c163 {
  margin-top: 0px;
}
}







#s-d9cfe6f9-bca3-4a22-831b-5d302f67c163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9cfe6f9-bca3-4a22-831b-5d302f67c163.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9653ac07-a664-48b2-a653-5e6cd7443f66 {
  
}








#s-9653ac07-a664-48b2-a653-5e6cd7443f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9653ac07-a664-48b2-a653-5e6cd7443f66 {
  cursor: pointer;
}#s-9653ac07-a664-48b2-a653-5e6cd7443f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99e20987-ea46-4f1a-8b89-0f4055e03eaa {
  text-align: center;
}







  #s-99e20987-ea46-4f1a-8b89-0f4055e03eaa img.shogun-image {
    

    
    
    
  }


#s-99e20987-ea46-4f1a-8b89-0f4055e03eaa .shogun-image-content {
  
    align-items: center;
  
}

#s-688bbcec-e4bf-4144-b43d-ec202c80484c {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-688bbcec-e4bf-4144-b43d-ec202c80484c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688bbcec-e4bf-4144-b43d-ec202c80484c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4657101-79c0-4122-999f-88863959b954 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4657101-79c0-4122-999f-88863959b954 {
  min-height: 50px;
}
}
#s-f8067b84-81e4-4582-855e-d157e6a18078 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8067b84-81e4-4582-855e-d157e6a18078 {
  min-height: 50px;
}
}
#s-3a5e2ced-2f3e-444d-a4fc-4557da7cbbc7 {
  margin-top: 0px;
}

#s-a2902348-979e-404a-bf70-5e30190f9be2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-a2902348-979e-404a-bf70-5e30190f9be2 {
  margin-top: 0px;
}
}







#s-a2902348-979e-404a-bf70-5e30190f9be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2902348-979e-404a-bf70-5e30190f9be2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5fc8cfc-5a57-4767-af0a-2d0c577f9421 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 0px;
}








#s-b5fc8cfc-5a57-4767-af0a-2d0c577f9421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5fc8cfc-5a57-4767-af0a-2d0c577f9421 {
  cursor: pointer;
}#s-b5fc8cfc-5a57-4767-af0a-2d0c577f9421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb2d1ef1-f81c-4f7d-a21a-3e5cb24c52db {
  text-align: center;
}







  #s-eb2d1ef1-f81c-4f7d-a21a-3e5cb24c52db img.shogun-image {
    

    
    
    
  }


#s-eb2d1ef1-f81c-4f7d-a21a-3e5cb24c52db .shogun-image-content {
  
    align-items: center;
  
}

#s-6e6d54b8-06ab-471b-b963-42b284cc97d1 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-6e6d54b8-06ab-471b-b963-42b284cc97d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e6d54b8-06ab-471b-b963-42b284cc97d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33d3dc4c-876e-4d8d-bc3f-abdc1af8c017 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33d3dc4c-876e-4d8d-bc3f-abdc1af8c017 {
  min-height: 50px;
}
}
#s-88cb99da-6260-4b8b-a3ef-e754b6ad9cba {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e {
  display: none;
}
#s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e, #wrap-s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e {
  display: none;
}
#s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e, #wrap-s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e { display:none !important; }}
@media (min-width: 0px) {
[id="s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ae1404-c783-4b97-b67f-7cad8a05bc5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-440e4a61-1c7c-4054-b1c6-5e5efa405999 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-440e4a61-1c7c-4054-b1c6-5e5efa405999 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-440e4a61-1c7c-4054-b1c6-5e5efa405999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-440e4a61-1c7c-4054-b1c6-5e5efa405999.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-455b3d9d-21b0-4efa-bd74-642da2bc4b00 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-455b3d9d-21b0-4efa-bd74-642da2bc4b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-455b3d9d-21b0-4efa-bd74-642da2bc4b00 {
  cursor: pointer;
}#s-455b3d9d-21b0-4efa-bd74-642da2bc4b00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ab79690-12e3-4427-bb99-7b1978f1d6ce {
  text-align: center;
}







  #s-0ab79690-12e3-4427-bb99-7b1978f1d6ce img.shogun-image {
    

    
    
    
  }


#s-0ab79690-12e3-4427-bb99-7b1978f1d6ce .shogun-image-content {
  
    align-items: center;
  
}

#s-ccce2842-f172-4364-8458-bfe8ada43964 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-ccce2842-f172-4364-8458-bfe8ada43964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccce2842-f172-4364-8458-bfe8ada43964.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ebda70d-d5fe-4ac8-b2ef-55d9678959dd {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ebda70d-d5fe-4ac8-b2ef-55d9678959dd {
  min-height: 50px;
}
}
#s-6d48d685-8d34-4477-8834-49f4f4ad35a9 {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d48d685-8d34-4477-8834-49f4f4ad35a9 {
  min-height: 50px;
}
}
#s-ea0a0878-2bd1-44f1-bda8-918915ee257b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-ea0a0878-2bd1-44f1-bda8-918915ee257b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-ea0a0878-2bd1-44f1-bda8-918915ee257b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0a0878-2bd1-44f1-bda8-918915ee257b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88c14342-598c-4b0d-b232-8073326ed1f6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-88c14342-598c-4b0d-b232-8073326ed1f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88c14342-598c-4b0d-b232-8073326ed1f6 {
  cursor: pointer;
}#s-88c14342-598c-4b0d-b232-8073326ed1f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f553f7a-0591-4df4-8520-f779c47a6362 {
  text-align: center;
}







  #s-6f553f7a-0591-4df4-8520-f779c47a6362 img.shogun-image {
    

    
    
    
  }


#s-6f553f7a-0591-4df4-8520-f779c47a6362 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0ae4d36-c3a2-40e7-b399-d193019db839 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}








#s-a0ae4d36-c3a2-40e7-b399-d193019db839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ae4d36-c3a2-40e7-b399-d193019db839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-098ddbee-489a-4fe3-be41-3fa950d35bb1 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-098ddbee-489a-4fe3-be41-3fa950d35bb1 {
  min-height: 50px;
}
}
#s-0c32bf74-8b77-4bdc-8efb-50335683e8fa {
  margin-top: 0px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c32bf74-8b77-4bdc-8efb-50335683e8fa {
  min-height: 50px;
}
}
#s-9acce819-bc68-420b-bc18-78aae420bb97 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9acce819-bc68-420b-bc18-78aae420bb97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acce819-bc68-420b-bc18-78aae420bb97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acce819-bc68-420b-bc18-78aae420bb97 {
  display: none;
}
#s-9acce819-bc68-420b-bc18-78aae420bb97, #wrap-s-9acce819-bc68-420b-bc18-78aae420bb97 { display:none !important; }}@media (max-width: 767px){#s-9acce819-bc68-420b-bc18-78aae420bb97 {
  display: none;
}
#s-9acce819-bc68-420b-bc18-78aae420bb97, #wrap-s-9acce819-bc68-420b-bc18-78aae420bb97 { display:none !important; }}







#s-9acce819-bc68-420b-bc18-78aae420bb97 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9acce819-bc68-420b-bc18-78aae420bb97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db91b94-d258-47ca-9e33-ce08fbd55998 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9db91b94-d258-47ca-9e33-ce08fbd55998 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db91b94-d258-47ca-9e33-ce08fbd55998 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db91b94-d258-47ca-9e33-ce08fbd55998 {
  display: none;
}
#s-9db91b94-d258-47ca-9e33-ce08fbd55998, #wrap-s-9db91b94-d258-47ca-9e33-ce08fbd55998 { display:none !important; }}@media (max-width: 767px){#s-9db91b94-d258-47ca-9e33-ce08fbd55998 {
  display: none;
}
#s-9db91b94-d258-47ca-9e33-ce08fbd55998, #wrap-s-9db91b94-d258-47ca-9e33-ce08fbd55998 { display:none !important; }}







#s-9db91b94-d258-47ca-9e33-ce08fbd55998 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9db91b94-d258-47ca-9e33-ce08fbd55998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9606ef1b-7bd6-4a8d-9547-8da0a45cc0ef {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9606ef1b-7bd6-4a8d-9547-8da0a45cc0ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9606ef1b-7bd6-4a8d-9547-8da0a45cc0ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9606ef1b-7bd6-4a8d-9547-8da0a45cc0ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9606ef1b-7bd6-4a8d-9547-8da0a45cc0ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e0cfccfa-0ed0-4cee-be00-641d4bc15d6d {
  box-shadow:-10px -10px 0px 0px rgba(152, 157, 167, 1);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center -30px;
}








#s-e0cfccfa-0ed0-4cee-be00-641d4bc15d6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0cfccfa-0ed0-4cee-be00-641d4bc15d6d {
  cursor: pointer;
}#s-e0cfccfa-0ed0-4cee-be00-641d4bc15d6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bda87f94-ae69-4c3f-b583-a3c1aae4a2b6 {
  box-shadow:10px 10px 0px 0px rgba(152, 157, 167, 1);
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(229, 229, 225, 1);
}
@media (max-width: 767px){#s-bda87f94-ae69-4c3f-b583-a3c1aae4a2b6 {
  min-height: 100px;
}
}







#s-bda87f94-ae69-4c3f-b583-a3c1aae4a2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda87f94-ae69-4c3f-b583-a3c1aae4a2b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c5293db-710c-4e59-aca0-ea8f63b66149 {
  margin-bottom: 15px;
}

#s-3c5d6f10-128d-4871-b35e-bb56b65783ea {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-cff5e93f-97a6-461c-985f-3d2f99b045d7 {
  margin-bottom: 15px;
}

#s-d19bd63c-07c7-444e-9afc-7cdbf00e1fa5 {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d19bd63c-07c7-444e-9afc-7cdbf00e1fa5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d19bd63c-07c7-444e-9afc-7cdbf00e1fa5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d19bd63c-07c7-444e-9afc-7cdbf00e1fa5 {
  
}
}@media (max-width: 767px){#s-d19bd63c-07c7-444e-9afc-7cdbf00e1fa5 {
  
}
}
#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c {
  margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c {
  display: none;
}
#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c, #wrap-s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c {
  display: none;
}
#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c, #wrap-s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c { display:none !important; }}@media (max-width: 767px){#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c {
  margin-bottom: 0px;
}
}







#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79da7854-21cb-4ffb-862c-0cebbf3b6b7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb0d4191-965a-4e6b-9e5d-52a30539f2a2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb0d4191-965a-4e6b-9e5d-52a30539f2a2 {
  min-height: 400px;
}
}







#s-bb0d4191-965a-4e6b-9e5d-52a30539f2a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb0d4191-965a-4e6b-9e5d-52a30539f2a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b483360c-9886-4597-95a9-09489a39a4dd {
  box-shadow:10px 10px 0px 0px rgba(151, 157, 167, 1);
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
min-height: 0px;
background-color: rgba(229, 229, 225, 1);
}
@media (max-width: 767px){#s-b483360c-9886-4597-95a9-09489a39a4dd {
  padding-left: 3%;
padding-right: 3%;
min-height: 100px;
}
}







#s-b483360c-9886-4597-95a9-09489a39a4dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b483360c-9886-4597-95a9-09489a39a4dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570d4a1c-5fb5-4eea-abf1-8adb6d58385b {
  margin-bottom: 15px;
}

#s-e57ff41f-84e8-486e-a651-9907b250d058 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}

#s-bc04361c-e87e-4c3b-994a-efd2bc44a24a {
  margin-bottom: 15px;
}

#s-2614d472-e0fb-40a8-9e8a-c416244c1d69 {
  margin-top: 0px;
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-2614d472-e0fb-40a8-9e8a-c416244c1d69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2614d472-e0fb-40a8-9e8a-c416244c1d69 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2614d472-e0fb-40a8-9e8a-c416244c1d69 {
  
}
}@media (max-width: 767px){#s-2614d472-e0fb-40a8-9e8a-c416244c1d69 {
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-edb661d6-5713-465e-8f18-30d9d2476ac0 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-edb661d6-5713-465e-8f18-30d9d2476ac0 {
  margin-top: 0px;
margin-bottom: 15px;
}
}
#s-edb661d6-5713-465e-8f18-30d9d2476ac0 hr {
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-edc1bd4d-6339-43e4-b2a7-926bec791147 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}








#s-edc1bd4d-6339-43e4-b2a7-926bec791147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc1bd4d-6339-43e4-b2a7-926bec791147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f85ce54-68c3-499c-abd9-129d50b3c7f3 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-4f85ce54-68c3-499c-abd9-129d50b3c7f3 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8826ef56-6c38-4450-9b32-36a9367ffda9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8826ef56-6c38-4450-9b32-36a9367ffda9 {
  display: none;
}
#s-8826ef56-6c38-4450-9b32-36a9367ffda9, #wrap-s-8826ef56-6c38-4450-9b32-36a9367ffda9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8826ef56-6c38-4450-9b32-36a9367ffda9 {
  display: none;
}
#s-8826ef56-6c38-4450-9b32-36a9367ffda9, #wrap-s-8826ef56-6c38-4450-9b32-36a9367ffda9 { display:none !important; }}
#s-8826ef56-6c38-4450-9b32-36a9367ffda9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8826ef56-6c38-4450-9b32-36a9367ffda9 .shg-sld-nav-button.shg-sld-left,
#s-8826ef56-6c38-4450-9b32-36a9367ffda9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a4b1df5f-2cac-4c4c-b7bb-265b38be78d2 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-a4b1df5f-2cac-4c4c-b7bb-265b38be78d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4b1df5f-2cac-4c4c-b7bb-265b38be78d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8e3dc21b-fac2-498d-bd90-442078c9317e {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-8e3dc21b-fac2-498d-bd90-442078c9317e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e3dc21b-fac2-498d-bd90-442078c9317e {
  cursor: pointer;
}#s-8e3dc21b-fac2-498d-bd90-442078c9317e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-117a7873-6b6c-4e59-8884-e156c2550f99 {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-117a7873-6b6c-4e59-8884-e156c2550f99 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-117a7873-6b6c-4e59-8884-e156c2550f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-117a7873-6b6c-4e59-8884-e156c2550f99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0724513-7007-47b8-8a53-99b71b4afbcb {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0724513-7007-47b8-8a53-99b71b4afbcb {
  margin-left: 10%;
margin-right: 10%;
min-height: 30px;
}
}
#s-5d474f87-7c40-4ea4-8c9e-0edb491bd474 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5d474f87-7c40-4ea4-8c9e-0edb491bd474 {
  margin-bottom: 30px;
}
}







#s-5d474f87-7c40-4ea4-8c9e-0edb491bd474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d474f87-7c40-4ea4-8c9e-0edb491bd474.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ad0ea5f-e6a0-452b-b1da-8227547aca48 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-5ad0ea5f-e6a0-452b-b1da-8227547aca48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad0ea5f-e6a0-452b-b1da-8227547aca48 {
  cursor: pointer;
}#s-5ad0ea5f-e6a0-452b-b1da-8227547aca48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1820cc73-5eba-47f3-b94c-231c6100ada4 {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1820cc73-5eba-47f3-b94c-231c6100ada4 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-1820cc73-5eba-47f3-b94c-231c6100ada4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1820cc73-5eba-47f3-b94c-231c6100ada4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61c479f3-05c2-4740-b42d-8a1116d76d2f {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61c479f3-05c2-4740-b42d-8a1116d76d2f {
  margin-left: 10%;
margin-right: 10%;
min-height: 30px;
}
}
#s-4f87a684-879c-4d82-b099-8a40e7d50246 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4f87a684-879c-4d82-b099-8a40e7d50246 {
  margin-bottom: 30px;
}
}







#s-4f87a684-879c-4d82-b099-8a40e7d50246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f87a684-879c-4d82-b099-8a40e7d50246.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0955bf27-0bdb-4b9c-abdf-d824c21ba62b {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-0955bf27-0bdb-4b9c-abdf-d824c21ba62b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0955bf27-0bdb-4b9c-abdf-d824c21ba62b {
  cursor: pointer;
}#s-0955bf27-0bdb-4b9c-abdf-d824c21ba62b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211c8014-0632-48f6-9c60-e4ac728c6c7e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-211c8014-0632-48f6-9c60-e4ac728c6c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211c8014-0632-48f6-9c60-e4ac728c6c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d70d9ce4-0c97-4677-806c-cfdfb9cd674f {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d70d9ce4-0c97-4677-806c-cfdfb9cd674f {
  margin-left: 10%;
margin-right: 10%;
min-height: 30px;
}
}
#s-60474ef1-619e-4aac-a663-1d7647db31a4 {
  margin-bottom: 30px;
min-height: 50px;
}








#s-60474ef1-619e-4aac-a663-1d7647db31a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60474ef1-619e-4aac-a663-1d7647db31a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4112dcf0-1d88-42c4-95ed-e5bbfd8f3859 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-4112dcf0-1d88-42c4-95ed-e5bbfd8f3859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4112dcf0-1d88-42c4-95ed-e5bbfd8f3859 {
  cursor: pointer;
}#s-4112dcf0-1d88-42c4-95ed-e5bbfd8f3859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad0749a-dff4-46be-83f9-819aec3ef6e8 {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ad0749a-dff4-46be-83f9-819aec3ef6e8 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-7ad0749a-dff4-46be-83f9-819aec3ef6e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ad0749a-dff4-46be-83f9-819aec3ef6e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1da37795-aead-448c-b43f-ff6d5da140bb {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1da37795-aead-448c-b43f-ff6d5da140bb {
  margin-left: 10%;
margin-right: 10%;
min-height: 30px;
}
}
#s-ebf67e41-6bec-4b41-8249-b4e336ead658 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ebf67e41-6bec-4b41-8249-b4e336ead658 {
  margin-bottom: 30px;
}
}







#s-ebf67e41-6bec-4b41-8249-b4e336ead658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebf67e41-6bec-4b41-8249-b4e336ead658.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-899c8361-b6f2-40c1-9c4f-5839bd06dd6c {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-899c8361-b6f2-40c1-9c4f-5839bd06dd6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-899c8361-b6f2-40c1-9c4f-5839bd06dd6c {
  cursor: pointer;
}#s-899c8361-b6f2-40c1-9c4f-5839bd06dd6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-097c39f7-9b51-4401-9abb-c9af93d4af5d {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-097c39f7-9b51-4401-9abb-c9af93d4af5d {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-097c39f7-9b51-4401-9abb-c9af93d4af5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097c39f7-9b51-4401-9abb-c9af93d4af5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e3bbb4-6c52-408a-85dc-26f77d81df2f {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3e3bbb4-6c52-408a-85dc-26f77d81df2f {
  min-height: 30px;
}
}
#s-b59ccbc2-f5d6-436d-903e-a5747e0fd588 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b59ccbc2-f5d6-436d-903e-a5747e0fd588 {
  margin-bottom: 30px;
}
}







#s-b59ccbc2-f5d6-436d-903e-a5747e0fd588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b59ccbc2-f5d6-436d-903e-a5747e0fd588.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-13d52215-974b-4215-92c2-e1099284ab80 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 30px;
min-height: 200px;
background-position: center center;
}








#s-13d52215-974b-4215-92c2-e1099284ab80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d52215-974b-4215-92c2-e1099284ab80 {
  cursor: pointer;
}#s-13d52215-974b-4215-92c2-e1099284ab80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b89d1618-6077-43f9-a330-791ce11e24c4 {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b89d1618-6077-43f9-a330-791ce11e24c4 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-b89d1618-6077-43f9-a330-791ce11e24c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b89d1618-6077-43f9-a330-791ce11e24c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69346819-fa0c-4cf6-922a-da8fb2ca4c66 {
  margin-bottom: 15px;
min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69346819-fa0c-4cf6-922a-da8fb2ca4c66 {
  min-height: 30px;
}
}
#s-47375f9b-c5ac-455d-93cd-1d243ff8861c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47375f9b-c5ac-455d-93cd-1d243ff8861c {
  display: none;
}
#s-47375f9b-c5ac-455d-93cd-1d243ff8861c, #wrap-s-47375f9b-c5ac-455d-93cd-1d243ff8861c { display:none !important; }}@media (max-width: 767px){#s-47375f9b-c5ac-455d-93cd-1d243ff8861c {
  display: none;
}
#s-47375f9b-c5ac-455d-93cd-1d243ff8861c, #wrap-s-47375f9b-c5ac-455d-93cd-1d243ff8861c { display:none !important; }}
#s-47375f9b-c5ac-455d-93cd-1d243ff8861c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-47375f9b-c5ac-455d-93cd-1d243ff8861c .shg-sld-nav-button.shg-sld-left,
#s-47375f9b-c5ac-455d-93cd-1d243ff8861c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d588aea2-0d1d-4d6f-aebb-23cbf508434c {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-d588aea2-0d1d-4d6f-aebb-23cbf508434c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d588aea2-0d1d-4d6f-aebb-23cbf508434c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d588aea2-0d1d-4d6f-aebb-23cbf508434c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d588aea2-0d1d-4d6f-aebb-23cbf508434c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-43700b92-7d26-483e-891b-34a3871e6805 {
  min-height: 50px;
}
@media (max-width: 767px){#s-43700b92-7d26-483e-891b-34a3871e6805 {
  margin-bottom: 30px;
}
}







#s-43700b92-7d26-483e-891b-34a3871e6805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43700b92-7d26-483e-891b-34a3871e6805.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f4e96289-9226-486e-8e83-9764aa05fec4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f4e96289-9226-486e-8e83-9764aa05fec4 {
  margin-bottom: 30px;
}
}







#s-f4e96289-9226-486e-8e83-9764aa05fec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e96289-9226-486e-8e83-9764aa05fec4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59b6dde4-9547-4319-81ae-665b4554a49a {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-59b6dde4-9547-4319-81ae-665b4554a49a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b6dde4-9547-4319-81ae-665b4554a49a {
  cursor: pointer;
}#s-59b6dde4-9547-4319-81ae-665b4554a49a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-334bb6e2-c08d-4bfa-8303-344abe198856 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-334bb6e2-c08d-4bfa-8303-344abe198856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334bb6e2-c08d-4bfa-8303-344abe198856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aabf3da-ae9f-4ce4-9cd8-ea7a49f2bc6b {
  margin-bottom: 15px;
min-height: 105px;
}

#s-730a238f-0273-4f8b-895c-b1fe3aebf77c {
  min-height: 50px;
}
@media (max-width: 767px){#s-730a238f-0273-4f8b-895c-b1fe3aebf77c {
  margin-bottom: 30px;
}
}







#s-730a238f-0273-4f8b-895c-b1fe3aebf77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-730a238f-0273-4f8b-895c-b1fe3aebf77c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd7fd25a-2e3e-4966-ba1a-f525a67e72a4 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-cd7fd25a-2e3e-4966-ba1a-f525a67e72a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7fd25a-2e3e-4966-ba1a-f525a67e72a4 {
  cursor: pointer;
}#s-cd7fd25a-2e3e-4966-ba1a-f525a67e72a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b12a4985-9c2c-481e-99be-65737698c014 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-b12a4985-9c2c-481e-99be-65737698c014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b12a4985-9c2c-481e-99be-65737698c014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b4aaa0-8520-486f-b97c-5529aed5f45d {
  margin-bottom: 15px;
min-height: 105px;
}

#s-81725b3b-8cb2-4c86-be41-3894bc29e00f {
  min-height: 50px;
}








#s-81725b3b-8cb2-4c86-be41-3894bc29e00f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81725b3b-8cb2-4c86-be41-3894bc29e00f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d466d303-bbd3-4741-a092-c7ad101a82a1 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-d466d303-bbd3-4741-a092-c7ad101a82a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d466d303-bbd3-4741-a092-c7ad101a82a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ded10147-c92d-439a-a8f6-ea311c6e4cb1 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-ded10147-c92d-439a-a8f6-ea311c6e4cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded10147-c92d-439a-a8f6-ea311c6e4cb1 {
  cursor: pointer;
}#s-ded10147-c92d-439a-a8f6-ea311c6e4cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-456701cb-dc45-40f6-8178-b43ecc375871 {
  padding-left: 25px;
padding-right: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-456701cb-dc45-40f6-8178-b43ecc375871 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-456701cb-dc45-40f6-8178-b43ecc375871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456701cb-dc45-40f6-8178-b43ecc375871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17789911-96b9-4cb5-b2f3-61fe99b6cd95 {
  margin-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
min-height: 105px;
}

#s-88591879-d301-4320-9bbf-1344c5d1e33b {
  padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-88591879-d301-4320-9bbf-1344c5d1e33b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88591879-d301-4320-9bbf-1344c5d1e33b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88591879-d301-4320-9bbf-1344c5d1e33b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88591879-d301-4320-9bbf-1344c5d1e33b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bd9adb4b-541e-4474-afeb-8008ea27ffc2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bd9adb4b-541e-4474-afeb-8008ea27ffc2 {
  margin-bottom: 30px;
}
}







#s-bd9adb4b-541e-4474-afeb-8008ea27ffc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9adb4b-541e-4474-afeb-8008ea27ffc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0bbd835d-68ba-4c02-9c6f-28572ad51dc5 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-0bbd835d-68ba-4c02-9c6f-28572ad51dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bbd835d-68ba-4c02-9c6f-28572ad51dc5 {
  cursor: pointer;
}#s-0bbd835d-68ba-4c02-9c6f-28572ad51dc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98443636-97db-41d2-adda-c1a98a716f66 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-98443636-97db-41d2-adda-c1a98a716f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98443636-97db-41d2-adda-c1a98a716f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d55d604b-10a9-4b39-96d7-5757142bf77c {
  margin-bottom: 15px;
min-height: 105px;
}

#s-0becc03c-eebb-42e9-ad28-f4f06010e6f2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0becc03c-eebb-42e9-ad28-f4f06010e6f2 {
  margin-bottom: 30px;
}
}







#s-0becc03c-eebb-42e9-ad28-f4f06010e6f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0becc03c-eebb-42e9-ad28-f4f06010e6f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3c402b7c-2b81-4e62-a813-135ee6c05d88 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-3c402b7c-2b81-4e62-a813-135ee6c05d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c402b7c-2b81-4e62-a813-135ee6c05d88 {
  cursor: pointer;
}#s-3c402b7c-2b81-4e62-a813-135ee6c05d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f22b5eac-0eca-4386-864f-ffe58fbf38ba {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-f22b5eac-0eca-4386-864f-ffe58fbf38ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f22b5eac-0eca-4386-864f-ffe58fbf38ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6256716-5e98-4d46-aac1-c19bbf24114f {
  margin-bottom: 15px;
min-height: 105px;
}

#s-9ad1b466-88b1-482f-94e9-7e9ec2c25d79 {
  min-height: 50px;
}








#s-9ad1b466-88b1-482f-94e9-7e9ec2c25d79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad1b466-88b1-482f-94e9-7e9ec2c25d79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b09a578-f1e5-4235-a286-eeed1ce31786 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 15px;
min-height: 200px;
background-position: center center;
}








#s-9b09a578-f1e5-4235-a286-eeed1ce31786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b09a578-f1e5-4235-a286-eeed1ce31786 {
  cursor: pointer;
}#s-9b09a578-f1e5-4235-a286-eeed1ce31786.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21bd5a64-c712-4d35-ae4a-6f0330d5b16f {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-21bd5a64-c712-4d35-ae4a-6f0330d5b16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21bd5a64-c712-4d35-ae4a-6f0330d5b16f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b8e627a-0710-42aa-8afe-71aaf5755ed1 {
  margin-bottom: 15px;
min-height: 105px;
}

#s-bc063656-b119-4262-997a-36eb6ead6ea9 {
  margin-top: 50px;
margin-bottom: -80px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc063656-b119-4262-997a-36eb6ead6ea9 {
  margin-bottom: -50px;
}
}@media (max-width: 767px){#s-bc063656-b119-4262-997a-36eb6ead6ea9 {
  margin-bottom: -30px;
}
}







#s-bc063656-b119-4262-997a-36eb6ead6ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc063656-b119-4262-997a-36eb6ead6ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd30d9ac-52d1-4cd8-964f-63ffc02010ce {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

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