.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-00415e41-1f08-4c8f-8d3c-dc64240db352 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-00415e41-1f08-4c8f-8d3c-dc64240db352 {
  background-image: url(https://i.shgcdn.com/487a93e3-be12-4ba5-a502-3d44d45ff6ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-00415e41-1f08-4c8f-8d3c-dc64240db352 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.35;
}#s-00415e41-1f08-4c8f-8d3c-dc64240db352.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b4c62c89-04f0-4d94-92c8-bfa17f832f71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4c62c89-04f0-4d94-92c8-bfa17f832f71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-61f6886c-1a88-41a5-aa83-ba45c01ffa67 {
  padding-top: 5%;
padding-left: 50px;
padding-bottom: 5%;
padding-right: 50px;
min-height: 50px;
}








#s-61f6886c-1a88-41a5-aa83-ba45c01ffa67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61f6886c-1a88-41a5-aa83-ba45c01ffa67.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a23eeff5-c1ac-4a01-9554-6f9147867ae1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a23eeff5-c1ac-4a01-9554-6f9147867ae1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-a0d9ad69-f462-4560-a33d-4a1855570ab5 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d9ad69-f462-4560-a33d-4a1855570ab5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4d84bef7-6227-4c5c-8ded-2375739b6bb3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-4d84bef7-6227-4c5c-8ded-2375739b6bb3 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f940d580-adce-424b-91d7-b5f340eecfe9 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5dba6bd-cfd3-4882-8feb-5346ef72cf6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c28bf88a-e39a-4611-83f1-75fd505fbd76 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c28bf88a-e39a-4611-83f1-75fd505fbd76 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e6b7a70d-961a-41dd-8103-4ff266056929 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-087eb6da-d5ac-4cd2-b5a8-bc90623c72c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bf5818a9-0401-4f5e-9e24-16d042f76621 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bf5818a9-0401-4f5e-9e24-16d042f76621 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-60e1ada0-1489-49cf-b1c3-aef2e18e49ae {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-304a4ed3-24ea-424c-9688-886a91f822fc {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-304a4ed3-24ea-424c-9688-886a91f822fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4e43b7a7-3637-4599-82c0-cace8b4679ab {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-4e43b7a7-3637-4599-82c0-cace8b4679ab .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c2d22224-4114-4232-9517-5770b4c2d130 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5567ef0a-bc63-4d5f-a1dd-c5e652a5faeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-132e9e7a-4661-4d04-bd4e-a7d2696e63d1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-132e9e7a-4661-4d04-bd4e-a7d2696e63d1 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e924b4fd-1c6f-4da3-b388-afbb666f56cc {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2d90d38b-2563-4346-8ab6-91c779c4062b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d90d38b-2563-4346-8ab6-91c779c4062b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6e9ff93e-1737-4ea0-aed7-b97fa33b1bba {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6e9ff93e-1737-4ea0-aed7-b97fa33b1bba .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-41e16f61-2e62-4ca0-b5be-01e956d8edc9 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24d1f555-8bf9-44fc-92f2-b2efca9dd0ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5596a9bc-fe26-464b-93b6-a0566ce0612e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5596a9bc-fe26-464b-93b6-a0566ce0612e .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8a38728a-d6d3-465a-a642-42f86ef6803e {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b28c6f5c-578a-4eea-8b85-1eda43c9afcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b63a08be-1b16-49f7-90ad-db99d1a77f4e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b63a08be-1b16-49f7-90ad-db99d1a77f4e .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-860bd3eb-b3a3-468a-8be7-669130ebf7e0 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f539ef01-c5bc-4096-ac4c-ef82e13a1ac8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f49cc002-d57b-48c0-a416-c725753a9123 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f49cc002-d57b-48c0-a416-c725753a9123 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-32d00927-0348-468d-8802-4f643fbd5394 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-3381ccc9-433f-45c7-a85a-a9d379821ad7 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3381ccc9-433f-45c7-a85a-a9d379821ad7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-213ea4bd-30d2-4e64-a82f-d9316e6ccfbb {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-213ea4bd-30d2-4e64-a82f-d9316e6ccfbb .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b5ed3cae-f14a-4717-bb54-965591699f13 {
  padding-top: 20px;
