.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-76598a8f-f631-4119-8374-1e7c2f78a601 {
  min-height: 50px;
}








#s-76598a8f-f631-4119-8374-1e7c2f78a601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76598a8f-f631-4119-8374-1e7c2f78a601.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-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-ef4a15b8-2db0-41a9-83dc-60e3b5a39b2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-fa0ef78f-2e84-4e8a-b631-9f260b2fdba4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa0ef78f-2e84-4e8a-b631-9f260b2fdba4 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-fa0ef78f-2e84-4e8a-b631-9f260b2fdba4 .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-ff5f7410-4497-446c-9af2-d3f40ff98cc9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-07f6ea32-d0b8-497b-879a-1fd5e30c92af {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-07f6ea32-d0b8-497b-879a-1fd5e30c92af {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-07f6ea32-d0b8-497b-879a-1fd5e30c92af {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-07f6ea32-d0b8-497b-879a-1fd5e30c92af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-07f6ea32-d0b8-497b-879a-1fd5e30c92af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-07f6ea32-d0b8-497b-879a-1fd5e30c92af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-07f6ea32-d0b8-497b-879a-1fd5e30c92af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-f8c3f968-e148-48d1-9bc7-3df4d6f74604 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-f8c3f968-e148-48d1-9bc7-3df4d6f74604 .shogun-icon-wrapper {
  text-align: center;
}


#s-f8c3f968-e148-48d1-9bc7-3df4d6f74604 .shogun-icon-wrapper > .shogun-icon {

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

#s-a4116877-b1ab-4426-abd6-350cc4ba6c3a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a4116877-b1ab-4426-abd6-350cc4ba6c3a .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7577e42f-90fd-4612-9540-44a7f0f5cbf7 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-7577e42f-90fd-4612-9540-44a7f0f5cbf7 .shogun-icon-wrapper {
  text-align: center;
}


#s-7577e42f-90fd-4612-9540-44a7f0f5cbf7 .shogun-icon-wrapper > .shogun-icon {

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

#s-b86f5a2d-87ee-4168-9405-7d85c75e170b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b86f5a2d-87ee-4168-9405-7d85c75e170b .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-33f9348e-53fe-49c9-a791-54e4275fb5f2 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-33f9348e-53fe-49c9-a791-54e4275fb5f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-33f9348e-53fe-49c9-a791-54e4275fb5f2 .shogun-icon-wrapper > .shogun-icon {

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

#s-8ec85c69-92f2-4c25-a3eb-a3d660f237f2 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8ec85c69-92f2-4c25-a3eb-a3d660f237f2 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-aadb62ca-a159-4d97-98a8-fc470d73f81d {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-aadb62ca-a159-4d97-98a8-fc470d73f81d .shogun-icon-wrapper {
  text-align: center;
}


#s-aadb62ca-a159-4d97-98a8-fc470d73f81d .shogun-icon-wrapper > .shogun-icon {

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

#s-cdd231cf-e609-43f6-abea-2ecd15b3621d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cdd231cf-e609-43f6-abea-2ecd15b3621d .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-89786b7e-03ba-478f-af9f-ba09799f780e {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-89786b7e-03ba-478f-af9f-ba09799f780e .shogun-icon-wrapper {
  text-align: center;
}


#s-89786b7e-03ba-478f-af9f-ba09799f780e .shogun-icon-wrapper > .shogun-icon {

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

#s-bc497335-0ace-44f4-a8b4-0b1e452ed9ab {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bc497335-0ace-44f4-a8b4-0b1e452ed9ab .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-21e0cb69-ae41-4c32-a4b9-b14091dfd42e {
  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-21e0cb69-ae41-4c32-a4b9-b14091dfd42e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-21e0cb69-ae41-4c32-a4b9-b14091dfd42e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-21e0cb69-ae41-4c32-a4b9-b14091dfd42e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e0cb69-ae41-4c32-a4b9-b14091dfd42e.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-c1ca4b6e-cf98-4f3d-9dcd-84dbc489b0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1ca4b6e-cf98-4f3d-9dcd-84dbc489b0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c1ca4b6e-cf98-4f3d-9dcd-84dbc489b0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1ca4b6e-cf98-4f3d-9dcd-84dbc489b0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-c1ca4b6e-cf98-4f3d-9dcd-84dbc489b0c5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fd43ad95-d9cf-42ef-b4ad-9b010f1eeafd {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-fd43ad95-d9cf-42ef-b4ad-9b010f1eeafd {
  margin-top: 0px;
}
}
#s-fd43ad95-d9cf-42ef-b4ad-9b010f1eeafd .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-fd43ad95-d9cf-42ef-b4ad-9b010f1eeafd .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-e62653eb-8259-41fc-9ca2-d43a41b41f88 {
  margin-left: 20px;
