.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-b7c87313-25a9-4644-9ed1-aad3ac97def2 {
  min-height: 50px;
background-color: rgba(242, 241, 239, 1);
}
@media (min-width: 1200px){#s-b7c87313-25a9-4644-9ed1-aad3ac97def2 {
  display: none;
}
#s-b7c87313-25a9-4644-9ed1-aad3ac97def2, #wrap-s-b7c87313-25a9-4644-9ed1-aad3ac97def2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7c87313-25a9-4644-9ed1-aad3ac97def2 {
  display: none;
}
#s-b7c87313-25a9-4644-9ed1-aad3ac97def2, #wrap-s-b7c87313-25a9-4644-9ed1-aad3ac97def2 { display: none !important; }}@media (max-width: 767px){#s-b7c87313-25a9-4644-9ed1-aad3ac97def2 {
  
}
}







#s-b7c87313-25a9-4644-9ed1-aad3ac97def2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c87313-25a9-4644-9ed1-aad3ac97def2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-888ba0e6-98a2-44d9-915d-d5f7c8503e47 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-888ba0e6-98a2-44d9-915d-d5f7c8503e47 {
  
}
}






  #s-888ba0e6-98a2-44d9-915d-d5f7c8503e47 img.shogun-image {
    

    
    
    
  }


#s-888ba0e6-98a2-44d9-915d-d5f7c8503e47 .shogun-image-content {
  
    align-items: center;
  
}

#s-06346365-5e89-47bb-84d4-c13da47d4d0b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-06346365-5e89-47bb-84d4-c13da47d4d0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06346365-5e89-47bb-84d4-c13da47d4d0b.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: ;
}

.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-4d07e4d3-1f32-42a6-a5f8-1ee1bf6c1a3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d07e4d3-1f32-42a6-a5f8-1ee1bf6c1a3b .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-9d75294a-73f5-4a79-b1da-a1adce88f84b {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-29e42f55-2f86-437f-a4b3-5ff8a10b2b16 {
  background-color: rgba(242, 241, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16 {
  display: none;
}
#s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16, #wrap-s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16 { display: none !important; }}@media (max-width: 767px){#s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16 {
  display: none;
}
#s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16, #wrap-s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-29e42f55-2f86-437f-a4b3-5ff8a10b2b16"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ff497e14-7f44-4735-92af-f9a85540e648 {
  margin-top: 60px;
margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-ff497e14-7f44-4735-92af-f9a85540e648 {
  margin-left: 15px;
margin-right: 15px;
padding-bottom: 30px;
}
}







#s-ff497e14-7f44-4735-92af-f9a85540e648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff497e14-7f44-4735-92af-f9a85540e648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f2f9ef4-323e-420b-b98f-b4a241b3a284 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f2f9ef4-323e-420b-b98f-b4a241b3a284 .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-8543c943-e366-4b87-9b87-ad674c04c1c3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-4d8986e2-6261-4f1f-992a-d05da086d470 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-4d8986e2-6261-4f1f-992a-d05da086d470 img.shogun-image {
    

    
    
    
  }


#s-4d8986e2-6261-4f1f-992a-d05da086d470 .shogun-image-content {
  
    align-items: center;
  
}

#s-908eb22b-3e60-4b0e-b51d-4df72f75ba8f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 750px;
background-position: center center;
}

#s-908eb22b-3e60-4b0e-b51d-4df72f75ba8f {
  background-image: url(https://i.shgcdn.com/737b0578-e2b6-405d-9904-12401908b75a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-908eb22b-3e60-4b0e-b51d-4df72f75ba8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-908eb22b-3e60-4b0e-b51d-4df72f75ba8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 {
  min-height: 300px;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 {
  display: none;
}
#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37, #wrap-s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 {
  display: none;
}
#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37, #wrap-s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 { display: none !important; }}







#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-075d0d18-babb-4bd6-9cb7-3f17209c9b37.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-ae94a664-4866-4a81-8b3f-1f3b9feb28df {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df {
  display: none;
}
#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df, #wrap-s-ae94a664-4866-4a81-8b3f-1f3b9feb28df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df {
  
}
}
#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.31);
}

