#s-7c08c36c-8aa0-4bf9-9f75-5f9d5ba450a5 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-f238787e-54f0-4b3c-a49d-8573f5082a13 {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
}








#s-f238787e-54f0-4b3c-a49d-8573f5082a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f238787e-54f0-4b3c-a49d-8573f5082a13.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b558004c-291f-4430-ba8c-79175ef34747 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-18ea3bb3-c349-4d42-b86f-805de645ca41 {
  margin-bottom: 1.5em;
min-height: 50px;
}








#s-18ea3bb3-c349-4d42-b86f-805de645ca41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ea3bb3-c349-4d42-b86f-805de645ca41.shg-box.shg-c {
  justify-content: flex-start;
}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-3e525d3d-ef3a-4543-9359-3c95a9ea04ee {
  margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
}








#s-3e525d3d-ef3a-4543-9359-3c95a9ea04ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e525d3d-ef3a-4543-9359-3c95a9ea04ee.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-afa5184d-1015-43e7-893f-9e99f4693d1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 120, 153, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 241, 240, 1);
}
#s-afa5184d-1015-43e7-893f-9e99f4693d1c:hover {background-color: rgba(247, 135, 43, 1) !important;
text-decoration: none !important;
color: rgba(85, 38, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-afa5184d-1015-43e7-893f-9e99f4693d1c:active {background-color: rgba(239, 78, 121, 1) !important;
text-decoration: none !important;
color: rgba(71, 0, 31, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-afa5184d-1015-43e7-893f-9e99f4693d1c-root {
    text-align: center;
  }


#s-afa5184d-1015-43e7-893f-9e99f4693d1c.shg-btn {
  color: rgba(255, 241, 240, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afa5184d-1015-43e7-893f-9e99f4693d1c-root {
    text-align: center;
  }


#s-afa5184d-1015-43e7-893f-9e99f4693d1c.shg-btn {
  color: rgba(255, 241, 240, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afa5184d-1015-43e7-893f-9e99f4693d1c-root {
    text-align: center;
  }


#s-afa5184d-1015-43e7-893f-9e99f4693d1c.shg-btn {
  color: rgba(255, 241, 240, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afa5184d-1015-43e7-893f-9e99f4693d1c-root {
    text-align: center;
  }


#s-afa5184d-1015-43e7-893f-9e99f4693d1c.shg-btn {
  color: rgba(255, 241, 240, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afa5184d-1015-43e7-893f-9e99f4693d1c-root {
    text-align: center;
  }


#s-afa5184d-1015-43e7-893f-9e99f4693d1c.shg-btn {
  color: rgba(255, 241, 240, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-256f1490-63d2-4a39-8481-03cae2867911 {
  margin-bottom: 4em;
min-height: 50px;
}








#s-256f1490-63d2-4a39-8481-03cae2867911 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-256f1490-63d2-4a39-8481-03cae2867911.shg-box.shg-c {
  justify-content: flex-start;
}

.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;
  
  
  text-transform: none;
  
  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-b775010c-0ee9-422e-bd32-fdb5bd3c9a80 {
  padding-left: 3%;
padding-bottom: 1em;
padding-right: 3%;
text-align: center;
}

#s-b775010c-0ee9-422e-bd32-fdb5bd3c9a80 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6d600ed0-ec24-4a44-9211-6424417dca53 {
  margin-bottom: 0em;
padding-top: 1em;
padding-left: 1.14285em;
padding-bottom: 0.5em;
padding-right: 1.14285em;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}








#s-6d600ed0-ec24-4a44-9211-6424417dca53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d600ed0-ec24-4a44-9211-6424417dca53.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-5520e048-de14-49b8-8ab3-0242123dd49b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.9523799999999999em);
}

}

@media (min-width: 768px) {
[id="s-5520e048-de14-49b8-8ab3-0242123dd49b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.9523799999999999em);
}

}

@media (min-width: 992px) {
[id="s-5520e048-de14-49b8-8ab3-0242123dd49b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.9523799999999999em);
}

}

@media (min-width: 1200px) {
[id="s-5520e048-de14-49b8-8ab3-0242123dd49b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.9523799999999999em);
}

}

#s-37857325-cec0-4263-84b0-ec179f2ab291 {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-37857325-cec0-4263-84b0-ec179f2ab291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37857325-cec0-4263-84b0-ec179f2ab291.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a24ab94c-0c1c-467e-837f-d884342da263"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24ab94c-0c1c-467e-837f-d884342da263"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 992px) {
[id="s-a24ab94c-0c1c-467e-837f-d884342da263"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 1200px) {
[id="s-a24ab94c-0c1c-467e-837f-d884342da263"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.714285em);
}

}

#s-8b0c0742-6fc5-48eb-bb30-ed62723112a3 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-8b0c0742-6fc5-48eb-bb30-ed62723112a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b0c0742-6fc5-48eb-bb30-ed62723112a3.shg-box.shg-c {
  justify-content: flex-start;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-33fb3623-63f9-482d-b359-fa4a9432bee4 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}








#s-33fb3623-63f9-482d-b359-fa4a9432bee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbb9e40a-8f42-4f33-acda-3c101db2a886 {
  padding-top: 1em;
text-align: center;
}

#s-bbb9e40a-8f42-4f33-acda-3c101db2a886 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-bbb9e40a-8f42-4f33-acda-3c101db2a886 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-d18ff836-0ec9-4ba0-9824-df3b7bdc486c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-d18ff836-0ec9-4ba0-9824-df3b7bdc486c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d18ff836-0ec9-4ba0-9824-df3b7bdc486c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-02dfa090-63be-43ee-8045-cd4188ad16cf {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}








#s-02dfa090-63be-43ee-8045-cd4188ad16cf .shogun-image-content {
  
    align-items: center;
  
}

