.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-7c64b90e-c5b1-4bdd-b9ef-aed32188eae4 {
  min-height: 50px;
}








#s-7c64b90e-c5b1-4bdd-b9ef-aed32188eae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c64b90e-c5b1-4bdd-b9ef-aed32188eae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e737b61-4feb-4df7-90aa-257d0ae6821f {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 30px;
min-height: 250px;
background-position: center center;
}

#s-0e737b61-4feb-4df7-90aa-257d0ae6821f {
  background-image: url(https://i.shgcdn.com/d2ce7a3c-66f0-4f91-80f2-5db99ccff075/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0e737b61-4feb-4df7-90aa-257d0ae6821f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.50;
}#s-0e737b61-4feb-4df7-90aa-257d0ae6821f.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-3f47aae6-d9fc-4ed4-9912-b9eff60dba32 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3f47aae6-d9fc-4ed4-9912-b9eff60dba32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.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-da2dedac-8b7c-4364-8d0f-9712a72f9668 {
  text-align: center;
}

#s-da2dedac-8b7c-4364-8d0f-9712a72f9668 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-caca1c3c-7f8e-444e-8648-cbab8426b985 {
  min-height: 50px;
}








#s-caca1c3c-7f8e-444e-8648-cbab8426b985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caca1c3c-7f8e-444e-8648-cbab8426b985.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1e159ad-e983-4b96-919f-a848c964e9f6 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b1e159ad-e983-4b96-919f-a848c964e9f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1e159ad-e983-4b96-919f-a848c964e9f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1e159ad-e983-4b96-919f-a848c964e9f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1e159ad-e983-4b96-919f-a848c964e9f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a61aaeec-4231-47c2-a9d6-7818fd9d112e {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a61aaeec-4231-47c2-a9d6-7818fd9d112e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7185a232-1eb3-46da-8934-956e4ec0d669 {
  margin-bottom: 20px;
text-align: center;
}







  #s-7185a232-1eb3-46da-8934-956e4ec0d669 img.shogun-image {
    

    
    
    
  }


#s-7185a232-1eb3-46da-8934-956e4ec0d669 .shogun-image-content {
  
    align-items: center;
  
}

#s-66554c98-71da-48df-b748-e7c586ddefb3 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-66554c98-71da-48df-b748-e7c586ddefb3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a91800ba-5176-490b-ad9d-a6b654e8089c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-909aabc1-c0c8-4c60-b665-540316b30e3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-94907d09-e0b4-460c-8c3c-55a3752889a1 {
  margin-bottom: 20px;
text-align: center;
}







  #s-94907d09-e0b4-460c-8c3c-55a3752889a1 img.shogun-image {
    

    
    
    
  }


#s-94907d09-e0b4-460c-8c3c-55a3752889a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b11b67cc-8495-4dc5-91f0-c2aff7afcbcd {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-b11b67cc-8495-4dc5-91f0-c2aff7afcbcd .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-2be75e9d-e897-43fa-9e71-4f8f1feb97d1 {
  margin-bottom: 20px;
}

#s-4fe8088c-69d1-4298-851a-c2a0f2b72066 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-4fe8088c-69d1-4298-851a-c2a0f2b72066 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-303eae89-8272-4251-9d3c-ee9ead6389b3 {
  min-height: 50px;
}








#s-303eae89-8272-4251-9d3c-ee9ead6389b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-303eae89-8272-4251-9d3c-ee9ead6389b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a96ce90e-5ae7-4574-ab73-c7f424e55efc {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a96ce90e-5ae7-4574-ab73-c7f424e55efc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a96ce90e-5ae7-4574-ab73-c7f424e55efc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a96ce90e-5ae7-4574-ab73-c7f424e55efc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a96ce90e-5ae7-4574-ab73-c7f424e55efc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1b01329a-c81f-4ee5-9351-1546b9a40f10 {
  margin-bottom: 30px;
}








#s-1b01329a-c81f-4ee5-9351-1546b9a40f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b01329a-c81f-4ee5-9351-1546b9a40f10.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ec6d70d3-e4b3-442b-858c-19c5c9accb1c {
  text-align: center;
}
#s-ec6d70d3-e4b3-442b-858c-19c5c9accb1c:hover {opacity: 0.9 !important;}






  #s-ec6d70d3-e4b3-442b-858c-19c5c9accb1c img.shogun-image {
    

    
    
    
  }


#s-ec6d70d3-e4b3-442b-858c-19c5c9accb1c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-e25ea45c-7009-4b2c-8b32-0ad926759933 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-e25ea45c-7009-4b2c-8b32-0ad926759933 hr {
  border-top: 1px solid #ddd;
}

