.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 {
  text-align: center;
}
@media (min-width: 1200px){#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 {
  display: none;
}
#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673, #wrap-s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 {
  display: none;
}
#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673, #wrap-s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 { display: none !important; }}






  #s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 img.shogun-image {
    

    
    
    
  }


#s-ca8c10fd-8fbf-48f9-a9e9-6b87f296d673 .shogun-image-content {
  
    align-items: center;
  
}

.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-0d7b50e4-4dc8-4d77-b0f4-601596754e97 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0d7b50e4-4dc8-4d77-b0f4-601596754e97 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-0d7b50e4-4dc8-4d77-b0f4-601596754e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7b50e4-4dc8-4d77-b0f4-601596754e97.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-538379ba-e280-4494-b122-050a4e7822c8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-538379ba-e280-4494-b122-050a4e7822c8 {
  display: none;
}
#s-538379ba-e280-4494-b122-050a4e7822c8, #wrap-s-538379ba-e280-4494-b122-050a4e7822c8 { display: none !important; }}@media (max-width: 767px){#s-538379ba-e280-4494-b122-050a4e7822c8 {
  display: none;
}
#s-538379ba-e280-4494-b122-050a4e7822c8, #wrap-s-538379ba-e280-4494-b122-050a4e7822c8 { display: none !important; }}






  img.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
    
    
  }


.s-538379ba-e280-4494-b122-050a4e7822c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
    
    
  }


.s-538379ba-e280-4494-b122-050a4e7822c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
    
    
  }


.s-538379ba-e280-4494-b122-050a4e7822c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
    
    
  }


.s-538379ba-e280-4494-b122-050a4e7822c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
    
    
  }


.s-538379ba-e280-4494-b122-050a4e7822c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-538379ba-e280-4494-b122-050a4e7822c8.shogun-image {
  box-sizing: border-box;
}



}
.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-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 {
  margin-top: 30px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
}@media (max-width: 767px){#s-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-e6d21ba4-4027-4d4a-b4c5-c0837ed00900 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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: 992px) and (max-width: 1199px){#s-d2ecd236-bba8-414b-9a62-4c3a88740cf8 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2ecd236-bba8-414b-9a62-4c3a88740cf8 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-d2ecd236-bba8-414b-9a62-4c3a88740cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2ecd236-bba8-414b-9a62-4c3a88740cf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2ecd236-bba8-414b-9a62-4c3a88740cf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2ecd236-bba8-414b-9a62-4c3a88740cf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-36864520-b715-4e10-83e3-353f1dcd7b45 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (max-width: 767px){#s-ce1c675c-987b-42fe-9ae4-801da2e9c15a {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-15a624bf-b9de-4d18-8a52-b3cdf3bd3ccc {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-15a624bf-b9de-4d18-8a52-b3cdf3bd3ccc {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-15a624bf-b9de-4d18-8a52-b3cdf3bd3ccc {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-15a624bf-b9de-4d18-8a52-b3cdf3bd3ccc {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-c2824c0f-2da4-46b9-b4b2-0f0a1eb67846 {
  min-height: 50px;
background-color: rgba(193, 235, 235, 1);
}
@media (max-width: 767px){#s-c2824c0f-2da4-46b9-b4b2-0f0a1eb67846 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-c2824c0f-2da4-46b9-b4b2-0f0a1eb67846 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2824c0f-2da4-46b9-b4b2-0f0a1eb67846.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58424b2b-76f2-476b-945b-08fdce3c80c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-58424b2b-76f2-476b-945b-08fdce3c80c2 {
  margin-top: 30px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58424b2b-76f2-476b-945b-08fdce3c80c2 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-58424b2b-76f2-476b-945b-08fdce3c80c2 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
}@media (max-width: 767px){#s-58424b2b-76f2-476b-945b-08fdce3c80c2 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-58424b2b-76f2-476b-945b-08fdce3c80c2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-20726a21-9e67-4397-adcd-c6d0bf33c65d {
  margin-left: 13%;
margin-bottom: 40px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20726a21-9e67-4397-adcd-c6d0bf33c65d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-20726a21-9e67-4397-adcd-c6d0bf33c65d {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-20726a21-9e67-4397-adcd-c6d0bf33c65d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20726a21-9e67-4397-adcd-c6d0bf33c65d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-20726a21-9e67-4397-adcd-c6d0bf33c65d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-20726a21-9e67-4397-adcd-c6d0bf33c65d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-e61fcd98-acd2-4be1-bc0a-04c8cf5fe6aa {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.7);
}








#s-e61fcd98-acd2-4be1-bc0a-04c8cf5fe6aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e61fcd98-acd2-4be1-bc0a-04c8cf5fe6aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c8d27c1-34ba-48a4-a693-539f9c0477f6 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-8c8d27c1-34ba-48a4-a693-539f9c0477f6 img.shogun-image {
    

    
    
    
  }


