.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-fb67e888-7420-4eb0-bee3-7aa591e3c7a9 {
  min-height: 10px;
}








#s-fb67e888-7420-4eb0-bee3-7aa591e3c7a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb67e888-7420-4eb0-bee3-7aa591e3c7a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b4900e67-496f-45f9-b3ae-84041f472ce8 hr {
  border-top: 1px solid #ddd;
}

#s-122098e1-0860-40ab-bc11-3d1a8043b5a0 {
  min-height: 20px;
}








#s-122098e1-0860-40ab-bc11-3d1a8043b5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-122098e1-0860-40ab-bc11-3d1a8043b5a0.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-8db92299-2d54-49eb-a823-4507fdf4813e {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-8db92299-2d54-49eb-a823-4507fdf4813e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8db92299-2d54-49eb-a823-4507fdf4813e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8db92299-2d54-49eb-a823-4507fdf4813e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8db92299-2d54-49eb-a823-4507fdf4813e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: ;
}

.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-700bb1ca-5938-4678-acab-e6b081d67da9 {
  text-align: center;
}







  #s-700bb1ca-5938-4678-acab-e6b081d67da9 img.shogun-image {
    

    
    
    
  }


#s-700bb1ca-5938-4678-acab-e6b081d67da9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3497fff5-1406-4453-85d5-a4c53e713faf {
  min-height: 50px;
}








#s-3497fff5-1406-4453-85d5-a4c53e713faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3497fff5-1406-4453-85d5-a4c53e713faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a457ef-b72c-4286-8667-5e7e7fb1d087 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-24a457ef-b72c-4286-8667-5e7e7fb1d087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24a457ef-b72c-4286-8667-5e7e7fb1d087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24a457ef-b72c-4286-8667-5e7e7fb1d087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a457ef-b72c-4286-8667-5e7e7fb1d087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad27f631-1001-4a53-8ae1-79d6fab4b5f4 {
  text-align: center;
}







  #s-ad27f631-1001-4a53-8ae1-79d6fab4b5f4 img.shogun-image {
    

    
    
    
  }


#s-ad27f631-1001-4a53-8ae1-79d6fab4b5f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-373d9857-097f-412e-aec2-194c3d6187c9 {
  min-height: 50px;
}








#s-373d9857-097f-412e-aec2-194c3d6187c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373d9857-097f-412e-aec2-194c3d6187c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-120b6f37-c59d-45e3-8771-13c7ca9fd50f {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-120b6f37-c59d-45e3-8771-13c7ca9fd50f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-120b6f37-c59d-45e3-8771-13c7ca9fd50f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-120b6f37-c59d-45e3-8771-13c7ca9fd50f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-120b6f37-c59d-45e3-8771-13c7ca9fd50f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc5fc8d4-a7fb-4c1d-bb77-7748fc0fab16 {
  text-align: center;
}







  #s-fc5fc8d4-a7fb-4c1d-bb77-7748fc0fab16 img.shogun-image {
    

    
    
    
  }


#s-fc5fc8d4-a7fb-4c1d-bb77-7748fc0fab16 .shogun-image-content {
  
    align-items: center;
  
}

#s-78344714-918c-4c69-8040-f415c8ce04bb {
  min-height: 50px;
}








#s-78344714-918c-4c69-8040-f415c8ce04bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78344714-918c-4c69-8040-f415c8ce04bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57ad95d1-5d28-459c-b69a-2598a203253b {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-57ad95d1-5d28-459c-b69a-2598a203253b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57ad95d1-5d28-459c-b69a-2598a203253b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57ad95d1-5d28-459c-b69a-2598a203253b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ad95d1-5d28-459c-b69a-2598a203253b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-77e5e40d-35ff-4864-9445-1fb1872799a9 {
  text-align: center;
}







  #s-77e5e40d-35ff-4864-9445-1fb1872799a9 img.shogun-image {
    

    
    
    
  }