#s-dc35776f-fee7-4d4f-a587-14c12dc26455 {
  margin-top: 5px;
text-align: left;
}

#s-dc35776f-fee7-4d4f-a587-14c12dc26455 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-6c9075db-36c6-47a0-bfd6-7dce1b89c546 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8bfeb2ef-1fbe-46e8-a1d3-343bbf54552f {
  margin-bottom: 30px;
}








#s-8bfeb2ef-1fbe-46e8-a1d3-343bbf54552f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bfeb2ef-1fbe-46e8-a1d3-343bbf54552f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ebffd6fd-ea8e-41d8-a0f2-fcda9a41ec69 {
  text-align: center;
}
#s-ebffd6fd-ea8e-41d8-a0f2-fcda9a41ec69:hover {opacity: 0.9 !important;}






  #s-ebffd6fd-ea8e-41d8-a0f2-fcda9a41ec69 img.shogun-image {
    

    
    
    
  }


#s-ebffd6fd-ea8e-41d8-a0f2-fcda9a41ec69 .shogun-image-content {
  
    align-items: center;
  
}

#s-df8ab792-c3c5-40da-8993-d73c09bfc8ef {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-df8ab792-c3c5-40da-8993-d73c09bfc8ef hr {
  border-top: 1px solid #ddd;
}

#s-5ac37a8b-b446-4e22-82f3-f1f626988f08 {
  margin-top: 5px;
text-align: left;
}

#s-5ac37a8b-b446-4e22-82f3-f1f626988f08 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-880b2374-93cf-48d6-bbae-c4251ab6e2fd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f3569084-fb0a-42e7-bdd4-8f7cadcf455d {
  margin-bottom: 30px;
}








#s-f3569084-fb0a-42e7-bdd4-8f7cadcf455d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3569084-fb0a-42e7-bdd4-8f7cadcf455d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e7fcf91-601b-489a-bd07-b505098b1d82 {
  text-align: center;
}
#s-1e7fcf91-601b-489a-bd07-b505098b1d82:hover {opacity: 0.9 !important;}






  #s-1e7fcf91-601b-489a-bd07-b505098b1d82 img.shogun-image {
    

    
    
    
  }


#s-1e7fcf91-601b-489a-bd07-b505098b1d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c62ceea-bde6-4fdc-b411-a529fd1a8de4 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-8c62ceea-bde6-4fdc-b411-a529fd1a8de4 hr {
  border-top: 1px solid #ddd;
}

#s-ff23929a-0d39-4245-bed5-3efe793eca26 {
  margin-top: 5px;
text-align: left;
}

#s-ff23929a-0d39-4245-bed5-3efe793eca26 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a4cb2464-1c89-40b5-9b2b-0e71d219246e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ad031a38-b79b-445a-ae51-56beae3e23ae {
  margin-bottom: 30px;
}








#s-ad031a38-b79b-445a-ae51-56beae3e23ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad031a38-b79b-445a-ae51-56beae3e23ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a982e0f0-8370-49fa-91ba-f6f4a7c7c067 {
  text-align: center;
}
#s-a982e0f0-8370-49fa-91ba-f6f4a7c7c067:hover {opacity: 0.9 !important;}






  #s-a982e0f0-8370-49fa-91ba-f6f4a7c7c067 img.shogun-image {
    

    
    
    
  }


#s-a982e0f0-8370-49fa-91ba-f6f4a7c7c067 .shogun-image-content {
  
    align-items: center;
  
}

#s-5065afe8-e024-43dd-99cc-6aa4d3aad56c {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-5065afe8-e024-43dd-99cc-6aa4d3aad56c hr {
  border-top: 1px solid #ddd;
}

#s-a012828e-f534-451e-b63b-cfd911e5ff98 {
  margin-top: 5px;
text-align: left;
}

#s-a012828e-f534-451e-b63b-cfd911e5ff98 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-14696463-3c72-4b3d-a3a3-5e5eb1ddcc21 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d0e1075-4b5d-4a5a-a09e-6e3701697521 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-7d0e1075-4b5d-4a5a-a09e-6e3701697521"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7d0e1075-4b5d-4a5a-a09e-6e3701697521"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7d0e1075-4b5d-4a5a-a09e-6e3701697521"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7d0e1075-4b5d-4a5a-a09e-6e3701697521"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ab4451f2-7f5f-464c-bad6-0aa472ebef3b {
  margin-bottom: 30px;
}