#s-8c8d27c1-34ba-48a4-a693-539f9c0477f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b9ad1e-7802-426f-9f05-9fd34b965dd7 {
  margin-left: 7%;
margin-right: 7%;
}

#s-1f83e616-98aa-4b05-b616-64fb9cbf2121 {
  min-height: 50px;
}








#s-1f83e616-98aa-4b05-b616-64fb9cbf2121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f83e616-98aa-4b05-b616-64fb9cbf2121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0621ced-e40a-460b-a96b-9a780c2d4d9e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.7);
}








#s-c0621ced-e40a-460b-a96b-9a780c2d4d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0621ced-e40a-460b-a96b-9a780c2d4d9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5797eb1b-73df-4daa-8125-af1e944280f3 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-5797eb1b-73df-4daa-8125-af1e944280f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5797eb1b-73df-4daa-8125-af1e944280f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5797eb1b-73df-4daa-8125-af1e944280f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5797eb1b-73df-4daa-8125-af1e944280f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8379c681-de2a-4958-bd2e-ced5e136ec53 {
  text-align: center;
}







  #s-8379c681-de2a-4958-bd2e-ced5e136ec53 img.shogun-image {
    

    
    
    
  }


#s-8379c681-de2a-4958-bd2e-ced5e136ec53 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec94ecd6-d56b-42b2-9bfe-da026debf37a {
  text-align: center;
}







  #s-ec94ecd6-d56b-42b2-9bfe-da026debf37a img.shogun-image {
    

    
    
    
  }


#s-ec94ecd6-d56b-42b2-9bfe-da026debf37a .shogun-image-content {
  
    align-items: center;
  
}

#s-01118f9d-a463-423d-af89-1d7498e23fa1 {
  margin-left: 7%;
margin-right: 7%;
}

#s-bce647a4-6323-461b-8984-9eeed63efb4b {
  margin-left: 7%;
margin-right: 7%;
}

#s-4517d94b-cf43-4cab-895d-9d6266f12fea {
  min-height: 50px;
}








#s-4517d94b-cf43-4cab-895d-9d6266f12fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4517d94b-cf43-4cab-895d-9d6266f12fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-16dc9ad4-eaf6-4374-9d96-880da126c302 {
  margin-left: 13%;
margin-bottom: 40px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16dc9ad4-eaf6-4374-9d96-880da126c302 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-16dc9ad4-eaf6-4374-9d96-880da126c302 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-16dc9ad4-eaf6-4374-9d96-880da126c302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16dc9ad4-eaf6-4374-9d96-880da126c302"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-16dc9ad4-eaf6-4374-9d96-880da126c302"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-16dc9ad4-eaf6-4374-9d96-880da126c302"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-16319fc4-8d3f-4f49-956d-abca9061c2ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.7);
}








#s-16319fc4-8d3f-4f49-956d-abca9061c2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16319fc4-8d3f-4f49-956d-abca9061c2ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cab7829-61d0-45a9-b8eb-3f49fb0a4afe {
  text-align: center;
}







  #s-8cab7829-61d0-45a9-b8eb-3f49fb0a4afe img.shogun-image {
    

    
    
    
  }


#s-8cab7829-61d0-45a9-b8eb-3f49fb0a4afe .shogun-image-content {
  
    align-items: center;
  
}

#s-39adf625-93bd-4d48-aac4-2d46302ea88e {
  margin-left: 7%;
margin-right: 7%;
}

#s-65741a3d-f5a1-407a-b8b3-1007890168e4 {
  margin-left: 7%;
margin-right: 7%;
}

#s-fdc02e34-4c79-4fe5-82ae-ee1e485b69f6 {
  min-height: 50px;
}








