.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-333a161e-cb65-4581-afd3-267d48506808 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-333a161e-cb65-4581-afd3-267d48506808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-333a161e-cb65-4581-afd3-267d48506808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388, #wrap-s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 { display: none !important; }}@media (max-width: 767px){#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 {
  
}
}@media (max-width: 767px){#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388, #wrap-s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 { display: none !important; }}
#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 {
  background-image: url(https://i.shgcdn.com/0a698100-57ef-4b2e-96f2-97e63034efd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a942b0c-d5aa-4d64-aea4-d5352e4e6388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49299505-a2a5-4d15-b263-1a4124978880 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-49299505-a2a5-4d15-b263-1a4124978880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49299505-a2a5-4d15-b263-1a4124978880.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-047837d2-082d-4ecf-b3fd-5813612d7952 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-047837d2-082d-4ecf-b3fd-5813612d7952 {
  max-width: 80%;
}
}
#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 1200px){#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 {
  
}
}@media (min-width: 1200px){#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2, #wrap-s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2, #wrap-s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 { display: none !important; }}







#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2ff52d5-ceb2-43e9-a220-0ab933d5a8a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e281dc92-1bab-41f3-a372-1ed6776eb161 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-e281dc92-1bab-41f3-a372-1ed6776eb161 {
  max-width: 80%;
}
}
.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-211ad1b8-bf2d-47b9-83fe-40873ba8a6d3 {
  text-align: center;
}







  #s-211ad1b8-bf2d-47b9-83fe-40873ba8a6d3 img.shogun-image {
    

    
    
    
  }


#s-211ad1b8-bf2d-47b9-83fe-40873ba8a6d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-101d37ed-fd70-4d47-a9ed-9174b5846da2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-101d37ed-fd70-4d47-a9ed-9174b5846da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101d37ed-fd70-4d47-a9ed-9174b5846da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14207f96-1f82-40c9-a523-6d52373b1f1e {
  margin-bottom: 72px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
min-height: 50px;
}








#s-14207f96-1f82-40c9-a523-6d52373b1f1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14207f96-1f82-40c9-a523-6d52373b1f1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ff84be4-b47d-4b62-ad98-d32067630e7e {
  padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(245, 245, 245, 1);
}

#s-1a967e8e-82a9-4f05-b8f7-83e70586fcd9 {
  padding-top: 40px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1a967e8e-82a9-4f05-b8f7-83e70586fcd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a967e8e-82a9-4f05-b8f7-83e70586fcd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-a74e94a9-b52e-4356-855b-954b2705c396 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

#s-a74e94a9-b52e-4356-855b-954b2705c396 .shg-sld-dot {
  background-color: rgba(51, 51, 51, 1);
}

#s-a74e94a9-b52e-4356-855b-954b2705c396 .shg-sld-nav-button.shg-sld-left,
#s-a74e94a9-b52e-4356-855b-954b2705c396 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 51, 51, 1);
}

.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-12410dbd-a02a-4c46-97a1-b1b6c6c98196 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-12410dbd-a02a-4c46-97a1-b1b6c6c98196"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12410dbd-a02a-4c46-97a1-b1b6c6c98196"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12410dbd-a02a-4c46-97a1-b1b6c6c98196"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12410dbd-a02a-4c46-97a1-b1b6c6c98196"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-12410dbd-a02a-4c46-97a1-b1b6c6c98196"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e182e122-4f8c-4a55-ac43-f4b18c0fa634 {
  margin-left: auto;
margin-right: auto;
}

#s-98340e9f-cf01-4f5c-b634-de3ce7e49a54 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-98340e9f-cf01-4f5c-b634-de3ce7e49a54 {
  margin-right: auto;
}
}






  #s-98340e9f-cf01-4f5c-b634-de3ce7e49a54 img.shogun-image {
    

    
    
    
  }


#s-98340e9f-cf01-4f5c-b634-de3ce7e49a54 .shogun-image-content {
  
    align-items: center;
  
}

#s-3283db94-7324-4d71-b8f6-f98ac768a031 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3283db94-7324-4d71-b8f6-f98ac768a031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3283db94-7324-4d71-b8f6-f98ac768a031"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3283db94-7324-4d71-b8f6-f98ac768a031"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3283db94-7324-4d71-b8f6-f98ac768a031"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3283db94-7324-4d71-b8f6-f98ac768a031"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d07c8fe2-8600-42b4-8bb4-f2f2d5e11ee8 {
  margin-left: auto;