#s-ab4451f2-7f5f-464c-bad6-0aa472ebef3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab4451f2-7f5f-464c-bad6-0aa472ebef3b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53f87e98-88bf-4ba5-b348-8d84b954fc86 {
  text-align: center;
}
#s-53f87e98-88bf-4ba5-b348-8d84b954fc86:hover {opacity: 0.9 !important;}






  #s-53f87e98-88bf-4ba5-b348-8d84b954fc86 img.shogun-image {
    

    
    
    
  }


#s-53f87e98-88bf-4ba5-b348-8d84b954fc86 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f40d72a-0755-4c72-a94e-28f99548e0f8 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-9f40d72a-0755-4c72-a94e-28f99548e0f8 hr {
  border-top: 1px solid #ddd;
}

#s-4dc56a45-d827-460a-9c87-6b753fcef448 {
  margin-top: 5px;
text-align: left;
}

#s-4dc56a45-d827-460a-9c87-6b753fcef448 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-154816c3-411a-4153-82e0-5e3d8d908f62 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d48acfe3-aeb7-426d-b5a6-732017ba8521 {
  margin-bottom: 30px;
}








#s-d48acfe3-aeb7-426d-b5a6-732017ba8521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48acfe3-aeb7-426d-b5a6-732017ba8521.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f74017ff-f58e-4e5a-8f84-954ca90fe81b {
  text-align: center;
}
#s-f74017ff-f58e-4e5a-8f84-954ca90fe81b:hover {opacity: 0.9 !important;}






  #s-f74017ff-f58e-4e5a-8f84-954ca90fe81b img.shogun-image {
    

    
    
    
  }


#s-f74017ff-f58e-4e5a-8f84-954ca90fe81b .shogun-image-content {
  
    align-items: center;
  
}

#s-835521ce-0123-4d2e-8c54-79484d5945cd {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-835521ce-0123-4d2e-8c54-79484d5945cd hr {
  border-top: 1px solid #ddd;
}

#s-751a9c35-229a-4bf5-917a-712c09e63eea {
  margin-top: 5px;
text-align: left;
}

#s-751a9c35-229a-4bf5-917a-712c09e63eea .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-205de59a-356f-4578-8eec-59a888985346 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5e049f39-c25c-48b5-8d25-78e5df123909 {
  margin-bottom: 30px;
}








#s-5e049f39-c25c-48b5-8d25-78e5df123909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e049f39-c25c-48b5-8d25-78e5df123909.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08c0a10e-5434-4058-9eda-c4301c27459c {
  text-align: center;
}
#s-08c0a10e-5434-4058-9eda-c4301c27459c:hover {opacity: 0.9 !important;}






  #s-08c0a10e-5434-4058-9eda-c4301c27459c img.shogun-image {
    

    
    
    
  }


#s-08c0a10e-5434-4058-9eda-c4301c27459c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b5c96d5-6c39-409e-a64c-8283016527ed {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-2b5c96d5-6c39-409e-a64c-8283016527ed hr {
  border-top: 1px solid #ddd;
}

#s-6e4414d4-8259-46df-b0d4-ae1bde2cd8cf {
  margin-top: 5px;
text-align: left;
}

#s-6e4414d4-8259-46df-b0d4-ae1bde2cd8cf .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-849a8fde-06a1-4786-bd65-a2b5ca5f472c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eba93f44-4a09-4820-a61e-00ad8ddecd27 {
  margin-bottom: 30px;
}








#s-eba93f44-4a09-4820-a61e-00ad8ddecd27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eba93f44-4a09-4820-a61e-00ad8ddecd27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-082d7a3e-734d-4a66-8472-ca5729e90f14 {
  text-align: center;
}
#s-082d7a3e-734d-4a66-8472-ca5729e90f14:hover {opacity: 0.9 !important;}






  #s-082d7a3e-734d-4a66-8472-ca5729e90f14 img.shogun-image {
    

    
    
    
  }


#s-082d7a3e-734d-4a66-8472-ca5729e90f14 .shogun-image-content {
  
    align-items: center;
  
}

#s-3466397a-1a4e-47e5-bea4-2e33bec0e9e0 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-3466397a-1a4e-47e5-bea4-2e33bec0e9e0 hr {
  border-top: 1px solid #ddd;
}

#s-b094a828-b9cd-4a0f-9524-b116068b8940 {
  margin-top: 5px;
text-align: left;
}

#s-b094a828-b9cd-4a0f-9524-b116068b8940 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-82d06cce-1e59-4542-b63b-8cb3de0506e6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b31343ab-6dc3-4a4c-9855-bef55cf67610 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-b31343ab-6dc3-4a4c-9855-bef55cf67610"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b31343ab-6dc3-4a4c-9855-bef55cf67610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b31343ab-6dc3-4a4c-9855-bef55cf67610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b31343ab-6dc3-4a4c-9855-bef55cf67610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4ab1af08-5110-4cab-88e8-e16580d812c6 {
  margin-bottom: 30px;
}








