.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-f433705b-0ffc-4600-b4ff-eb2fde6cd79b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f433705b-0ffc-4600-b4ff-eb2fde6cd79b {
  
}
}@media (max-width: 767px){#s-f433705b-0ffc-4600-b4ff-eb2fde6cd79b {
  
}
}







#s-f433705b-0ffc-4600-b4ff-eb2fde6cd79b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f433705b-0ffc-4600-b4ff-eb2fde6cd79b {
  cursor: pointer;
}#s-f433705b-0ffc-4600-b4ff-eb2fde6cd79b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a255a54-8276-4cb5-856e-f6c675e204a5 {
  min-height: 50px;
}








#s-1a255a54-8276-4cb5-856e-f6c675e204a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a255a54-8276-4cb5-856e-f6c675e204a5.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-ca4f8007-0fdd-416c-aa04-36c65f5b02ba {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-ca4f8007-0fdd-416c-aa04-36c65f5b02ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca4f8007-0fdd-416c-aa04-36c65f5b02ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca4f8007-0fdd-416c-aa04-36c65f5b02ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca4f8007-0fdd-416c-aa04-36c65f5b02ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1306d430-ffcb-4f25-8b0d-15e75a235398 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-1306d430-ffcb-4f25-8b0d-15e75a235398 {
  min-height: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1306d430-ffcb-4f25-8b0d-15e75a235398 {
  min-height: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1306d430-ffcb-4f25-8b0d-15e75a235398 {
  min-height: 150px;
}
}







#s-1306d430-ffcb-4f25-8b0d-15e75a235398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1306d430-ffcb-4f25-8b0d-15e75a235398.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15918c30-91b7-4f1a-82e8-b96662b07d2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
}








#s-15918c30-91b7-4f1a-82e8-b96662b07d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15918c30-91b7-4f1a-82e8-b96662b07d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d123c97a-6e00-43ec-ad22-4e6dd5701930 {
  margin-top: 30px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d123c97a-6e00-43ec-ad22-4e6dd5701930 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d5c0d52c-013d-48d1-86d8-16570fe8712a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d5c0d52c-013d-48d1-86d8-16570fe8712a .shogun-heading-component h3 {
  color: rgba(208, 44, 49, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-21f69053-cca6-451e-90de-2c43db178585 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(143, 42, 43, 1);
border-radius: 5px;
text-align: left;
background-color: rgba(208, 44, 48, 1);
text-decoration: none;
}
#s-21f69053-cca6-451e-90de-2c43db178585:hover {background-color: rgba(143, 42, 43, 1) !important;
text-decoration: none !important;}#s-21f69053-cca6-451e-90de-2c43db178585:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21f69053-cca6-451e-90de-2c43db178585-root {
    text-align: left;
  }


#s-21f69053-cca6-451e-90de-2c43db178585.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21f69053-cca6-451e-90de-2c43db178585-root {
    text-align: left;
  }


#s-21f69053-cca6-451e-90de-2c43db178585.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21f69053-cca6-451e-90de-2c43db178585-root {
    text-align: left;
  }


#s-21f69053-cca6-451e-90de-2c43db178585.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21f69053-cca6-451e-90de-2c43db178585-root {
    text-align: left;
  }


#s-21f69053-cca6-451e-90de-2c43db178585.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21f69053-cca6-451e-90de-2c43db178585-root {
    text-align: left;
  }


#s-21f69053-cca6-451e-90de-2c43db178585.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-4f2ac101-acf7-4292-a08c-92055f8c789d {
  min-height: 50px;
}








#s-4f2ac101-acf7-4292-a08c-92055f8c789d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2ac101-acf7-4292-a08c-92055f8c789d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f7a5f8a-2c54-4fff-afe5-cfa569514ec9 {
  min-height: 50px;
}








