.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-e0f8a324-ec48-4a9a-9985-5c256455e70a {
  min-height: 50px;
}
@media (max-width: 767px){#s-e0f8a324-ec48-4a9a-9985-5c256455e70a {
  display: none;
}
#s-e0f8a324-ec48-4a9a-9985-5c256455e70a, #wrap-s-e0f8a324-ec48-4a9a-9985-5c256455e70a { display:none !important; }}







#s-e0f8a324-ec48-4a9a-9985-5c256455e70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f8a324-ec48-4a9a-9985-5c256455e70a.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-a4959f43-d332-4b14-8861-56ed74675cd1 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a4959f43-d332-4b14-8861-56ed74675cd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-de83b57b-f2f3-4049-b55d-49f3fb966b7d {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-de83b57b-f2f3-4049-b55d-49f3fb966b7d {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-de83b57b-f2f3-4049-b55d-49f3fb966b7d .shogun-icon-wrapper {
  text-align: left;
}


#s-de83b57b-f2f3-4049-b55d-49f3fb966b7d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

.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-a2ad5fa7-6f4b-4e2f-9cd1-7468d38bf90c {
  text-align: left;
}
@media (max-width: 767px){#s-a2ad5fa7-6f4b-4e2f-9cd1-7468d38bf90c {
  margin-left: -67%;
margin-right: 0%;
}
}
#s-a2ad5fa7-6f4b-4e2f-9cd1-7468d38bf90c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c2e2b4a-7587-4d16-b208-ff7894be6d8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b8198215-9ebb-4516-b17f-45bb3f1d48e2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b8198215-9ebb-4516-b17f-45bb3f1d48e2 .shogun-icon-wrapper {
  text-align: left;
}


#s-b8198215-9ebb-4516-b17f-45bb3f1d48e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-a4aa728d-8b14-4bea-a4ef-2328caac1443 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-a4aa728d-8b14-4bea-a4ef-2328caac1443 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-2c62817e-2301-47eb-8ba4-b69972c2311b {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c62817e-2301-47eb-8ba4-b69972c2311b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-6da91b85-4ff8-49c5-a94e-88c6b235b350 .shogun-icon-wrapper {
  text-align: left;
}


#s-6da91b85-4ff8-49c5-a94e-88c6b235b350 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4b968433-f3f1-44d5-a3a9-6a1b57f078d9 {
  margin-top: 5px;
text-align: left;
}

#s-4b968433-f3f1-44d5-a3a9-6a1b57f078d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b93f6191-dd2d-4772-b06b-2cf5d74b9b2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-6235c041-37bc-4f55-b4e6-b7fb563d2e67 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6235c041-37bc-4f55-b4e6-b7fb563d2e67 .shogun-icon-wrapper {
  text-align: left;
}


#s-6235c041-37bc-4f55-b4e6-b7fb563d2e67 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-0f72e845-c4f7-4fef-bb60-f7a65b67a893 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-0f72e845-c4f7-4fef-bb60-f7a65b67a893 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 {
  display: none;
}
#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1, #wrap-s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 {
  display: none;
}
#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1, #wrap-s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 {
  display: none;
}
#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1, #wrap-s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 { display:none !important; }}







#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9854c4-4d54-4ed5-9f7d-12ab91a8d7e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfbc82c5-85d6-414c-91f3-89705a3edd36 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-bfbc82c5-85d6-414c-91f3-89705a3edd36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bfbc82c5-85d6-414c-91f3-89705a3edd36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bfbc82c5-85d6-414c-91f3-89705a3edd36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfbc82c5-85d6-414c-91f3-89705a3edd36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-365cc0b4-f25a-40f3-979a-c6709caaa55c {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-365cc0b4-f25a-40f3-979a-c6709caaa55c {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-365cc0b4-f25a-40f3-979a-c6709caaa55c .shogun-icon-wrapper {
  text-align: left;
}


#s-365cc0b4-f25a-40f3-979a-c6709caaa55c .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-580fadfe-5543-401a-b662-ec0eab99c8e9 {
  text-align: left;
}
@media (max-width: 767px){#s-580fadfe-5543-401a-b662-ec0eab99c8e9 {
  margin-left: -70%;
margin-right: 0%;
}
}
#s-580fadfe-5543-401a-b662-ec0eab99c8e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-79473338-6f61-4478-943c-50d857c45236 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-79473338-6f61-4478-943c-50d857c45236"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79473338-6f61-4478-943c-50d857c45236"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79473338-6f61-4478-943c-50d857c45236"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79473338-6f61-4478-943c-50d857c45236"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff9767e1-8908-4db5-8e81-9976e6b177fd {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ff9767e1-8908-4db5-8e81-9976e6b177fd {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-ff9767e1-8908-4db5-8e81-9976e6b177fd .shogun-icon-wrapper {
  text-align: left;
}