#s-4ab1af08-5110-4cab-88e8-e16580d812c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab1af08-5110-4cab-88e8-e16580d812c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e14f1c56-6253-4003-b18a-dd7c751e47db {
  text-align: center;
}
#s-e14f1c56-6253-4003-b18a-dd7c751e47db:hover {opacity: 0.9 !important;}






  #s-e14f1c56-6253-4003-b18a-dd7c751e47db img.shogun-image {
    

    
    
    
  }


#s-e14f1c56-6253-4003-b18a-dd7c751e47db .shogun-image-content {
  
    align-items: center;
  
}

#s-a064ba8e-8330-4a51-b883-73a6335b758b {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-a064ba8e-8330-4a51-b883-73a6335b758b hr {
  border-top: 1px solid #ddd;
}

#s-5dd6ad18-6a77-48bb-b14c-81168a69d638 {
  margin-top: 5px;
text-align: left;
}

#s-5dd6ad18-6a77-48bb-b14c-81168a69d638 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-2799253a-9de5-4fa7-840a-4171af99d330 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-316b07f2-1c5a-4bc3-b0a9-123d442bc34c {
  margin-bottom: 30px;
}








#s-316b07f2-1c5a-4bc3-b0a9-123d442bc34c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-316b07f2-1c5a-4bc3-b0a9-123d442bc34c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-35c8bcf5-3715-4d41-8726-db3dbf938b4c {
  text-align: center;
}
#s-35c8bcf5-3715-4d41-8726-db3dbf938b4c:hover {opacity: 0.9 !important;}






  #s-35c8bcf5-3715-4d41-8726-db3dbf938b4c img.shogun-image {
    

    
    
    
  }


#s-35c8bcf5-3715-4d41-8726-db3dbf938b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-2bc8a415-a2a8-46bd-a2af-385c15304f73 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-2bc8a415-a2a8-46bd-a2af-385c15304f73 hr {
  border-top: 1px solid #ddd;
}

#s-3d775ac6-5211-4310-935b-2425afa435f1 {
  margin-top: 5px;
text-align: left;
}

#s-3d775ac6-5211-4310-935b-2425afa435f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-3cf867bb-c40f-4ea2-86ab-e8d7049acbec {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-671f51ad-4bd1-4efb-b7b1-dbe91989da89 {
  margin-bottom: 30px;
}








#s-671f51ad-4bd1-4efb-b7b1-dbe91989da89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-671f51ad-4bd1-4efb-b7b1-dbe91989da89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f6f725b-08fe-4306-8105-3ddcf22bd3d5 {
  text-align: center;
}
#s-5f6f725b-08fe-4306-8105-3ddcf22bd3d5:hover {opacity: 0.9 !important;}






  #s-5f6f725b-08fe-4306-8105-3ddcf22bd3d5 img.shogun-image {
    

    
    
    
  }


#s-5f6f725b-08fe-4306-8105-3ddcf22bd3d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0a558cb-336f-4257-a39c-0f99e2216cf7 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-b0a558cb-336f-4257-a39c-0f99e2216cf7 hr {
  border-top: 1px solid #ddd;
}

#s-c352321a-646d-4ca8-98ad-4afaddb0b826 {
  margin-top: 5px;
text-align: left;
}

#s-c352321a-646d-4ca8-98ad-4afaddb0b826 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-994824c0-8c5a-4c1d-9e60-ec5aed893f1b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1127c67e-fdf1-49fe-8dcf-854686471ef9 {
  margin-bottom: 30px;
}








#s-1127c67e-fdf1-49fe-8dcf-854686471ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1127c67e-fdf1-49fe-8dcf-854686471ef9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e82f38aa-16ef-4752-9be3-d67c26acc1f4 {
  text-align: center;
}
#s-e82f38aa-16ef-4752-9be3-d67c26acc1f4:hover {opacity: 0.9 !important;}






  #s-e82f38aa-16ef-4752-9be3-d67c26acc1f4 img.shogun-image {
    

    
    
    
  }


#s-e82f38aa-16ef-4752-9be3-d67c26acc1f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9878a88a-8766-4f8a-8d01-387a97bda19e {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-9878a88a-8766-4f8a-8d01-387a97bda19e hr {
  border-top: 1px solid #ddd;
}

#s-d4cc5678-80a8-4779-ae8d-c757888087ab {
  margin-top: 5px;
text-align: left;
}

