.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-100196a6-4c14-4793-970a-85e90847523f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(253, 248, 244, 1);
background-attachment: scroll;
}








#s-100196a6-4c14-4793-970a-85e90847523f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100196a6-4c14-4793-970a-85e90847523f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84871ec4-8b15-4b93-8c8e-4f25c2bf6dbf {
  text-align: left;
}

#s-255526ae-605f-4007-b9d7-0cda149e7b2e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(254, 248, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-255526ae-605f-4007-b9d7-0cda149e7b2e {
  
}
}@media (max-width: 767px){#s-255526ae-605f-4007-b9d7-0cda149e7b2e {
  
}
}







#s-255526ae-605f-4007-b9d7-0cda149e7b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255526ae-605f-4007-b9d7-0cda149e7b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6bad2ece-e595-4987-90ef-3ce0c44b0d49 {
  margin-top: 39px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6bad2ece-e595-4987-90ef-3ce0c44b0d49 {
  margin-top: 21px;
margin-bottom: 6px;
}
}
#s-6bad2ece-e595-4987-90ef-3ce0c44b0d49 .shogun-heading-component h1 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  font-family: "Cardo";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0.77px;
  
}


@media (max-width: 767px){#s-6bad2ece-e595-4987-90ef-3ce0c44b0d49 .shogun-heading-component h1 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  font-family: "Cardo";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 0.5px;
  
}


}
.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-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 {
  margin-left: 20px;
margin-bottom: 18px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 {
  display: none;
}
#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5, #wrap-s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 {
  display: none;
}
#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5, #wrap-s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 {
  display: none;
}
#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5, #wrap-s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 { display:none !important; }}@media (max-width: 767px){#s-31811388-c4de-485d-b6c7-7fbf9fe8aaa5 {
  margin-bottom: 9px;
}
}
#s-5924e139-39a9-497e-bcea-ef216afb27fc {
  margin-left: 20px;
margin-bottom: 18px;
margin-right: 20px;
}
@media (max-width: 767px){#s-5924e139-39a9-497e-bcea-ef216afb27fc {
  display: none;
}
#s-5924e139-39a9-497e-bcea-ef216afb27fc, #wrap-s-5924e139-39a9-497e-bcea-ef216afb27fc { display:none !important; }}
.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;
}

@media (min-width: 0px) {
[id="s-1cc0ace3-1af8-4187-a808-5081194b9038"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1cc0ace3-1af8-4187-a808-5081194b9038"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1cc0ace3-1af8-4187-a808-5081194b9038"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cc0ace3-1af8-4187-a808-5081194b9038"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.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;
}
#s-8ffaaebf-d6bd-4cd2-8fea-8c8748d8cb7a {
  text-align: center;
}







  #s-8ffaaebf-d6bd-4cd2-8fea-8c8748d8cb7a img.shogun-image {
    

    
    
    
  }


#s-8ffaaebf-d6bd-4cd2-8fea-8c8748d8cb7a .shogun-image-content {
  
    align-items: center;
  
}

#s-b88e669e-d53b-4a8b-9912-9048b240b6f8 {
  padding-left: 13%;
padding-right: 13%;
min-height: 50px;
}
@media (max-width: 767px){#s-b88e669e-d53b-4a8b-9912-9048b240b6f8 {
  padding-top: 10%;
padding-left: 9.75%;
padding-bottom: 10%;
padding-right: 9.75%;
}
}







#s-b88e669e-d53b-4a8b-9912-9048b240b6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88e669e-d53b-4a8b-9912-9048b240b6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58f736b9-0c04-48ca-b193-35c304d1c9e9 {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-58f736b9-0c04-48ca-b193-35c304d1c9e9 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-58f736b9-0c04-48ca-b193-35c304d1c9e9 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0.73px;
  text-align: left;
}


}
#s-e9b09401-5d27-42c8-87b9-7de7c210d5a5 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0%;
padding-right: 0%;
}

#s-0c5cb1fb-79bb-40ba-85c3-7dd6babdf7c6 {
  text-align: center;
}







  #s-0c5cb1fb-79bb-40ba-85c3-7dd6babdf7c6 img.shogun-image {
    

    
    
    
  }


#s-0c5cb1fb-79bb-40ba-85c3-7dd6babdf7c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5e674ec-be7b-490e-b82d-7983a4ad4541 {
  padding-left: 13%;
padding-right: 13%;
min-height: 50px;
}
@media (max-width: 767px){#s-f5e674ec-be7b-490e-b82d-7983a4ad4541 {
  padding-top: 10%;
padding-left: 9.75%;
padding-bottom: 10%;
padding-right: 9.75%;
}
}







#s-f5e674ec-be7b-490e-b82d-7983a4ad4541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5e674ec-be7b-490e-b82d-7983a4ad4541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae095f57-a2ce-4fb2-ba78-e39e80ccaf95 {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae095f57-a2ce-4fb2-ba78-e39e80ccaf95 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-ae095f57-a2ce-4fb2-ba78-e39e80ccaf95 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0.73px;
  text-align: left;
}


}
#s-a2c6f38c-b547-4c35-86fc-4b4cac36fb7a {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-39e013ce-e283-44bb-bb00-4aaa5f229cd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-39e013ce-e283-44bb-bb00-4aaa5f229cd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39e013ce-e283-44bb-bb00-4aaa5f229cd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39e013ce-e283-44bb-bb00-4aaa5f229cd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6d19be51-ec70-405d-9e90-25a778c10214 {
  padding-left: 13%;
padding-right: 13%;
min-height: 50px;
}
@media (max-width: 767px){#s-6d19be51-ec70-405d-9e90-25a778c10214 {
  padding-top: 10%;
padding-left: 9.75%;
padding-bottom: 10%;
padding-right: 9.75%;
}
}







#s-6d19be51-ec70-405d-9e90-25a778c10214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d19be51-ec70-405d-9e90-25a778c10214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-410427ba-4025-49a8-9437-e5440270d882 {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-410427ba-4025-49a8-9437-e5440270d882 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-410427ba-4025-49a8-9437-e5440270d882 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0.73px;
  text-align: left;
}


}
#s-e1b844ff-d3b2-4a46-b789-27f87de186cd {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0%;
padding-right: 0%;
}

#s-b87a8a79-635d-4de5-b0df-61ac7a54d1c1 {
  text-align: center;
}







  #s-b87a8a79-635d-4de5-b0df-61ac7a54d1c1 img.shogun-image {
    

    
    
    
  }


#s-b87a8a79-635d-4de5-b0df-61ac7a54d1c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e34a3364-6896-470a-a636-f7f1cc25c065 {
  padding-left: 13%;
padding-right: 13%;
min-height: 50px;
}
@media (max-width: 767px){#s-e34a3364-6896-470a-a636-f7f1cc25c065 {
  padding-top: 10%;
padding-left: 9.75%;
padding-bottom: 10%;
padding-right: 9.75%;
}
}







#s-e34a3364-6896-470a-a636-f7f1cc25c065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e34a3364-6896-470a-a636-f7f1cc25c065.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00e2d82d-b74b-423a-9c91-40cd61f45d0e {
  margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00e2d82d-b74b-423a-9c91-40cd61f45d0e .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-00e2d82d-b74b-423a-9c91-40cd61f45d0e .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0.73px;
  text-align: left;
}


}
#s-93993996-815f-4d10-9e99-f7a7b2528993 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0%;
padding-right: 0%;
}

#s-279086f4-5646-49b5-ae93-230da7d0395a {
  text-align: center;
}







  #s-279086f4-5646-49b5-ae93-230da7d0395a img.shogun-image {
    

    
    
    
  }