margin-right: 20px;
}

.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-913a37ea-bdb6-4424-b10b-b4f359d121a1 {
  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-913a37ea-bdb6-4424-b10b-b4f359d121a1 img.shogun-image {
    

    
    
    
  }


#s-913a37ea-bdb6-4424-b10b-b4f359d121a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c67facc7-3fec-4e25-bb0a-b3cc07046a4e {
  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-c67facc7-3fec-4e25-bb0a-b3cc07046a4e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c67facc7-3fec-4e25-bb0a-b3cc07046a4e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-c67facc7-3fec-4e25-bb0a-b3cc07046a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67facc7-3fec-4e25-bb0a-b3cc07046a4e.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-74ac11da-20dd-44ce-bd09-910ec455a404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74ac11da-20dd-44ce-bd09-910ec455a404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-74ac11da-20dd-44ce-bd09-910ec455a404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-74ac11da-20dd-44ce-bd09-910ec455a404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4ad6fd57-c792-4ba1-9f0b-e04c4d58db0c {
  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-4ad6fd57-c792-4ba1-9f0b-e04c4d58db0c img.shogun-image {
    

    
    
    
  }


#s-4ad6fd57-c792-4ba1-9f0b-e04c4d58db0c .shogun-image-content {
  
    align-items: center;
  
}

#s-c2d7d344-a034-4721-a908-24485d9b1a10 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c2d7d344-a034-4721-a908-24485d9b1a10 {
  margin-top: 0px;
}
}
#s-c2d7d344-a034-4721-a908-24485d9b1a10 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-c2d7d344-a034-4721-a908-24485d9b1a10 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a96a7bc1-180f-496e-bde6-3e2c98571d7c {
  margin-left: 20px;
margin-right: 20px;
}

#s-c5b6ba7c-75ab-454b-a373-b6f613219dc0 {
  border-style: solid;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
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-c5b6ba7c-75ab-454b-a373-b6f613219dc0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c5b6ba7c-75ab-454b-a373-b6f613219dc0.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-f709ad31-ec63-4df8-9cb8-00d17ad1e733 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f709ad31-ec63-4df8-9cb8-00d17ad1e733 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f709ad31-ec63-4df8-9cb8-00d17ad1e733 .shg-sld-nav-button.shg-sld-left,
#s-f709ad31-ec63-4df8-9cb8-00d17ad1e733 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f3073851-4bed-43f9-aa08-7bd0290f41fe {
  margin-top: 10px;
text-align: left;
}

#s-f3073851-4bed-43f9-aa08-7bd0290f41fe .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19f9fb33-58bb-43b5-9cda-fe85630fedc2 {
  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-19f9fb33-58bb-43b5-9cda-fe85630fedc2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-19f9fb33-58bb-43b5-9cda-fe85630fedc2 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-19f9fb33-58bb-43b5-9cda-fe85630fedc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f9fb33-58bb-43b5-9cda-fe85630fedc2.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-50774fc7-26eb-4064-9d60-e6c0ca812f7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50774fc7-26eb-4064-9d60-e6c0ca812f7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-50774fc7-26eb-4064-9d60-e6c0ca812f7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-50774fc7-26eb-4064-9d60-e6c0ca812f7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-50774fc7-26eb-4064-9d60-e6c0ca812f7e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e5af10b-6dd8-4d14-93c3-97e0ab11e70a {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1e5af10b-6dd8-4d14-93c3-97e0ab11e70a {
  margin-top: 0px;
}
}
#s-1e5af10b-6dd8-4d14-93c3-97e0ab11e70a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-1e5af10b-6dd8-4d14-93c3-97e0ab11e70a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-2471a56b-eef3-427f-aa18-320277121fd4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7b4a59ea-6716-4782-8e5b-eee24d5f3986 {
  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-7b4a59ea-6716-4782-8e5b-eee24d5f3986 img.shogun-image {
    

    
    
    
  }