#s-d4cc5678-80a8-4779-ae8d-c757888087ab .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-8e480d98-bba1-4f55-bd3c-994e477d45cd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cef07f36-1447-42ea-a1ee-bc3b053d1a5b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-cef07f36-1447-42ea-a1ee-bc3b053d1a5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cef07f36-1447-42ea-a1ee-bc3b053d1a5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cef07f36-1447-42ea-a1ee-bc3b053d1a5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cef07f36-1447-42ea-a1ee-bc3b053d1a5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0691288e-19db-4caf-9ac8-d7782904fdc4 {
  margin-bottom: 30px;
}








#s-0691288e-19db-4caf-9ac8-d7782904fdc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0691288e-19db-4caf-9ac8-d7782904fdc4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc57d620-c65a-4953-a99b-64c27fd527c0 {
  text-align: center;
}
#s-dc57d620-c65a-4953-a99b-64c27fd527c0:hover {opacity: 0.9 !important;}






  #s-dc57d620-c65a-4953-a99b-64c27fd527c0 img.shogun-image {
    

    
    
    
  }


#s-dc57d620-c65a-4953-a99b-64c27fd527c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-50286511-50a3-4c47-a94f-8ed621c287fd {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-50286511-50a3-4c47-a94f-8ed621c287fd hr {
  border-top: 1px solid #ddd;
}

#s-6ae6f76a-6793-4612-8cc6-f3cd3c666968 {
  margin-top: 5px;
text-align: left;
}

#s-6ae6f76a-6793-4612-8cc6-f3cd3c666968 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-ae0e5c7e-985f-483e-a32f-f08edd17dd27 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4bbccab5-7507-4520-866c-7e755dfdfd79 {
  margin-bottom: 30px;
}








#s-4bbccab5-7507-4520-866c-7e755dfdfd79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bbccab5-7507-4520-866c-7e755dfdfd79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6d744451-f10c-4209-bc46-2af3525fa915 {
  text-align: center;
}
#s-6d744451-f10c-4209-bc46-2af3525fa915:hover {opacity: 0.9 !important;}






  #s-6d744451-f10c-4209-bc46-2af3525fa915 img.shogun-image {
    

    
    
    
  }


#s-6d744451-f10c-4209-bc46-2af3525fa915 .shogun-image-content {
  
    align-items: center;
  
}

#s-65a4a867-dcdb-4afc-b064-8a8bc7cc3bea {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-65a4a867-dcdb-4afc-b064-8a8bc7cc3bea hr {
  border-top: 1px solid #ddd;
}

#s-90fc18a6-6f1a-40cb-9e27-3e582d7f62a0 {
  margin-top: 5px;
text-align: left;
}

#s-90fc18a6-6f1a-40cb-9e27-3e582d7f62a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-d12027f3-a8dc-4732-b0b9-13f025d76e5a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bd2441fc-c91e-409f-aa64-5de55a4f14d9 {
  margin-bottom: 30px;
}








#s-bd2441fc-c91e-409f-aa64-5de55a4f14d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd2441fc-c91e-409f-aa64-5de55a4f14d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-06e24710-fdc6-44e0-ad62-1547703d290f {
  text-align: center;
}
#s-06e24710-fdc6-44e0-ad62-1547703d290f:hover {opacity: 0.9 !important;}






  #s-06e24710-fdc6-44e0-ad62-1547703d290f img.shogun-image {
    

    
    
    
  }


#s-06e24710-fdc6-44e0-ad62-1547703d290f .shogun-image-content {
  
    align-items: center;
  
}

#s-6d510c0a-2255-4202-a970-82cef040579d {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-6d510c0a-2255-4202-a970-82cef040579d hr {
  border-top: 1px solid #ddd;
}

#s-80c6dd63-27a3-4d0b-8854-db6a6a91db87 {
  margin-top: 5px;
text-align: left;
}

#s-80c6dd63-27a3-4d0b-8854-db6a6a91db87 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-6527e882-5418-428f-b429-79620d79e0f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b70ba73-bf10-4b7a-be09-0bfc17243e8c {
  margin-bottom: 30px;
}








#s-5b70ba73-bf10-4b7a-be09-0bfc17243e8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b70ba73-bf10-4b7a-be09-0bfc17243e8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac8d44bb-352f-4a81-9850-c82330937124 {
  text-align: center;
}
#s-ac8d44bb-352f-4a81-9850-c82330937124:hover {opacity: 0.9 !important;}






  #s-ac8d44bb-352f-4a81-9850-c82330937124 img.shogun-image {
    

    
    
    
  }