#s-279086f4-5646-49b5-ae93-230da7d0395a .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c8a263-e071-4685-933b-0a37c2c1edae {
  min-height: 50px;
}








#s-a3c8a263-e071-4685-933b-0a37c2c1edae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c8a263-e071-4685-933b-0a37c2c1edae.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-0f93b1f8-f811-42a6-ba6f-40370718401e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f93b1f8-f811-42a6-ba6f-40370718401e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f93b1f8-f811-42a6-ba6f-40370718401e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f93b1f8-f811-42a6-ba6f-40370718401e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0f93b1f8-f811-42a6-ba6f-40370718401e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c2d22f90-0309-4f6a-88d0-57e333d3211a {
  text-align: center;
}
@media (max-width: 767px){#s-c2d22f90-0309-4f6a-88d0-57e333d3211a {
  display: none;
}
#s-c2d22f90-0309-4f6a-88d0-57e333d3211a, #wrap-s-c2d22f90-0309-4f6a-88d0-57e333d3211a { display:none !important; }}






  #s-c2d22f90-0309-4f6a-88d0-57e333d3211a img.shogun-image {
    

    
    
    
  }


#s-c2d22f90-0309-4f6a-88d0-57e333d3211a .shogun-image-content {
  
    align-items: center;
  
}

#s-7f2d3f64-40d6-4192-a78a-641f6cce611d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 68%;
}

#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 79%;
}
@media (min-width: 1200px){#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 {
  display: none;
}
#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8, #wrap-s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 {
  display: none;
}
#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8, #wrap-s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 {
  display: none;
}
#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8, #wrap-s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 { display:none !important; }}@media (max-width: 767px){#s-59d6ac1f-94e1-4b6f-a703-a2f46071afe8 {
  margin-bottom: 0px;
padding-top: 15px;
}
}
#s-3ab056f1-ad74-47fa-91a3-95ac6f022969 {
  text-align: center;
}







  #s-3ab056f1-ad74-47fa-91a3-95ac6f022969 img.shogun-image {
    

    
    
    
  }


#s-3ab056f1-ad74-47fa-91a3-95ac6f022969 .shogun-image-content {
  
    align-items: center;
  
}

#s-59d022b2-527a-483e-847d-b9e8910c407f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-59d022b2-527a-483e-847d-b9e8910c407f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59d022b2-527a-483e-847d-b9e8910c407f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-078e03a5-adc3-4a01-a936-5aa5da46cba8 {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-078e03a5-adc3-4a01-a936-5aa5da46cba8 {
  margin-top: 42px;
margin-bottom: 42px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-078e03a5-adc3-4a01-a936-5aa5da46cba8 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-078e03a5-adc3-4a01-a936-5aa5da46cba8 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.8px;
  
}


}
#s-c610107f-4b34-4a46-8ab8-f83079b7306a {
  min-height: 50px;
}








#s-c610107f-4b34-4a46-8ab8-f83079b7306a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c610107f-4b34-4a46-8ab8-f83079b7306a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a23aea7f-0272-4ed6-a05c-2ef770a72ef4 {
  margin-left: auto;
margin-right: auto;
max-width: 87%;
}

@media (min-width: 0px) {
[id="s-a23aea7f-0272-4ed6-a05c-2ef770a72ef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a23aea7f-0272-4ed6-a05c-2ef770a72ef4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a23aea7f-0272-4ed6-a05c-2ef770a72ef4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a23aea7f-0272-4ed6-a05c-2ef770a72ef4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-705190cb-6d2f-4de0-8d47-d95387cea275 {
  text-align: center;
}







  #s-705190cb-6d2f-4de0-8d47-d95387cea275 img.shogun-image {
    

    
    
    
  }


#s-705190cb-6d2f-4de0-8d47-d95387cea275 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a013df-001c-4a17-aa04-e7aba51d84ec {
  padding-top: 0%;
padding-left: 9.8%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 560px;
}
@media (max-width: 767px){#s-f7a013df-001c-4a17-aa04-e7aba51d84ec {
  margin-top: 23px;
margin-bottom: 37px;
padding-left: 0%;
}
}







#s-f7a013df-001c-4a17-aa04-e7aba51d84ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a013df-001c-4a17-aa04-e7aba51d84ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd {
  display: none;
}
#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd, #wrap-s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd {
  display: none;
}
#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd, #wrap-s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd {
  display: none;
}
#s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd, #wrap-s-8a1189bb-1a36-48ac-b72b-cd6e4e3180fd { display:none !important; }}
#s-9560cd58-199f-4034-9b5b-38c8e25f109d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9560cd58-199f-4034-9b5b-38c8e25f109d {
  display: none;
}
#s-9560cd58-199f-4034-9b5b-38c8e25f109d, #wrap-s-9560cd58-199f-4034-9b5b-38c8e25f109d { display:none !important; }}
.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-9fffaa15-63fb-4927-99f7-6fe03b61bcf0 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
letter-spacing: 0.75px;
}
#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0-root {
    text-align: left;
  }


#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0-root {
    text-align: left;
  }


#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0-root {
    text-align: left;
  }


#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0-root {
    text-align: left;
  }


#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0-root {
    text-align: left;
  }


#s-9fffaa15-63fb-4927-99f7-6fe03b61bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d {
  margin-top: 72px;
margin-left: auto;
margin-bottom: 106px;
margin-right: auto;
max-width: 87%;
}
@media (max-width: 767px){#s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d {
  margin-top: 0px;
margin-bottom: 54px;
}
}
@media (min-width: 0px) {
[id="s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d5baf60-46e3-4dd8-a541-37f87d4f6f0d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a0e05e4d-38c6-454b-bd11-50f6dc82e6be {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9.8%;
min-height: 50px;
max-width: 560px;
}
@media (max-width: 767px){#s-a0e05e4d-38c6-454b-bd11-50f6dc82e6be {
  padding-right: 0%;
}
}







#s-a0e05e4d-38c6-454b-bd11-50f6dc82e6be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e05e4d-38c6-454b-bd11-50f6dc82e6be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06dbd9d3-c867-4d82-a080-cfadfc1a8c7c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-06dbd9d3-c867-4d82-a080-cfadfc1a8c7c {
  display: none;
}
#s-06dbd9d3-c867-4d82-a080-cfadfc1a8c7c, #wrap-s-06dbd9d3-c867-4d82-a080-cfadfc1a8c7c { display:none !important; }}
#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 {
  display: none;
}
#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6, #wrap-s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 {
  display: none;
}
#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6, #wrap-s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 {
  display: none;
}
#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6, #wrap-s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 { display:none !important; }}@media (max-width: 767px){#s-2ab8a5e1-622f-4c67-88c0-27f370d2e5e6 {
  margin-top: 24px;
margin-bottom: 0px;
}
}
#s-be518220-5da7-4d01-852f-c3f4589d80a7 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
letter-spacing: 0.75px;
}
#s-be518220-5da7-4d01-852f-c3f4589d80a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be518220-5da7-4d01-852f-c3f4589d80a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be518220-5da7-4d01-852f-c3f4589d80a7-root {
    text-align: left;
  }


#s-be518220-5da7-4d01-852f-c3f4589d80a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be518220-5da7-4d01-852f-c3f4589d80a7-root {
    text-align: left;
  }


#s-be518220-5da7-4d01-852f-c3f4589d80a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be518220-5da7-4d01-852f-c3f4589d80a7-root {
    text-align: left;
  }


#s-be518220-5da7-4d01-852f-c3f4589d80a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be518220-5da7-4d01-852f-c3f4589d80a7-root {
    text-align: left;
  }