#s-ded0af7c-5852-4722-94c0-4aea1d03f9ed {
  padding-top: 1em;
text-align: center;
}

#s-ded0af7c-5852-4722-94c0-4aea1d03f9ed .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-ded0af7c-5852-4722-94c0-4aea1d03f9ed .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-e228b26c-771e-41c4-9dd1-517809ec8d4f {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-e228b26c-771e-41c4-9dd1-517809ec8d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e228b26c-771e-41c4-9dd1-517809ec8d4f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e3ad973-a261-4d61-b474-9f670ffb2683"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e3ad973-a261-4d61-b474-9f670ffb2683"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 992px) {
[id="s-6e3ad973-a261-4d61-b474-9f670ffb2683"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 1200px) {
[id="s-6e3ad973-a261-4d61-b474-9f670ffb2683"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.714285em);
}

}

#s-dce95282-e6b3-43c7-82d6-fbbd64522755 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-dce95282-e6b3-43c7-82d6-fbbd64522755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dce95282-e6b3-43c7-82d6-fbbd64522755.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78c1674f-ce1c-4e80-b49c-63f179f93c18 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 226/226;
text-align: center;
}





  #s-78c1674f-ce1c-4e80-b49c-63f179f93c18 img.shogun-image,
  #s-78c1674f-ce1c-4e80-b49c-63f179f93c18 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78c1674f-ce1c-4e80-b49c-63f179f93c18 {
    width: 100%;
    height: auto;
  }



  #s-78c1674f-ce1c-4e80-b49c-63f179f93c18 img.shogun-image {
    
      min-height: auto;
    

    
    
    
  }


#s-78c1674f-ce1c-4e80-b49c-63f179f93c18 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed57952-ea40-4d15-ad2f-dd44142810da {
  padding-top: 1em;
text-align: center;
}

#s-6ed57952-ea40-4d15-ad2f-dd44142810da .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-6ed57952-ea40-4d15-ad2f-dd44142810da .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-66eab789-6e52-40f7-bbbe-c9afe81ed01c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-66eab789-6e52-40f7-bbbe-c9afe81ed01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66eab789-6e52-40f7-bbbe-c9afe81ed01c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da0291c6-bda3-4e14-ab89-b910ee6b4905 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}








#s-da0291c6-bda3-4e14-ab89-b910ee6b4905 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b029c9b-d72e-4b60-be32-20b7806c0e22 {
  padding-top: 1em;