#s-ac8d44bb-352f-4a81-9850-c82330937124 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e4c7ee4-19b0-43db-96bd-88fe342613f9 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-7e4c7ee4-19b0-43db-96bd-88fe342613f9 hr {
  border-top: 1px solid #ddd;
}

#s-014bce3c-6807-4dd4-8b4a-0143b35533bc {
  margin-top: 5px;
text-align: left;
}

#s-014bce3c-6807-4dd4-8b4a-0143b35533bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-b9b656f9-f1a3-487a-a13d-43809c588799 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5605f3d6-fcb2-4893-9cb2-739241f2e3fe {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5605f3d6-fcb2-4893-9cb2-739241f2e3fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5605f3d6-fcb2-4893-9cb2-739241f2e3fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5605f3d6-fcb2-4893-9cb2-739241f2e3fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5605f3d6-fcb2-4893-9cb2-739241f2e3fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ee77b5af-0751-4c3a-b33e-1debe84ce398 {
  margin-bottom: 30px;
}








#s-ee77b5af-0751-4c3a-b33e-1debe84ce398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee77b5af-0751-4c3a-b33e-1debe84ce398.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7ad401f-f668-431a-976d-96b593814f9d {
  text-align: center;
}
#s-a7ad401f-f668-431a-976d-96b593814f9d:hover {opacity: 0.9 !important;}






  #s-a7ad401f-f668-431a-976d-96b593814f9d img.shogun-image {
    

    
    
    
  }


#s-a7ad401f-f668-431a-976d-96b593814f9d .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b54304-03a1-46c9-8447-e32cc4d404b6 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-f6b54304-03a1-46c9-8447-e32cc4d404b6 hr {
  border-top: 1px solid #ddd;
}

#s-a3208f4d-e28d-482f-b1cf-79e5a606d1be {
  margin-top: 5px;
text-align: left;
}

#s-a3208f4d-e28d-482f-b1cf-79e5a606d1be .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-aa832d97-705a-4258-9745-4ecc469a6198 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fbf77cf5-0a02-48db-828d-ba2adeb4e2ab {
  margin-bottom: 30px;
}








#s-fbf77cf5-0a02-48db-828d-ba2adeb4e2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf77cf5-0a02-48db-828d-ba2adeb4e2ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14f9aef4-38ba-4c1f-8a9e-3f8261b12748 {
  text-align: center;
}
#s-14f9aef4-38ba-4c1f-8a9e-3f8261b12748:hover {opacity: 0.9 !important;}






  #s-14f9aef4-38ba-4c1f-8a9e-3f8261b12748 img.shogun-image {
    

    
    
    
  }


#s-14f9aef4-38ba-4c1f-8a9e-3f8261b12748 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcfc9614-2862-45aa-8a4e-a8ba19776859 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-dcfc9614-2862-45aa-8a4e-a8ba19776859 hr {
  border-top: 1px solid #ddd;
}

#s-02749389-865d-48d0-b577-e85224f81b95 {
  margin-top: 5px;
text-align: left;
}

#s-02749389-865d-48d0-b577-e85224f81b95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-2607657b-5574-4056-8330-0da578386201 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-805dc59f-e6ac-4458-8971-ba53a9f4e584 {
  margin-bottom: 30px;
}








#s-805dc59f-e6ac-4458-8971-ba53a9f4e584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805dc59f-e6ac-4458-8971-ba53a9f4e584.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed960e1a-44fc-40d0-869d-af03c8597c31 {
  text-align: center;
}
#s-ed960e1a-44fc-40d0-869d-af03c8597c31:hover {opacity: 0.9 !important;}






  #s-ed960e1a-44fc-40d0-869d-af03c8597c31 img.shogun-image {
    

    
    
    
  }


#s-ed960e1a-44fc-40d0-869d-af03c8597c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-3addaaa1-f131-4943-91a8-f05ebce1cbd5 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-3addaaa1-f131-4943-91a8-f05ebce1cbd5 hr {
  border-top: 1px solid #ddd;
}

#s-dac866bc-03ba-481b-9352-1a8a9df508ef {
  margin-top: 5px;
text-align: left;
}

#s-dac866bc-03ba-481b-9352-1a8a9df508ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-f5a3a5e7-2bcf-4d8d-bf7d-d19304124cfd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a3468e8-e63e-4bef-9aff-e0675d899826 {
  margin-bottom: 30px;
}








#s-9a3468e8-e63e-4bef-9aff-e0675d899826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a3468e8-e63e-4bef-9aff-e0675d899826.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab6e6384-3660-49a2-bc4f-814507b31ea9 {
  text-align: center;
}
#s-ab6e6384-3660-49a2-bc4f-814507b31ea9:hover {opacity: 0.9 !important;}






  #s-ab6e6384-3660-49a2-bc4f-814507b31ea9 img.shogun-image {
    

    
    
    
  }