#s-7b4a59ea-6716-4782-8e5b-eee24d5f3986 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e520ad5-57d4-443e-8ee2-540683b558aa {
  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-2e520ad5-57d4-443e-8ee2-540683b558aa {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2e520ad5-57d4-443e-8ee2-540683b558aa {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2e520ad5-57d4-443e-8ee2-540683b558aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e520ad5-57d4-443e-8ee2-540683b558aa.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-63f9fb0d-08b6-4838-8a66-5b365fcad4cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63f9fb0d-08b6-4838-8a66-5b365fcad4cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-63f9fb0d-08b6-4838-8a66-5b365fcad4cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-63f9fb0d-08b6-4838-8a66-5b365fcad4cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-84ce2835-2309-48fd-bc34-b0507f44b06a {
  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-84ce2835-2309-48fd-bc34-b0507f44b06a img.shogun-image {
    

    
    
    
  }


#s-84ce2835-2309-48fd-bc34-b0507f44b06a .shogun-image-content {
  
    align-items: center;
  
}

#s-564101ec-5852-4724-ab49-fd3b5a753620 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-564101ec-5852-4724-ab49-fd3b5a753620 {
  margin-top: 0px;
}
}
#s-564101ec-5852-4724-ab49-fd3b5a753620 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-564101ec-5852-4724-ab49-fd3b5a753620 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-c4672eb2-df77-4af8-87a2-35a341a984e4 {
  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-acc566cd-2cc3-4e38-8388-18af5642f7d5 {
  
}

#s-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 15px;
}

#s-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .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-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .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: 20px;
}

#s-acc566cd-2cc3-4e38-8388-18af5642f7d5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-49eb3970-404d-4271-8a73-bcac00fb09ef {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-49eb3970-404d-4271-8a73-bcac00fb09ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49eb3970-404d-4271-8a73-bcac00fb09ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a11ce52b-f494-4741-9298-fd6edeeb7cf4 {
  min-height: 50px;
}








#s-a11ce52b-f494-4741-9298-fd6edeeb7cf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11ce52b-f494-4741-9298-fd6edeeb7cf4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0bcb196-25d6-4637-850b-b4faf3ca501e {
  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-a0bcb196-25d6-4637-850b-b4faf3ca501e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a0bcb196-25d6-4637-850b-b4faf3ca501e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0bcb196-25d6-4637-850b-b4faf3ca501e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0bcb196-25d6-4637-850b-b4faf3ca501e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fda16c02-7b7a-47ed-8c8f-9f420550805f {
  
}

#s-75fd465f-d1d8-4c3f-93a6-8978402927d9 {
  
}

#s-cb42b2a4-dc4a-4c69-9e7a-f2470c7dfdc9 {
  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-cb42b2a4-dc4a-4c69-9e7a-f2470c7dfdc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cb42b2a4-dc4a-4c69-9e7a-f2470c7dfdc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb42b2a4-dc4a-4c69-9e7a-f2470c7dfdc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb42b2a4-dc4a-4c69-9e7a-f2470c7dfdc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e0e5cd8a-1996-4e64-b9d2-401bea741f0a {
  
}

#s-a3365d14-c906-42ef-9104-ae5f57532957 {
  
}

#s-8a21e7f9-272a-4ee0-b368-0c82fbd01474 {
  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(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-8a21e7f9-272a-4ee0-b368-0c82fbd01474"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8a21e7f9-272a-4ee0-b368-0c82fbd01474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a21e7f9-272a-4ee0-b368-0c82fbd01474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a21e7f9-272a-4ee0-b368-0c82fbd01474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cd0471b3-0b86-403a-a81f-752511149a11 {
  
}

#s-08e3e4b9-8573-4262-bb64-4ebdf42eec3a {
  
}

#s-f472c405-2399-41a3-bcaf-24a50b1b046f {
  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(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f472c405-2399-41a3-bcaf-24a50b1b046f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f472c405-2399-41a3-bcaf-24a50b1b046f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f472c405-2399-41a3-bcaf-24a50b1b046f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f472c405-2399-41a3-bcaf-24a50b1b046f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d44d9863-bc13-48f1-aba8-b0e45366706d {
  
}

#s-159d4815-3049-4c81-8019-ce32129b4b7f {
  
}