#s-8f7a5f8a-2c54-4fff-afe5-cfa569514ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7a5f8a-2c54-4fff-afe5-cfa569514ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc4b00e4-6e36-40e2-8774-910caa5f560b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-bc4b00e4-6e36-40e2-8774-910caa5f560b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-717fc05b-1fac-46fe-bc26-545aed70f2e1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-717fc05b-1fac-46fe-bc26-545aed70f2e1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-717fc05b-1fac-46fe-bc26-545aed70f2e1 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
.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-d50b933f-a842-480f-9076-c79a2755d2c3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ceba52db-ef58-47d4-b7ce-f3ad793e685f {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceba52db-ef58-47d4-b7ce-f3ad793e685f {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ceba52db-ef58-47d4-b7ce-f3ad793e685f {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-ceba52db-ef58-47d4-b7ce-f3ad793e685f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-ceba52db-ef58-47d4-b7ce-f3ad793e685f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ceba52db-ef58-47d4-b7ce-f3ad793e685f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ceba52db-ef58-47d4-b7ce-f3ad793e685f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.8333333333333334px);
}

}

#s-dfa47bf6-36c3-4d1d-8a37-6c277dba2d73 {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-dfa47bf6-36c3-4d1d-8a37-6c277dba2d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfa47bf6-36c3-4d1d-8a37-6c277dba2d73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e922895-8585-4fb2-9092-e12b47300c6f {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-2e922895-8585-4fb2-9092-e12b47300c6f .shogun-icon-wrapper {
  text-align: center;
}


#s-2e922895-8585-4fb2-9092-e12b47300c6f .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 69, 0, 1);
}

#s-7337c349-0923-4f95-a99e-00b451db17c6 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7337c349-0923-4f95-a99e-00b451db17c6 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-86e443dd-8c22-43a2-bdca-eb2d0d6db0dd {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
}








#s-86e443dd-8c22-43a2-bdca-eb2d0d6db0dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e443dd-8c22-43a2-bdca-eb2d0d6db0dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d681924a-95fe-4048-b296-c02fd93aaf9c {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-d681924a-95fe-4048-b296-c02fd93aaf9c .shogun-icon-wrapper {
  text-align: center;
}


#s-d681924a-95fe-4048-b296-c02fd93aaf9c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-1e53127b-5a92-4a98-80df-18a19bd3ba2f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1e53127b-5a92-4a98-80df-18a19bd3ba2f .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-631c9cdc-6bef-4a05-b90d-8ee175d1dac2 {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
}








#s-631c9cdc-6bef-4a05-b90d-8ee175d1dac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-631c9cdc-6bef-4a05-b90d-8ee175d1dac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a75963-e7ed-4f31-a376-331a2e3dc325 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-15a75963-e7ed-4f31-a376-331a2e3dc325 .shogun-icon-wrapper {
  text-align: center;
}


#s-15a75963-e7ed-4f31-a376-331a2e3dc325 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-f3dfe98c-79ee-4d05-97b9-7e0bc16ec86d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f3dfe98c-79ee-4d05-97b9-7e0bc16ec86d .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f796478-ae0d-44ab-a643-42d521583ac3 {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
}








#s-1f796478-ae0d-44ab-a643-42d521583ac3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f796478-ae0d-44ab-a643-42d521583ac3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cef9aa24-91a6-4994-9953-0c42d861c1c0 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-cef9aa24-91a6-4994-9953-0c42d861c1c0 .shogun-icon-wrapper {
  text-align: center;
}


#s-cef9aa24-91a6-4994-9953-0c42d861c1c0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-1deea7c9-04a1-40d7-b256-3d94a006799b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1deea7c9-04a1-40d7-b256-3d94a006799b .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f1ee6b5f-4c7b-43a6-af39-adc78e69bb02 {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
}








#s-f1ee6b5f-4c7b-43a6-af39-adc78e69bb02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ee6b5f-4c7b-43a6-af39-adc78e69bb02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-034b7faf-12af-4ed5-8f03-a3d182b478cc {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-034b7faf-12af-4ed5-8f03-a3d182b478cc .shogun-icon-wrapper {
  text-align: center;
}