margin-right: auto;
}

#s-bf88a166-8985-486f-8165-8866ff647956 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-bf88a166-8985-486f-8165-8866ff647956 {
  margin-right: auto;
}
}






  #s-bf88a166-8985-486f-8165-8866ff647956 img.shogun-image {
    

    
    
    
  }


#s-bf88a166-8985-486f-8165-8866ff647956 .shogun-image-content {
  
    align-items: center;
  
}

#s-69f86d25-6669-42e8-83fc-cc038a75be94 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-69f86d25-6669-42e8-83fc-cc038a75be94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69f86d25-6669-42e8-83fc-cc038a75be94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69f86d25-6669-42e8-83fc-cc038a75be94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69f86d25-6669-42e8-83fc-cc038a75be94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-69f86d25-6669-42e8-83fc-cc038a75be94"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1cdeed39-be22-491a-ad88-8daf10aadfde {
  margin-left: auto;
margin-right: auto;
}

#s-11c409c2-bb90-4974-a82c-99646db68998 {
  margin-left: auto;
max-width: 350px;
text-align: left;
}







  #s-11c409c2-bb90-4974-a82c-99646db68998 img.shogun-image {
    

    
    
    
  }


#s-11c409c2-bb90-4974-a82c-99646db68998 .shogun-image-content {
  
    align-items: center;
  
}

#s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-92aaecd6-8c03-4fe5-9b56-0b3b2028c282"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a5065bac-d763-4402-bdf0-0531bc9a9e98 {
  margin-left: auto;
margin-right: auto;
}

#s-99deba7d-4c89-453b-9994-f983347d8171 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-99deba7d-4c89-453b-9994-f983347d8171 {
  margin-right: auto;
}
}






  #s-99deba7d-4c89-453b-9994-f983347d8171 img.shogun-image {
    

    
    
    
  }


#s-99deba7d-4c89-453b-9994-f983347d8171 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9bc5d23a-df15-4499-9c2b-ca5c40e752c1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ec71e297-d5c5-406f-a7ab-9b464af09de0 {
  margin-left: auto;
margin-right: auto;
}

#s-84d4c60c-8ddc-4f88-bd7b-f086d2d78984 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-84d4c60c-8ddc-4f88-bd7b-f086d2d78984 {
  margin-right: auto;
}
}






  #s-84d4c60c-8ddc-4f88-bd7b-f086d2d78984 img.shogun-image {
    

    
    
    
  }


#s-84d4c60c-8ddc-4f88-bd7b-f086d2d78984 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d9e9191-6ff2-4c62-a7dc-7ce576c6e64b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8f8dfa37-ab52-4bb3-9bbf-0f360ff6191a {
  margin-left: auto;
margin-right: auto;
}

#s-52eb69ca-cd24-4f54-a97f-d4f7b8afb9e5 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-52eb69ca-cd24-4f54-a97f-d4f7b8afb9e5 {
  margin-right: auto;
}
}






  #s-52eb69ca-cd24-4f54-a97f-d4f7b8afb9e5 img.shogun-image {
    

    
    
    
  }


#s-52eb69ca-cd24-4f54-a97f-d4f7b8afb9e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d104c4-773c-4f85-b406-00639fb2e24f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d5d104c4-773c-4f85-b406-00639fb2e24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5d104c4-773c-4f85-b406-00639fb2e24f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-d5d104c4-773c-4f85-b406-00639fb2e24f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-d5d104c4-773c-4f85-b406-00639fb2e24f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (max-width: 767px) {
  [id="s-d5d104c4-773c-4f85-b406-00639fb2e24f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bca245a2-917a-48b8-9f26-431f4ce69a68 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-1f219621-3c29-4f23-8c32-cf50bc06edb2 {
  margin-left: auto;
max-width: 350px;
text-align: left;
}
@media (max-width: 767px){#s-1f219621-3c29-4f23-8c32-cf50bc06edb2 {
  margin-right: auto;
}
}






  #s-1f219621-3c29-4f23-8c32-cf50bc06edb2 img.shogun-image {
    

    
    
    
  }