#s-5195102b-e8d0-4a4e-8a98-baa1ece61ff3 {
  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-5195102b-e8d0-4a4e-8a98-baa1ece61ff3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5195102b-e8d0-4a4e-8a98-baa1ece61ff3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5195102b-e8d0-4a4e-8a98-baa1ece61ff3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5195102b-e8d0-4a4e-8a98-baa1ece61ff3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6cfc1c56-fe9f-4d7f-9ec4-d14519fd0e89 {
  
}

#s-0d365592-9be7-4e9a-b199-dfe0d338be13 {
  
}

#s-98661a48-ccd0-442f-95da-a55185cf0d72 {
  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-98661a48-ccd0-442f-95da-a55185cf0d72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-98661a48-ccd0-442f-95da-a55185cf0d72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98661a48-ccd0-442f-95da-a55185cf0d72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98661a48-ccd0-442f-95da-a55185cf0d72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e96a73a7-0cc1-4a31-b9a8-7415839739cf {
  
}

#s-fddff892-1dac-4c49-bfa9-d652c25e8d17 {
  
}

#s-446df561-8d4c-40b8-9a7a-616bb97e5f59 {
  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-446df561-8d4c-40b8-9a7a-616bb97e5f59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-446df561-8d4c-40b8-9a7a-616bb97e5f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-446df561-8d4c-40b8-9a7a-616bb97e5f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-446df561-8d4c-40b8-9a7a-616bb97e5f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fcee006d-b62a-4080-972f-2559f35c9a8b {
  
}

#s-1a7506fb-7a28-44a4-8871-be2a0928a377 {
  
}

#s-4b366537-6042-44fe-932c-6f3a8f86a396 {
  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-4b366537-6042-44fe-932c-6f3a8f86a396"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4b366537-6042-44fe-932c-6f3a8f86a396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b366537-6042-44fe-932c-6f3a8f86a396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b366537-6042-44fe-932c-6f3a8f86a396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-36779f65-5a28-4efb-a7b5-07acbaab6d29 {
  
}

#s-6f9450a2-59ae-4d14-a645-a9ebf57f3ba6 {
  
}

#s-e8c633a7-5a9b-4cc7-a976-1ffcf780fdf0 {
  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-e8c633a7-5a9b-4cc7-a976-1ffcf780fdf0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e8c633a7-5a9b-4cc7-a976-1ffcf780fdf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8c633a7-5a9b-4cc7-a976-1ffcf780fdf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8c633a7-5a9b-4cc7-a976-1ffcf780fdf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ebb07273-304d-4bf8-9f3c-f764081b76d7 {
  
}

#s-a11e883c-b553-4bf7-b665-96b5e562b54a {
  
}

#s-6be28f38-ed20-47d3-b25c-aabfb9c70db8 {
  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-6be28f38-ed20-47d3-b25c-aabfb9c70db8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6be28f38-ed20-47d3-b25c-aabfb9c70db8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6be28f38-ed20-47d3-b25c-aabfb9c70db8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be28f38-ed20-47d3-b25c-aabfb9c70db8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-918f5155-d78d-4b68-a0f5-ad4a501ad972 {
  
}

#s-0862417a-e3df-4f4d-b082-73244a5b0638 {
  
}

#s-6732ff49-a6f6-49a5-8355-1d1de62397b9 {
  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-6732ff49-a6f6-49a5-8355-1d1de62397b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6732ff49-a6f6-49a5-8355-1d1de62397b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6732ff49-a6f6-49a5-8355-1d1de62397b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6732ff49-a6f6-49a5-8355-1d1de62397b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-767fad29-a5ee-4519-97a3-ba0ce89852e2 {
  
}

#s-962f31c6-52af-4529-801a-587134fa4ac7 {
  
}

#s-2e334e8d-779f-4368-9cea-f9d1a15d9e0c {
  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(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2e334e8d-779f-4368-9cea-f9d1a15d9e0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2e334e8d-779f-4368-9cea-f9d1a15d9e0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e334e8d-779f-4368-9cea-f9d1a15d9e0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e334e8d-779f-4368-9cea-f9d1a15d9e0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-39e368e1-25b1-4e60-aa78-47bd41a253e8 {
  
}

#s-2ec8413c-0ba8-4af2-91d0-7530c7723df0 {
  
}