#s-034b7faf-12af-4ed5-8f03-a3d182b478cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-422d0bea-d844-4833-904e-7295a7cfa2d5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-422d0bea-d844-4833-904e-7295a7cfa2d5 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ed2925f0-dc8b-4ce3-a7cb-45f4dc54549a {
  min-height: 140px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed2925f0-dc8b-4ce3-a7cb-45f4dc54549a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2925f0-dc8b-4ce3-a7cb-45f4dc54549a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57270f15-f962-4d27-b5f7-0de08703246d {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-57270f15-f962-4d27-b5f7-0de08703246d .shogun-icon-wrapper {
  text-align: center;
}


#s-57270f15-f962-4d27-b5f7-0de08703246d .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-edaef7bf-bbbe-47b3-91af-e1a4ddca2a47 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-edaef7bf-bbbe-47b3-91af-e1a4ddca2a47 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8412bb1d-c3fc-4c9d-b7d3-23a960cb2ee3 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8412bb1d-c3fc-4c9d-b7d3-23a960cb2ee3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8412bb1d-c3fc-4c9d-b7d3-23a960cb2ee3 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8412bb1d-c3fc-4c9d-b7d3-23a960cb2ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8412bb1d-c3fc-4c9d-b7d3-23a960cb2ee3.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-6de45d7e-90d4-44db-84a8-a00f8717b540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de45d7e-90d4-44db-84a8-a00f8717b540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6de45d7e-90d4-44db-84a8-a00f8717b540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de45d7e-90d4-44db-84a8-a00f8717b540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-6de45d7e-90d4-44db-84a8-a00f8717b540"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b58caa9c-ff3a-4ca4-ae96-3fd1159b3981 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b58caa9c-ff3a-4ca4-ae96-3fd1159b3981 {
  margin-top: 0px;
}
}
#s-b58caa9c-ff3a-4ca4-ae96-3fd1159b3981 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-b58caa9c-ff3a-4ca4-ae96-3fd1159b3981 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-90eb7dfd-2327-4648-a10e-2669f8d32786 {
  margin-left: 20px;
margin-right: 20px;
}

#s-538b0934-c16b-488c-a238-c3f280d5c6bd {
  margin-left: 20px;
margin-right: 20px;
}

#s-46c9a714-32db-40a6-87bb-a1048de31cba {
  border-style: solid;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-46c9a714-32db-40a6-87bb-a1048de31cba > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-46c9a714-32db-40a6-87bb-a1048de31cba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-65cd8f0e-51e4-4197-9c12-0de52ecede46 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-65cd8f0e-51e4-4197-9c12-0de52ecede46 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-65cd8f0e-51e4-4197-9c12-0de52ecede46 .shg-sld-nav-button.shg-sld-left,
#s-65cd8f0e-51e4-4197-9c12-0de52ecede46 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fff25967-5723-4670-9963-135c67ea0352 {
  margin-top: 10px;
text-align: left;
}

#s-fff25967-5723-4670-9963-135c67ea0352 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-18eebfa1-ab18-48d6-8ac7-1c3151462af1 {
  margin-top: 10px;
text-align: left;
}

#s-18eebfa1-ab18-48d6-8ac7-1c3151462af1 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-151f80bb-d481-4865-90bb-63285e8ee21d {
  margin-top: 10px;
text-align: left;
}

#s-151f80bb-d481-4865-90bb-63285e8ee21d .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-539b81c7-a572-49e6-b32a-5320a4ed54be {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-539b81c7-a572-49e6-b32a-5320a4ed54be img.shogun-image {
    

    
    
    
  }


#s-539b81c7-a572-49e6-b32a-5320a4ed54be .shogun-image-content {
  
    align-items: center;
  
}

#s-388f35e0-a37b-46c3-8079-c57046b4f822 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-388f35e0-a37b-46c3-8079-c57046b4f822 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-388f35e0-a37b-46c3-8079-c57046b4f822 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-388f35e0-a37b-46c3-8079-c57046b4f822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-388f35e0-a37b-46c3-8079-c57046b4f822.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-718bed74-f0ce-4c2f-8af5-614eca81b700"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-718bed74-f0ce-4c2f-8af5-614eca81b700"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-718bed74-f0ce-4c2f-8af5-614eca81b700"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-718bed74-f0ce-4c2f-8af5-614eca81b700"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-20cf41d2-b41e-46a5-af66-a9fddd259d8c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-20cf41d2-b41e-46a5-af66-a9fddd259d8c img.shogun-image {
    

    
    
    
  }


#s-20cf41d2-b41e-46a5-af66-a9fddd259d8c .shogun-image-content {
  
    align-items: center;
  
}