#s-1f219621-3c29-4f23-8c32-cf50bc06edb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c6fa144-9ade-43ae-a40e-e29fc29d1d05 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-1c6fa144-9ade-43ae-a40e-e29fc29d1d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c6fa144-9ade-43ae-a40e-e29fc29d1d05.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-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9010520-6965-4d73-acbc-315c6ce7f0d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb2f7695-7f19-4bf4-b57c-c806ad646fdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0dd75a9-d5af-40da-9c8a-934b48f58b56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01776892-1189-426f-bbc4-4c4728b7baf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7367cb61-17f8-4180-975e-531e03ecf6f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dae3ec7a-1968-48b8-b1e1-012586342ceb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-46aca730-a31f-4708-9e65-8fe8417bf712"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1e59e06-ecc0-48d1-bd23-e90053f0ac5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cce6e8f-1f77-43b6-85a2-8b20b0d2274b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-06abb09e-1477-4afe-95b7-e757e662a885 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-06abb09e-1477-4afe-95b7-e757e662a885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06abb09e-1477-4afe-95b7-e757e662a885.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-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-688416f7-7619-4a23-89ce-62c039dc2781"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b91589ec-1397-446a-a5b8-5e6b97940d6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24e7a807-4562-43bc-95e7-466575f99adc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7047ffa6-b576-4625-8dc9-2ad7bb26f1e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a33d335e-21ea-4e09-87e6-656639e46850"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77ef644f-b5d8-4203-b770-7f948038aba1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5a855d33-e00a-40f0-8bfa-bb4703c2a890"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a855d33-e00a-40f0-8bfa-bb4703c2a890"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a855d33-e00a-40f0-8bfa-bb4703c2a890"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a855d33-e00a-40f0-8bfa-bb4703c2a890"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-43979d3b-ac51-4885-9a6b-ec334650ccbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43979d3b-ac51-4885-9a6b-ec334650ccbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43979d3b-ac51-4885-9a6b-ec334650ccbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43979d3b-ac51-4885-9a6b-ec334650ccbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6cf6f6d3-328a-4ce5-8c81-f8dafbd5332f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6cf6f6d3-328a-4ce5-8c81-f8dafbd5332f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cf6f6d3-328a-4ce5-8c81-f8dafbd5332f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cf6f6d3-328a-4ce5-8c81-f8dafbd5332f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-69cd987a-8885-4910-94f9-e5909c886bbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69cd987a-8885-4910-94f9-e5909c886bbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69cd987a-8885-4910-94f9-e5909c886bbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69cd987a-8885-4910-94f9-e5909c886bbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7ff520c1-2f44-47ce-b34d-4c05ff509a2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ff520c1-2f44-47ce-b34d-4c05ff509a2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff520c1-2f44-47ce-b34d-4c05ff509a2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff520c1-2f44-47ce-b34d-4c05ff509a2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-cb60e3ff-bccb-419f-b357-b3a08be37b7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb60e3ff-bccb-419f-b357-b3a08be37b7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb60e3ff-bccb-419f-b357-b3a08be37b7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb60e3ff-bccb-419f-b357-b3a08be37b7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4f489120-d149-49f8-8975-a32941dc861d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f489120-d149-49f8-8975-a32941dc861d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f489120-d149-49f8-8975-a32941dc861d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f489120-d149-49f8-8975-a32941dc861d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbf9233-cc22-4e1c-95f0-345d9e06463f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-9d5b1670-8b52-4422-b9d6-d3ef6cee8b3f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
max-width: 800px;
}








#s-9d5b1670-8b52-4422-b9d6-d3ef6cee8b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d5b1670-8b52-4422-b9d6-d3ef6cee8b3f.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-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e9e2899-e149-48a4-b6e2-57f4aedc809a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-416b7be3-2848-475b-9c0f-707a3a399533 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-416b7be3-2848-475b-9c0f-707a3a399533"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-62677dff-31ae-416f-aa72-69e477d8ddfe {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-62677dff-31ae-416f-aa72-69e477d8ddfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-29aa00fb-3e72-4f0e-add4-9ad3495326df {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-29aa00fb-3e72-4f0e-add4-9ad3495326df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7d539025-d411-4cba-b095-773560eb816d {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7d539025-d411-4cba-b095-773560eb816d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-2d273b86-ac22-482a-80dd-ce05f6859368 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d273b86-ac22-482a-80dd-ce05f6859368"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e29308cb-53a8-48d9-85c6-e2c97820ed37 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e29308cb-53a8-48d9-85c6-e2c97820ed37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-571c9ae6-c11d-4fe3-a611-ea6ba4bf1889"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f81c590-0b08-4e9f-babf-311119e2c990"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e414696-1dbb-4931-8e5c-150cd0fb9407"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-26495842-687d-4248-a33d-618567d5aa4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2916aaa6-07b9-4733-82a6-5db23c618e4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-076a96c3-c7fe-4be2-aba7-4e2605e49e78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-770458ea-77c8-499f-b00f-fdd81bc99025 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(228, 228, 226, 1);
}