#s-ff9767e1-8908-4db5-8e81-9976e6b177fd .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-fc6eca38-a858-4e5b-9ed6-ea17b00a66e3 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fc6eca38-a858-4e5b-9ed6-ea17b00a66e3 {
  margin-left: -70%;
}
}
#s-fc6eca38-a858-4e5b-9ed6-ea17b00a66e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-2d66acac-e637-48f2-94ac-0c9de0fc88fa {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-2d66acac-e637-48f2-94ac-0c9de0fc88fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d66acac-e637-48f2-94ac-0c9de0fc88fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d66acac-e637-48f2-94ac-0c9de0fc88fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d66acac-e637-48f2-94ac-0c9de0fc88fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb651938-8a6c-4ca4-b3d0-5c463b5b14db {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-eb651938-8a6c-4ca4-b3d0-5c463b5b14db {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-eb651938-8a6c-4ca4-b3d0-5c463b5b14db .shogun-icon-wrapper {
  text-align: left;
}


#s-eb651938-8a6c-4ca4-b3d0-5c463b5b14db .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-ccad1a5d-bbf6-4f1c-8072-1a883254ed69 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ccad1a5d-bbf6-4f1c-8072-1a883254ed69 {
  margin-left: -70%;
}
}
#s-ccad1a5d-bbf6-4f1c-8072-1a883254ed69 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-e2e2877d-39a5-4d49-8d1c-a8d68a0fa3ea {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-e2e2877d-39a5-4d49-8d1c-a8d68a0fa3ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e2e2877d-39a5-4d49-8d1c-a8d68a0fa3ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2e2877d-39a5-4d49-8d1c-a8d68a0fa3ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2e2877d-39a5-4d49-8d1c-a8d68a0fa3ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bd578c07-236c-4684-b166-448b6b762273 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bd578c07-236c-4684-b166-448b6b762273 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-bd578c07-236c-4684-b166-448b6b762273 .shogun-icon-wrapper {
  text-align: left;
}


#s-bd578c07-236c-4684-b166-448b6b762273 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: #495056;
}

#s-4555f1ce-c5f0-4965-b901-853ab009df10 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4555f1ce-c5f0-4965-b901-853ab009df10 {
  margin-left: -70%;
}
}
#s-4555f1ce-c5f0-4965-b901-853ab009df10 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd {
  margin-top: 5%;
margin-bottom: 10%;
}


  #s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(136, 140, 143, 1);
  font-family: Open Sans;
  font-weight: 300;
  font-style: ;
  font-size: 12px;
}

#s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-a03aaa39-b7d0-4d42-8f0a-2e9f80ec38bd .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-206c181f-e347-46ea-85bf-fe739e362a91 {
  margin-left: 8%;
margin-right: 8%;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 {
  margin-left: 11%;
margin-right: 11%;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-e1120968-9497-4bc3-adca-adbcc0ff6258 td.shogun-table-column, #s-e1120968-9497-4bc3-adca-adbcc0ff6258 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d0834046-c16b-4fce-a5df-7ab0601169ad {
  margin-left: 8%;
margin-right: 8%;
}

#s-34141135-4a50-4140-8f9c-b0ce539f9ff0 {
  margin-top: 13px;
margin-left: 3%;
margin-bottom: 13px;
margin-right: 3%;
}

#s-a79b36a4-b13d-4c0b-a552-a6331a43a302 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a79b36a4-b13d-4c0b-a552-a6331a43a302 {
  display: none;
}
#s-a79b36a4-b13d-4c0b-a552-a6331a43a302, #wrap-s-a79b36a4-b13d-4c0b-a552-a6331a43a302 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a79b36a4-b13d-4c0b-a552-a6331a43a302 {
  display: none;
}
#s-a79b36a4-b13d-4c0b-a552-a6331a43a302, #wrap-s-a79b36a4-b13d-4c0b-a552-a6331a43a302 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a79b36a4-b13d-4c0b-a552-a6331a43a302 {
  display: none;
}
#s-a79b36a4-b13d-4c0b-a552-a6331a43a302, #wrap-s-a79b36a4-b13d-4c0b-a552-a6331a43a302 { display:none !important; }}