padding-bottom: 20px;
}

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

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

#s-7e0e4607-e177-47d8-bb1e-7085bec31bd5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7e0e4607-e177-47d8-bb1e-7085bec31bd5 hr {
  border-top: 1px solid #ddd;
}

#s-a313753c-5b85-453a-856f-9f0d6b3f2f81 {
  padding-top: 5%;
padding-left: 50px;
padding-bottom: 5%;
padding-right: 50px;
min-height: 50px;
}








#s-a313753c-5b85-453a-856f-9f0d6b3f2f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a313753c-5b85-453a-856f-9f0d6b3f2f81.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd7bf6d4-79a1-462b-b872-123b35bc5e3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd7bf6d4-79a1-462b-b872-123b35bc5e3e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-759bd9ab-afb1-4298-bff5-20f8339303e1 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-759bd9ab-afb1-4298-bff5-20f8339303e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-63b43343-0279-46b4-bd81-c04a1407b4a3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-63b43343-0279-46b4-bd81-c04a1407b4a3 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-347ae77a-afa5-4477-a2fd-4f00d9534288 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a7a0497a-0c96-4ec2-b66d-60c877d2d69f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a0b724be-62ee-4ace-a95a-039a951848b5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a0b724be-62ee-4ace-a95a-039a951848b5 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1c15bdc1-b17c-4289-81e2-f4f05be31863 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd9bfa0d-4266-4d59-b5f0-f34eb5794223"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0f31a8db-3633-4c31-8cf6-8aa90a5fdc1a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0f31a8db-3633-4c31-8cf6-8aa90a5fdc1a .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e164c533-d307-45ad-af92-ae3783fe8bc8 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-2797b812-84d7-469d-b4ca-396a163db45e {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2797b812-84d7-469d-b4ca-396a163db45e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7e789feb-0700-44c1-be3c-27d23c9e8841 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-7e789feb-0700-44c1-be3c-27d23c9e8841 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-83046525-0f71-415a-9ac6-4d87db706393 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-e75f00d6-68cf-4124-860f-6e5805e31a8a {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e75f00d6-68cf-4124-860f-6e5805e31a8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d3a0b369-a10c-4cf8-88f9-cf4ab321a68a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d3a0b369-a10c-4cf8-88f9-cf4ab321a68a .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0eab83f6-0919-4d15-8a78-8e7a45cf93de {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-9295f93b-b857-4c8d-835c-6d462b60615b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9295f93b-b857-4c8d-835c-6d462b60615b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a2bfcc49-8c4b-4bee-b5c9-a550d3c72bf2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a2bfcc49-8c4b-4bee-b5c9-a550d3c72bf2 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-59fff3b9-e614-4225-87dd-b4514c489586 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7bd23c24-c851-455f-bacc-112c6f5545d0 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bd23c24-c851-455f-bacc-112c6f5545d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-039028f6-d4bd-48d6-b6f1-03fdbfb4f2bb {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-039028f6-d4bd-48d6-b6f1-03fdbfb4f2bb .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-18a32584-1b23-4f7d-8126-2177edc48c0f {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-bc40e66a-2b92-487c-bc66-7a3e6e29469f {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc40e66a-2b92-487c-bc66-7a3e6e29469f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c7b1519a-f2d4-4422-9647-f09c4d0d80dd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-c7b1519a-f2d4-4422-9647-f09c4d0d80dd .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3bcf5c2b-8d8f-482f-b0df-898fd2052c50 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8109c874-d477-43bd-820c-e6f3271c6e4b {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8109c874-d477-43bd-820c-e6f3271c6e4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e2d5e791-875c-4ab9-960f-286780672cb8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e2d5e791-875c-4ab9-960f-286780672cb8 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-04997191-0715-4f0c-842e-cf16b70b0f33 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-39c0e668-55a0-4910-91ef-68ba52548e44 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39c0e668-55a0-4910-91ef-68ba52548e44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bfa20749-8c74-4d05-ac05-dba39bc62108 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bfa20749-8c74-4d05-ac05-dba39bc62108 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7bd812cb-0d1e-4821-a3d9-dc973f64b65e {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8e15ad89-62a8-477e-8d2b-03f655e3e80c {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e15ad89-62a8-477e-8d2b-03f655e3e80c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e00e83cb-4bf9-4987-9e53-1d2ee282d627 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-e00e83cb-4bf9-4987-9e53-1d2ee282d627 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0b90aae8-61ce-4dbe-89f3-f646a0145eca {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6dca9e41-4736-40b6-945b-becd4817903f {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dca9e41-4736-40b6-945b-becd4817903f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-61095701-a302-4a6c-8880-5e11555ee989 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-61095701-a302-4a6c-8880-5e11555ee989 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-48065bb3-968a-4570-bd75-fe60a7f1e627 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6dda33fe-ef9f-48d3-b978-e9fa149fb796 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6dda33fe-ef9f-48d3-b978-e9fa149fb796"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b5ade341-46b1-48b6-b859-5e078b803039 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b5ade341-46b1-48b6-b859-5e078b803039 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-57938afa-e43b-48ef-8680-cd9289f19d7b {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-05643b83-0642-4f13-a387-bb00186c5353 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05643b83-0642-4f13-a387-bb00186c5353"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-856ae4e4-ae0c-4712-bae0-55a95f0a2039 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-856ae4e4-ae0c-4712-bae0-55a95f0a2039 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-948701f7-337f-4018-b3fa-7fe98b6b1f3a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d4119e51-aac5-4c0c-b996-4f3979b89ebf {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119e51-aac5-4c0c-b996-4f3979b89ebf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-affb81d6-8bb4-4853-bfb5-9f9df1f2b791 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-affb81d6-8bb4-4853-bfb5-9f9df1f2b791 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f32554f4-8ff1-4353-8fdb-73a6b1a6ebd7 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa2be82-89b1-4e5e-b8ce-9984c9aec42d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-dce5be7f-5da6-4f91-abff-d0e84d16333e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-dce5be7f-5da6-4f91-abff-d0e84d16333e .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bd603bd2-9b86-43d2-af95-439b76b2d9ca {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-148f6ba4-d59c-4a4a-b733-6d728df1e343 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-148f6ba4-d59c-4a4a-b733-6d728df1e343"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2e7d5690-f8b0-431e-a69e-52e5242f6481 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-2e7d5690-f8b0-431e-a69e-52e5242f6481 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-db57587f-17cb-4bc6-a0c6-f887ebc067ae {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-6b07f825-480f-471c-8049-08d5463ef66f {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b07f825-480f-471c-8049-08d5463ef66f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3ffc5a2a-c81b-413d-9c8c-c86b8e8c6b09 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3ffc5a2a-c81b-413d-9c8c-c86b8e8c6b09 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b48d4f27-51e7-4aa6-9f20-dd0673682eff {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-34ff5e31-b027-4f75-b115-797e7401e27e {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34ff5e31-b027-4f75-b115-797e7401e27e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0a506f79-b7ff-45de-8b04-6fd2a975920f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0a506f79-b7ff-45de-8b04-6fd2a975920f .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-577baa28-2ee7-41c9-99d6-f596d5d1f8e4 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-d6530459-6243-485f-824d-0f63982360e1 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6530459-6243-485f-824d-0f63982360e1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-40d4bcfe-1b4a-4e63-a70c-db01591ada26 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-40d4bcfe-1b4a-4e63-a70c-db01591ada26 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c7afd1ec-52bf-4915-8802-8eed48d0639e {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-3c4f0b96-726d-4ade-a80a-d63699fdcae3 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4f0b96-726d-4ade-a80a-d63699fdcae3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2947fe71-12f6-4064-b301-d3ee8ce82dd1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-2947fe71-12f6-4064-b301-d3ee8ce82dd1 .shogun-heading-component h5 {
  color: rgba(227, 27, 35, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-66619dc2-0052-42a6-b56e-9b74bc05aa3f {
  padding-top: 20px;
padding-bottom: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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