#s-be518220-5da7-4d01-852f-c3f4589d80a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be518220-5da7-4d01-852f-c3f4589d80a7-root {
    text-align: left;
  }


#s-be518220-5da7-4d01-852f-c3f4589d80a7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a6600e85-7971-435b-bfcd-3d3ad08ad041 {
  text-align: center;
}







  #s-a6600e85-7971-435b-bfcd-3d3ad08ad041 img.shogun-image {
    

    
    
    
  }


#s-a6600e85-7971-435b-bfcd-3d3ad08ad041 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9370557-4dde-48d0-b01f-0e6a97bd9ce2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9370557-4dde-48d0-b01f-0e6a97bd9ce2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9370557-4dde-48d0-b01f-0e6a97bd9ce2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dda062d-5dd2-49d5-8175-760a2d1880e3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4dda062d-5dd2-49d5-8175-760a2d1880e3 {
  margin-top: -2px;
}
}







#s-4dda062d-5dd2-49d5-8175-760a2d1880e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dda062d-5dd2-49d5-8175-760a2d1880e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 87%;
}
@media (max-width: 767px){#s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe {
  margin-top: 29px;
}
}
@media (min-width: 0px) {
[id="s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7638e62d-0c3b-4e86-a5c8-38e95dcf4afe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2db3e5f1-7b80-4cf9-b3e7-825469d95250 {
  min-height: 100%;
text-align: center;
}







  #s-2db3e5f1-7b80-4cf9-b3e7-825469d95250 img.shogun-image {
    

    
    
    
  }


#s-2db3e5f1-7b80-4cf9-b3e7-825469d95250 .shogun-image-content {
  
    align-items: center;
  
}

#s-39668ff4-9d45-4335-89d5-d04fc5e84771 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 7%;
padding-bottom: 0%;
padding-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-39668ff4-9d45-4335-89d5-d04fc5e84771 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-39668ff4-9d45-4335-89d5-d04fc5e84771 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39668ff4-9d45-4335-89d5-d04fc5e84771.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3323cf5f-9ac2-4fd3-8098-db78c35cf4d5 {
  margin-top: 72px;
margin-left: 0%;
margin-bottom: 27px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 450px;
text-align: left;
}
@media (max-width: 767px){#s-3323cf5f-9ac2-4fd3-8098-db78c35cf4d5 {
  margin-top: 36px;
margin-bottom: 12px;
}
}
#s-3323cf5f-9ac2-4fd3-8098-db78c35cf4d5 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-3323cf5f-9ac2-4fd3-8098-db78c35cf4d5 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-298933ec-02e6-455f-9e61-cf99ac7ee261 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-298933ec-02e6-455f-9e61-cf99ac7ee261 {
  display: none;
}
#s-298933ec-02e6-455f-9e61-cf99ac7ee261, #wrap-s-298933ec-02e6-455f-9e61-cf99ac7ee261 { display:none !important; }}
#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b {
  display: none;
}
#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b, #wrap-s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b {
  display: none;
}
#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b, #wrap-s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b {
  display: none;
}
#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b, #wrap-s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b { display:none !important; }}@media (max-width: 767px){#s-c3b89e2a-6a9f-4f28-acdc-dcf095a7f87b {
  max-width: 70%;
}
}
#s-7efae0cf-de13-4975-87e7-5856f230e17e {
  margin-left: auto;
margin-right: auto;
}

#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 {
  
}
}@media (max-width: 767px){#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 {
  display: none;
}
#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497, #wrap-s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 { display:none !important; }}







#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6f8bf7-7a6c-4656-86aa-1aa9ec93e497.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

#s-913c7931-87a5-4cd5-a539-910442817fbc {
  text-align: center;
}







  img.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
    
    
  }


.s-913c7931-87a5-4cd5-a539-910442817fbc .shogun-image-content {
  
    align-items: center;
  
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shg-align-container {
  text-align: center
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
    
    
  }


.s-913c7931-87a5-4cd5-a539-910442817fbc .shogun-image-content {
  
    align-items: center;
  
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shg-align-container {
  text-align: center
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
    
    
  }


.s-913c7931-87a5-4cd5-a539-910442817fbc .shogun-image-content {
  
    align-items: center;
  
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shg-align-container {
  text-align: center
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
    
    
  }


.s-913c7931-87a5-4cd5-a539-910442817fbc .shogun-image-content {
  
    align-items: center;
  
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shg-align-container {
  text-align: center
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
    
    
  }


.s-913c7931-87a5-4cd5-a539-910442817fbc .shogun-image-content {
  
    align-items: center;
  
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shg-align-container {
  text-align: center
}

.s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-913c7931-87a5-4cd5-a539-910442817fbc.shogun-image {
  box-sizing: border-box;
}


}
#s-f766620a-e4e1-472b-bfc0-adb566e6866e {
  background-repeat: repeat;
background-size: contain;
margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
background-position: center center;
}








#s-f766620a-e4e1-472b-bfc0-adb566e6866e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f766620a-e4e1-472b-bfc0-adb566e6866e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1f2f139-b383-43e3-b328-216cf576c2d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1f2f139-b383-43e3-b328-216cf576c2d1 .shogun-heading-component h2 {
  color: rgba(47, 58, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-a23d9ab7-d7b6-4c13-9d2b-a5901f184ef4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba {
  text-align: center;
}







  img.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
    
    
  }


.s-db59de89-50d0-45d2-8f0e-3cfd20693cba .shogun-image-content {
  
    align-items: center;
  
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shg-align-container {
  text-align: center
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
    
    
  }


.s-db59de89-50d0-45d2-8f0e-3cfd20693cba .shogun-image-content {
  
    align-items: center;
  
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shg-align-container {
  text-align: center
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
    
    
  }


.s-db59de89-50d0-45d2-8f0e-3cfd20693cba .shogun-image-content {
  
    align-items: center;
  
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shg-align-container {
  text-align: center
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
    
    
  }


.s-db59de89-50d0-45d2-8f0e-3cfd20693cba .shogun-image-content {
  
    align-items: center;
  
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shg-align-container {
  text-align: center
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
    
    
  }


.s-db59de89-50d0-45d2-8f0e-3cfd20693cba .shogun-image-content {
  
    align-items: center;
  
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shg-align-container {
  text-align: center
}

.s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db59de89-50d0-45d2-8f0e-3cfd20693cba.shogun-image {
  box-sizing: border-box;
}


}
#s-b0ccaa41-ab8d-457d-9369-163e11813b06 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-b0ccaa41-ab8d-457d-9369-163e11813b06 {
  display: none;
}
#s-b0ccaa41-ab8d-457d-9369-163e11813b06, #wrap-s-b0ccaa41-ab8d-457d-9369-163e11813b06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0ccaa41-ab8d-457d-9369-163e11813b06 {
  display: none;
}
#s-b0ccaa41-ab8d-457d-9369-163e11813b06, #wrap-s-b0ccaa41-ab8d-457d-9369-163e11813b06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0ccaa41-ab8d-457d-9369-163e11813b06 {
  display: none;
}
#s-b0ccaa41-ab8d-457d-9369-163e11813b06, #wrap-s-b0ccaa41-ab8d-457d-9369-163e11813b06 { display:none !important; }}@media (max-width: 767px){#s-b0ccaa41-ab8d-457d-9369-163e11813b06 {
  margin-left: 16px;
margin-right: 16px;
}
}







#s-b0ccaa41-ab8d-457d-9369-163e11813b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ccaa41-ab8d-457d-9369-163e11813b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd97731e-4374-476c-8463-3714577fbae3 {
  text-align: center;
}







  img.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
    
    
  }