#s-a79b36a4-b13d-4c0b-a552-a6331a43a302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a79b36a4-b13d-4c0b-a552-a6331a43a302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 {
  margin-top: 0px;
margin-bottom: 2%;
background-color: rgba(236, 240, 243, 1);
}
@media (min-width: 1200px){#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 {
  display: none;
}
#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78, #wrap-s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 {
  display: none;
}
#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78, #wrap-s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 {
  display: none;
}
#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78, #wrap-s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 { display:none !important; }}@media (max-width: 767px){#s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78 {
  
}
}
@media (min-width: 0px) {
[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98bd401e-bcba-41a3-b4ca-6a921c3b7e78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-914ac16f-9d5f-41a0-b50f-d923733b0681 {
  min-height: 200px;
background-color: rgba(236, 240, 243, 1);
}








#s-914ac16f-9d5f-41a0-b50f-d923733b0681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914ac16f-9d5f-41a0-b50f-d923733b0681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8475cf14-97be-4036-aa95-956189c7598d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8475cf14-97be-4036-aa95-956189c7598d .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 3px;
  
}



#s-b01abf61-8c7c-4327-a5f2-91ffbce3006c {
  min-height: 400px;
}








#s-b01abf61-8c7c-4327-a5f2-91ffbce3006c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b01abf61-8c7c-4327-a5f2-91ffbce3006c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d447ee7f-5bc3-467b-beee-a78e30c3c222 {
  margin-top: 20%;
margin-bottom: 20%;
min-height: 0px;
}
@media (min-width: 1200px){#s-d447ee7f-5bc3-467b-beee-a78e30c3c222 {
  display: none;
}
#s-d447ee7f-5bc3-467b-beee-a78e30c3c222, #wrap-s-d447ee7f-5bc3-467b-beee-a78e30c3c222 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d447ee7f-5bc3-467b-beee-a78e30c3c222 {
  display: none;
}
#s-d447ee7f-5bc3-467b-beee-a78e30c3c222, #wrap-s-d447ee7f-5bc3-467b-beee-a78e30c3c222 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d447ee7f-5bc3-467b-beee-a78e30c3c222 {
  display: none;
}
#s-d447ee7f-5bc3-467b-beee-a78e30c3c222, #wrap-s-d447ee7f-5bc3-467b-beee-a78e30c3c222 { display:none !important; }}







#s-d447ee7f-5bc3-467b-beee-a78e30c3c222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d447ee7f-5bc3-467b-beee-a78e30c3c222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0df9a7ae-8524-44ec-8037-459910a81494 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0df9a7ae-8524-44ec-8037-459910a81494 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-976ed547-ffec-4da2-9972-6d42b4223143 {
  padding-left: 10%;
padding-right: 10%;
}

.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-27c882fc-7406-4376-aff3-36a50cd42fc1 {
  text-align: center;
}







  #s-27c882fc-7406-4376-aff3-36a50cd42fc1 img.shogun-image {
    

    
    
    
  }


#s-27c882fc-7406-4376-aff3-36a50cd42fc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc929035-0509-410d-a03c-643ecfd36b93 {
  margin-top: 20%;
margin-bottom: 20%;
min-height: 0px;
}








#s-bc929035-0509-410d-a03c-643ecfd36b93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc929035-0509-410d-a03c-643ecfd36b93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac4c5d15-c0be-482e-a8fe-ae6d3e72784c {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac4c5d15-c0be-482e-a8fe-ae6d3e72784c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-94f02c79-0b69-4130-a285-4e80d1854878 {
  padding-left: 10%;
padding-right: 10%;
}

#s-532f477e-56ad-4ef1-9ae5-52092ceb943a {
  text-align: center;
}







  #s-532f477e-56ad-4ef1-9ae5-52092ceb943a img.shogun-image {
    

    
    
    
  }


#s-532f477e-56ad-4ef1-9ae5-52092ceb943a .shogun-image-content {
  
    align-items: center;
  
}

#s-dfaa1ede-f7dd-46cb-85d8-1c5ebfe8a0ae {
  margin-top: 20%;
margin-bottom: 20%;
}