#s-ab6e6384-3660-49a2-bc4f-814507b31ea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea6cf2cc-6e3b-4c36-88aa-4ff52cc9b9c9 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-ea6cf2cc-6e3b-4c36-88aa-4ff52cc9b9c9 hr {
  border-top: 1px solid #ddd;
}

#s-df050fef-184f-462c-abcf-1fb605ed882a {
  margin-top: 5px;
text-align: left;
}

#s-df050fef-184f-462c-abcf-1fb605ed882a .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-c82eb4af-607e-4a57-9d5b-21052a610f4c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fd868979-3672-4f26-8849-1a0cc3e1c334 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-fd868979-3672-4f26-8849-1a0cc3e1c334"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd868979-3672-4f26-8849-1a0cc3e1c334"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fd868979-3672-4f26-8849-1a0cc3e1c334"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd868979-3672-4f26-8849-1a0cc3e1c334"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b4539e6a-14b6-4c19-8edc-82fce7875525 {
  margin-bottom: 30px;
}








#s-b4539e6a-14b6-4c19-8edc-82fce7875525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4539e6a-14b6-4c19-8edc-82fce7875525.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a79d84ca-f2ba-4168-92d1-8f288ee7cea7 {
  text-align: center;
}
#s-a79d84ca-f2ba-4168-92d1-8f288ee7cea7:hover {opacity: 0.9 !important;}






  #s-a79d84ca-f2ba-4168-92d1-8f288ee7cea7 img.shogun-image {
    

    
    
    
  }


#s-a79d84ca-f2ba-4168-92d1-8f288ee7cea7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dce04aec-8a16-4c1f-ad21-cdde147bac76 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-dce04aec-8a16-4c1f-ad21-cdde147bac76 hr {
  border-top: 1px solid #ddd;
}

#s-21a29f69-caf1-4aea-a1ea-a4b76d316f9f {
  margin-top: 5px;
text-align: left;
}

#s-21a29f69-caf1-4aea-a1ea-a4b76d316f9f .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-74db80c9-d83e-4e6f-b4d9-4bee093a183e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-be3af8a5-39dc-45d4-926b-c0389a73fc40 {
  margin-bottom: 30px;
}








#s-be3af8a5-39dc-45d4-926b-c0389a73fc40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be3af8a5-39dc-45d4-926b-c0389a73fc40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-14e92809-fcf0-4036-883f-bf075a4710e1 {
  text-align: center;
}
#s-14e92809-fcf0-4036-883f-bf075a4710e1:hover {opacity: 0.9 !important;}






  #s-14e92809-fcf0-4036-883f-bf075a4710e1 img.shogun-image {
    

    
    
    
  }


#s-14e92809-fcf0-4036-883f-bf075a4710e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4531b0a4-916e-4577-8e35-6dd33d95f5f7 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-4531b0a4-916e-4577-8e35-6dd33d95f5f7 hr {
  border-top: 1px solid #ddd;
}

#s-8762d9b5-f1ba-41a6-afdc-365fcc814e85 {
  margin-top: 5px;
text-align: left;
}

#s-8762d9b5-f1ba-41a6-afdc-365fcc814e85 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-f31536bf-9060-49ba-b2a1-6028b6ec04bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-edee8692-d62b-4bdb-b8e2-28365c7e5005 {
  margin-bottom: 30px;
}








#s-edee8692-d62b-4bdb-b8e2-28365c7e5005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edee8692-d62b-4bdb-b8e2-28365c7e5005.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86c67443-9aab-4206-8cfd-f6688b94ed2d {
  text-align: center;
}
#s-86c67443-9aab-4206-8cfd-f6688b94ed2d:hover {opacity: 0.9 !important;}






  #s-86c67443-9aab-4206-8cfd-f6688b94ed2d img.shogun-image {
    

    
    
    
  }


#s-86c67443-9aab-4206-8cfd-f6688b94ed2d .shogun-image-content {
  
    align-items: center;
  
}

#s-01648d6b-90f2-461a-a9c9-73cb0676e903 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-01648d6b-90f2-461a-a9c9-73cb0676e903 hr {
  border-top: 1px solid #ddd;
}

#s-8927cf3a-f028-448b-b0e5-c1aa52a31e32 {
  margin-top: 5px;
text-align: left;
}

#s-8927cf3a-f028-448b-b0e5-c1aa52a31e32 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-16e70a89-d4b1-4718-956d-df76f5e8e0f7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aae0113a-6dab-4b40-9f21-ad664f3c98a5 {
  margin-bottom: 30px;
}