.s-dd97731e-4374-476c-8463-3714577fbae3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shg-align-container {
  text-align: center
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
    
    
  }


.s-dd97731e-4374-476c-8463-3714577fbae3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shg-align-container {
  text-align: center
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
    
    
  }


.s-dd97731e-4374-476c-8463-3714577fbae3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shg-align-container {
  text-align: center
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
    
    
  }


.s-dd97731e-4374-476c-8463-3714577fbae3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shg-align-container {
  text-align: center
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
    
    
  }


.s-dd97731e-4374-476c-8463-3714577fbae3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shg-align-container {
  text-align: center
}

.s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd97731e-4374-476c-8463-3714577fbae3.shogun-image {
  box-sizing: border-box;
}


}
#s-8eead334-689f-408b-9600-95ee37afe438 {
  background-repeat: repeat;
background-size: contain;
margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
background-position: center center;
}








#s-8eead334-689f-408b-9600-95ee37afe438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eead334-689f-408b-9600-95ee37afe438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a9c91cb-c8cb-4951-a42a-cea215118da6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a9c91cb-c8cb-4951-a42a-cea215118da6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-9a9c91cb-c8cb-4951-a42a-cea215118da6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-9af04e15-1f5a-451e-ad0a-29c3e990053a {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-9af04e15-1f5a-451e-ad0a-29c3e990053a {
  display: none;
}
#s-9af04e15-1f5a-451e-ad0a-29c3e990053a, #wrap-s-9af04e15-1f5a-451e-ad0a-29c3e990053a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9af04e15-1f5a-451e-ad0a-29c3e990053a {
  display: none;
}
#s-9af04e15-1f5a-451e-ad0a-29c3e990053a, #wrap-s-9af04e15-1f5a-451e-ad0a-29c3e990053a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9af04e15-1f5a-451e-ad0a-29c3e990053a {
  display: none;
}
#s-9af04e15-1f5a-451e-ad0a-29c3e990053a, #wrap-s-9af04e15-1f5a-451e-ad0a-29c3e990053a { display:none !important; }}
#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 {
  text-align: center;
}







  img.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
    
    
  }


.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shg-align-container {
  text-align: center
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
    
    
  }


.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shg-align-container {
  text-align: center
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
    
    
  }


.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shg-align-container {
  text-align: center
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
    
    
  }


.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shg-align-container {
  text-align: center
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
    
    
  }


.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shg-align-container {
  text-align: center
}

.s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ae0dd9-6ee2-4993-8e7a-7bd4dcd9a4f3.shogun-image {
  box-sizing: border-box;
}


}
#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b {
  padding-top: 60px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b {
  display: none;
}
#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b, #wrap-s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b { display:none !important; }}@media (max-width: 767px){#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b {
  display: none;
}
#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b, #wrap-s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b { display:none !important; }}







#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d53b21-fcfe-49d2-9b0d-2efe0007bb4b.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-0cc9d3f0-069d-4004-8b41-14b0d9956d90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0cc9d3f0-069d-4004-8b41-14b0d9956d90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0cc9d3f0-069d-4004-8b41-14b0d9956d90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0cc9d3f0-069d-4004-8b41-14b0d9956d90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ce524297-c033-4b6e-bee2-7eeaec6dc63e {
  text-align: center;
}







  #s-ce524297-c033-4b6e-bee2-7eeaec6dc63e img.shogun-image {
    

    
    
    
  }


#s-ce524297-c033-4b6e-bee2-7eeaec6dc63e .shogun-image-content {
  
    align-items: center;
  
}

#s-44371f53-f3ec-4911-afef-58c4cd1b7454 {
  text-align: center;
}







  #s-44371f53-f3ec-4911-afef-58c4cd1b7454 img.shogun-image {
    

    
    
    
  }


#s-44371f53-f3ec-4911-afef-58c4cd1b7454 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a643c23-f06b-478a-a1ef-a5d4d8f8ad98 {
  text-align: center;
}







  #s-9a643c23-f06b-478a-a1ef-a5d4d8f8ad98 img.shogun-image {
    

    
    
    
  }


#s-9a643c23-f06b-478a-a1ef-a5d4d8f8ad98 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4d5411e-5fc2-4573-a973-3b372a8d3540 {
  text-align: center;
}







  #s-a4d5411e-5fc2-4573-a973-3b372a8d3540 img.shogun-image {
    

    
    
    
  }


#s-a4d5411e-5fc2-4573-a973-3b372a8d3540 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d {
  display: none;
}
#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d, #wrap-s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d {
  display: none;
}
#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d, #wrap-s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d {
  
}
}@media (max-width: 767px){#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d {
  
}
}







#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab07619-3718-4deb-ab2f-58b2a7c5d20d.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-e6bd6316-3989-4a26-be2b-ecbce778117e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e6bd6316-3989-4a26-be2b-ecbce778117e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6bd6316-3989-4a26-be2b-ecbce778117e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6bd6316-3989-4a26-be2b-ecbce778117e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4e8104e0-051b-41b2-8604-4c188d83510f {
  text-align: center;
}







  #s-4e8104e0-051b-41b2-8604-4c188d83510f img.shogun-image {
    

    
    
    
  }


#s-4e8104e0-051b-41b2-8604-4c188d83510f .shogun-image-content {
  
    align-items: center;
  
}

#s-15f86536-a1c5-401c-bc35-2a4fd00df2d2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c46f0093-5438-4ab1-b100-16f2e5670800 {
  text-align: center;
}







  #s-c46f0093-5438-4ab1-b100-16f2e5670800 img.shogun-image {
    

    
    
    
  }


#s-c46f0093-5438-4ab1-b100-16f2e5670800 .shogun-image-content {
  
    align-items: center;
  
}

#s-9634a585-6e5e-42ab-a330-003450bccdb7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6b89db52-51d3-41cb-aea1-deebbb6c2028 {
  text-align: center;
}







  #s-6b89db52-51d3-41cb-aea1-deebbb6c2028 img.shogun-image {
    

    
    
    
  }


#s-6b89db52-51d3-41cb-aea1-deebbb6c2028 .shogun-image-content {
  
    align-items: center;
  
}

#s-533ac9e8-53d3-433e-840b-5f0fbe43fa29 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-15a7d794-fe35-4754-85c3-0c894a70b6b5 {
  text-align: center;
}







  #s-15a7d794-fe35-4754-85c3-0c894a70b6b5 img.shogun-image {
    

    
    
    
  }


#s-15a7d794-fe35-4754-85c3-0c894a70b6b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bf6bf03-8f0d-4ce8-881b-698ade8519c4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8703792d-f130-404f-ad9d-3a470343d24e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8703792d-f130-404f-ad9d-3a470343d24e {
  display: none;
}
#s-8703792d-f130-404f-ad9d-3a470343d24e, #wrap-s-8703792d-f130-404f-ad9d-3a470343d24e { display:none !important; }}@media (max-width: 767px){#s-8703792d-f130-404f-ad9d-3a470343d24e {
  display: none;
}
#s-8703792d-f130-404f-ad9d-3a470343d24e, #wrap-s-8703792d-f130-404f-ad9d-3a470343d24e { display:none !important; }}







#s-8703792d-f130-404f-ad9d-3a470343d24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8703792d-f130-404f-ad9d-3a470343d24e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 {
  display: none;
}
#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97, #wrap-s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 { display:none !important; }}@media (max-width: 767px){#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 {
  display: none;
}
#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97, #wrap-s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 { display:none !important; }}







