.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(167, 204, 127, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  min-height: 0px;
background-attachment: scroll;
background-color: rgba(255, 255, 255, 1);
}








#s-e3039e97-add4-4793-bac3-5d871a13070d > .shg-box-overlay {
  background-color: ;
  opacity: 0;
}#s-e3039e97-add4-4793-bac3-5d871a13070d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ead2d4d9-b1ed-496e-b545-048ade8d79e7 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ead2d4d9-b1ed-496e-b545-048ade8d79e7 {
  margin-left: 1px;
margin-right: 1px;
}
}@media (max-width: 767px){#s-ead2d4d9-b1ed-496e-b545-048ade8d79e7 {
  margin-left: 0px;
margin-right: 0px;
}
}
.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-ab95f158-e2de-4f6d-913d-3da0cd720ef7 {
  margin-top: 0px;
margin-left: 38%;
margin-bottom: 0px;
margin-right: 38%;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab95f158-e2de-4f6d-913d-3da0cd720ef7 {
  margin-left: 24%;
margin-right: 24%;
}
}@media (max-width: 767px){#s-ab95f158-e2de-4f6d-913d-3da0cd720ef7 {
  margin-left: 11%;
margin-right: 11%;
}
}
@media (min-width: 0px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

.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-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847 {
  padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-radius: 2px;
background-color: rgba(166, 25, 46, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847-root {
    text-align: center;
  }


#s-6af7bc5a-c7a2-41fe-9bc7-47b6e9705847.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(166, 25, 46, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc-root {
    text-align: center;
  }


#s-e988720b-5d60-4e93-a7b4-b3cd09c23dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-adc56ff2-589e-4d4e-a253-32e03c818f44 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}
@media (min-width: 1200px){#s-adc56ff2-589e-4d4e-a253-32e03c818f44 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adc56ff2-589e-4d4e-a253-32e03c818f44 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adc56ff2-589e-4d4e-a253-32e03c818f44 {
  
}
}@media (max-width: 767px){#s-adc56ff2-589e-4d4e-a253-32e03c818f44 {
  
}
}







#s-adc56ff2-589e-4d4e-a253-32e03c818f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adc56ff2-589e-4d4e-a253-32e03c818f44.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a10e37e-15f8-4523-9306-f3e39fb24a07 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-2a10e37e-15f8-4523-9306-f3e39fb24a07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a10e37e-15f8-4523-9306-f3e39fb24a07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2a10e37e-15f8-4523-9306-f3e39fb24a07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2a10e37e-15f8-4523-9306-f3e39fb24a07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-dccc3507-9da5-4840-935b-1962e3ef9d31 {
  margin-top: -1px;
margin-left: 0%;
margin-bottom: -1px;
margin-right: 0%;
text-align: center;
}







  #s-dccc3507-9da5-4840-935b-1962e3ef9d31 img.shogun-image {
    

    
    
    
  }


#s-dccc3507-9da5-4840-935b-1962e3ef9d31 .shogun-image-content {
  
    align-items: 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-3dee3e73-53c5-40ad-a937-dd8ed80356cb {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-3dee3e73-53c5-40ad-a937-dd8ed80356cb .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-3dee3e73-53c5-40ad-a937-dd8ed80356cb .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-83c9d8ff-a858-47bf-a33e-8b6efdd55857 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-81034fef-419d-42ba-b254-5817c2924bd8 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-81034fef-419d-42ba-b254-5817c2924bd8 img.shogun-image {
    

    
    
    
  }


#s-81034fef-419d-42ba-b254-5817c2924bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8d5ceac-6ca8-4a5e-ac9c-a7d468431ff7 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-f8d5ceac-6ca8-4a5e-ac9c-a7d468431ff7 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-f8d5ceac-6ca8-4a5e-ac9c-a7d468431ff7 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-2ac74c45-382e-44cd-9c37-498cdab79e02 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-9306f3e5-d176-41d6-99e8-f1ddc2ab6359 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-9306f3e5-d176-41d6-99e8-f1ddc2ab6359 img.shogun-image {
    

    
    
    
  }