text-align: center;
}

#s-5b029c9b-d72e-4b60-be32-20b7806c0e22 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5b029c9b-d72e-4b60-be32-20b7806c0e22 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-4c12fb6a-8d34-4151-8529-172fb352e73f {
  margin-top: 1em;
margin-bottom: 1em;
min-height: 50px;
}








#s-4c12fb6a-8d34-4151-8529-172fb352e73f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c12fb6a-8d34-4151-8529-172fb352e73f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d77bc156-da3f-4933-9ee0-9afa7d5781a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d77bc156-da3f-4933-9ee0-9afa7d5781a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 992px) {
[id="s-d77bc156-da3f-4933-9ee0-9afa7d5781a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.714285em);
}

}

@media (min-width: 1200px) {
[id="s-d77bc156-da3f-4933-9ee0-9afa7d5781a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.714285em);
}

}

#s-30a64a4e-2d18-42d6-9e3f-02b85c3e7204 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-30a64a4e-2d18-42d6-9e3f-02b85c3e7204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30a64a4e-2d18-42d6-9e3f-02b85c3e7204.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ae17bda-b381-48ca-b8a0-de5fa4f8259e {
  margin-left: auto;
margin-right: auto;
max-width: 315px;
text-align: center;
}








#s-1ae17bda-b381-48ca-b8a0-de5fa4f8259e .shogun-image-content {
  
    align-items: center;
  
}

#s-b4a17bd9-f9ec-4764-a1b0-df3e12dba0ad {
  padding-top: 1em;
text-align: center;
}

#s-b4a17bd9-f9ec-4764-a1b0-df3e12dba0ad .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b4a17bd9-f9ec-4764-a1b0-df3e12dba0ad .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-b6d3fa44-264c-4826-9045-cae757f3f35a {
  margin-top: 0.5em;
margin-bottom: 0.5em;
min-height: 50px;
}








#s-b6d3fa44-264c-4826-9045-cae757f3f35a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6d3fa44-264c-4826-9045-cae757f3f35a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f2f19c9a-73fa-473f-ac59-cf092301a83f {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-f2f19c9a-73fa-473f-ac59-cf092301a83f img.shogun-image {
    
      min-height: auto;
    

    
    
    
  }


#s-f2f19c9a-73fa-473f-ac59-cf092301a83f .shogun-image-content {
  
    align-items: center;
  
}

#s-c9dd497f-a5cf-4911-8907-6a83be37c0ea {
  padding-top: 1em;
text-align: center;
}

#s-c9dd497f-a5cf-4911-8907-6a83be37c0ea .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-c9dd497f-a5cf-4911-8907-6a83be37c0ea .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 {
  margin-bottom: 0.5em;
min-height: 50px;
}
@media (min-width: 1200px){#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 {
  
}
}@media (max-width: 767px){#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 {
  
}
}







#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45be2d3a-15ce-4919-a8a9-1048cf1935b4.shg-box.shg-c {
  justify-content: center;
}

#s-07d7645d-7c44-4c68-bbf5-a0eb754e48b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-770baf5f-e5c3-4d57-8749-4ea8eb72f167 {
  padding-bottom: 1em;
text-align: center;
}

#s-770baf5f-e5c3-4d57-8749-4ea8eb72f167 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 21.0px);
}

[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 21.0px);
}

}

@media (min-width: 992px) {
[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 21.0px);
}

[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 21.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 21.0px);
}

[id="s-0c375092-d594-448a-bfbd-2cb4e2a259e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 21.0px);
}

}

#s-28600918-2c2e-4e98-a170-69e33351fff6 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 520px;
}








#s-28600918-2c2e-4e98-a170-69e33351fff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28600918-2c2e-4e98-a170-69e33351fff6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7712ac62-c36c-4da9-8368-5eab8dfc0b6c {
  margin-left: auto;
margin-right: auto;
max-width: 568px;
text-align: center;
}








#s-7712ac62-c36c-4da9-8368-5eab8dfc0b6c .shogun-image-content {
  
    align-items: center;
  
}