#s-77e5e40d-35ff-4864-9445-1fb1872799a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-39badc1c-0338-441a-b689-c744d2e32400 {
  min-height: 50px;
}








#s-39badc1c-0338-441a-b689-c744d2e32400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39badc1c-0338-441a-b689-c744d2e32400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed1ef71-f02e-4205-995b-139847bd4501 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-5ed1ef71-f02e-4205-995b-139847bd4501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ed1ef71-f02e-4205-995b-139847bd4501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ed1ef71-f02e-4205-995b-139847bd4501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ed1ef71-f02e-4205-995b-139847bd4501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd27e16c-a249-4d2d-bca9-4812b662fc3e {
  text-align: center;
}







  #s-bd27e16c-a249-4d2d-bca9-4812b662fc3e img.shogun-image {
    

    
    
    
  }


#s-bd27e16c-a249-4d2d-bca9-4812b662fc3e .shogun-image-content {
  
    align-items: center;
  
}

#s-3024a16a-20ed-456e-8faf-c2ca96f76083 {
  min-height: 50px;
}








#s-3024a16a-20ed-456e-8faf-c2ca96f76083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3024a16a-20ed-456e-8faf-c2ca96f76083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e52b0573-3762-4ad6-8c2e-2433d6ca9a65 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-e52b0573-3762-4ad6-8c2e-2433d6ca9a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e52b0573-3762-4ad6-8c2e-2433d6ca9a65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e52b0573-3762-4ad6-8c2e-2433d6ca9a65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e52b0573-3762-4ad6-8c2e-2433d6ca9a65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c6e998a-3aeb-4d5d-ab8e-deea14b83b77 {
  text-align: center;
}







  #s-6c6e998a-3aeb-4d5d-ab8e-deea14b83b77 img.shogun-image {
    

    
    
    
  }


#s-6c6e998a-3aeb-4d5d-ab8e-deea14b83b77 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d584884-800c-48cd-a7ba-ff0df5114e3a {
  min-height: 50px;
}








#s-6d584884-800c-48cd-a7ba-ff0df5114e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d584884-800c-48cd-a7ba-ff0df5114e3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de7d1c41-ee10-4579-b365-23e5056eda7c {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-de7d1c41-ee10-4579-b365-23e5056eda7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de7d1c41-ee10-4579-b365-23e5056eda7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de7d1c41-ee10-4579-b365-23e5056eda7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de7d1c41-ee10-4579-b365-23e5056eda7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e79fbda-c8d1-4c09-a25f-954c56331bbf {
  text-align: center;
}







  #s-6e79fbda-c8d1-4c09-a25f-954c56331bbf img.shogun-image {
    

    
    
    
  }


#s-6e79fbda-c8d1-4c09-a25f-954c56331bbf .shogun-image-content {
  
    align-items: center;
  
}

#s-4b30e823-4afe-4ac8-bfe9-14707f325433 {
  min-height: 50px;
}








#s-4b30e823-4afe-4ac8-bfe9-14707f325433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b30e823-4afe-4ac8-bfe9-14707f325433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d20d1491-24b4-4216-b1a9-cf0201fceb3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-d20d1491-24b4-4216-b1a9-cf0201fceb3e .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-39b3111f-3a03-4537-be95-4449c5cda87e {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-39b3111f-3a03-4537-be95-4449c5cda87e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b3111f-3a03-4537-be95-4449c5cda87e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-39b3111f-3a03-4537-be95-4449c5cda87e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b3111f-3a03-4537-be95-4449c5cda87e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-04f58a42-6401-4541-a318-558d972dfe8b {
  min-height: 50px;
}








#s-04f58a42-6401-4541-a318-558d972dfe8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f58a42-6401-4541-a318-558d972dfe8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4dd23f3b-5403-4cd0-9fe1-52e1af103123 {
  min-height: 50px;
}