#s-9306f3e5-d176-41d6-99e8-f1ddc2ab6359 .shogun-image-content {
  
    align-items: center;
  
}

#s-e733b00e-b909-43f8-8cef-ef56b667e3eb {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e733b00e-b909-43f8-8cef-ef56b667e3eb .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-e733b00e-b909-43f8-8cef-ef56b667e3eb .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-b3122293-e620-44dc-ab54-7e46d6f0bd47 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-7936ee43-33c3-4c02-8b82-22dcab3c9361 {
  margin-top: -16px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7936ee43-33c3-4c02-8b82-22dcab3c9361 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-7936ee43-33c3-4c02-8b82-22dcab3c9361 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-7936ee43-33c3-4c02-8b82-22dcab3c9361"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7936ee43-33c3-4c02-8b82-22dcab3c9361"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7936ee43-33c3-4c02-8b82-22dcab3c9361"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7936ee43-33c3-4c02-8b82-22dcab3c9361"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-2bc1a616-43c6-4591-bb07-9dc2f92c3430 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-2bc1a616-43c6-4591-bb07-9dc2f92c3430 img.shogun-image {
    

    
    
    
  }


#s-2bc1a616-43c6-4591-bb07-9dc2f92c3430 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc55fe2-a989-4379-9d5e-b669f97498b4 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-ffc55fe2-a989-4379-9d5e-b669f97498b4 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-ffc55fe2-a989-4379-9d5e-b669f97498b4 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-8ff2ef77-862e-4388-aef9-134ec6b3e171 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-2bd17c90-8840-4880-aad4-73111ee5b00c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-2bd17c90-8840-4880-aad4-73111ee5b00c img.shogun-image {
    

    
    
    
  }


#s-2bd17c90-8840-4880-aad4-73111ee5b00c .shogun-image-content {
  
    align-items: center;
  
}

#s-1e09b627-14cf-4430-a13e-aabea8913a69 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-1e09b627-14cf-4430-a13e-aabea8913a69 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-1e09b627-14cf-4430-a13e-aabea8913a69 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-575bea7f-e716-4716-b4a0-9f5c4c2b917a {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-b7c8f7df-8fcb-457a-932a-4456706cf1bf {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-b7c8f7df-8fcb-457a-932a-4456706cf1bf img.shogun-image {
    

    
    
    
  }


#s-b7c8f7df-8fcb-457a-932a-4456706cf1bf .shogun-image-content {
  
    align-items: center;
  
}

#s-f98ab5f0-312b-4537-8d77-61c918c9f690 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-f98ab5f0-312b-4537-8d77-61c918c9f690 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-f98ab5f0-312b-4537-8d77-61c918c9f690 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-ef30618a-e837-4848-9c9f-68491d6a9ef1 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900 {
  margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900 {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a5ee2133-2fe3-4f5e-9261-d6f7fe39b900"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-68540db9-f062-4840-a874-ca8d42b8fc58 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-68540db9-f062-4840-a874-ca8d42b8fc58 img.shogun-image {
    

    
    
    
  }


#s-68540db9-f062-4840-a874-ca8d42b8fc58 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1b03f3-fff8-4136-b112-c31cb38f987d {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-8b1b03f3-fff8-4136-b112-c31cb38f987d .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-8b1b03f3-fff8-4136-b112-c31cb38f987d .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-0d5c42b0-e2f1-43f2-a293-095fcc36f130 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-3d9306f7-922e-43c0-814e-215e2e10ba50 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-3d9306f7-922e-43c0-814e-215e2e10ba50 img.shogun-image {
    

    
    
    
  }


#s-3d9306f7-922e-43c0-814e-215e2e10ba50 .shogun-image-content {
  
    align-items: center;
  
}