#s-c8997ce4-1531-4811-b773-777159cad6e2 {
  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(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c8997ce4-1531-4811-b773-777159cad6e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c8997ce4-1531-4811-b773-777159cad6e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8997ce4-1531-4811-b773-777159cad6e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8997ce4-1531-4811-b773-777159cad6e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24e76ec2-82cc-4df6-8474-edaee25c51af {
  
}

#s-80cbe184-6c54-4e48-ae32-128c629bec85 {
  
}

#s-0df8f5f4-57c9-4470-aebf-ecae26f5cd34 {
  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-0df8f5f4-57c9-4470-aebf-ecae26f5cd34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0df8f5f4-57c9-4470-aebf-ecae26f5cd34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0df8f5f4-57c9-4470-aebf-ecae26f5cd34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0df8f5f4-57c9-4470-aebf-ecae26f5cd34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-70bdac4d-a4e1-41a9-b1ed-310ac4ecdee3 {
  
}

#s-725309e0-bab8-4cde-8eae-28714425a9b5 {
  
}

#s-52c5ba90-afa9-4341-93c6-8150176f26a5 {
  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-52c5ba90-afa9-4341-93c6-8150176f26a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-52c5ba90-afa9-4341-93c6-8150176f26a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52c5ba90-afa9-4341-93c6-8150176f26a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52c5ba90-afa9-4341-93c6-8150176f26a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c28e164a-a8e5-4046-80df-dffe9628ee59 {
  
}

#s-9090a8d1-0935-4790-847b-209b553c3580 {
  
}

#s-61f1ebbf-6b80-47c6-a112-b84fad26da40 {
  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-61f1ebbf-6b80-47c6-a112-b84fad26da40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61f1ebbf-6b80-47c6-a112-b84fad26da40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61f1ebbf-6b80-47c6-a112-b84fad26da40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61f1ebbf-6b80-47c6-a112-b84fad26da40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-01b648dd-6eda-4c89-befc-88daa3ca4ad1 {
  
}

#s-9c73b80d-d23e-4f5b-9286-8f4d3472ade7 {
  
}

#s-7bab5407-4c54-4c50-b5fd-3f5a579edf74 {
  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-7bab5407-4c54-4c50-b5fd-3f5a579edf74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7bab5407-4c54-4c50-b5fd-3f5a579edf74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bab5407-4c54-4c50-b5fd-3f5a579edf74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bab5407-4c54-4c50-b5fd-3f5a579edf74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e44a6864-e10a-4afc-a201-48226931cc28 {
  
}

#s-da56a5bf-2f28-4225-877a-3708c3142791 {
  
}

#s-5a86fc9a-8ffb-46a0-8d81-209324d34a26 {
  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-5a86fc9a-8ffb-46a0-8d81-209324d34a26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5a86fc9a-8ffb-46a0-8d81-209324d34a26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a86fc9a-8ffb-46a0-8d81-209324d34a26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a86fc9a-8ffb-46a0-8d81-209324d34a26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ac12075d-e369-4a9b-ae8f-ef964c5ddb36 {
  
}

#s-41b9665d-ee40-4580-a1fd-4fc5c4b1a309 {
  
}

#s-186d9083-eeed-4a8f-be04-f522571e4cb3 {
  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-186d9083-eeed-4a8f-be04-f522571e4cb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-186d9083-eeed-4a8f-be04-f522571e4cb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-186d9083-eeed-4a8f-be04-f522571e4cb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-186d9083-eeed-4a8f-be04-f522571e4cb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-724e05f5-4bf3-4310-9d55-2765b2a8464d {
  
}

#s-b50fc77b-a8ed-441c-959f-4da1e06608da {
  
}

#s-4cef4723-53cd-4021-8e52-d36b99c1bccf {
  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-4cef4723-53cd-4021-8e52-d36b99c1bccf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4cef4723-53cd-4021-8e52-d36b99c1bccf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4cef4723-53cd-4021-8e52-d36b99c1bccf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cef4723-53cd-4021-8e52-d36b99c1bccf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-32899f81-28f6-41b0-a3ae-a12905477030 {
  
}