#s-dfaa1ede-f7dd-46cb-85d8-1c5ebfe8a0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfaa1ede-f7dd-46cb-85d8-1c5ebfe8a0ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8513856-63bb-4fef-80b7-0ab7dbb80e08 {
  margin-top: 17px;
margin-left: 29%;
margin-bottom: 17px;
margin-right: 29%;
text-align: center;
}







  #s-e8513856-63bb-4fef-80b7-0ab7dbb80e08 img.shogun-image {
    

    
    
    
  }


#s-e8513856-63bb-4fef-80b7-0ab7dbb80e08 .shogun-image-content {
  
    align-items: center;
  
}

#s-698391a2-9a6a-485e-bac6-a507dc035500 {
  margin-top: 6px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-00e7b610-9927-408d-952c-bb0715b3a65e {
  margin-bottom: 7px;
text-align: center;
}







  #s-00e7b610-9927-408d-952c-bb0715b3a65e img.shogun-image {
    

    
    
    
  }


#s-00e7b610-9927-408d-952c-bb0715b3a65e .shogun-image-content {
  
    align-items: center;
  
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 {
  margin-left: 3%;
margin-right: 3%;
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 td.shogun-table-column, #s-3937cd44-f29f-43c1-ba43-6a0e54a0c8e2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8bf852cf-ede6-4c5c-8e3a-a3afe1179960 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bf852cf-ede6-4c5c-8e3a-a3afe1179960 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-1ce9344b-39e0-40c5-b5f6-bf4b6f88f61e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ce9344b-39e0-40c5-b5f6-bf4b6f88f61e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-b353ba4f-ab29-4f2e-9b41-73ed5a790780 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b353ba4f-ab29-4f2e-9b41-73ed5a790780 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-80204e6e-7291-4355-9c0d-5ea92092a820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80204e6e-7291-4355-9c0d-5ea92092a820 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e97fcb72-c25a-49ed-9ae9-c20b2c2d82c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e97fcb72-c25a-49ed-9ae9-c20b2c2d82c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9d9e5282-f3f9-454f-b184-d94a5d0b9275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d9e5282-f3f9-454f-b184-d94a5d0b9275 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-67d05977-a814-44df-9a70-36f2b3f4e985 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67d05977-a814-44df-9a70-36f2b3f4e985 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e70b2ace-b15b-4b51-98d5-466a8be5737d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e70b2ace-b15b-4b51-98d5-466a8be5737d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e64710c4-70db-4124-828b-ddb3405d0226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e64710c4-70db-4124-828b-ddb3405d0226 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-804caa84-213e-45b5-9b34-f8488839aa16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-804caa84-213e-45b5-9b34-f8488839aa16 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-54bf916c-a80a-45c0-affa-b5d1733deb5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54bf916c-a80a-45c0-affa-b5d1733deb5b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-aa3b3c22-32f3-4165-b43e-d5d6d94c7db6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa3b3c22-32f3-4165-b43e-d5d6d94c7db6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-d49dda72-36a6-4d22-8460-cce51b18c8a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d49dda72-36a6-4d22-8460-cce51b18c8a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-ba5966ef-f627-4a0c-82e0-2a064832c3b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba5966ef-f627-4a0c-82e0-2a064832c3b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9f71a7a7-da04-457f-83cd-63b567769089 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f71a7a7-da04-457f-83cd-63b567769089 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3d41a697-8ba6-4b31-a020-ade9befce01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d41a697-8ba6-4b31-a020-ade9befce01d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3c9b4108-15f0-4762-a576-fd6574e7902a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c9b4108-15f0-4762-a576-fd6574e7902a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-a9fc79a3-d983-4ab0-b6b4-c1481cf4b1db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9fc79a3-d983-4ab0-b6b4-c1481cf4b1db .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-65575d20-28a6-42d2-8c49-879112a2df25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65575d20-28a6-42d2-8c49-879112a2df25 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-49ca42d4-c640-4b89-82e9-12413d778abc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49ca42d4-c640-4b89-82e9-12413d778abc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9cc7e6e7-5ae1-4914-a077-12c0097102dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cc7e6e7-5ae1-4914-a077-12c0097102dd .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-0c70fe82-d714-4f70-84d5-fa85487eada2 {
  min-height: 720px;
}