#s-3ad47709-ddf7-4f3a-a639-5b82fccc1491 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3ad47709-ddf7-4f3a-a639-5b82fccc1491 {
  margin-top: 0px;
}
}
#s-3ad47709-ddf7-4f3a-a639-5b82fccc1491 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-3ad47709-ddf7-4f3a-a639-5b82fccc1491 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c51fb7cd-a6c4-4584-85eb-b0a6c94a3297 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a763adce-1975-4e1b-80b0-a9fc947aa121 {
  margin-left: 20px;
margin-right: 20px;
}

#s-adbc3423-196e-45eb-bddf-061f8813d835 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-adbc3423-196e-45eb-bddf-061f8813d835 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-adbc3423-196e-45eb-bddf-061f8813d835 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-adbc3423-196e-45eb-bddf-061f8813d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adbc3423-196e-45eb-bddf-061f8813d835.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-ff0e1e59-28ce-47f0-a187-98f54aa5eece"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff0e1e59-28ce-47f0-a187-98f54aa5eece"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ff0e1e59-28ce-47f0-a187-98f54aa5eece"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff0e1e59-28ce-47f0-a187-98f54aa5eece"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-ff0e1e59-28ce-47f0-a187-98f54aa5eece"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3a3c688f-11ef-40bf-9881-7f85217a2508 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3a3c688f-11ef-40bf-9881-7f85217a2508 {
  margin-top: 0px;
}
}
#s-3a3c688f-11ef-40bf-9881-7f85217a2508 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-3a3c688f-11ef-40bf-9881-7f85217a2508 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-da66623d-dfb6-4967-964d-41fc85c1dcc7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b728ab0e-10ee-49a7-8a72-aba0cc4415e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-b728ab0e-10ee-49a7-8a72-aba0cc4415e7 img.shogun-image {
    

    
    
    
  }


#s-b728ab0e-10ee-49a7-8a72-aba0cc4415e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab4d7327-8746-434a-8415-893cbf3927cc {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ab4d7327-8746-434a-8415-893cbf3927cc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ab4d7327-8746-434a-8415-893cbf3927cc {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ab4d7327-8746-434a-8415-893cbf3927cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab4d7327-8746-434a-8415-893cbf3927cc.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-7405ae21-0aa4-4772-b3a2-fcdceb4080aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7405ae21-0aa4-4772-b3a2-fcdceb4080aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7405ae21-0aa4-4772-b3a2-fcdceb4080aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7405ae21-0aa4-4772-b3a2-fcdceb4080aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3f33ea17-608a-47e5-8e7a-68868a166ebc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-3f33ea17-608a-47e5-8e7a-68868a166ebc img.shogun-image {
    

    
    
    
  }


#s-3f33ea17-608a-47e5-8e7a-68868a166ebc .shogun-image-content {
  
    align-items: center;
  
}

#s-d13504e8-07ff-4d2d-88fe-d53ddf06fff5 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d13504e8-07ff-4d2d-88fe-d53ddf06fff5 {
  margin-top: 0px;
}
}
#s-d13504e8-07ff-4d2d-88fe-d53ddf06fff5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-d13504e8-07ff-4d2d-88fe-d53ddf06fff5 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-553b41b0-05ad-42a4-ac27-bc0d3b572dfe {
  margin-left: 20px;
margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae {
  margin-left: 10px;
margin-right: 10px;
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-6de26a65-492a-42d9-aee9-8c36cb2170ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b8bc8b29-5924-41b7-9b6a-3bd435f9c858 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7923d591-fa47-42ca-bd47-4b595803a763 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2a3152fc-573a-492f-8474-a1f910c1399f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2a3152fc-573a-492f-8474-a1f910c1399f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a3152fc-573a-492f-8474-a1f910c1399f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fbed77b-fbe9-4556-9a0f-7dc48698a00a {
  min-height: 50px;
}








#s-1fbed77b-fbe9-4556-9a0f-7dc48698a00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fbed77b-fbe9-4556-9a0f-7dc48698a00a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f71a8507-e7c4-4df8-9404-98644c1cf340 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-f71a8507-e7c4-4df8-9404-98644c1cf340"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f71a8507-e7c4-4df8-9404-98644c1cf340"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f71a8507-e7c4-4df8-9404-98644c1cf340"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f71a8507-e7c4-4df8-9404-98644c1cf340"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1134b2b-9e45-40da-950f-d3a8161ec204 {
  
}