#s-2d87c206-f83e-4118-b131-8c0046adc5a1 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-2d87c206-f83e-4118-b131-8c0046adc5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d87c206-f83e-4118-b131-8c0046adc5a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51ce9a82-3651-45a1-b141-e5741110c321 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bff464a4-8d7f-40c7-aa28-7320ac1ab582 {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bff464a4-8d7f-40c7-aa28-7320ac1ab582 {
  
}
}
#s-1371d4ea-532f-43fe-9aa5-0bd49f15d919 {
  padding-bottom: %;
}

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

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

#s-b406a7af-a47d-4407-a7bf-c13c810ca984 hr {
  border-top: 1px solid rgba(192, 202, 208, 1);
}

#s-ea5f659f-cdae-4335-bc98-208b07c2f507 {
  margin-bottom: 4em;
min-height: 50px;
}








#s-ea5f659f-cdae-4335-bc98-208b07c2f507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea5f659f-cdae-4335-bc98-208b07c2f507.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f76148cc-3906-41d1-96fb-cdba91f7e86e {
  text-align: left;
}

#s-184ed8b5-fed8-41ab-905c-fb22c9970452 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-184ed8b5-fed8-41ab-905c-fb22c9970452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-184ed8b5-fed8-41ab-905c-fb22c9970452.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6913cc7-d747-4d8c-8505-386eec635830 {
  padding-bottom: 1em;
text-align: center;
}

#s-d6913cc7-d747-4d8c-8505-386eec635830 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-05d3b149-1453-413b-937f-b2899d0e1490 {
  
}
}@media (max-width: 767px){#s-05d3b149-1453-413b-937f-b2899d0e1490 {
  
}
}
@media (min-width: 0px) {
[id="s-05d3b149-1453-413b-937f-b2899d0e1490"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-05d3b149-1453-413b-937f-b2899d0e1490"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-05d3b149-1453-413b-937f-b2899d0e1490"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-05d3b149-1453-413b-937f-b2899d0e1490"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-125b5d6b-9c70-4d1d-a251-9f44ae5401bd {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-125b5d6b-9c70-4d1d-a251-9f44ae5401bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-125b5d6b-9c70-4d1d-a251-9f44ae5401bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2dbd537c-9f65-4bf3-8295-575a603fc731 {
  max-width: 350px;
text-align: center;
}








#s-2dbd537c-9f65-4bf3-8295-575a603fc731 .shogun-image-content {
  
    align-items: center;
  
}

#s-5809a0bc-5148-42d8-8476-f1dd916cfcba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-5809a0bc-5148-42d8-8476-f1dd916cfcba .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-5809a0bc-5148-42d8-8476-f1dd916cfcba .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-784b9485-9786-4fd9-bdc5-ac0513976d58 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-784b9485-9786-4fd9-bdc5-ac0513976d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-784b9485-9786-4fd9-bdc5-ac0513976d58.shg-box.shg-c {
  justify-content: flex-start;
}

#s-adff62d2-e292-40c9-bc1d-dd8c36f0ac00 {
  max-width: 350px;
text-align: center;
}








#s-adff62d2-e292-40c9-bc1d-dd8c36f0ac00 .shogun-image-content {
  
    align-items: center;
  
}

#s-00bd6c0d-c7a7-467b-ba09-2b8e9214a153 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-00bd6c0d-c7a7-467b-ba09-2b8e9214a153 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-00bd6c0d-c7a7-467b-ba09-2b8e9214a153 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-41f652ef-287b-4ddc-a10e-5b867d7c5f92 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-41f652ef-287b-4ddc-a10e-5b867d7c5f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41f652ef-287b-4ddc-a10e-5b867d7c5f92.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f104a9b7-c273-405c-b02e-2b36815e551c {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
text-align: center;
}








#s-f104a9b7-c273-405c-b02e-2b36815e551c .shogun-image-content {
  
    align-items: center;
  
}