#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fcdc1c-bd49-490e-9c91-dc5d4f15bd97.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-4faffb53-7e74-4c44-93d3-c98b264912f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4faffb53-7e74-4c44-93d3-c98b264912f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4faffb53-7e74-4c44-93d3-c98b264912f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4faffb53-7e74-4c44-93d3-c98b264912f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-216e96c3-f597-43e4-83b5-1f186fae50d1 {
  text-align: center;
}







  #s-216e96c3-f597-43e4-83b5-1f186fae50d1 img.shogun-image {
    

    
    
    
  }


#s-216e96c3-f597-43e4-83b5-1f186fae50d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a63fd78-5f65-49e0-8151-ec85d2691914 {
  text-align: center;
}







  #s-5a63fd78-5f65-49e0-8151-ec85d2691914 img.shogun-image {
    

    
    
    
  }


#s-5a63fd78-5f65-49e0-8151-ec85d2691914 .shogun-image-content {
  
    align-items: center;
  
}

#s-acf6461e-9d87-4d76-9fb8-af01efde0621 {
  text-align: center;
}







  #s-acf6461e-9d87-4d76-9fb8-af01efde0621 img.shogun-image {
    

    
    
    
  }


#s-acf6461e-9d87-4d76-9fb8-af01efde0621 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85b0f2c-5b00-459b-99b7-7bd04663c36c {
  text-align: center;
}







  #s-c85b0f2c-5b00-459b-99b7-7bd04663c36c img.shogun-image {
    

    
    
    
  }


#s-c85b0f2c-5b00-459b-99b7-7bd04663c36c .shogun-image-content {
  
    align-items: center;
  
}

#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f {
  display: none;
}
#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f, #wrap-s-58362ae4-deac-4552-ab7f-f2ea3ef4227f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f {
  display: none;
}
#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f, #wrap-s-58362ae4-deac-4552-ab7f-f2ea3ef4227f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f {
  
}
}@media (max-width: 767px){#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f {
  
}
}







#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58362ae4-deac-4552-ab7f-f2ea3ef4227f.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-0f1ad4cd-cfd6-4d5c-8972-536327573930"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0f1ad4cd-cfd6-4d5c-8972-536327573930"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f1ad4cd-cfd6-4d5c-8972-536327573930"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f1ad4cd-cfd6-4d5c-8972-536327573930"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-089dfc70-6158-48a4-9610-b8e6b7212b19 {
  text-align: center;
}







  #s-089dfc70-6158-48a4-9610-b8e6b7212b19 img.shogun-image {
    

    
    
    
  }


#s-089dfc70-6158-48a4-9610-b8e6b7212b19 .shogun-image-content {
  
    align-items: center;
  
}

#s-2de53e76-6f3a-43cb-b905-96cf06e2a4c0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1de08e68-07a8-4306-a7b1-1abc80b5b2e2 {
  text-align: center;
}







  #s-1de08e68-07a8-4306-a7b1-1abc80b5b2e2 img.shogun-image {
    

    
    
    
  }


#s-1de08e68-07a8-4306-a7b1-1abc80b5b2e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d91a11c-f9ee-4c74-963c-7ba41fc80c7f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-498ba269-add1-4a5e-a4c0-1232fc0de475 {
  text-align: center;
}







  #s-498ba269-add1-4a5e-a4c0-1232fc0de475 img.shogun-image {
    

    
    
    
  }


#s-498ba269-add1-4a5e-a4c0-1232fc0de475 .shogun-image-content {
  
    align-items: center;
  
}

#s-f31a01ac-6740-4d1f-a67d-71e428a1e834 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5ac9bf0a-b20f-4bf5-a938-acb938be4206 {
  text-align: center;
}







  #s-5ac9bf0a-b20f-4bf5-a938-acb938be4206 img.shogun-image {
    

    
    
    
  }


#s-5ac9bf0a-b20f-4bf5-a938-acb938be4206 .shogun-image-content {
  
    align-items: center;
  
}

#s-27a9ecc5-f55f-4121-a0a3-c85fac370a37 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe {
  display: none;
}
#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe, #wrap-s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe { display:none !important; }}@media (max-width: 767px){#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe {
  display: none;
}
#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe, #wrap-s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe { display:none !important; }}







#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7047eb6c-64b4-4ed7-ac8a-a69ef06db6fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d86de20f-6d07-41ff-8adb-c1207708bf96 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d86de20f-6d07-41ff-8adb-c1207708bf96 {
  display: none;
}
#s-d86de20f-6d07-41ff-8adb-c1207708bf96, #wrap-s-d86de20f-6d07-41ff-8adb-c1207708bf96 { display:none !important; }}@media (max-width: 767px){#s-d86de20f-6d07-41ff-8adb-c1207708bf96 {
  display: none;
}
#s-d86de20f-6d07-41ff-8adb-c1207708bf96, #wrap-s-d86de20f-6d07-41ff-8adb-c1207708bf96 { display:none !important; }}







#s-d86de20f-6d07-41ff-8adb-c1207708bf96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86de20f-6d07-41ff-8adb-c1207708bf96.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-6ce5e38c-f21e-4b55-ac53-9eb1b7cb62c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ce5e38c-f21e-4b55-ac53-9eb1b7cb62c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6ce5e38c-f21e-4b55-ac53-9eb1b7cb62c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ce5e38c-f21e-4b55-ac53-9eb1b7cb62c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7eaf4686-1dbb-456c-afea-edb272fa887b {
  text-align: center;
}







  #s-7eaf4686-1dbb-456c-afea-edb272fa887b img.shogun-image {
    

    
    
    
  }


#s-7eaf4686-1dbb-456c-afea-edb272fa887b .shogun-image-content {
  
    align-items: center;
  
}

#s-9378e347-4e5c-47e7-8a80-7edf57ac18ae {
  text-align: center;
}







  #s-9378e347-4e5c-47e7-8a80-7edf57ac18ae img.shogun-image {
    

    
    
    
  }


#s-9378e347-4e5c-47e7-8a80-7edf57ac18ae .shogun-image-content {
  
    align-items: center;
  
}

#s-f0596d95-e7c3-4635-b634-07516ef5fa0f {
  text-align: center;
}







  #s-f0596d95-e7c3-4635-b634-07516ef5fa0f img.shogun-image {
    

    
    
    
  }


#s-f0596d95-e7c3-4635-b634-07516ef5fa0f .shogun-image-content {
  
    align-items: center;
  
}

#s-0c2c27d6-b068-4ab3-8ff0-2e612b8912ea {
  text-align: center;
}







  #s-0c2c27d6-b068-4ab3-8ff0-2e612b8912ea img.shogun-image {
    

    
    
    
  }


#s-0c2c27d6-b068-4ab3-8ff0-2e612b8912ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3e670891-e568-4665-a08b-03069e759ce2 {
  text-align: center;
}







  #s-3e670891-e568-4665-a08b-03069e759ce2 img.shogun-image {
    

    
    
    
  }


#s-3e670891-e568-4665-a08b-03069e759ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b131f2df-68a3-4836-bbf3-d518c8488c54 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b131f2df-68a3-4836-bbf3-d518c8488c54 {
  display: none;
}
#s-b131f2df-68a3-4836-bbf3-d518c8488c54, #wrap-s-b131f2df-68a3-4836-bbf3-d518c8488c54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b131f2df-68a3-4836-bbf3-d518c8488c54 {
  display: none;
}
#s-b131f2df-68a3-4836-bbf3-d518c8488c54, #wrap-s-b131f2df-68a3-4836-bbf3-d518c8488c54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b131f2df-68a3-4836-bbf3-d518c8488c54 {
  
}
}@media (max-width: 767px){#s-b131f2df-68a3-4836-bbf3-d518c8488c54 {
  
}
}