#s-5d0cd86a-d58e-4c97-8233-1bfccb7aaa40 {
  
}

#s-43484b38-5d7f-41d7-85d2-998b7790fd24 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-43484b38-5d7f-41d7-85d2-998b7790fd24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43484b38-5d7f-41d7-85d2-998b7790fd24.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-8ef770cd-4243-4a0a-ad48-824b07c0b4b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ef770cd-4243-4a0a-ad48-824b07c0b4b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ef770cd-4243-4a0a-ad48-824b07c0b4b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ef770cd-4243-4a0a-ad48-824b07c0b4b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d18fd58e-2bf1-4ca7-864f-d8dffeaa2aa0 {
  text-align: center;
}







  #s-d18fd58e-2bf1-4ca7-864f-d8dffeaa2aa0 img.shogun-image {
    

    
    
    
  }


#s-d18fd58e-2bf1-4ca7-864f-d8dffeaa2aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6879dbd3-56ae-4205-ab92-e17a12de41fd {
  
}

#s-8a6d5c40-80fb-4ce3-a133-8a1ee07c485f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-8a6d5c40-80fb-4ce3-a133-8a1ee07c485f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a6d5c40-80fb-4ce3-a133-8a1ee07c485f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d3a4af4-0020-472e-bb44-621818faaa53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d3a4af4-0020-472e-bb44-621818faaa53 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5a0b38e2-12e8-4aca-b689-e82a69039e80 {
  margin-bottom: 20px;
}

@media (min-width: 1200px){#s-250216f4-94da-409c-8e34-7dc0e27cbe3f {
  display: none;
}
#s-250216f4-94da-409c-8e34-7dc0e27cbe3f, #wrap-s-250216f4-94da-409c-8e34-7dc0e27cbe3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-250216f4-94da-409c-8e34-7dc0e27cbe3f {
  display: none;
}
#s-250216f4-94da-409c-8e34-7dc0e27cbe3f, #wrap-s-250216f4-94da-409c-8e34-7dc0e27cbe3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-250216f4-94da-409c-8e34-7dc0e27cbe3f {
  display: none;
}
#s-250216f4-94da-409c-8e34-7dc0e27cbe3f, #wrap-s-250216f4-94da-409c-8e34-7dc0e27cbe3f { display: none !important; }}
@media (min-width: 0px) {
[id="s-250216f4-94da-409c-8e34-7dc0e27cbe3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-250216f4-94da-409c-8e34-7dc0e27cbe3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-250216f4-94da-409c-8e34-7dc0e27cbe3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-250216f4-94da-409c-8e34-7dc0e27cbe3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-008b6231-2754-4b86-aca8-e846225341df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-008b6231-2754-4b86-aca8-e846225341df .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-2196539b-1835-4501-9d73-601e31b1689e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2196539b-1835-4501-9d73-601e31b1689e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db {
  display: none;
}
#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db, #wrap-s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db {
  display: none;
}
#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db, #wrap-s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db {
  display: none;
}
#s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db, #wrap-s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfb10eb5-b795-47b3-ae55-bf2aa186e2db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-170a6a9d-1404-4014-9f85-76eb13772166 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-170a6a9d-1404-4014-9f85-76eb13772166 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cb98b3f7-8865-4561-a502-39d7ef1e125e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb98b3f7-8865-4561-a502-39d7ef1e125e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 {
  display: none;
}
#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115, #wrap-s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 {
  display: none;
}
#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115, #wrap-s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 {
  display: none;
}
#s-c2f60597-7fd0-42b6-88b3-7d3c27d28115, #wrap-s-c2f60597-7fd0-42b6-88b3-7d3c27d28115 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c2f60597-7fd0-42b6-88b3-7d3c27d28115"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c2f60597-7fd0-42b6-88b3-7d3c27d28115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c2f60597-7fd0-42b6-88b3-7d3c27d28115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2f60597-7fd0-42b6-88b3-7d3c27d28115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-76b4e512-0e76-4784-a0b9-4e35a88d7eca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76b4e512-0e76-4784-a0b9-4e35a88d7eca .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a0fd43c-9b8f-4a73-9178-ce616bfcfdcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a0fd43c-9b8f-4a73-9178-ce616bfcfdcf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-591dd52b-9e4b-4d5d-8209-92dc3b6853d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591dd52b-9e4b-4d5d-8209-92dc3b6853d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-591dd52b-9e4b-4d5d-8209-92dc3b6853d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-591dd52b-9e4b-4d5d-8209-92dc3b6853d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-69836c38-a3d0-4858-a86c-03770a28f0a7 {
  margin-top: 20px;
}