#s-fdc02e34-4c79-4fe5-82ae-ee1e485b69f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc02e34-4c79-4fe5-82ae-ee1e485b69f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d00f4624-1a4a-4632-8cab-0859331d0760 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.7);
}








#s-d00f4624-1a4a-4632-8cab-0859331d0760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d00f4624-1a4a-4632-8cab-0859331d0760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-471e2c93-ba62-454d-beca-764fc99ccb2e {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-471e2c93-ba62-454d-beca-764fc99ccb2e img.shogun-image {
    

    
    
    
  }


#s-471e2c93-ba62-454d-beca-764fc99ccb2e .shogun-image-content {
  
    align-items: center;
  
}

#s-0832e8c0-d248-435c-b13b-28cbdf534b2d {
  margin-left: 7%;
margin-right: 7%;
}

#s-e29e86db-e6c1-4b59-9360-70a7e5d28233 {
  margin-left: 7%;
margin-right: 7%;
}

#s-b9c0e0ef-27bd-4a8e-a720-1ffa6232177e {
  min-height: 50px;
}








#s-b9c0e0ef-27bd-4a8e-a720-1ffa6232177e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9c0e0ef-27bd-4a8e-a720-1ffa6232177e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cb16794-ff55-475f-a7e0-b8812c8a6090 {
  min-height: 50px;
background-color: rgba(151, 221, 222, 1);
}








#s-5cb16794-ff55-475f-a7e0-b8812c8a6090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb16794-ff55-475f-a7e0-b8812c8a6090.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec2adea1-fb39-4043-b287-daa8203e293c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ec2adea1-fb39-4043-b287-daa8203e293c {
  margin-top: 30px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec2adea1-fb39-4043-b287-daa8203e293c {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec2adea1-fb39-4043-b287-daa8203e293c {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
}@media (max-width: 767px){#s-ec2adea1-fb39-4043-b287-daa8203e293c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-ec2adea1-fb39-4043-b287-daa8203e293c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-76e3e548-5b01-4800-9e7a-b9698664d4b8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-76e3e548-5b01-4800-9e7a-b9698664d4b8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-76e3e548-5b01-4800-9e7a-b9698664d4b8 .shg-sld-nav-button.shg-sld-left,
#s-76e3e548-5b01-4800-9e7a-b9698664d4b8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-4217ec65-75c6-4951-98b7-e00012446d0a {
  margin-left: 13%;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4217ec65-75c6-4951-98b7-e00012446d0a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4217ec65-75c6-4951-98b7-e00012446d0a {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-4217ec65-75c6-4951-98b7-e00012446d0a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4217ec65-75c6-4951-98b7-e00012446d0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4217ec65-75c6-4951-98b7-e00012446d0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4217ec65-75c6-4951-98b7-e00012446d0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7f8a006e-ac31-46b1-a6de-498c4867682a {
  text-align: center;
}







  #s-7f8a006e-ac31-46b1-a6de-498c4867682a img.shogun-image {
    

    
    
    
  }


#s-7f8a006e-ac31-46b1-a6de-498c4867682a .shogun-image-content {
  
    align-items: center;
  
}

#s-b43d5bea-5e7d-49bb-9271-e31c74de325c {
  text-align: center;
}







  #s-b43d5bea-5e7d-49bb-9271-e31c74de325c img.shogun-image {
    

    
    
    
  }


#s-b43d5bea-5e7d-49bb-9271-e31c74de325c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b90a3b3-fd63-4b77-a0a9-926aa7e6292d {
  text-align: center;
}







  #s-2b90a3b3-fd63-4b77-a0a9-926aa7e6292d img.shogun-image {
    

    
    
    
  }


#s-2b90a3b3-fd63-4b77-a0a9-926aa7e6292d .shogun-image-content {
  
    align-items: center;
  
}

#s-41a73e97-e5f1-452a-a05a-a8da6a06aec9 {
  text-align: center;
}







  #s-41a73e97-e5f1-452a-a05a-a8da6a06aec9 img.shogun-image {
    

    
    
    
  }