#s-0c70fe82-d714-4f70-84d5-fa85487eada2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c70fe82-d714-4f70-84d5-fa85487eada2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f693f28-972a-44e8-ae0d-fc587233a3c8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4f693f28-972a-44e8-ae0d-fc587233a3c8 {
  
}
}







#s-4f693f28-972a-44e8-ae0d-fc587233a3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f693f28-972a-44e8-ae0d-fc587233a3c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5641f0bb-df7c-4078-b633-a84ebae178fd {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-5641f0bb-df7c-4078-b633-a84ebae178fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5641f0bb-df7c-4078-b633-a84ebae178fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5641f0bb-df7c-4078-b633-a84ebae178fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5641f0bb-df7c-4078-b633-a84ebae178fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5641f0bb-df7c-4078-b633-a84ebae178fd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3d338c0a-a4f6-477e-9117-19cc7ecd83e9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-3d338c0a-a4f6-477e-9117-19cc7ecd83e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d338c0a-a4f6-477e-9117-19cc7ecd83e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62e008dd-6eff-4d7e-bb83-266ac9eb1f38 {
  margin-top: 20%;
margin-bottom: 20%;
min-height: 0px;
}
@media (max-width: 767px){#s-62e008dd-6eff-4d7e-bb83-266ac9eb1f38 {
  
}
}







#s-62e008dd-6eff-4d7e-bb83-266ac9eb1f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62e008dd-6eff-4d7e-bb83-266ac9eb1f38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f36f469d-d78d-47c4-b1d1-000aa0141234 {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f36f469d-d78d-47c4-b1d1-000aa0141234 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-8ab95a25-caf2-421d-a824-f82471991896 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-4ea4fce8-6cda-48db-835b-13ec09c5df93 {
  margin-bottom: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-4ea4fce8-6cda-48db-835b-13ec09c5df93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ea4fce8-6cda-48db-835b-13ec09c5df93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ea4fce8-6cda-48db-835b-13ec09c5df93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ea4fce8-6cda-48db-835b-13ec09c5df93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a4e00123-f41e-446b-a94a-963989c4c35d {
  margin-top: 15%;
margin-bottom: 15px;
min-height: 0px;
}








#s-a4e00123-f41e-446b-a94a-963989c4c35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e00123-f41e-446b-a94a-963989c4c35d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dee7d977-ea15-4274-a936-459bfc18dd21 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee7d977-ea15-4274-a936-459bfc18dd21 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-c8952b0c-94c1-4506-9acf-09a4b0b375b9 {
  margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-bcb6f0c3-00cc-426e-b96c-531189d2fb42 {
  min-height: 480px;
}








#s-bcb6f0c3-00cc-426e-b96c-531189d2fb42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb6f0c3-00cc-426e-b96c-531189d2fb42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08ac10dc-ac97-4a06-84fd-31e35b95565c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08ac10dc-ac97-4a06-84fd-31e35b95565c .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 0.7);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  
}



#s-db4ababe-cbce-41d8-a8a2-92aab832657b {
  margin-bottom: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-db4ababe-cbce-41d8-a8a2-92aab832657b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db4ababe-cbce-41d8-a8a2-92aab832657b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db4ababe-cbce-41d8-a8a2-92aab832657b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db4ababe-cbce-41d8-a8a2-92aab832657b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-db4ababe-cbce-41d8-a8a2-92aab832657b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d7b0fb9-6301-48b4-8e23-b42c6712e840 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center bottom;
}








#s-9d7b0fb9-6301-48b4-8e23-b42c6712e840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d7b0fb9-6301-48b4-8e23-b42c6712e840.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-42166195-f256-4dcf-9f7f-07e25553bf66 {
  margin-top: 35%;
margin-bottom: 35%;
}








#s-42166195-f256-4dcf-9f7f-07e25553bf66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42166195-f256-4dcf-9f7f-07e25553bf66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85e38adb-d5a9-400e-b2ec-7a3fe6507fd6 {
  margin-top: 7%;
margin-left: 29%;
margin-bottom: 7%;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-85e38adb-d5a9-400e-b2ec-7a3fe6507fd6 {
  
}
}






  #s-85e38adb-d5a9-400e-b2ec-7a3fe6507fd6 img.shogun-image {
    

    
    
    
  }


#s-85e38adb-d5a9-400e-b2ec-7a3fe6507fd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fbf7762-2859-4165-97c3-28f766f9c91e {
  margin-left: 4%;
margin-right: 4%;
padding-left: 10%;
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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}