#s-4dd23f3b-5403-4cd0-9fe1-52e1af103123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd23f3b-5403-4cd0-9fe1-52e1af103123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f2eb0d-e846-46b0-8bba-2ab37532d6c8 {
  min-height: 50px;
}








#s-09f2eb0d-e846-46b0-8bba-2ab37532d6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f2eb0d-e846-46b0-8bba-2ab37532d6c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd725c08-758d-48cb-aabe-4a4c4ea195af {
  min-height: 50px;
}








#s-cd725c08-758d-48cb-aabe-4a4c4ea195af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd725c08-758d-48cb-aabe-4a4c4ea195af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e054294-3d27-4a24-ab78-9876100cf19f {
  min-height: 50px;
}








#s-4e054294-3d27-4a24-ab78-9876100cf19f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e054294-3d27-4a24-ab78-9876100cf19f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3eb8ed-0ac4-459c-a9b7-76ec7508cce1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-1a3eb8ed-0ac4-459c-a9b7-76ec7508cce1 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-df91fd70-caca-46e3-9b33-b5ab9f0a077a {
  min-height: 10px;
}








#s-df91fd70-caca-46e3-9b33-b5ab9f0a077a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df91fd70-caca-46e3-9b33-b5ab9f0a077a.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-51c61541-df31-4653-a126-6b53bb322dfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51c61541-df31-4653-a126-6b53bb322dfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51c61541-df31-4653-a126-6b53bb322dfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51c61541-df31-4653-a126-6b53bb322dfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-880e35d6-8a82-4af8-8e02-1504c2985183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-880e35d6-8a82-4af8-8e02-1504c2985183 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



.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-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 {
  margin-left: 50px;
margin-right: 50px;
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-473e2eeb-2e4d-410d-8ff8-a3ce6192e689 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c3ecd658-81a7-445e-a004-22bc4020b1a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-c3ecd658-81a7-445e-a004-22bc4020b1a7 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4dac83ca-6d53-45f6-84db-f2fd4a73a6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-98deacde-4fed-4db3-ac29-5083d0c200da {
  min-height: 50px;
}








#s-98deacde-4fed-4db3-ac29-5083d0c200da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98deacde-4fed-4db3-ac29-5083d0c200da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90d88191-183b-4b0e-8085-0060ef92e145 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-90d88191-183b-4b0e-8085-0060ef92e145 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 {
  margin-left: 40px;
margin-right: 40px;
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-54cec5ec-c86c-41df-97b0-b2ebb1960d86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3118304c-fd0e-449f-ac77-7ce09756b253 {
  text-align: center;
}







  #s-3118304c-fd0e-449f-ac77-7ce09756b253 img.shogun-image {
    

    
    
    
  }