#s-41a73e97-e5f1-452a-a05a-a8da6a06aec9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-45988419-c8ed-4643-b460-4be9460babfe {
  margin-left: 13%;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45988419-c8ed-4643-b460-4be9460babfe {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-45988419-c8ed-4643-b460-4be9460babfe {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-45988419-c8ed-4643-b460-4be9460babfe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-45988419-c8ed-4643-b460-4be9460babfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-45988419-c8ed-4643-b460-4be9460babfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-45988419-c8ed-4643-b460-4be9460babfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b14a1d42-37bf-4c18-9ea2-ac864b298910 {
  text-align: center;
}







  #s-b14a1d42-37bf-4c18-9ea2-ac864b298910 img.shogun-image {
    

    
    
    
  }


#s-b14a1d42-37bf-4c18-9ea2-ac864b298910 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4288491-57e3-4ff7-891f-7e333fe87396 {
  text-align: center;
}







  #s-c4288491-57e3-4ff7-891f-7e333fe87396 img.shogun-image {
    

    
    
    
  }


#s-c4288491-57e3-4ff7-891f-7e333fe87396 .shogun-image-content {
  
    align-items: center;
  
}

#s-88cd4405-ca39-4833-92a8-3bf74124c0ed {
  text-align: center;
}







  #s-88cd4405-ca39-4833-92a8-3bf74124c0ed img.shogun-image {
    

    
    
    
  }


#s-88cd4405-ca39-4833-92a8-3bf74124c0ed .shogun-image-content {
  
    align-items: center;
  
}

#s-b71968f6-1bbf-4e5d-9249-37e09421fa49 {
  text-align: center;
}







  #s-b71968f6-1bbf-4e5d-9249-37e09421fa49 img.shogun-image {
    

    
    
    
  }


#s-b71968f6-1bbf-4e5d-9249-37e09421fa49 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3570ea12-fbbb-4cc9-8186-3ba04b93a705 {
  margin-left: 13%;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3570ea12-fbbb-4cc9-8186-3ba04b93a705 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3570ea12-fbbb-4cc9-8186-3ba04b93a705 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3570ea12-fbbb-4cc9-8186-3ba04b93a705"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-3570ea12-fbbb-4cc9-8186-3ba04b93a705"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3570ea12-fbbb-4cc9-8186-3ba04b93a705"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3570ea12-fbbb-4cc9-8186-3ba04b93a705"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5b4a3062-5d98-4784-81e1-3b72de0dea91 {
  text-align: center;
}







  #s-5b4a3062-5d98-4784-81e1-3b72de0dea91 img.shogun-image {
    

    
    
    
  }


#s-5b4a3062-5d98-4784-81e1-3b72de0dea91 .shogun-image-content {
  
    align-items: center;
  
}

#s-d951fc08-5714-408d-a925-86faeff99fd0 {
  text-align: center;
}







  #s-d951fc08-5714-408d-a925-86faeff99fd0 img.shogun-image {
    

    
    
    
  }


#s-d951fc08-5714-408d-a925-86faeff99fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f233dfb0-95c4-42df-82d7-595b30afc6c9 {
  text-align: center;
}







  #s-f233dfb0-95c4-42df-82d7-595b30afc6c9 img.shogun-image {
    

    
    
    
  }


#s-f233dfb0-95c4-42df-82d7-595b30afc6c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6754f63-ab49-4ee5-8a7f-a07b796b4f36 {
  text-align: center;
}







  #s-d6754f63-ab49-4ee5-8a7f-a07b796b4f36 img.shogun-image {
    

    
    
    
  }


#s-d6754f63-ab49-4ee5-8a7f-a07b796b4f36 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-88f49f54-01c5-4401-9e5e-fc056002b34f {
  margin-left: 13%;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88f49f54-01c5-4401-9e5e-fc056002b34f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88f49f54-01c5-4401-9e5e-fc056002b34f {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-88f49f54-01c5-4401-9e5e-fc056002b34f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-88f49f54-01c5-4401-9e5e-fc056002b34f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-88f49f54-01c5-4401-9e5e-fc056002b34f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-88f49f54-01c5-4401-9e5e-fc056002b34f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9795521f-ce33-4d52-b71f-750749c3954a {
  text-align: center;
}







  #s-9795521f-ce33-4d52-b71f-750749c3954a img.shogun-image {
    

    
    
    
  }