#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df .shg-sld-nav-button.shg-sld-left,
#s-ae94a664-4866-4a81-8b3f-1f3b9feb28df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.31);
}

#s-5edd7049-f7af-4670-9440-788be5a61d62 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5edd7049-f7af-4670-9440-788be5a61d62 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-5edd7049-f7af-4670-9440-788be5a61d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5edd7049-f7af-4670-9440-788be5a61d62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5dea617-cd26-435f-88b3-963957b25a91 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-a5dea617-cd26-435f-88b3-963957b25a91 img.shogun-image {
    

    
    
    
  }


#s-a5dea617-cd26-435f-88b3-963957b25a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdcfe99-0a78-4c9b-bae0-d9e17aad0440 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fdcfe99-0a78-4c9b-bae0-d9e17aad0440 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3fdcfe99-0a78-4c9b-bae0-d9e17aad0440 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-c63bc288-b1a8-4a34-b50a-f3c8a94d3064 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c63bc288-b1a8-4a34-b50a-f3c8a94d3064 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-c63bc288-b1a8-4a34-b50a-f3c8a94d3064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c63bc288-b1a8-4a34-b50a-f3c8a94d3064.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8c4d3f0-6f4b-46a1-a9bc-8a648c0fcd43 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-a8c4d3f0-6f4b-46a1-a9bc-8a648c0fcd43 img.shogun-image {
    

    
    
    
  }


#s-a8c4d3f0-6f4b-46a1-a9bc-8a648c0fcd43 .shogun-image-content {
  
    align-items: center;
  
}

#s-945ac65d-caf4-4eba-a10f-020483563436 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-945ac65d-caf4-4eba-a10f-020483563436 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-945ac65d-caf4-4eba-a10f-020483563436 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-961424cf-e691-4a2d-8f9d-e3f296491571 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-961424cf-e691-4a2d-8f9d-e3f296491571 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-961424cf-e691-4a2d-8f9d-e3f296491571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961424cf-e691-4a2d-8f9d-e3f296491571.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dec946e-ef76-4a28-ac02-d92aeef046bb {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-7dec946e-ef76-4a28-ac02-d92aeef046bb img.shogun-image {
    

    
    
    
  }


#s-7dec946e-ef76-4a28-ac02-d92aeef046bb .shogun-image-content {
  
    align-items: center;
  
}

#s-3514a424-5986-45be-95d3-da4e64f5014c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3514a424-5986-45be-95d3-da4e64f5014c .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3514a424-5986-45be-95d3-da4e64f5014c .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-5015f376-c6d9-494a-a1fd-32527b11ecef {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5015f376-c6d9-494a-a1fd-32527b11ecef {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-5015f376-c6d9-494a-a1fd-32527b11ecef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5015f376-c6d9-494a-a1fd-32527b11ecef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d690a083-0491-4403-8de3-c422dad721f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-d690a083-0491-4403-8de3-c422dad721f6 img.shogun-image {
    

    
    
    
  }


#s-d690a083-0491-4403-8de3-c422dad721f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4e6d6c5-6e73-4283-9808-fff9fe495798 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4e6d6c5-6e73-4283-9808-fff9fe495798 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a4e6d6c5-6e73-4283-9808-fff9fe495798 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-c4714f2d-79c5-40d0-aa8d-fc40a757ec7e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c4714f2d-79c5-40d0-aa8d-fc40a757ec7e {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-c4714f2d-79c5-40d0-aa8d-fc40a757ec7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4714f2d-79c5-40d0-aa8d-fc40a757ec7e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30a477b9-423d-4a1d-a9a3-a76952acd040 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-30a477b9-423d-4a1d-a9a3-a76952acd040 img.shogun-image {
    

    
    
    
  }


#s-30a477b9-423d-4a1d-a9a3-a76952acd040 .shogun-image-content {
  
    align-items: center;
  
}