#s-361db69a-8998-4584-b16c-18b761539bd1 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-361db69a-8998-4584-b16c-18b761539bd1 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-361db69a-8998-4584-b16c-18b761539bd1 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-8c35953e-c92c-4b33-b316-9455b1685d03 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-a452edfe-02e9-4981-8d06-dc2c05fb7e86 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-a452edfe-02e9-4981-8d06-dc2c05fb7e86 img.shogun-image {
    

    
    
    
  }


#s-a452edfe-02e9-4981-8d06-dc2c05fb7e86 .shogun-image-content {
  
    align-items: center;
  
}

#s-48936eb4-a392-43d9-aae5-4f9f309ef807 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-48936eb4-a392-43d9-aae5-4f9f309ef807 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-48936eb4-a392-43d9-aae5-4f9f309ef807 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-98ba58b4-4023-4ab6-98ae-bb147c4bbefe {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-912a9590-d1f1-4932-8e86-3169b33fd03a {
  margin-left: 10px;
margin-bottom: 25px;
margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-912a9590-d1f1-4932-8e86-3169b33fd03a {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-912a9590-d1f1-4932-8e86-3169b33fd03a {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-912a9590-d1f1-4932-8e86-3169b33fd03a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-912a9590-d1f1-4932-8e86-3169b33fd03a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-912a9590-d1f1-4932-8e86-3169b33fd03a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-912a9590-d1f1-4932-8e86-3169b33fd03a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b35a0987-bcc9-4c00-8242-c2cba89ca32a {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-b35a0987-bcc9-4c00-8242-c2cba89ca32a img.shogun-image {
    

    
    
    
  }


#s-b35a0987-bcc9-4c00-8242-c2cba89ca32a .shogun-image-content {
  
    align-items: center;
  
}

#s-fd5eff17-9a08-49d0-a3da-dae8fae329e3 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-fd5eff17-9a08-49d0-a3da-dae8fae329e3 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-fd5eff17-9a08-49d0-a3da-dae8fae329e3 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-043c23b7-1ff7-477a-b4ec-695235c056b5 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-7db4bbc7-834a-4917-9a53-bf0bd00f7b9c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-7db4bbc7-834a-4917-9a53-bf0bd00f7b9c img.shogun-image {
    

    
    
    
  }


#s-7db4bbc7-834a-4917-9a53-bf0bd00f7b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2a7182-3435-4767-be2d-7a8eb2621a83 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-8a2a7182-3435-4767-be2d-7a8eb2621a83 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-8a2a7182-3435-4767-be2d-7a8eb2621a83 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-1fd5885f-2555-4897-856a-9d44a347d348 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-a01d3e7e-144b-4bbd-a91d-b53ab2207a98 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-a01d3e7e-144b-4bbd-a91d-b53ab2207a98 img.shogun-image {
    

    
    
    
  }


#s-a01d3e7e-144b-4bbd-a91d-b53ab2207a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-343b3ed7-dce5-48b3-9d3d-af56c4f8f621 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-343b3ed7-dce5-48b3-9d3d-af56c4f8f621 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-343b3ed7-dce5-48b3-9d3d-af56c4f8f621 .shogun-heading-component h1 a {
  color: rgba(166, 25, 46, 1);
}


#s-3e81fb75-351f-4af8-a25e-81524ae98756 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-6a986f11-9994-4b72-b39d-39196108a935 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6a986f11-9994-4b72-b39d-39196108a935 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a986f11-9994-4b72-b39d-39196108a935 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a986f11-9994-4b72-b39d-39196108a935 {
  
}
}@media (max-width: 767px){#s-6a986f11-9994-4b72-b39d-39196108a935 {
  
}
}