#s-cf2244f6-c8f5-4f84-9a7e-60cfe1737fbb {
  
}

#s-89689440-deeb-4bfd-b17e-8a29d3778c4f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-89689440-deeb-4bfd-b17e-8a29d3778c4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-89689440-deeb-4bfd-b17e-8a29d3778c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89689440-deeb-4bfd-b17e-8a29d3778c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89689440-deeb-4bfd-b17e-8a29d3778c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-49f7916e-b00c-4767-a2b0-abb1bb1fe164 {
  
}

#s-5628c0a0-df77-410d-9fa7-15523afadd69 {
  
}

#s-dc75dfc5-573a-42b8-a119-85ee154d34ab {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-dc75dfc5-573a-42b8-a119-85ee154d34ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dc75dfc5-573a-42b8-a119-85ee154d34ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc75dfc5-573a-42b8-a119-85ee154d34ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc75dfc5-573a-42b8-a119-85ee154d34ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a56aa017-8049-4dce-b233-8e398e301e6e {
  
}

#s-490b9868-4c0e-4e64-af14-248371745634 {
  
}

#s-780c004a-445b-45cd-b1fc-4d4359f79df0 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-780c004a-445b-45cd-b1fc-4d4359f79df0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-780c004a-445b-45cd-b1fc-4d4359f79df0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-780c004a-445b-45cd-b1fc-4d4359f79df0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-780c004a-445b-45cd-b1fc-4d4359f79df0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fc498107-d400-4262-948b-4b9ac4b1fa92 {
  
}

#s-2f768e93-8569-4df9-ba3c-48549f3d315f {
  
}

#s-1e925126-8ff7-4a5e-aa96-456128d1e862 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-1e925126-8ff7-4a5e-aa96-456128d1e862"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e925126-8ff7-4a5e-aa96-456128d1e862"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e925126-8ff7-4a5e-aa96-456128d1e862"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e925126-8ff7-4a5e-aa96-456128d1e862"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6dc75ed-93a3-456c-befe-9beb1079fa6e {
  
}

#s-a20e723d-2149-483a-ab9d-b4dfdd4d03e9 {
  
}

#s-1debca96-2a9f-4125-b665-d901fa6a8b76 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1debca96-2a9f-4125-b665-d901fa6a8b76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1debca96-2a9f-4125-b665-d901fa6a8b76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1debca96-2a9f-4125-b665-d901fa6a8b76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1debca96-2a9f-4125-b665-d901fa6a8b76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7bbfdc3b-fd60-44da-8858-8c82fb1bec56 {
  
}

#s-3afd49a7-466a-4c34-9aa0-dbb3e6cf7ce0 {
  
}

#s-567ad223-70e7-4fae-8afd-f5d72a94408d {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-567ad223-70e7-4fae-8afd-f5d72a94408d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-567ad223-70e7-4fae-8afd-f5d72a94408d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-567ad223-70e7-4fae-8afd-f5d72a94408d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-567ad223-70e7-4fae-8afd-f5d72a94408d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbd1c890-bda8-4eca-87bd-9597b340dc22 {
  
}

#s-cbac7caf-16a2-4268-ac8e-e2b36e5cced3 {
  
}

#s-f345c84b-abcf-4a78-b6fd-871c57d9a2a6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f345c84b-abcf-4a78-b6fd-871c57d9a2a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f345c84b-abcf-4a78-b6fd-871c57d9a2a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f345c84b-abcf-4a78-b6fd-871c57d9a2a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f345c84b-abcf-4a78-b6fd-871c57d9a2a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-350c1985-b461-4487-b1a3-05477cb98a53 {
  
}

#s-3f63fc17-9114-4d07-aec3-a3721aeee684 {
  
}