#s-57c157cf-abb1-421b-9ebb-7211452a0b5a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57c157cf-abb1-421b-9ebb-7211452a0b5a .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-57c157cf-abb1-421b-9ebb-7211452a0b5a .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 1200px){#s-b726ff2b-14a6-4034-a4f1-33b5e874cae0 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b726ff2b-14a6-4034-a4f1-33b5e874cae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b726ff2b-14a6-4034-a4f1-33b5e874cae0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b18024e-b72d-4570-8d7a-3b4a2667cdf0 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-2b18024e-b72d-4570-8d7a-3b4a2667cdf0 img.shogun-image {
    

    
    
    
  }


#s-2b18024e-b72d-4570-8d7a-3b4a2667cdf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d445927-79ea-49a5-8575-b5f97fc7751a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d445927-79ea-49a5-8575-b5f97fc7751a .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3d445927-79ea-49a5-8575-b5f97fc7751a .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-d0a30e89-78fa-43b8-97dd-ea2ccd3fd678 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0a30e89-78fa-43b8-97dd-ea2ccd3fd678 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-d0a30e89-78fa-43b8-97dd-ea2ccd3fd678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a30e89-78fa-43b8-97dd-ea2ccd3fd678.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-619ed2d2-bcc1-4899-b6b9-3d5b4dc47621 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-619ed2d2-bcc1-4899-b6b9-3d5b4dc47621 img.shogun-image {
    

    
    
    
  }


#s-619ed2d2-bcc1-4899-b6b9-3d5b4dc47621 .shogun-image-content {
  
    align-items: center;
  
}

#s-aafeef89-b943-4bb9-afe4-4f7e27b2ba7b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aafeef89-b943-4bb9-afe4-4f7e27b2ba7b .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-aafeef89-b943-4bb9-afe4-4f7e27b2ba7b .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-4495f943-3a0e-4d18-833d-0d4cca7e32ef {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4495f943-3a0e-4d18-833d-0d4cca7e32ef {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-4495f943-3a0e-4d18-833d-0d4cca7e32ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4495f943-3a0e-4d18-833d-0d4cca7e32ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbef8297-43f2-4903-bab7-f3fd85a5f120 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-dbef8297-43f2-4903-bab7-f3fd85a5f120 img.shogun-image {
    

    
    
    
  }


#s-dbef8297-43f2-4903-bab7-f3fd85a5f120 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc91f86-7113-41ab-b8a4-bf8b14e8924d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbc91f86-7113-41ab-b8a4-bf8b14e8924d .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fbc91f86-7113-41ab-b8a4-bf8b14e8924d .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-d8ca4f09-bb05-49ae-9faa-f294459759cc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d8ca4f09-bb05-49ae-9faa-f294459759cc {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-d8ca4f09-bb05-49ae-9faa-f294459759cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8ca4f09-bb05-49ae-9faa-f294459759cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9cd3f429-9d95-4393-af87-130cb86f5615 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-9cd3f429-9d95-4393-af87-130cb86f5615 img.shogun-image {
    

    
    
    
  }


#s-9cd3f429-9d95-4393-af87-130cb86f5615 .shogun-image-content {
  
    align-items: center;
  
}

#s-99c5aa89-2e41-4fa5-b055-dc4081e0d2df {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99c5aa89-2e41-4fa5-b055-dc4081e0d2df .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-99c5aa89-2e41-4fa5-b055-dc4081e0d2df .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 {
  min-height: 350px;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 {
  display: none;
}
#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25, #wrap-s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 { display: none !important; }}@media (max-width: 767px){#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 {
  display: none;
}
#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25, #wrap-s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 { display: none !important; }}







#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9caac259-af09-40e8-9e0c-8be0c3f0ac25.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a710d6a2-b624-413f-b684-162e9489495e {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a710d6a2-b624-413f-b684-162e9489495e {
  display: none;
}
#s-a710d6a2-b624-413f-b684-162e9489495e, #wrap-s-a710d6a2-b624-413f-b684-162e9489495e { display: none !important; }}@media (max-width: 767px){#s-a710d6a2-b624-413f-b684-162e9489495e {
  display: none;
}
#s-a710d6a2-b624-413f-b684-162e9489495e, #wrap-s-a710d6a2-b624-413f-b684-162e9489495e { display: none !important; }}
#s-a710d6a2-b624-413f-b684-162e9489495e .shg-sld-dot {
  background-color: rgba(151, 151, 151, 1);
}