#s-9795521f-ce33-4d52-b71f-750749c3954a .shogun-image-content {
  
    align-items: center;
  
}

#s-152139a6-4bd5-4c96-8bfa-0dfcf15b0d02 {
  text-align: center;
}







  #s-152139a6-4bd5-4c96-8bfa-0dfcf15b0d02 img.shogun-image {
    

    
    
    
  }


#s-152139a6-4bd5-4c96-8bfa-0dfcf15b0d02 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85159f2-7b09-42d6-be2a-eaf1cc4d71aa {
  text-align: center;
}







  #s-b85159f2-7b09-42d6-be2a-eaf1cc4d71aa img.shogun-image {
    

    
    
    
  }


#s-b85159f2-7b09-42d6-be2a-eaf1cc4d71aa .shogun-image-content {
  
    align-items: center;
  
}

#s-380c726e-d67a-42d0-87da-053449be8a75 {
  text-align: center;
}







  #s-380c726e-d67a-42d0-87da-053449be8a75 img.shogun-image {
    

    
    
    
  }


#s-380c726e-d67a-42d0-87da-053449be8a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd17b27e-f3d6-4a4d-9ac7-f3c0743f305a {
  min-height: 50px;
background-color: rgba(29, 29, 29, 1);
}








#s-dd17b27e-f3d6-4a4d-9ac7-f3c0743f305a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd17b27e-f3d6-4a4d-9ac7-f3c0743f305a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a62e301-a924-49b8-9d64-32867bf0f5cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7a62e301-a924-49b8-9d64-32867bf0f5cf {
  margin-top: 30px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a62e301-a924-49b8-9d64-32867bf0f5cf {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a62e301-a924-49b8-9d64-32867bf0f5cf {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
}@media (max-width: 767px){#s-7a62e301-a924-49b8-9d64-32867bf0f5cf {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-7a62e301-a924-49b8-9d64-32867bf0f5cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-a87619ff-b560-4922-abf1-28653c06c38c {
  margin-left: 16%;
margin-bottom: 60px;
margin-right: 16%;
}
}@media (max-width: 767px){#s-a87619ff-b560-4922-abf1-28653c06c38c {
  margin-bottom: 60px;
}
}
#s-30c94755-0779-4c49-9ea6-b54c1a0ed3af {
  min-height: 50px;
background-color: rgba(193, 235, 235, 1);
}








#s-30c94755-0779-4c49-9ea6-b54c1a0ed3af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30c94755-0779-4c49-9ea6-b54c1a0ed3af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bd5938b-4924-407c-a257-1bf91baf06c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bd5938b-4924-407c-a257-1bf91baf06c9 {
  margin-top: 30px;
margin-left: 13%;
margin-bottom: 20px;
margin-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bd5938b-4924-407c-a257-1bf91baf06c9 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bd5938b-4924-407c-a257-1bf91baf06c9 {
  margin-top: 30px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}
}@media (max-width: 767px){#s-9bd5938b-4924-407c-a257-1bf91baf06c9 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
#s-9bd5938b-4924-407c-a257-1bf91baf06c9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 1200px){#s-c50c7451-c8d3-49ac-b775-ab987eef5552 {
  margin-left: 9%;
margin-bottom: 40px;
margin-right: 9%;
}
}
@media (min-width: 0px) {
[id="s-c50c7451-c8d3-49ac-b775-ab987eef5552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c50c7451-c8d3-49ac-b775-ab987eef5552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c50c7451-c8d3-49ac-b775-ab987eef5552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c50c7451-c8d3-49ac-b775-ab987eef5552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70fbe6b0-3f92-4c13-8888-d2de95ed5b3c {
  text-align: center;
}
@media (max-width: 767px){#s-70fbe6b0-3f92-4c13-8888-d2de95ed5b3c {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-70fbe6b0-3f92-4c13-8888-d2de95ed5b3c img.shogun-image {
    

    
    
    
  }


#s-70fbe6b0-3f92-4c13-8888-d2de95ed5b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-c722a24d-49a9-4c59-9e40-7473633e6009 {
  text-align: center;
}
@media (max-width: 767px){#s-c722a24d-49a9-4c59-9e40-7473633e6009 {
  margin-left: 3%;
margin-right: 3%;
}
}






  #s-c722a24d-49a9-4c59-9e40-7473633e6009 img.shogun-image {
    

    
    
    
  }