#s-b131f2df-68a3-4836-bbf3-d518c8488c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b131f2df-68a3-4836-bbf3-d518c8488c54.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-afde00b3-3b23-49fe-971c-6a77c5224fcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-afde00b3-3b23-49fe-971c-6a77c5224fcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afde00b3-3b23-49fe-971c-6a77c5224fcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afde00b3-3b23-49fe-971c-6a77c5224fcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4edc3b3d-bcd4-4070-8b5d-e282b7f025d1 {
  text-align: center;
}







  #s-4edc3b3d-bcd4-4070-8b5d-e282b7f025d1 img.shogun-image {
    

    
    
    
  }


#s-4edc3b3d-bcd4-4070-8b5d-e282b7f025d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6686197-3245-4148-88cf-00c4031c16dc {
  text-align: center;
}







  #s-f6686197-3245-4148-88cf-00c4031c16dc img.shogun-image {
    

    
    
    
  }


#s-f6686197-3245-4148-88cf-00c4031c16dc .shogun-image-content {
  
    align-items: center;
  
}

#s-aafd48d0-111f-4038-9f30-921e6eed204f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c734f518-bf8b-4a85-95db-bba1180345c7 {
  text-align: center;
}







  #s-c734f518-bf8b-4a85-95db-bba1180345c7 img.shogun-image {
    

    
    
    
  }


#s-c734f518-bf8b-4a85-95db-bba1180345c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e10f07d8-8087-4185-b719-9c2459448c2e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2f6c5967-97df-4ea6-b92b-01bd44cfa02e {
  text-align: center;
}







  #s-2f6c5967-97df-4ea6-b92b-01bd44cfa02e img.shogun-image {
    

    
    
    
  }


#s-2f6c5967-97df-4ea6-b92b-01bd44cfa02e .shogun-image-content {
  
    align-items: center;
  
}

#s-9c031734-7225-49a4-84ea-25fc597e8ac1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c4cfe058-573a-42e7-844d-368545b0220f {
  text-align: center;
}







  #s-c4cfe058-573a-42e7-844d-368545b0220f img.shogun-image {
    

    
    
    
  }


#s-c4cfe058-573a-42e7-844d-368545b0220f .shogun-image-content {
  
    align-items: center;
  
}

#s-973a17c5-3768-4589-a507-48b647ee2270 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 {
  display: none;
}
#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0, #wrap-s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 { display:none !important; }}@media (max-width: 767px){#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 {
  display: none;
}
#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0, #wrap-s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 { display:none !important; }}







#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40f61a1c-533e-45d9-a954-bc37dfd03dd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c56f1d-a37e-497b-b30a-5161f2be99d1 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32c56f1d-a37e-497b-b30a-5161f2be99d1 {
  display: none;
}
#s-32c56f1d-a37e-497b-b30a-5161f2be99d1, #wrap-s-32c56f1d-a37e-497b-b30a-5161f2be99d1 { display:none !important; }}@media (max-width: 767px){#s-32c56f1d-a37e-497b-b30a-5161f2be99d1 {
  display: none;
}
#s-32c56f1d-a37e-497b-b30a-5161f2be99d1, #wrap-s-32c56f1d-a37e-497b-b30a-5161f2be99d1 { display:none !important; }}







#s-32c56f1d-a37e-497b-b30a-5161f2be99d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c56f1d-a37e-497b-b30a-5161f2be99d1.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-aa2e868e-c29d-4de5-a484-ca11421c3001"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa2e868e-c29d-4de5-a484-ca11421c3001"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa2e868e-c29d-4de5-a484-ca11421c3001"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa2e868e-c29d-4de5-a484-ca11421c3001"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e713c18b-7404-4bf6-a546-e61b9d2c6a4c {
  text-align: center;
}







  #s-e713c18b-7404-4bf6-a546-e61b9d2c6a4c img.shogun-image {
    

    
    
    
  }


#s-e713c18b-7404-4bf6-a546-e61b9d2c6a4c .shogun-image-content {
  
    align-items: center;
  
}

#s-6da230f9-1b4f-4e47-a510-c29e98159042 {
  text-align: center;
}







  #s-6da230f9-1b4f-4e47-a510-c29e98159042 img.shogun-image {
    

    
    
    
  }


#s-6da230f9-1b4f-4e47-a510-c29e98159042 .shogun-image-content {
  
    align-items: center;
  
}

#s-42f060df-c26e-4578-b57e-8aafaf4ae4e5 {
  text-align: center;
}







  #s-42f060df-c26e-4578-b57e-8aafaf4ae4e5 img.shogun-image {
    

    
    
    
  }


#s-42f060df-c26e-4578-b57e-8aafaf4ae4e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac723da-c376-47d2-9efb-3c9c7fd54158 {
  text-align: center;
}







  #s-9ac723da-c376-47d2-9efb-3c9c7fd54158 img.shogun-image {
    

    
    
    
  }


#s-9ac723da-c376-47d2-9efb-3c9c7fd54158 .shogun-image-content {
  
    align-items: center;
  
}

#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 {
  display: none;
}
#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5, #wrap-s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 {
  display: none;
}
#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5, #wrap-s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 {
  
}
}@media (max-width: 767px){#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 {
  
}
}







#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601c37db-eea7-49e0-9b4c-6f49a897d9d5.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-f591430c-fc9d-4951-afd3-020caa478a75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f591430c-fc9d-4951-afd3-020caa478a75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f591430c-fc9d-4951-afd3-020caa478a75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f591430c-fc9d-4951-afd3-020caa478a75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6906f484-89ae-4d51-9576-b4bdbcfc3256 {
  text-align: center;
}







  #s-6906f484-89ae-4d51-9576-b4bdbcfc3256 img.shogun-image {
    

    
    
    
  }


#s-6906f484-89ae-4d51-9576-b4bdbcfc3256 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9fc7566-502e-4105-94be-1eba484eb560 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b3972257-12bf-421c-8f53-355ffbe4810c {
  text-align: center;
}







  #s-b3972257-12bf-421c-8f53-355ffbe4810c img.shogun-image {
    

    
    
    
  }


#s-b3972257-12bf-421c-8f53-355ffbe4810c .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8ef422-ed48-43f6-b347-10bd2c6089bc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a7d2f58-dc83-4421-a967-f6d78f69ec6b {
  text-align: center;
}







  #s-3a7d2f58-dc83-4421-a967-f6d78f69ec6b img.shogun-image {
    

    
    
    
  }


#s-3a7d2f58-dc83-4421-a967-f6d78f69ec6b .shogun-image-content {
  
    align-items: center;
  
}

#s-edc09b6c-cb35-4d0c-b952-0c3e174eb882 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dbb3fde2-88d4-47d2-bfbb-ccdd04484e41 {
  text-align: center;
}







  #s-dbb3fde2-88d4-47d2-bfbb-ccdd04484e41 img.shogun-image {
    

    
    
    
  }


#s-dbb3fde2-88d4-47d2-bfbb-ccdd04484e41 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf4b25fe-58c3-49c0-8ed6-9b89723058fe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9af08c17-2073-4eeb-9400-6631aca7503d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9af08c17-2073-4eeb-9400-6631aca7503d {
  display: none;
}
#s-9af08c17-2073-4eeb-9400-6631aca7503d, #wrap-s-9af08c17-2073-4eeb-9400-6631aca7503d { display:none !important; }}@media (max-width: 767px){#s-9af08c17-2073-4eeb-9400-6631aca7503d {
  display: none;
}
#s-9af08c17-2073-4eeb-9400-6631aca7503d, #wrap-s-9af08c17-2073-4eeb-9400-6631aca7503d { display:none !important; }}