#s-a710d6a2-b624-413f-b684-162e9489495e .shg-sld-nav-button.shg-sld-left,
#s-a710d6a2-b624-413f-b684-162e9489495e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(151, 151, 151, 1);
}

#s-91f92e54-2a8e-461e-9381-287db81eaa31 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91f92e54-2a8e-461e-9381-287db81eaa31 {
  padding-left: 0px;
padding-right: 0px;
min-height: 330px;
}
}@media (max-width: 767px){#s-91f92e54-2a8e-461e-9381-287db81eaa31 {
  margin-top: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-91f92e54-2a8e-461e-9381-287db81eaa31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f92e54-2a8e-461e-9381-287db81eaa31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-91f92e54-2a8e-461e-9381-287db81eaa31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-91f92e54-2a8e-461e-9381-287db81eaa31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-1a829698-ed36-4f1b-817e-fe38b58e389b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1a829698-ed36-4f1b-817e-fe38b58e389b {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-1a829698-ed36-4f1b-817e-fe38b58e389b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a829698-ed36-4f1b-817e-fe38b58e389b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d180f781-b236-4b99-9c43-662a449c1221 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-d180f781-b236-4b99-9c43-662a449c1221 img.shogun-image {
    

    
    
    
  }


#s-d180f781-b236-4b99-9c43-662a449c1221 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9cabcd-4e54-4137-9545-dcc1f14c9e41 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9cabcd-4e54-4137-9545-dcc1f14c9e41 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8c9cabcd-4e54-4137-9545-dcc1f14c9e41 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-ca2e893d-b76f-4dc0-adae-a1cdf721feb0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ca2e893d-b76f-4dc0-adae-a1cdf721feb0 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-ca2e893d-b76f-4dc0-adae-a1cdf721feb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2e893d-b76f-4dc0-adae-a1cdf721feb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d0bca7a3-fb39-4cf0-8624-20d12a85dc2c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-d0bca7a3-fb39-4cf0-8624-20d12a85dc2c img.shogun-image {
    

    
    
    
  }


#s-d0bca7a3-fb39-4cf0-8624-20d12a85dc2c .shogun-image-content {
  
    align-items: center;
  
}

#s-8de35d97-b4d3-4d99-9752-a98381c44110 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8de35d97-b4d3-4d99-9752-a98381c44110 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8de35d97-b4d3-4d99-9752-a98381c44110 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-a7c9abb0-a799-44db-acb8-c5682bab30c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a7c9abb0-a799-44db-acb8-c5682bab30c8 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-a7c9abb0-a799-44db-acb8-c5682bab30c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7c9abb0-a799-44db-acb8-c5682bab30c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad60f384-927d-4b18-b09a-28e345410a46 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-ad60f384-927d-4b18-b09a-28e345410a46 img.shogun-image {
    

    
    
    
  }


#s-ad60f384-927d-4b18-b09a-28e345410a46 .shogun-image-content {
  
    align-items: center;
  
}

#s-34201bbe-9185-4d5a-8931-b90a429d7ffd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34201bbe-9185-4d5a-8931-b90a429d7ffd .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-34201bbe-9185-4d5a-8931-b90a429d7ffd .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-ff92a749-f0cb-4f23-a5ce-374588e5fe12 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff92a749-f0cb-4f23-a5ce-374588e5fe12 {
  padding-left: 0px;