#s-cff63671-9089-424e-9603-8b54f90fcc8f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-cff63671-9089-424e-9603-8b54f90fcc8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cff63671-9089-424e-9603-8b54f90fcc8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cff63671-9089-424e-9603-8b54f90fcc8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cff63671-9089-424e-9603-8b54f90fcc8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e9ea7ba5-975c-4068-888d-d38d277f7dea {
  
}

#s-a1ed5055-c10c-4015-8cf5-f2eeb35f80c5 {
  
}

#s-911f9081-78bc-4202-98f3-ad22179c7bb6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-911f9081-78bc-4202-98f3-ad22179c7bb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-911f9081-78bc-4202-98f3-ad22179c7bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-911f9081-78bc-4202-98f3-ad22179c7bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-911f9081-78bc-4202-98f3-ad22179c7bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-56053ef3-8748-4d4f-a970-d8183e06e51a {
  
}

#s-89ce6442-6fa7-4d0a-af13-d975ac4ac217 {
  
}

#s-74506025-78fa-4618-a332-ccd04d0da846 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-74506025-78fa-4618-a332-ccd04d0da846"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-74506025-78fa-4618-a332-ccd04d0da846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74506025-78fa-4618-a332-ccd04d0da846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74506025-78fa-4618-a332-ccd04d0da846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39296185-a601-4da5-9c29-08f222decde9 {
  
}

#s-690264fe-0af4-4ab8-ba46-61eafb4914a1 {
  
}

#s-0eaed2ee-6312-43ef-9f3e-2205b0af8a17 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0eaed2ee-6312-43ef-9f3e-2205b0af8a17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0eaed2ee-6312-43ef-9f3e-2205b0af8a17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0eaed2ee-6312-43ef-9f3e-2205b0af8a17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eaed2ee-6312-43ef-9f3e-2205b0af8a17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9e4c3ce-46cd-4067-bf07-c6b6cbd562ca {
  
}

#s-7680e122-ac57-46c7-bb02-438e102174d8 {
  
}

#s-271c52aa-55bf-4c91-b9f2-5202e55cfc12 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-271c52aa-55bf-4c91-b9f2-5202e55cfc12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-271c52aa-55bf-4c91-b9f2-5202e55cfc12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-271c52aa-55bf-4c91-b9f2-5202e55cfc12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-271c52aa-55bf-4c91-b9f2-5202e55cfc12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b43c9700-6c66-470a-999e-d0b0fccae56f {
  
}

#s-af87844a-b4c3-4118-ae96-142ef935b18e {
  
}

#s-6f765a3e-f673-4c40-8369-d6b90d7ba77b {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6f765a3e-f673-4c40-8369-d6b90d7ba77b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6f765a3e-f673-4c40-8369-d6b90d7ba77b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f765a3e-f673-4c40-8369-d6b90d7ba77b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f765a3e-f673-4c40-8369-d6b90d7ba77b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a91fd3ef-5c37-4ccd-97fb-47218f0342a7 {
  
}

#s-5c1aca9b-48f3-4091-8c84-3511ddbde928 {
  
}

#s-84af6758-729e-4d30-ac96-5dd54bbeaf30 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-84af6758-729e-4d30-ac96-5dd54bbeaf30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84af6758-729e-4d30-ac96-5dd54bbeaf30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84af6758-729e-4d30-ac96-5dd54bbeaf30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84af6758-729e-4d30-ac96-5dd54bbeaf30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2c359e6f-965d-4b34-b578-8fa50a6bb312 {
  
}

#s-bb653ef3-eef4-44c8-a005-956666201dc8 {
  
}

#s-7226fc5b-f264-4454-8e1c-35a582452d58 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7226fc5b-f264-4454-8e1c-35a582452d58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7226fc5b-f264-4454-8e1c-35a582452d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7226fc5b-f264-4454-8e1c-35a582452d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7226fc5b-f264-4454-8e1c-35a582452d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-427c17f2-4aee-4ec9-9453-7a47672ada3e {
  
}

#s-1ea7be17-4842-431e-9c26-1e68525294c5 {
  
}