#s-9af08c17-2073-4eeb-9400-6631aca7503d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af08c17-2073-4eeb-9400-6631aca7503d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3d83c4c-062b-40f6-8be9-a96178df04d8 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3d83c4c-062b-40f6-8be9-a96178df04d8 {
  display: none;
}
#s-a3d83c4c-062b-40f6-8be9-a96178df04d8, #wrap-s-a3d83c4c-062b-40f6-8be9-a96178df04d8 { display:none !important; }}@media (max-width: 767px){#s-a3d83c4c-062b-40f6-8be9-a96178df04d8 {
  display: none;
}
#s-a3d83c4c-062b-40f6-8be9-a96178df04d8, #wrap-s-a3d83c4c-062b-40f6-8be9-a96178df04d8 { display:none !important; }}







#s-a3d83c4c-062b-40f6-8be9-a96178df04d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d83c4c-062b-40f6-8be9-a96178df04d8.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-9ad0a662-b482-45b6-8059-94e91bf5f1d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ad0a662-b482-45b6-8059-94e91bf5f1d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9ad0a662-b482-45b6-8059-94e91bf5f1d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9ad0a662-b482-45b6-8059-94e91bf5f1d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e6f73947-3f4f-4328-9053-8ae7fe62d30e {
  text-align: center;
}







  #s-e6f73947-3f4f-4328-9053-8ae7fe62d30e img.shogun-image {
    

    
    
    
  }


#s-e6f73947-3f4f-4328-9053-8ae7fe62d30e .shogun-image-content {
  
    align-items: center;
  
}

#s-00602c9c-d94f-46fe-8e17-350786d4f538 {
  text-align: center;
}







  #s-00602c9c-d94f-46fe-8e17-350786d4f538 img.shogun-image {
    

    
    
    
  }


#s-00602c9c-d94f-46fe-8e17-350786d4f538 .shogun-image-content {
  
    align-items: center;
  
}

#s-b48fcbb2-879a-4109-b0fa-1af31162fa11 {
  text-align: center;
}







  #s-b48fcbb2-879a-4109-b0fa-1af31162fa11 img.shogun-image {
    

    
    
    
  }


#s-b48fcbb2-879a-4109-b0fa-1af31162fa11 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4c12654-e680-4a2f-a80b-5e01686c2677 {
  text-align: center;
}







  #s-a4c12654-e680-4a2f-a80b-5e01686c2677 img.shogun-image {
    

    
    
    
  }


#s-a4c12654-e680-4a2f-a80b-5e01686c2677 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 {
  display: none;
}
#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633, #wrap-s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 {
  display: none;
}
#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633, #wrap-s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 {
  
}
}@media (max-width: 767px){#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 {
  
}
}







#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e3f34e-01e2-4d5e-95e7-cc60780e4633.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-fa4317ff-a3a9-4aec-a74c-4c0f3fc1f7a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fa4317ff-a3a9-4aec-a74c-4c0f3fc1f7a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa4317ff-a3a9-4aec-a74c-4c0f3fc1f7a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa4317ff-a3a9-4aec-a74c-4c0f3fc1f7a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0288bbc9-6971-467a-923e-b609c6f9eb35 {
  text-align: center;
}







  #s-0288bbc9-6971-467a-923e-b609c6f9eb35 img.shogun-image {
    

    
    
    
  }


#s-0288bbc9-6971-467a-923e-b609c6f9eb35 .shogun-image-content {
  
    align-items: center;
  
}

#s-38327123-6df2-4a08-8a14-3861bd6d5680 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1253bd45-3c83-46fe-be2b-a0ff76a4a3c5 {
  text-align: center;
}







  #s-1253bd45-3c83-46fe-be2b-a0ff76a4a3c5 img.shogun-image {
    

    
    
    
  }


#s-1253bd45-3c83-46fe-be2b-a0ff76a4a3c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6e9412-3dcc-47d3-af96-548239423dfe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-64b1263e-8940-409f-9b47-a2b5040224be {
  text-align: center;
}







  #s-64b1263e-8940-409f-9b47-a2b5040224be img.shogun-image {
    

    
    
    
  }


#s-64b1263e-8940-409f-9b47-a2b5040224be .shogun-image-content {
  
    align-items: center;
  
}

#s-0309c95b-8b34-4370-a847-f0b7c4ffc814 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f37b0042-2044-4f5f-9254-d6f20d9e99e0 {
  text-align: center;
}







  #s-f37b0042-2044-4f5f-9254-d6f20d9e99e0 img.shogun-image {
    

    
    
    
  }


#s-f37b0042-2044-4f5f-9254-d6f20d9e99e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc8010a7-ae2c-44d8-8052-bfb90bdf2f2a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 {
  display: none;
}
#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114, #wrap-s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 { display:none !important; }}@media (max-width: 767px){#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 {
  display: none;
}
#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114, #wrap-s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 { display:none !important; }}







#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8d6c694-f4d7-46d6-acb8-32d22fea6114.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31a0607e-3c27-4f7d-a705-c15b19c2b650 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31a0607e-3c27-4f7d-a705-c15b19c2b650 {
  display: none;
}
#s-31a0607e-3c27-4f7d-a705-c15b19c2b650, #wrap-s-31a0607e-3c27-4f7d-a705-c15b19c2b650 { display:none !important; }}@media (max-width: 767px){#s-31a0607e-3c27-4f7d-a705-c15b19c2b650 {
  display: none;
}
#s-31a0607e-3c27-4f7d-a705-c15b19c2b650, #wrap-s-31a0607e-3c27-4f7d-a705-c15b19c2b650 { display:none !important; }}







#s-31a0607e-3c27-4f7d-a705-c15b19c2b650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a0607e-3c27-4f7d-a705-c15b19c2b650.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-afce1823-61ea-4cce-bb83-9c84e7f318ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-afce1823-61ea-4cce-bb83-9c84e7f318ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-afce1823-61ea-4cce-bb83-9c84e7f318ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-afce1823-61ea-4cce-bb83-9c84e7f318ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed8b0027-220c-4a1f-8d6b-473e623f4316 {
  text-align: center;
}







  #s-ed8b0027-220c-4a1f-8d6b-473e623f4316 img.shogun-image {
    

    
    
    
  }


#s-ed8b0027-220c-4a1f-8d6b-473e623f4316 .shogun-image-content {
  
    align-items: center;
  
}

#s-697da022-b9e2-469d-8e03-194a675096d3 {
  text-align: center;
}







  #s-697da022-b9e2-469d-8e03-194a675096d3 img.shogun-image {
    

    
    
    
  }


#s-697da022-b9e2-469d-8e03-194a675096d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b3fb71d-e62a-42d2-bf03-5456ef309856 {
  text-align: center;
}







  #s-7b3fb71d-e62a-42d2-bf03-5456ef309856 img.shogun-image {
    

    
    
    
  }


#s-7b3fb71d-e62a-42d2-bf03-5456ef309856 .shogun-image-content {
  
    align-items: center;
  
}

#s-646f1a5c-28ce-4f86-b80c-54cf4a69268a {
  text-align: center;
}







  #s-646f1a5c-28ce-4f86-b80c-54cf4a69268a img.shogun-image {
    

    
    
    
  }


#s-646f1a5c-28ce-4f86-b80c-54cf4a69268a .shogun-image-content {
  
    align-items: center;
  
}

#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e {
  display: none;
}
#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e, #wrap-s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e { display:none !important; }}@media (max-width: 767px){#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e {
  display: none;
}
#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e, #wrap-s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e { display:none !important; }}