padding-right: 0px;
min-height: 330px;
}
}
@media (min-width: 0px) {
[id="s-ff92a749-f0cb-4f23-a5ce-374588e5fe12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff92a749-f0cb-4f23-a5ce-374588e5fe12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ff92a749-f0cb-4f23-a5ce-374588e5fe12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ff92a749-f0cb-4f23-a5ce-374588e5fe12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-ef3b13dd-77a5-41bb-acfb-e78dc597d53d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ef3b13dd-77a5-41bb-acfb-e78dc597d53d {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-ef3b13dd-77a5-41bb-acfb-e78dc597d53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef3b13dd-77a5-41bb-acfb-e78dc597d53d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f78ff644-2237-4483-ac8d-98e6327e36b7 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-f78ff644-2237-4483-ac8d-98e6327e36b7 img.shogun-image {
    

    
    
    
  }


#s-f78ff644-2237-4483-ac8d-98e6327e36b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad4bd41-f195-421c-8a9f-ed633ab20508 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ad4bd41-f195-421c-8a9f-ed633ab20508 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6ad4bd41-f195-421c-8a9f-ed633ab20508 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-db9f4e73-f36d-4545-b6fd-2dacdb92bdf0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db9f4e73-f36d-4545-b6fd-2dacdb92bdf0 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-db9f4e73-f36d-4545-b6fd-2dacdb92bdf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db9f4e73-f36d-4545-b6fd-2dacdb92bdf0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4890c975-cfc8-4b51-828d-f2f1aafb616c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-4890c975-cfc8-4b51-828d-f2f1aafb616c img.shogun-image {
    

    
    
    
  }


#s-4890c975-cfc8-4b51-828d-f2f1aafb616c .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb239ae-7431-4a5c-bb09-50d75cca1531 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb239ae-7431-4a5c-bb09-50d75cca1531 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fcb239ae-7431-4a5c-bb09-50d75cca1531 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-7c8b7fab-90c7-4b06-affe-153544d55ef7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7c8b7fab-90c7-4b06-affe-153544d55ef7 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-7c8b7fab-90c7-4b06-affe-153544d55ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c8b7fab-90c7-4b06-affe-153544d55ef7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3a0abf2-7bf2-4d94-8453-9847d99f0b5e {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-b3a0abf2-7bf2-4d94-8453-9847d99f0b5e img.shogun-image {
    

    
    
    
  }


#s-b3a0abf2-7bf2-4d94-8453-9847d99f0b5e .shogun-image-content {
  
    align-items: center;
  
}

#s-0da58c08-2dc7-472e-9a4d-c8bf2317b1e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0da58c08-2dc7-472e-9a4d-c8bf2317b1e0 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0da58c08-2dc7-472e-9a4d-c8bf2317b1e0 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-3f9b0627-1edc-4b1b-a07f-fbfb13883dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f9b0627-1edc-4b1b-a07f-fbfb13883dc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f9b0627-1edc-4b1b-a07f-fbfb13883dc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f9b0627-1edc-4b1b-a07f-fbfb13883dc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc24ef42-bbb0-43ec-b2ad-2eeb2635e8e6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fc24ef42-bbb0-43ec-b2ad-2eeb2635e8e6 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-fc24ef42-bbb0-43ec-b2ad-2eeb2635e8e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc24ef42-bbb0-43ec-b2ad-2eeb2635e8e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a65e9cfb-727b-4dd9-aefe-c4897d4a916c {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-a65e9cfb-727b-4dd9-aefe-c4897d4a916c img.shogun-image {
    

    
    
    
  }


#s-a65e9cfb-727b-4dd9-aefe-c4897d4a916c .shogun-image-content {
  
    align-items: center;
  
}

#s-9a32fe59-c775-4977-9f2e-4fa2a0e87924 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a32fe59-c775-4977-9f2e-4fa2a0e87924 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9a32fe59-c775-4977-9f2e-4fa2a0e87924 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-e665f576-48eb-47a2-9ca8-8d0ab856320b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e665f576-48eb-47a2-9ca8-8d0ab856320b {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-e665f576-48eb-47a2-9ca8-8d0ab856320b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e665f576-48eb-47a2-9ca8-8d0ab856320b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-468cc240-93d2-4efc-9554-78a7b2c1501d {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 50px;
text-align: center;
}







  #s-468cc240-93d2-4efc-9554-78a7b2c1501d img.shogun-image {
    

    
    
    
  }


#s-468cc240-93d2-4efc-9554-78a7b2c1501d .shogun-image-content {
  
    align-items: center;
  
}