#s-aae0113a-6dab-4b40-9f21-ad664f3c98a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aae0113a-6dab-4b40-9f21-ad664f3c98a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f943b84-d782-424b-823e-7c1cf905cd36 {
  text-align: center;
}
#s-0f943b84-d782-424b-823e-7c1cf905cd36:hover {opacity: 0.9 !important;}






  #s-0f943b84-d782-424b-823e-7c1cf905cd36 img.shogun-image {
    

    
    
    
  }


#s-0f943b84-d782-424b-823e-7c1cf905cd36 .shogun-image-content {
  
    align-items: center;
  
}

#s-c208ca2e-5aa3-4149-8ea3-c5817d07307e {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-c208ca2e-5aa3-4149-8ea3-c5817d07307e hr {
  border-top: 1px solid #ddd;
}

#s-d8d3208c-d23a-4977-ac9e-1187f5ac168c {
  margin-top: 5px;
text-align: left;
}

#s-d8d3208c-d23a-4977-ac9e-1187f5ac168c .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a39b19b2-9acd-4831-a05c-45272fd56686 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b79d34d4-00bc-4e62-806f-b9245992ff12 {
  min-height: 50px;
}








#s-b79d34d4-00bc-4e62-806f-b9245992ff12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b79d34d4-00bc-4e62-806f-b9245992ff12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-71676878-40d2-4e43-87b4-82f4fa4e60dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71676878-40d2-4e43-87b4-82f4fa4e60dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71676878-40d2-4e43-87b4-82f4fa4e60dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71676878-40d2-4e43-87b4-82f4fa4e60dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b4ee5cc6-a132-4267-99c9-99f1059bd897 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b4ee5cc6-a132-4267-99c9-99f1059bd897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ee5cc6-a132-4267-99c9-99f1059bd897.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b6b1250-9b3b-45bd-9d99-21a45f5393c1 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-6b6b1250-9b3b-45bd-9d99-21a45f5393c1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a6ca909e-bac9-4cca-9874-596969274cb4 {
  margin-top: 5px;
text-align: left;
}

#s-a6ca909e-bac9-4cca-9874-596969274cb4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-1ab6d512-0da5-4709-aa50-ff800af79af4 {
  margin-bottom: 10px;
}

#s-3a38ddf8-0a4e-4a11-b3a4-014fb0176853 {
  margin-top: 5px;
text-align: left;
}

#s-3a38ddf8-0a4e-4a11-b3a4-014fb0176853 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e1baf536-eb24-453b-a99b-f57ec8ca3ae5 {
  margin-bottom: 20px;
}

#s-5e3182eb-0b50-4eeb-b54d-de14afa928f1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5e3182eb-0b50-4eeb-b54d-de14afa928f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e3182eb-0b50-4eeb-b54d-de14afa928f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e07a20-0da9-45a7-95c8-6855d7bb26f7 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-c2e07a20-0da9-45a7-95c8-6855d7bb26f7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e13cfebf-1e13-4b8d-a51d-1d1d347571c8 {
  margin-top: 5px;
text-align: left;
}

#s-e13cfebf-1e13-4b8d-a51d-1d1d347571c8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-503cf29e-02c3-4239-9d7a-9c4cfb272ad3 {
  margin-bottom: 20px;
}

#s-294f933a-51bc-4a9d-bfb6-61b3414bbf11 {
  margin-top: 5px;
text-align: left;
}

#s-294f933a-51bc-4a9d-bfb6-61b3414bbf11 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-b7149d44-3a37-4069-947b-a41f7c978fad {
  margin-bottom: 20px;
}

#s-ea4a9a90-e502-461f-85ee-b118f5bb4afd {
  margin-top: 5px;
text-align: left;
}

#s-ea4a9a90-e502-461f-85ee-b118f5bb4afd .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-8673d4c8-35bb-4eb3-8b46-f418f7bdddab {
  margin-bottom: 20px;
}

#s-74aac411-f288-4440-88e3-aa25508afad0 {
  margin-top: 5px;
text-align: left;
}

#s-74aac411-f288-4440-88e3-aa25508afad0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-59620fce-47ac-45a6-bd68-b710b489a33e {
  margin-bottom: 20px;
}

#s-f5febb4d-49cb-4cbc-890f-cfe0068526c5 {
  margin-top: 5px;
text-align: left;
}

#s-f5febb4d-49cb-4cbc-890f-cfe0068526c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Quicksand";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-e0965c20-1ffe-4812-848f-adce7d360ce0 {
  margin-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: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}