#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-076a9eec-cdbb-4f9b-a28b-0735cf1acc8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91c9c49b-da6e-40f0-ae43-113abefd2709 {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91c9c49b-da6e-40f0-ae43-113abefd2709 {
  display: none;
}
#s-91c9c49b-da6e-40f0-ae43-113abefd2709, #wrap-s-91c9c49b-da6e-40f0-ae43-113abefd2709 { display:none !important; }}@media (max-width: 767px){#s-91c9c49b-da6e-40f0-ae43-113abefd2709 {
  display: none;
}
#s-91c9c49b-da6e-40f0-ae43-113abefd2709, #wrap-s-91c9c49b-da6e-40f0-ae43-113abefd2709 { display:none !important; }}







#s-91c9c49b-da6e-40f0-ae43-113abefd2709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91c9c49b-da6e-40f0-ae43-113abefd2709.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-3a09e850-bc3d-4f60-94d7-ba7cd4946825"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a09e850-bc3d-4f60-94d7-ba7cd4946825"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a09e850-bc3d-4f60-94d7-ba7cd4946825"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a09e850-bc3d-4f60-94d7-ba7cd4946825"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2ec32a10-d830-4077-9aaa-7748126d81d1 {
  text-align: center;
}







  #s-2ec32a10-d830-4077-9aaa-7748126d81d1 img.shogun-image {
    

    
    
    
  }


#s-2ec32a10-d830-4077-9aaa-7748126d81d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f29ee042-d699-4912-b472-e62056e22f1f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f29ee042-d699-4912-b472-e62056e22f1f {
  display: none;
}
#s-f29ee042-d699-4912-b472-e62056e22f1f, #wrap-s-f29ee042-d699-4912-b472-e62056e22f1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f29ee042-d699-4912-b472-e62056e22f1f {
  display: none;
}
#s-f29ee042-d699-4912-b472-e62056e22f1f, #wrap-s-f29ee042-d699-4912-b472-e62056e22f1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f29ee042-d699-4912-b472-e62056e22f1f {
  
}
}@media (max-width: 767px){#s-f29ee042-d699-4912-b472-e62056e22f1f {
  
}
}







#s-f29ee042-d699-4912-b472-e62056e22f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f29ee042-d699-4912-b472-e62056e22f1f.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-30bfbe20-c94e-43e5-89b6-e9ab86e0143e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-30bfbe20-c94e-43e5-89b6-e9ab86e0143e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30bfbe20-c94e-43e5-89b6-e9ab86e0143e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30bfbe20-c94e-43e5-89b6-e9ab86e0143e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a2d4dfea-f0ec-412b-bb54-4194feeebf80 {
  text-align: center;
}







  #s-a2d4dfea-f0ec-412b-bb54-4194feeebf80 img.shogun-image {
    

    
    
    
  }


#s-a2d4dfea-f0ec-412b-bb54-4194feeebf80 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bc4ca89-0eea-4a4a-8075-f44312f8bf2c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-272ee1b8-7438-4ee5-a6b6-176c7ee44b5e {
  text-align: center;
}







  #s-272ee1b8-7438-4ee5-a6b6-176c7ee44b5e img.shogun-image {
    

    
    
    
  }


#s-272ee1b8-7438-4ee5-a6b6-176c7ee44b5e .shogun-image-content {
  
    align-items: center;
  
}

#s-4f5dfce6-f4bf-484c-9bfd-d001e9c536ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eb41844b-dc28-4c22-90bc-7277fcb2fc82 {
  text-align: center;
}







  #s-eb41844b-dc28-4c22-90bc-7277fcb2fc82 img.shogun-image {
    

    
    
    
  }


#s-eb41844b-dc28-4c22-90bc-7277fcb2fc82 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8c5f55e-abf1-421e-84b5-bd51223effb3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4ae3fa0c-86e6-4cf0-bb2d-466dc8c9aa6e {
  text-align: center;
}







  #s-4ae3fa0c-86e6-4cf0-bb2d-466dc8c9aa6e img.shogun-image {
    

    
    
    
  }


#s-4ae3fa0c-86e6-4cf0-bb2d-466dc8c9aa6e .shogun-image-content {
  
    align-items: center;
  
}

#s-7181619c-4738-449e-8a2b-881e9cd13837 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-d4f50aa8-12a8-4ca1-9dd7-cbca34271bfd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d4f50aa8-12a8-4ca1-9dd7-cbca34271bfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f50aa8-12a8-4ca1-9dd7-cbca34271bfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f50aa8-12a8-4ca1-9dd7-cbca34271bfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0dafd719-1d1d-4af6-83d8-c4013bdd3f7a {
  text-align: center;
}







  #s-0dafd719-1d1d-4af6-83d8-c4013bdd3f7a img.shogun-image {
    

    
    
    
  }


#s-0dafd719-1d1d-4af6-83d8-c4013bdd3f7a .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5e1de3-c3b7-43fe-801e-a2a88b525892 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 475px;
background-position: center center;
}
@media (min-width: 1200px){#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  display: none;
}
#s-465384ea-0dbf-4f7c-941a-07638f58f768, #wrap-s-465384ea-0dbf-4f7c-941a-07638f58f768 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  display: none;
}
#s-465384ea-0dbf-4f7c-941a-07638f58f768, #wrap-s-465384ea-0dbf-4f7c-941a-07638f58f768 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  display: none;
}
#s-465384ea-0dbf-4f7c-941a-07638f58f768, #wrap-s-465384ea-0dbf-4f7c-941a-07638f58f768 { display:none !important; }}@media (max-width: 767px){#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  display: none;
}
#s-465384ea-0dbf-4f7c-941a-07638f58f768, #wrap-s-465384ea-0dbf-4f7c-941a-07638f58f768 { display:none !important; }}







#s-465384ea-0dbf-4f7c-941a-07638f58f768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465384ea-0dbf-4f7c-941a-07638f58f768 {
  cursor: pointer;
}#s-465384ea-0dbf-4f7c-941a-07638f58f768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30a7f024-bcad-45b4-b621-2da14d5f8d9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30a7f024-bcad-45b4-b621-2da14d5f8d9e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.5em;
  letter-spacing: 5px;
  text-align: center;
}



#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  display: none;
}
#s-a7ed792a-beda-4540-a334-3e11fbd91efd, #wrap-s-a7ed792a-beda-4540-a334-3e11fbd91efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  display: none;
}
#s-a7ed792a-beda-4540-a334-3e11fbd91efd, #wrap-s-a7ed792a-beda-4540-a334-3e11fbd91efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  display: none;
}
#s-a7ed792a-beda-4540-a334-3e11fbd91efd, #wrap-s-a7ed792a-beda-4540-a334-3e11fbd91efd { display:none !important; }}@media (max-width: 767px){#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  display: none;
}
#s-a7ed792a-beda-4540-a334-3e11fbd91efd, #wrap-s-a7ed792a-beda-4540-a334-3e11fbd91efd { display:none !important; }}







#s-a7ed792a-beda-4540-a334-3e11fbd91efd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-a7ed792a-beda-4540-a334-3e11fbd91efd {
  cursor: pointer;
}#s-a7ed792a-beda-4540-a334-3e11fbd91efd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eee87d6b-f58b-4109-9f42-c99190b5fb1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee87d6b-f58b-4109-9f42-c99190b5fb1e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.5em;
  letter-spacing: 6px;
  text-align: center;
}



#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 {
  display: none;
}
#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7, #wrap-s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 {
  display: none;
}
#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7, #wrap-s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 {
  
}
}@media (max-width: 767px){#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 {
  
}
}







#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee81c77-ab87-4b07-8bac-ca84f4ad99a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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