#s-213a8002-8ed0-4f0e-a54a-06f9b97a35f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-213a8002-8ed0-4f0e-a54a-06f9b97a35f0 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-213a8002-8ed0-4f0e-a54a-06f9b97a35f0 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


}
#s-371cb537-7e3c-4cc0-8ff8-b6437a53903f {
  min-height: 50px;
}








#s-371cb537-7e3c-4cc0-8ff8-b6437a53903f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-371cb537-7e3c-4cc0-8ff8-b6437a53903f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-4d305c2a-75b8-4210-9158-7667bdc30397"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-4d305c2a-75b8-4210-9158-7667bdc30397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-4d305c2a-75b8-4210-9158-7667bdc30397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-4d305c2a-75b8-4210-9158-7667bdc30397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-c4ba8041-955b-420d-9c9c-c9785cd116ee {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}







  #s-c4ba8041-955b-420d-9c9c-c9785cd116ee img.shogun-image {
    

    
    
    
  }


#s-c4ba8041-955b-420d-9c9c-c9785cd116ee .shogun-image-content {
  
    align-items: center;
  
}

#s-442a8b9b-0117-4e26-b79b-f373a7ee8643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-442a8b9b-0117-4e26-b79b-f373a7ee8643 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 43, 65, 1);
border-radius: 0px;
background-color: rgba(5, 33, 48, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 43, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 43, 65, 1) !important;}#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273 {
  padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 9px;
  
  
  
  display:  inline-block ;
}
}
  #s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273-root {
    text-align: center;
  }


#s-7ee3c04e-14b8-4135-a9d1-5dcf2c341273.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-ad71d55d-8377-4a9e-b5d0-376e1881d235 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}







  #s-ad71d55d-8377-4a9e-b5d0-376e1881d235 img.shogun-image {
    

    
    
    
  }


#s-ad71d55d-8377-4a9e-b5d0-376e1881d235 .shogun-image-content {
  
    align-items: center;
  
}

#s-20659eb6-e64f-4e8c-ad42-9d30b04ee191 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20659eb6-e64f-4e8c-ad42-9d30b04ee191 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-adbcad07-5bfb-4b7d-853f-59a7788cc282 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 43, 65, 1);
border-radius: 0px;
background-color: rgba(5, 33, 48, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-adbcad07-5bfb-4b7d-853f-59a7788cc282:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 43, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 43, 65, 1) !important;}#s-adbcad07-5bfb-4b7d-853f-59a7788cc282:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-adbcad07-5bfb-4b7d-853f-59a7788cc282 {
  padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-adbcad07-5bfb-4b7d-853f-59a7788cc282 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 9px;
  
  
  
  display:  inline-block ;
}
}
  #s-adbcad07-5bfb-4b7d-853f-59a7788cc282-root {
    text-align: center;
  }


#s-adbcad07-5bfb-4b7d-853f-59a7788cc282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-5fecd406-2b3a-431e-bd12-9b761458cd78 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}







  #s-5fecd406-2b3a-431e-bd12-9b761458cd78 img.shogun-image {
    

    
    
    
  }


#s-5fecd406-2b3a-431e-bd12-9b761458cd78 .shogun-image-content {
  
    align-items: center;
  
}

#s-4803ce38-7232-44a1-aac4-ea574bfa564f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4803ce38-7232-44a1-aac4-ea574bfa564f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 43, 65, 1);
border-radius: 0px;
background-color: rgba(5, 33, 48, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 43, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 43, 65, 1) !important;}#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf {
  padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 9px;
  
  
  
  display:  inline-block ;
}
}
  #s-5e15a26e-350c-4388-adc3-f0f1170e8eaf-root {
    text-align: center;
  }


#s-5e15a26e-350c-4388-adc3-f0f1170e8eaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-3c0777c1-e6e5-41c0-adc7-37b5a03c3dc3 {
  margin-top: 0px;
margin-bottom: 5px;
text-align: center;
}







  #s-3c0777c1-e6e5-41c0-adc7-37b5a03c3dc3 img.shogun-image {
    

    
    
    
  }