#s-770458ea-77c8-499f-b00f-fdd81bc99025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-770458ea-77c8-499f-b00f-fdd81bc99025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d02ef76e-4565-4404-8158-bcb2e6932f18 {
  margin-left: auto;
margin-right: auto;
max-width: 930px;
}

@media (min-width: 0px) {
[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d02ef76e-4565-4404-8158-bcb2e6932f18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb {
  
}
}@media (min-width: 1200px){#s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb, #wrap-s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb, #wrap-s-e0ed4a04-a45a-4765-a7de-a6e76bd017bb { display: none !important; }}
#s-b5127f8d-879e-4208-8775-0ba740142467 {
  text-align: left;
}

#s-50036254-f450-45d5-a825-7963571d81cb {
  margin-top: 50px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50036254-f450-45d5-a825-7963571d81cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50036254-f450-45d5-a825-7963571d81cb, #wrap-s-50036254-f450-45d5-a825-7963571d81cb { display: none !important; }}@media (max-width: 767px){#s-50036254-f450-45d5-a825-7963571d81cb {
  
}
}@media (max-width: 767px){#s-50036254-f450-45d5-a825-7963571d81cb, #wrap-s-50036254-f450-45d5-a825-7963571d81cb { display: none !important; }}
#s-ee44f81e-1f83-4442-9a08-8e7e7c1b4c64 {
  text-align: left;
}

#s-ddef6c5e-b64f-49cc-8115-075568d2ce43 {
  text-align: left;
}

#s-45bfc954-63d2-4fc7-bb79-4405b167d4fa {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1100px;
}








#s-45bfc954-63d2-4fc7-bb79-4405b167d4fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45bfc954-63d2-4fc7-bb79-4405b167d4fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a24be459-1708-46f9-a52a-3a27a8cfcd05 {
  padding-top: 0px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bbedf7e2-b02b-4f54-ac21-6ab9aeedcfaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbedf7e2-b02b-4f54-ac21-6ab9aeedcfaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bbedf7e2-b02b-4f54-ac21-6ab9aeedcfaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bbedf7e2-b02b-4f54-ac21-6ab9aeedcfaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-edf74107-0b02-4bbb-8fbd-9da83d7e6a7e {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-edf74107-0b02-4bbb-8fbd-9da83d7e6a7e img.shogun-image {
    

    
    
    
  }


#s-edf74107-0b02-4bbb-8fbd-9da83d7e6a7e .shogun-image-content {
  
    align-items: center;
  
}

#s-cca607e8-cb37-463c-985c-5de624f413e0 {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0px;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

#s-e31bb73b-a82c-4a96-839a-8d5437320708 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-e31bb73b-a82c-4a96-839a-8d5437320708 img.shogun-image {
    

    
    
    
  }


#s-e31bb73b-a82c-4a96-839a-8d5437320708 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28ae0b3-fbce-48c0-88dd-023f34f3e01a {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0%;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

#s-117fe594-8ed8-4a58-bfb0-f9e020ccee13 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-117fe594-8ed8-4a58-bfb0-f9e020ccee13 img.shogun-image {
    

    
    
    
  }


#s-117fe594-8ed8-4a58-bfb0-f9e020ccee13 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ac40714-d1ad-4b01-a085-1e44a0411d58 {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0%;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

/*table.hours-table {*/
/*    border-collapse: collapse;*/
/*    width: 50%;*/
/*    margin: 20px auto;*/
/*  }*/
/*  th.hours-day, td.hours-day {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/
/*  td.hours-hours {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/


/*.hours-table {*/
/*    padding: 0 0 50px 0;*/
/*    margin: 30px auto 0px;*/
/*    width: 400px;*/
/*}*/

/*.hours-table td {*/
/*    font-family: SaaSeries, 'SAA Series FD', 'Open Sans';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
    /*color: #fff;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    letter-spacing: .05em;*/
/*    width: auto;*/
/*}*/

/*.hours-day {*/
/*    padding-right: 20px;*/
/*    border-right: 1px solid #999;*/
/*    text-align: right;*/
/*}*/

/*.hours-hours {*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*}*/
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