#s-fd9d4386-933d-4ba5-8ac7-2f2b72bb3d87 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-fd9d4386-933d-4ba5-8ac7-2f2b72bb3d87 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-fd9d4386-933d-4ba5-8ac7-2f2b72bb3d87 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-13a7c1f6-867a-4dea-9a2e-6bb5865e2185 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-13a7c1f6-867a-4dea-9a2e-6bb5865e2185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13a7c1f6-867a-4dea-9a2e-6bb5865e2185.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e44c7026-b5be-4b1e-b681-fd9d37438fc3 {
  max-width: 350px;
text-align: center;
}








#s-e44c7026-b5be-4b1e-b681-fd9d37438fc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-88bbc575-fb02-4b1e-8162-482246a7d8e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-88bbc575-fb02-4b1e-8162-482246a7d8e3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-88bbc575-fb02-4b1e-8162-482246a7d8e3 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


@media (min-width: 768px) and (max-width: 991px){#s-10a14bc4-13c6-4894-874d-2abe4e18ef35 {
  
}
}@media (max-width: 767px){#s-10a14bc4-13c6-4894-874d-2abe4e18ef35 {
  
}
}
@media (min-width: 0px) {
[id="s-10a14bc4-13c6-4894-874d-2abe4e18ef35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-10a14bc4-13c6-4894-874d-2abe4e18ef35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-10a14bc4-13c6-4894-874d-2abe4e18ef35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-10a14bc4-13c6-4894-874d-2abe4e18ef35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-f6748e0b-ad59-4a1a-9baa-9a6a6dc12ce2 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-f6748e0b-ad59-4a1a-9baa-9a6a6dc12ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6748e0b-ad59-4a1a-9baa-9a6a6dc12ce2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58b0b9fb-3c7a-410d-bb9c-59b8543739a7 {
  max-width: 350px;
text-align: center;
}








#s-58b0b9fb-3c7a-410d-bb9c-59b8543739a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5e65fe4-5467-4fe2-ac6d-1d47d7964910 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-b5e65fe4-5467-4fe2-ac6d-1d47d7964910 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-b5e65fe4-5467-4fe2-ac6d-1d47d7964910 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-ccd8b9f1-e5af-4ee0-a24d-b9f484667818 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-ccd8b9f1-e5af-4ee0-a24d-b9f484667818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccd8b9f1-e5af-4ee0-a24d-b9f484667818.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e900a7c7-8f81-4009-9562-6beeaddcba32 {
  max-width: 350px;
text-align: center;
}








#s-e900a7c7-8f81-4009-9562-6beeaddcba32 .shogun-image-content {
  
    align-items: center;
  
}

#s-df1e9b88-ba90-4bb6-b24c-9b731555d449 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-df1e9b88-ba90-4bb6-b24c-9b731555d449 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-df1e9b88-ba90-4bb6-b24c-9b731555d449 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-517f5ef3-41d1-49f4-85ab-745692e8104c {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-517f5ef3-41d1-49f4-85ab-745692e8104c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-517f5ef3-41d1-49f4-85ab-745692e8104c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b6cc6618-f7cb-4dd1-8225-29f6482d80c8 {
  max-width: 350px;
text-align: center;
}








#s-b6cc6618-f7cb-4dd1-8225-29f6482d80c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-27f4a92d-9415-4a4d-ba33-9eea322aa9e4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-27f4a92d-9415-4a4d-ba33-9eea322aa9e4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-27f4a92d-9415-4a4d-ba33-9eea322aa9e4 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-a5f9593c-d84f-4bda-a93d-13e9d76e60d8 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-a5f9593c-d84f-4bda-a93d-13e9d76e60d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5f9593c-d84f-4bda-a93d-13e9d76e60d8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a75afe47-b4f3-4c18-8f73-bfeb60929af3 {
  max-width: 350px;
text-align: center;
}








#s-a75afe47-b4f3-4c18-8f73-bfeb60929af3 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e15d2f-ad81-4321-bef4-4ce5e42954a2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-85e15d2f-ad81-4321-bef4-4ce5e42954a2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-85e15d2f-ad81-4321-bef4-4ce5e42954a2 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