#s-3c0777c1-e6e5-41c0-adc7-37b5a03c3dc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0c598aa-dc30-42d3-a7ad-8f29f93bb782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0c598aa-dc30-42d3-a7ad-8f29f93bb782 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(1, 43, 65, 1);
border-radius: 0px;
background-color: rgba(5, 33, 48, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(1, 43, 65, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 43, 65, 1) !important;}#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 43, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0 {
  padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 9px;
  
  
  
  display:  inline-block ;
}
}
  #s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0-root {
    text-align: center;
  }


#s-f5a93a52-1e3e-4ff0-a242-553fdfca8be0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  
  
  
  display:  inline-block ;
}

#s-7d61a3c9-cbe8-49ec-8a67-79d7d2dc6ed3 {
  min-height: 50px;
}








#s-7d61a3c9-cbe8-49ec-8a67-79d7d2dc6ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d61a3c9-cbe8-49ec-8a67-79d7d2dc6ed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73a6c471-74f7-473d-8894-4d2555fae4a3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-73a6c471-74f7-473d-8894-4d2555fae4a3 .shg-sld-nav-button.shg-sld-left,
#s-73a6c471-74f7-473d-8894-4d2555fae4a3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-14b94dc5-e7be-4a86-8f6d-72b2d52cf425 {
  text-align: center;
}

#s-14b94dc5-e7be-4a86-8f6d-72b2d52cf425 .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-61e8b262-6a75-4632-9123-2ee3fb35cb88 {
  text-align: center;
}

#s-61e8b262-6a75-4632-9123-2ee3fb35cb88 .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-014959a1-5ed8-4041-aa77-c2341680cfb4 {
  text-align: center;
}

#s-014959a1-5ed8-4041-aa77-c2341680cfb4 .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e9561e0d-d629-4c28-93a1-c7c435dbb708 {
  padding-top: 79px;
padding-bottom: 79px;
min-height: 50px;
background-color: rgba(242, 241, 239, 1);
}








#s-e9561e0d-d629-4c28-93a1-c7c435dbb708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9561e0d-d629-4c28-93a1-c7c435dbb708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17d8297b-d958-4be6-aeb7-7d88b0ad3f1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17d8297b-d958-4be6-aeb7-7d88b0ad3f1c .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 {
  padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 {
  display: none;
}
#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9, #wrap-s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 {
  display: none;
}
#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9, #wrap-s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 {
  display: none;
}
#s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9, #wrap-s-68caddbc-14ae-4af8-ad6c-ddafb587a2b9 { display: none !important; }}
#s-598a595f-a67e-41f2-a05d-542877b2148a {
  padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-598a595f-a67e-41f2-a05d-542877b2148a {
  display: none;
}
#s-598a595f-a67e-41f2-a05d-542877b2148a, #wrap-s-598a595f-a67e-41f2-a05d-542877b2148a { display: none !important; }}
#s-b3c881f8-ed57-49de-978d-6c2054afc81a {
  padding-top: 48px;
padding-bottom: 10px;
text-align: center;
}

#s-b3c881f8-ed57-49de-978d-6c2054afc81a .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-00448c0d-5228-4672-8b62-50d8df8b2624 {
  padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 1200px){#s-00448c0d-5228-4672-8b62-50d8df8b2624 {
  display: none;
}
#s-00448c0d-5228-4672-8b62-50d8df8b2624, #wrap-s-00448c0d-5228-4672-8b62-50d8df8b2624 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00448c0d-5228-4672-8b62-50d8df8b2624 {
  display: none;
}
#s-00448c0d-5228-4672-8b62-50d8df8b2624, #wrap-s-00448c0d-5228-4672-8b62-50d8df8b2624 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00448c0d-5228-4672-8b62-50d8df8b2624 {
  display: none;
}
#s-00448c0d-5228-4672-8b62-50d8df8b2624, #wrap-s-00448c0d-5228-4672-8b62-50d8df8b2624 { display: none !important; }}
@media (max-width: 767px){#s-32768332-4998-4013-81cd-a07cd68680e2 {
  display: none;
}
#s-32768332-4998-4013-81cd-a07cd68680e2, #wrap-s-32768332-4998-4013-81cd-a07cd68680e2 { display: none !important; }}
/*
  $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}