#s-cccd988b-fc28-4b67-986d-00d1574d2550 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-cccd988b-fc28-4b67-986d-00d1574d2550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cccd988b-fc28-4b67-986d-00d1574d2550.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e {
  
}
}
@media (min-width: 0px) {
[id="s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-021fb7bc-2fc1-4cf3-a5a0-3bf210c1c47e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-c0d7b1c0-01cd-4814-bce4-7bc5f2bf4915 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0d7b1c0-01cd-4814-bce4-7bc5f2bf4915 .shogun-heading-component h4 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ac4c5a20-5f8d-4dc5-9d05-1692368c5f85 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac4c5a20-5f8d-4dc5-9d05-1692368c5f85 .shogun-heading-component h4 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ef0386d0-64bf-4e3e-89fb-877154c06b9b {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef0386d0-64bf-4e3e-89fb-877154c06b9b .shogun-heading-component h4 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-737788de-f106-4cf7-b60c-7e873c69d17c {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-737788de-f106-4cf7-b60c-7e873c69d17c .shogun-heading-component h4 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-64ceb3a9-d4c1-48d2-a0d4-cddf0cb19569 {
  margin-top: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64ceb3a9-d4c1-48d2-a0d4-cddf0cb19569 .shogun-heading-component h4 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4cea965e-6186-4487-9ad8-b066785b4718 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-3d998e21-931f-44cd-b814-dd455921357f {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-3d998e21-931f-44cd-b814-dd455921357f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d998e21-931f-44cd-b814-dd455921357f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cd841b7b-32b4-4b5c-b90a-431b92c71ff0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-a3e968a8-d1da-4ed4-8857-0e8e24e949d4 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-a3e968a8-d1da-4ed4-8857-0e8e24e949d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a3e968a8-d1da-4ed4-8857-0e8e24e949d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-b4515c94-3eb0-458e-8a56-bdcb999e60e6 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b4515c94-3eb0-458e-8a56-bdcb999e60e6 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-59ccb08c-aec8-4af0-954f-4e8b8bcf2f68 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-39c10ec3-4780-46d7-83f8-93dcff0dbd51 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-39c10ec3-4780-46d7-83f8-93dcff0dbd51 .shogun-icon-wrapper {
  text-align: center;
}


#s-39c10ec3-4780-46d7-83f8-93dcff0dbd51 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-70c1c8c3-4b2f-4c2f-ac38-08e9ad222285 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-70c1c8c3-4b2f-4c2f-ac38-08e9ad222285 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-034c00cc-885c-49ef-a44d-7c754dc909f0 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3f47934c-c383-4d0d-a01f-403338cc6d28 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-3f47934c-c383-4d0d-a01f-403338cc6d28 .shogun-icon-wrapper {
  text-align: center;
}


#s-3f47934c-c383-4d0d-a01f-403338cc6d28 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-bca449fc-c62e-4d48-be79-375de0944e5d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bca449fc-c62e-4d48-be79-375de0944e5d .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7cca05ef-de6f-4854-bd7e-e8f2bbe1d3f4 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b9efc058-2131-4f45-82b6-f1ed2d8697b7 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-b9efc058-2131-4f45-82b6-f1ed2d8697b7 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9efc058-2131-4f45-82b6-f1ed2d8697b7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-82e3bf31-da7d-4b69-8b5b-383b33bc9d2c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-82e3bf31-da7d-4b69-8b5b-383b33bc9d2c .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7e4f99d8-9f52-4c56-9a81-20022fd14df3 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-29c0871a-f667-4989-a70e-9a4e078ba231 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-29c0871a-f667-4989-a70e-9a4e078ba231 .shogun-icon-wrapper {
  text-align: center;
}


#s-29c0871a-f667-4989-a70e-9a4e078ba231 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-1e597fe7-644d-466e-9057-9071d9365d67 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1e597fe7-644d-466e-9057-9071d9365d67 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7ca64796-31f1-40f2-9243-c666ebfdf13d {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bab818ed-b877-4175-9f7e-f8958e147afc {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-bab818ed-b877-4175-9f7e-f8958e147afc .shogun-icon-wrapper {
  text-align: center;
}


#s-bab818ed-b877-4175-9f7e-f8958e147afc .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-9f34f697-56fe-400d-9976-a755dfd15998 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-9f34f697-56fe-400d-9976-a755dfd15998 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-34dbb461-cf0a-47fd-97c6-ea9495bbb483 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

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