@media (min-width: 768px) and (max-width: 991px){#s-f683a341-3ee0-4168-ba85-22c78a5f4844 {
  
}
}@media (max-width: 767px){#s-f683a341-3ee0-4168-ba85-22c78a5f4844 {
  
}
}
@media (min-width: 0px) {
[id="s-f683a341-3ee0-4168-ba85-22c78a5f4844"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f683a341-3ee0-4168-ba85-22c78a5f4844"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f683a341-3ee0-4168-ba85-22c78a5f4844"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f683a341-3ee0-4168-ba85-22c78a5f4844"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-592157f5-7ab2-4d91-bd2c-44fd279d954b {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-592157f5-7ab2-4d91-bd2c-44fd279d954b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-592157f5-7ab2-4d91-bd2c-44fd279d954b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87f728e2-9043-4db6-9c3f-b20706a6a234 {
  max-width: 350px;
text-align: center;
}








#s-87f728e2-9043-4db6-9c3f-b20706a6a234 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ede1c81-adf1-43f2-a80c-c526a0b95e05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-9ede1c81-adf1-43f2-a80c-c526a0b95e05 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-9ede1c81-adf1-43f2-a80c-c526a0b95e05 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-dbc0499f-3862-4bea-a1fa-1d8370594800 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-dbc0499f-3862-4bea-a1fa-1d8370594800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbc0499f-3862-4bea-a1fa-1d8370594800.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8e4cb5f-0d4e-450e-aee3-1d6789625764 {
  max-width: 728px;
text-align: center;
}








#s-c8e4cb5f-0d4e-450e-aee3-1d6789625764 .shogun-image-content {
  
    align-items: center;
  
}

#s-1eeb0015-eae5-45e5-bc14-dbfccea42080 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-1eeb0015-eae5-45e5-bc14-dbfccea42080 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-1eeb0015-eae5-45e5-bc14-dbfccea42080 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-19aede0a-3060-466c-bdb3-3a4ec35642bd {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-19aede0a-3060-466c-bdb3-3a4ec35642bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19aede0a-3060-466c-bdb3-3a4ec35642bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da48de76-ce68-43f6-93c3-d933ce1021f9 {
  text-align: center;
}







  #s-da48de76-ce68-43f6-93c3-d933ce1021f9 img.shogun-image {
    
      min-height: auto;
    

    
    
    
  }


#s-da48de76-ce68-43f6-93c3-d933ce1021f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea4fa63a-1601-4d10-b68c-487389ba2c11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-ea4fa63a-1601-4d10-b68c-487389ba2c11 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-ea4fa63a-1601-4d10-b68c-487389ba2c11 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-2a1f92bd-eecd-46cd-8eb2-027ec62b96f4 {
  margin-bottom: 2em;
min-height: 50px;
opacity: 1;
}








#s-2a1f92bd-eecd-46cd-8eb2-027ec62b96f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a1f92bd-eecd-46cd-8eb2-027ec62b96f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-abf7317c-3ffc-43fc-89b8-f7936bb85778 {
  text-align: center;
}







  #s-abf7317c-3ffc-43fc-89b8-f7936bb85778 img.shogun-image {
    
      min-height: auto;
    

    
    
    
  }


#s-abf7317c-3ffc-43fc-89b8-f7936bb85778 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e94e54b-e880-4dee-a2b5-7e0519f28b12 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0.85714em;
padding-bottom: 0px;
text-align: center;
}

#s-3e94e54b-e880-4dee-a2b5-7e0519f28b12 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-3e94e54b-e880-4dee-a2b5-7e0519f28b12 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-2a5d50ca-2f35-44d2-b0d8-0dba9c1a288d hr {
  border-top: 1px solid rgba(192, 202, 208, 1);
}

#s-ab0efd2f-7466-4513-a1d7-36ee2626e913 {
  margin-top: 0px;
min-height: 50px;
}








#s-ab0efd2f-7466-4513-a1d7-36ee2626e913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab0efd2f-7466-4513-a1d7-36ee2626e913.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8900a2e5-0f5c-4195-b463-7bb3044ba924 {
  padding-bottom: %;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