#s-3118304c-fd0e-449f-ac77-7ce09756b253 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5848579-68b2-4bce-a2e6-845e6f48b97a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bdef1030-7736-42ac-ba3c-cb293ff977d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-bdef1030-7736-42ac-ba3c-cb293ff977d3 .shogun-heading-component h2 {
  color: rgba(74, 74, 74, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-6cc3afb5-1a0c-4013-9940-b172b618ccbe {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6cc3afb5-1a0c-4013-9940-b172b618ccbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cc3afb5-1a0c-4013-9940-b172b618ccbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6cc3afb5-1a0c-4013-9940-b172b618ccbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cc3afb5-1a0c-4013-9940-b172b618ccbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-961403f1-e0ea-4ebc-8760-ff740022ee81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-961403f1-e0ea-4ebc-8760-ff740022ee81 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-7cb49dcd-0434-4f7a-afca-1955aa3ff360 {
  margin-left: 50px;
margin-right: 50px;
}

.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-a459dc8d-1053-414c-80c8-c44c32d07334 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a459dc8d-1053-414c-80c8-c44c32d07334 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-a459dc8d-1053-414c-80c8-c44c32d07334 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a459dc8d-1053-414c-80c8-c44c32d07334 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a459dc8d-1053-414c-80c8-c44c32d07334 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a459dc8d-1053-414c-80c8-c44c32d07334 td.shogun-table-column, #s-a459dc8d-1053-414c-80c8-c44c32d07334 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-6734a174-2f5d-47ec-94b7-643bb00f3c9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-6734a174-2f5d-47ec-94b7-643bb00f3c9d .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-f0da60ef-a25e-4105-bb33-2bc21dbebca8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c06681b4-09f6-411d-90d9-690a96c08889 td.shogun-table-column, #s-c06681b4-09f6-411d-90d9-690a96c08889 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-af388486-eb3d-4283-93e6-d99a840a1537 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-381c3c0c-0655-47e0-b45a-5c78cbffd979 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-381c3c0c-0655-47e0-b45a-5c78cbffd979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-381c3c0c-0655-47e0-b45a-5c78cbffd979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-381c3c0c-0655-47e0-b45a-5c78cbffd979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-381c3c0c-0655-47e0-b45a-5c78cbffd979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-b5c44661-89a7-4e66-b38b-5e91e5bb7efe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-b5c44661-89a7-4e66-b38b-5e91e5bb7efe .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-9b589caa-dc11-4273-9099-da7fcee8da62 {
  margin-left: 50px;
margin-right: 50px;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af {
  margin-left: 50px;
margin-right: 50px;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-13cd3f6f-1980-469e-8374-f9808dd537af td.shogun-table-column, #s-13cd3f6f-1980-469e-8374-f9808dd537af td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-6c36f7c7-6421-4441-a3ac-48292c1699fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-6c36f7c7-6421-4441-a3ac-48292c1699fd .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-b194c01f-f4a9-4651-ab14-bb1df7df9d41 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d {
  margin-left: 50px;
margin-right: 50px;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d td.shogun-table-column, #s-4aa7cd37-55c4-499c-8bbb-ccaf44a36e3d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b09281c8-4971-48a4-a64c-4da2e5e0eccd {
  min-height: 10px;
}








#s-b09281c8-4971-48a4-a64c-4da2e5e0eccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b09281c8-4971-48a4-a64c-4da2e5e0eccd.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-ef68e683-02b5-47a8-bfa0-063eb7d00110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef68e683-02b5-47a8-bfa0-063eb7d00110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef68e683-02b5-47a8-bfa0-063eb7d00110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef68e683-02b5-47a8-bfa0-063eb7d00110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d97f8a7e-671e-4397-b67d-283d0da1d76f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-d97f8a7e-671e-4397-b67d-283d0da1d76f .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e457d841-37a0-498f-b8fa-9f6c3ad375c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-06abcef2-f698-4ddd-8cde-71679688c396 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-06abcef2-f698-4ddd-8cde-71679688c396 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-d65b2d72-705e-456f-8e82-332b79f9f06d {
  margin-left: 40px;
margin-right: 40px;
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d65b2d72-705e-456f-8e82-332b79f9f06d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3806f93b-51d0-4a6d-9750-f2b2577e44b3 {
  min-height: 10px;
}








#s-3806f93b-51d0-4a6d-9750-f2b2577e44b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3806f93b-51d0-4a6d-9750-f2b2577e44b3.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-b163a538-a52b-4423-aad0-e8bcf46596a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b163a538-a52b-4423-aad0-e8bcf46596a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b163a538-a52b-4423-aad0-e8bcf46596a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b163a538-a52b-4423-aad0-e8bcf46596a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-745fa461-a7e0-4ea6-b1f6-c3b402c88207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-745fa461-a7e0-4ea6-b1f6-c3b402c88207 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-dffb76a5-6cb0-4a1a-91ef-7978b402c604 {
  margin-left: 40px;
margin-right: 40px;
}

#s-f7c3f827-276a-47a8-961e-46c4537dd7ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-f7c3f827-276a-47a8-961e-46c4537dd7ef .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-cce1c633-ec4a-4c45-af9e-f8cff29b83a0 {
  margin-left: 40px;
margin-right: 40px;
}