#s-c722a24d-49a9-4c59-9e40-7473633e6009 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bcfa61c-5180-452d-974e-33fd5bd6f0a3 {
  min-height: 50px;
}








#s-4bcfa61c-5180-452d-974e-33fd5bd6f0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bcfa61c-5180-452d-974e-33fd5bd6f0a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ce02667-6813-4a9c-9e66-84e205614eef {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ce02667-6813-4a9c-9e66-84e205614eef .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-61148529-7087-4c70-a92d-e9478c3bd5d3 {
  min-height: 50px;
}








#s-61148529-7087-4c70-a92d-e9478c3bd5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61148529-7087-4c70-a92d-e9478c3bd5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 {
  margin-left: 13%;
margin-right: 13%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.2);
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 10px;
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 35, 35, 1);
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 35, 35, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-adef4398-9ffd-4e1c-b05f-f76e7f952e76 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a9e831bb-6ecd-44f0-97eb-389eaf019406 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-776cc646-8d38-4b80-9244-592e69216b55 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-b0665da8-6246-4806-822e-9c7b85633c49 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-fa4db278-b488-4ce5-b8a8-79ac73f6e20f {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-fa4db278-b488-4ce5-b8a8-79ac73f6e20f {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa4db278-b488-4ce5-b8a8-79ac73f6e20f {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa4db278-b488-4ce5-b8a8-79ac73f6e20f {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-fa4db278-b488-4ce5-b8a8-79ac73f6e20f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-f13a14da-c054-4efb-9be8-9842c6299605 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f13a14da-c054-4efb-9be8-9842c6299605 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f13a14da-c054-4efb-9be8-9842c6299605 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f13a14da-c054-4efb-9be8-9842c6299605 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-f13a14da-c054-4efb-9be8-9842c6299605 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-40b35965-1ce9-4131-b07c-75b80b1f7ad3 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-40b35965-1ce9-4131-b07c-75b80b1f7ad3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40b35965-1ce9-4131-b07c-75b80b1f7ad3 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-40b35965-1ce9-4131-b07c-75b80b1f7ad3 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-40b35965-1ce9-4131-b07c-75b80b1f7ad3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-f5ea2497-041e-4be9-a130-c14e9cc1e448 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f5ea2497-041e-4be9-a130-c14e9cc1e448 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5ea2497-041e-4be9-a130-c14e9cc1e448 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5ea2497-041e-4be9-a130-c14e9cc1e448 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-f5ea2497-041e-4be9-a130-c14e9cc1e448 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-e1f964a3-7e02-4016-af5f-941312886ec1 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-e1f964a3-7e02-4016-af5f-941312886ec1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1f964a3-7e02-4016-af5f-941312886ec1 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1f964a3-7e02-4016-af5f-941312886ec1 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-e1f964a3-7e02-4016-af5f-941312886ec1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-0b38a008-66fe-4abe-ae04-23e9c5038339 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-0b38a008-66fe-4abe-ae04-23e9c5038339 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b38a008-66fe-4abe-ae04-23e9c5038339 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b38a008-66fe-4abe-ae04-23e9c5038339 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-0b38a008-66fe-4abe-ae04-23e9c5038339 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-9c872cc8-0a4b-485d-9d67-f56be5fda5a2 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-9c872cc8-0a4b-485d-9d67-f56be5fda5a2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c872cc8-0a4b-485d-9d67-f56be5fda5a2 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c872cc8-0a4b-485d-9d67-f56be5fda5a2 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-9c872cc8-0a4b-485d-9d67-f56be5fda5a2 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-485548cc-ae93-4528-b248-43642f25b45a {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-485548cc-ae93-4528-b248-43642f25b45a {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-485548cc-ae93-4528-b248-43642f25b45a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-485548cc-ae93-4528-b248-43642f25b45a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-485548cc-ae93-4528-b248-43642f25b45a {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-b1c3d28d-5302-4647-912d-222b74e64b9f {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-b1c3d28d-5302-4647-912d-222b74e64b9f {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1c3d28d-5302-4647-912d-222b74e64b9f {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1c3d28d-5302-4647-912d-222b74e64b9f {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-b1c3d28d-5302-4647-912d-222b74e64b9f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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