#s-863b4687-d73b-42cf-8f07-facd97d41c8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-863b4687-d73b-42cf-8f07-facd97d41c8a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6b61c093-60bb-4dd5-9de3-c015ef2621ff {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-6b61c093-60bb-4dd5-9de3-c015ef2621ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b61c093-60bb-4dd5-9de3-c015ef2621ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-feb6fe71-84ff-48f1-8a5f-81a4bd98aeb9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-5e151146-5de6-41a6-ab8f-52f17ddec968 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-5e151146-5de6-41a6-ab8f-52f17ddec968 .shogun-icon-wrapper {
  text-align: center;
}


#s-5e151146-5de6-41a6-ab8f-52f17ddec968 .shogun-icon-wrapper > .shogun-icon {

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

#s-7c9f390c-1526-4a28-8041-1397c24c083c {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7c9f390c-1526-4a28-8041-1397c24c083c .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cf447912-ffb3-4710-8c81-c26037084ca7 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d179fc27-41c8-4601-9343-ef5af260bdad {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-d179fc27-41c8-4601-9343-ef5af260bdad .shogun-icon-wrapper {
  text-align: center;
}


#s-d179fc27-41c8-4601-9343-ef5af260bdad .shogun-icon-wrapper > .shogun-icon {

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

#s-a54a8bf1-a95c-46bb-88d5-571771deba0e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a54a8bf1-a95c-46bb-88d5-571771deba0e .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7acbee32-4f33-4bb3-be90-7e3a4284e9b5 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e32b36bf-f32b-40a3-b4b7-76c88ba22691 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-e32b36bf-f32b-40a3-b4b7-76c88ba22691 .shogun-icon-wrapper {
  text-align: center;
}


#s-e32b36bf-f32b-40a3-b4b7-76c88ba22691 .shogun-icon-wrapper > .shogun-icon {

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

#s-91d30940-6dba-4588-b2c0-3a0293790030 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-91d30940-6dba-4588-b2c0-3a0293790030 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e4c27f82-5305-4ee7-a483-f73109860d74 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dd842d3f-b513-49a8-92e4-8d282c327d04 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-dd842d3f-b513-49a8-92e4-8d282c327d04 .shogun-icon-wrapper {
  text-align: center;
}


#s-dd842d3f-b513-49a8-92e4-8d282c327d04 .shogun-icon-wrapper > .shogun-icon {

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

#s-f5b82baf-33ab-4136-b7af-573ef3158b71 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f5b82baf-33ab-4136-b7af-573ef3158b71 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-deaeaf9d-6a0f-44c8-a446-ac99dc00abe6 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-753fa8a1-eac8-42cc-b57d-5bdea00ac049 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-753fa8a1-eac8-42cc-b57d-5bdea00ac049 .shogun-icon-wrapper {
  text-align: center;
}


#s-753fa8a1-eac8-42cc-b57d-5bdea00ac049 .shogun-icon-wrapper > .shogun-icon {

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

#s-29ab5946-cb90-48ca-b48e-ac82ccf14e91 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-29ab5946-cb90-48ca-b48e-ac82ccf14e91 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f5b45a19-61c7-43f1-a476-7b2245596b24 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ee3092b5-8546-48d3-9ac3-2dfd35acc729 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-ee3092b5-8546-48d3-9ac3-2dfd35acc729 .shogun-icon-wrapper {
  text-align: center;
}


#s-ee3092b5-8546-48d3-9ac3-2dfd35acc729 .shogun-icon-wrapper > .shogun-icon {

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

#s-7557690c-62f9-4811-9cc5-77bf5e8f82e4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7557690c-62f9-4811-9cc5-77bf5e8f82e4 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1e6cbf1f-82d6-401a-afaf-cb84356059bd {
  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}