#s-f095d10a-9149-4c95-b9fe-b646a4a8d501 {
  min-height: 50px;
}








#s-f095d10a-9149-4c95-b9fe-b646a4a8d501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f095d10a-9149-4c95-b9fe-b646a4a8d501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb6e84d1-8dbf-496d-9df9-629588acbf24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-eb6e84d1-8dbf-496d-9df9-629588acbf24 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-4bf49a4f-ed58-40d5-ad45-9ba1e84ab0f5 {
  min-height: 10px;
}








#s-4bf49a4f-ed58-40d5-ad45-9ba1e84ab0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf49a4f-ed58-40d5-ad45-9ba1e84ab0f5.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-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ba72f37-6e82-45dc-a2d7-fb71d4ac1eac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-0e8820d4-e465-4198-ada1-83456595b350 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0e8820d4-e465-4198-ada1-83456595b350 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0e8820d4-e465-4198-ada1-83456595b350 .shg-sld-nav-button.shg-sld-left,
#s-0e8820d4-e465-4198-ada1-83456595b350 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8d9b9000-2906-40e1-a91c-4cd186cc9a04 {
  text-align: center;
}







  #s-8d9b9000-2906-40e1-a91c-4cd186cc9a04 img.shogun-image {
    

    
    
    
  }


#s-8d9b9000-2906-40e1-a91c-4cd186cc9a04 .shogun-image-content {
  
    align-items: center;
  
}

#s-509b1c1c-632e-47c3-954c-0a84634340ec {
  text-align: center;
}







  #s-509b1c1c-632e-47c3-954c-0a84634340ec img.shogun-image {
    

    
    
    
  }


#s-509b1c1c-632e-47c3-954c-0a84634340ec .shogun-image-content {
  
    align-items: center;
  
}

#s-1abcfbbf-8713-4336-b0ce-b9e3311511a3 {
  text-align: center;
}







  #s-1abcfbbf-8713-4336-b0ce-b9e3311511a3 img.shogun-image {
    

    
    
    
  }


#s-1abcfbbf-8713-4336-b0ce-b9e3311511a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d410673-f160-4235-a2b6-072f22f03edc {
  text-align: center;
}







  #s-7d410673-f160-4235-a2b6-072f22f03edc img.shogun-image {
    

    
    
    
  }


#s-7d410673-f160-4235-a2b6-072f22f03edc .shogun-image-content {
  
    align-items: center;
  
}

#s-c0a3ff9f-1eed-4f9a-8aea-fa0f616a8504 {
  text-align: center;
}







  #s-c0a3ff9f-1eed-4f9a-8aea-fa0f616a8504 img.shogun-image {
    

    
    
    
  }


#s-c0a3ff9f-1eed-4f9a-8aea-fa0f616a8504 .shogun-image-content {
  
    align-items: center;
  
}

#s-247c65f1-7574-47dd-b4d4-0a9274f5328e {
  min-height: 50px;
}








#s-247c65f1-7574-47dd-b4d4-0a9274f5328e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-247c65f1-7574-47dd-b4d4-0a9274f5328e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65040190-3f12-46a7-a2dc-0746483213cd hr {
  border-top: 2px solid #ddd;
}

#s-3db72d25-e9f2-4375-a2cf-b9311bbf7c25 {
  min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}

@media (min-width: 0px) {
[id="s-3db72d25-e9f2-4375-a2cf-b9311bbf7c25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3db72d25-e9f2-4375-a2cf-b9311bbf7c25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3db72d25-e9f2-4375-a2cf-b9311bbf7c25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3db72d25-e9f2-4375-a2cf-b9311bbf7c25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e3d27d70-83fb-4410-98a7-fb40231a067a hr {
  border-top: 2px solid #ddd;
}

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