#s-6a986f11-9994-4b72-b39d-39196108a935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a986f11-9994-4b72-b39d-39196108a935.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1775878-c68a-4b28-8866-a82233886099 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1775878-c68a-4b28-8866-a82233886099 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-42f97cb0-f106-4500-bffe-b69bcf13d0d8 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42f97cb0-f106-4500-bffe-b69bcf13d0d8 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-76d6c295-ec27-44bc-88fb-f1d132c17d64 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-76d6c295-ec27-44bc-88fb-f1d132c17d64 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c51c2cd9-37aa-465e-9d7f-217dd1da1fdc {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-e10d2695-bab5-4fd4-95ca-7eb2ec83e456 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-ec4141ba-8ad5-4123-be29-fd02ee30e204 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

#s-882a5618-d171-432f-9993-90886134cdae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 23px;
background-color: rgba(166, 25, 46, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-882a5618-d171-432f-9993-90886134cdae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-882a5618-d171-432f-9993-90886134cdae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-882a5618-d171-432f-9993-90886134cdae-root {
    text-align: center;
  }


#s-882a5618-d171-432f-9993-90886134cdae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-882a5618-d171-432f-9993-90886134cdae-root {
    text-align: center;
  }


#s-882a5618-d171-432f-9993-90886134cdae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-882a5618-d171-432f-9993-90886134cdae-root {
    text-align: center;
  }


#s-882a5618-d171-432f-9993-90886134cdae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-882a5618-d171-432f-9993-90886134cdae-root {
    text-align: center;
  }


#s-882a5618-d171-432f-9993-90886134cdae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-882a5618-d171-432f-9993-90886134cdae-root {
    text-align: center;
  }


#s-882a5618-d171-432f-9993-90886134cdae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fce9f2f4-f03e-4d0e-8db9-382b9af49247 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-e7ec4191-23a1-4c38-9952-b9a8b78dd470 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7ec4191-23a1-4c38-9952-b9a8b78dd470 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-cd4786e6-734a-485c-b21c-ffb6249b3a35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f0388526-46f4-4712-af56-39ca8a18c3f9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-66ad78ac-f993-4b6b-92fc-8e15fa59831b {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66ad78ac-f993-4b6b-92fc-8e15fa59831b .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-65b4ebf7-c28d-4194-9cbb-a70d2af1ace6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-71902fde-b87c-4103-9272-a2cf782227e2 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-05054b41-54f1-45ec-9a0d-7d361f0f0532 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05054b41-54f1-45ec-9a0d-7d361f0f0532 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4d555a4a-eacd-4dec-9ed5-9459cf5665e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0538410b-dc07-444d-b731-a1add95e12af {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
}

#s-838cc1c6-4084-44ca-84b7-efa24bfe4314 {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-838cc1c6-4084-44ca-84b7-efa24bfe4314 .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3183e405-c7de-4cf5-b13a-879f430dbe7f {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3183e405-c7de-4cf5-b13a-879f430dbe7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-f7cdb470-9e27-4e67-aba0-ec4aeb097252 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-bc7f9f93-39ab-41f9-942b-92745f97cebe {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc7f9f93-39ab-41f9-942b-92745f97cebe .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a130b431-64f6-433f-9415-f4f3f1917f77 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a130b431-64f6-433f-9415-f4f3f1917f77 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7877feb5-4aae-4a34-b365-29c2db8456fb {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-cb89ebf1-ac29-4d5b-9f1b-160ff4cb0774 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-fdbd9243-fa08-4903-9b39-079aff69698b {
  margin-top: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdbd9243-fa08-4903-9b39-079aff69698b .shogun-heading-component h1 {
  color: rgba(166, 25, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-873967c5-7201-442e-9875-a507eb0c3d80 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 13%;
padding-bottom: 50px;
padding-right: 13%;
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(78, 77, 77, 0.65);
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(78, 77, 77, 0.65);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-873967c5-7201-442e-9875-a507eb0c3d80 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ea7de836-caad-4190-8d70-912c60963faf {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-571a3357-b319-47ae-a50b-ba8ffa285865 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-2f8448fb-21cb-4b46-9b69-e94dbe2af088 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-03efb271-ee64-42a6-9cfb-e0f377a74499 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

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