.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-e65e3c06-6db1-407c-972b-bb18bf20fe1f {
  min-height: 50px;
}








#s-e65e3c06-6db1-407c-972b-bb18bf20fe1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e65e3c06-6db1-407c-972b-bb18bf20fe1f.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-24b97adb-03a1-4898-b1f7-dcde5ce0c1ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24b97adb-03a1-4898-b1f7-dcde5ce0c1ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}



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

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

#s-554373b2-ad60-4af3-afb2-836e150391cd hr {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b {
  min-height: 50px;
}








#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5eeb84-f4d3-4412-b733-6839f7d02c7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-03de0141-16ea-4db1-a10b-cb6175f906a5 {
  min-height: 50px;
}








#s-03de0141-16ea-4db1-a10b-cb6175f906a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03de0141-16ea-4db1-a10b-cb6175f906a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efab5310-b671-4e33-9cea-b18bdac405a7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

.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-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-31e153ec-f3dc-45d5-a369-ccb8f7337faf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.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: ;
}

#s-154d253c-8348-4f8f-b368-4d35872c0205 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-154d253c-8348-4f8f-b368-4d35872c0205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-ca4c0453-0d9c-4c11-a961-d56da97654c0 {
  max-width: 2403px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ca4c0453-0d9c-4c11-a961-d56da97654c0:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 img.shogun-image,
  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 {
    width: 100%;
    height: auto;
  }



  #s-ca4c0453-0d9c-4c11-a961-d56da97654c0 img.shogun-image {
    

    
    
    
  }


#s-ca4c0453-0d9c-4c11-a961-d56da97654c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7 {
  min-height: 50px;
}








#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ece27a-6a24-41c7-a3d2-cd812c765ed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-544676e5-361a-41ce-bd36-d398c233d213 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-544676e5-361a-41ce-bd36-d398c233d213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-544676e5-361a-41ce-bd36-d398c233d213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf {
  max-width: 2241px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf img.shogun-image,
  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf {
    width: 100%;
    height: auto;
  }



  #s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf img.shogun-image {
    

    
    
    
  }


#s-95cc9b32-dd0f-449d-8ee4-deba2daa3cdf .shogun-image-content {
  
    align-items: center;
  
}

#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7 {
  min-height: 50px;
}








#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f8a9f97-3c3d-429c-9076-02c015dbc3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03bef529-38f3-4f0b-9507-a6511d553435 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-03bef529-38f3-4f0b-9507-a6511d553435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03bef529-38f3-4f0b-9507-a6511d553435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0b9d211-a441-4481-93a0-d25dacca5080 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-c0b9d211-a441-4481-93a0-d25dacca5080:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-c0b9d211-a441-4481-93a0-d25dacca5080 img.shogun-image,
  #s-c0b9d211-a441-4481-93a0-d25dacca5080 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0b9d211-a441-4481-93a0-d25dacca5080 {
    width: 100%;
    height: auto;
  }



  #s-c0b9d211-a441-4481-93a0-d25dacca5080 img.shogun-image {
    

    
    
    
  }


#s-c0b9d211-a441-4481-93a0-d25dacca5080 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c {
  min-height: 50px;
}








#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddcc6f96-7dde-4b91-9e69-4c451fff6d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1113ebe7-956d-490f-8247-401a5cb2a928 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-1113ebe7-956d-490f-8247-401a5cb2a928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1113ebe7-956d-490f-8247-401a5cb2a928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adcf4cf5-2e5b-42f7-9593-c1104704e368 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-adcf4cf5-2e5b-42f7-9593-c1104704e368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f7a6b07e-301c-4172-9023-11f46e3cc145 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f7a6b07e-301c-4172-9023-11f46e3cc145:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 img.shogun-image,
  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 {
    width: 100%;
    height: auto;
  }



  #s-f7a6b07e-301c-4172-9023-11f46e3cc145 img.shogun-image {
    

    
    
    
  }


#s-f7a6b07e-301c-4172-9023-11f46e3cc145 .shogun-image-content {
  
    align-items: center;
  
}

#s-e77e3344-47a6-4f6b-b83f-00c149270b14 {
  min-height: 50px;
}








#s-e77e3344-47a6-4f6b-b83f-00c149270b14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77e3344-47a6-4f6b-b83f-00c149270b14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dffa937a-e1a4-4dcd-b532-573e34603c2a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-dffa937a-e1a4-4dcd-b532-573e34603c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dffa937a-e1a4-4dcd-b532-573e34603c2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-affd7119-d066-4d07-b7c8-06233c612715 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-affd7119-d066-4d07-b7c8-06233c612715:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-affd7119-d066-4d07-b7c8-06233c612715 img.shogun-image,
  #s-affd7119-d066-4d07-b7c8-06233c612715 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-affd7119-d066-4d07-b7c8-06233c612715 {
    width: 100%;
    height: auto;
  }



  #s-affd7119-d066-4d07-b7c8-06233c612715 img.shogun-image {
    

    
    
    
  }


#s-affd7119-d066-4d07-b7c8-06233c612715 .shogun-image-content {
  
    align-items: center;
  
}

#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c {
  min-height: 50px;
}








#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11864c14-4fe6-4efd-96b7-a84a9bfb7b4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6828325-81a0-415c-a16e-64539ea1ba02 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c6828325-81a0-415c-a16e-64539ea1ba02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6828325-81a0-415c-a16e-64539ea1ba02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af {
  max-width: 2336px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af img.shogun-image,
  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af {
    width: 100%;
    height: auto;
  }



  #s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af img.shogun-image {
    

    
    
    
  }


#s-8ca1c97e-4ff2-45c3-bd40-722d4bf6e3af .shogun-image-content {
  
    align-items: center;
  
}

#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923 {
  min-height: 50px;
}








#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b1c3964-671a-4f7f-83fa-a1fd0e338923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d222d64b-e944-4985-a822-7028a20a1d2e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-d222d64b-e944-4985-a822-7028a20a1d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d222d64b-e944-4985-a822-7028a20a1d2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9375421b-cfe9-4568-ad9f-45ff06db5ecb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9375421b-cfe9-4568-ad9f-45ff06db5ecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f {
  max-width: 2366px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f img.shogun-image,
  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f {
    width: 100%;
    height: auto;
  }



  #s-af7a3a78-b800-4dab-b13d-b06ffa7f933f img.shogun-image {
    

    
    
    
  }


#s-af7a3a78-b800-4dab-b13d-b06ffa7f933f .shogun-image-content {
  
    align-items: center;
  
}

#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90 {
  min-height: 50px;
}








#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02e7003-8a69-4ed2-b66a-7d3aa5f8ac90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa2bd18-2a58-427c-8fc4-c224eb844ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff {
  max-width: 2383px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff img.shogun-image,
  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff {
    width: 100%;
    height: auto;
  }



  #s-dbd698bb-97ec-46f8-9b92-46cc27f88eff img.shogun-image {
    

    
    
    
  }


#s-dbd698bb-97ec-46f8-9b92-46cc27f88eff .shogun-image-content {
  
    align-items: center;
  
}

#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f {
  min-height: 50px;
}








#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1258cbe2-59e3-4ec8-9243-66bcef55ed5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce763561-0e9e-4c21-9167-a428c75733c0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ce763561-0e9e-4c21-9167-a428c75733c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce763561-0e9e-4c21-9167-a428c75733c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67c14f33-5db7-4529-9fd5-726cec0a2262 {
  max-width: 2383px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-67c14f33-5db7-4529-9fd5-726cec0a2262:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 img.shogun-image,
  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 {
    width: 100%;
    height: auto;
  }



  #s-67c14f33-5db7-4529-9fd5-726cec0a2262 img.shogun-image {
    

    
    
    
  }


#s-67c14f33-5db7-4529-9fd5-726cec0a2262 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f58773-ec40-4a3b-8104-3020d0e543ad {
  min-height: 50px;
}








#s-23f58773-ec40-4a3b-8104-3020d0e543ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f58773-ec40-4a3b-8104-3020d0e543ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f18d526e-e1be-4adc-bb55-5e7fb311a7c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26f95b2a-f215-44a0-97e1-aa378211f092 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-26f95b2a-f215-44a0-97e1-aa378211f092"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e img.shogun-image,
  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e {
    width: 100%;
    height: auto;
  }



  #s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e img.shogun-image {
    

    
    
    
  }


#s-f2a6b0e8-369f-4fde-a1cc-0641395ee55e .shogun-image-content {
  
    align-items: center;
  
}

#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a {
  min-height: 50px;
}








#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03244d3c-b9e1-41cb-8e3d-c93f492b9a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459a6c09-f478-409b-8d2e-6f5c869ac5fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6be9687-9818-4e5b-927e-d8a64309fe1c {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-e6be9687-9818-4e5b-927e-d8a64309fe1c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c img.shogun-image,
  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c {
    width: 100%;
    height: auto;
  }



  #s-e6be9687-9818-4e5b-927e-d8a64309fe1c img.shogun-image {
    

    
    
    
  }


#s-e6be9687-9818-4e5b-927e-d8a64309fe1c .shogun-image-content {
  
    align-items: center;
  
}

#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a {
  min-height: 50px;
}








#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a46cf6-45a3-4bd6-97d4-90d552eabc7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a53c14-33f8-42cb-a7d5-27a38f664f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef52bf3c-a4bd-41d8-979e-857c88b703de {
  max-width: 2389px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ef52bf3c-a4bd-41d8-979e-857c88b703de:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de img.shogun-image,
  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de {
    width: 100%;
    height: auto;
  }



  #s-ef52bf3c-a4bd-41d8-979e-857c88b703de img.shogun-image {
    

    
    
    
  }


#s-ef52bf3c-a4bd-41d8-979e-857c88b703de .shogun-image-content {
  
    align-items: center;
  
}

#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e {
  min-height: 50px;
}








#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-865d91d4-28d7-4fe5-be5f-31242f8ce41e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271cf18f-0260-49da-9e6b-c10c2484cf61 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-271cf18f-0260-49da-9e6b-c10c2484cf61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271cf18f-0260-49da-9e6b-c10c2484cf61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b5521ba-6932-454f-adf8-7fc8886010ad {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b5521ba-6932-454f-adf8-7fc8886010ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-28230dca-cc51-4605-b916-d97bb4f194a9 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-28230dca-cc51-4605-b916-d97bb4f194a9:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-28230dca-cc51-4605-b916-d97bb4f194a9 img.shogun-image,
  #s-28230dca-cc51-4605-b916-d97bb4f194a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28230dca-cc51-4605-b916-d97bb4f194a9 {
    width: 100%;
    height: auto;
  }



  #s-28230dca-cc51-4605-b916-d97bb4f194a9 img.shogun-image {
    

    
    
    
  }


#s-28230dca-cc51-4605-b916-d97bb4f194a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-59057602-d4f4-4d68-aa42-4d51084aeaa0 {
  min-height: 50px;
}








#s-59057602-d4f4-4d68-aa42-4d51084aeaa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59057602-d4f4-4d68-aa42-4d51084aeaa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9932ce-2a95-4e26-8b71-e8dbb6ad1646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-604f12f9-6295-4ccc-8107-02ea469ef5d0 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-604f12f9-6295-4ccc-8107-02ea469ef5d0:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 img.shogun-image,
  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 {
    width: 100%;
    height: auto;
  }



  #s-604f12f9-6295-4ccc-8107-02ea469ef5d0 img.shogun-image {
    

    
    
    
  }


#s-604f12f9-6295-4ccc-8107-02ea469ef5d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d {
  min-height: 50px;
}








#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c8f5d2-fe8b-49a4-a8b9-a3d774bfa41d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312fc3ef-b28c-410b-8d19-a5701c2321f1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-312fc3ef-b28c-410b-8d19-a5701c2321f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312fc3ef-b28c-410b-8d19-a5701c2321f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e41866-ba4c-4202-8dd1-ac09b789158d {
  max-width: 2362px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-21e41866-ba4c-4202-8dd1-ac09b789158d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-21e41866-ba4c-4202-8dd1-ac09b789158d img.shogun-image,
  #s-21e41866-ba4c-4202-8dd1-ac09b789158d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21e41866-ba4c-4202-8dd1-ac09b789158d {
    width: 100%;
    height: auto;
  }



  #s-21e41866-ba4c-4202-8dd1-ac09b789158d img.shogun-image {
    

    
    
    
  }


#s-21e41866-ba4c-4202-8dd1-ac09b789158d .shogun-image-content {
  
    align-items: center;
  
}

#s-17d06116-35e6-498d-b75c-d049db9f668b {
  min-height: 50px;
}








#s-17d06116-35e6-498d-b75c-d049db9f668b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d06116-35e6-498d-b75c-d049db9f668b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930e719d-495b-4e2a-b3c5-dc0266e7415e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-930e719d-495b-4e2a-b3c5-dc0266e7415e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-930e719d-495b-4e2a-b3c5-dc0266e7415e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59ab6599-fa7f-4354-a5ff-288f27c83a5e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-59ab6599-fa7f-4354-a5ff-288f27c83a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-486176d8-41bb-4c61-b6cb-642a97caad36 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-486176d8-41bb-4c61-b6cb-642a97caad36:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-486176d8-41bb-4c61-b6cb-642a97caad36 img.shogun-image,
  #s-486176d8-41bb-4c61-b6cb-642a97caad36 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-486176d8-41bb-4c61-b6cb-642a97caad36 {
    width: 100%;
    height: auto;
  }



  #s-486176d8-41bb-4c61-b6cb-642a97caad36 img.shogun-image {
    

    
    
    
  }


#s-486176d8-41bb-4c61-b6cb-642a97caad36 .shogun-image-content {
  
    align-items: center;
  
}

#s-54ca5871-be8a-4256-a3a2-1954ec8e3243 {
  min-height: 50px;
}








#s-54ca5871-be8a-4256-a3a2-1954ec8e3243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54ca5871-be8a-4256-a3a2-1954ec8e3243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7614c8f0-d551-4616-bba8-d53d5fcf4167 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7614c8f0-d551-4616-bba8-d53d5fcf4167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7614c8f0-d551-4616-bba8-d53d5fcf4167.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 {
  max-width: 2348px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 img.shogun-image,
  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 {
    width: 100%;
    height: auto;
  }



  #s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 img.shogun-image {
    

    
    
    
  }


#s-589ba7c4-4aed-4839-95b3-d4eb63dbae54 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d {
  min-height: 50px;
}








#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee55a92b-57f0-4f92-8385-ed404a63fc9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9256b5-aad8-4a7c-a86d-fafe4d3530d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-860f20f1-e896-414a-b9e7-2a74523c3a9d {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-860f20f1-e896-414a-b9e7-2a74523c3a9d:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d img.shogun-image,
  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d {
    width: 100%;
    height: auto;
  }



  #s-860f20f1-e896-414a-b9e7-2a74523c3a9d img.shogun-image {
    

    
    
    
  }


#s-860f20f1-e896-414a-b9e7-2a74523c3a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-325010ac-25a8-426d-b8f7-18d6ce002e63 {
  min-height: 50px;
}








#s-325010ac-25a8-426d-b8f7-18d6ce002e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325010ac-25a8-426d-b8f7-18d6ce002e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d8c42d-dc7f-4743-877a-c9f70e26ed60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32175c78-6629-49c3-8c2a-4aacfe30511f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32175c78-6629-49c3-8c2a-4aacfe30511f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f img.shogun-image,
  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f {
    width: 100%;
    height: auto;
  }



  #s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f img.shogun-image {
    

    
    
    
  }


#s-ab8c1acb-ec83-4d3c-a22c-900ce991e41f .shogun-image-content {
  
    align-items: center;
  
}

#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3 {
  min-height: 50px;
}








#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01fd482-a85e-4714-85db-6bdc5c5cbff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4e9b2fe-49c1-4a03-bce5-8062b5b16960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 img.shogun-image,
  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 {
    width: 100%;
    height: auto;
  }



  #s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 img.shogun-image {
    

    
    
    
  }


#s-efafcaf6-92dd-446c-a3cf-02b9b097cf68 .shogun-image-content {
  
    align-items: center;
  
}

#s-db721161-3393-4bbe-867b-0ecd70aba166 {
  min-height: 50px;
}








#s-db721161-3393-4bbe-867b-0ecd70aba166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db721161-3393-4bbe-867b-0ecd70aba166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d9116b-5c00-4a02-8a7a-fa7f684a8c6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c {
  max-width: 2432px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}
#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c:hover {box-shadow:0px 0px 50px 0px  !important;
opacity: 1 !important;}




  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c img.shogun-image,
  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c {
    width: 100%;
    height: auto;
  }



  #s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c img.shogun-image {
    

    
    
    
  }


#s-6b5f1882-7cb7-46dc-a8b7-fdb85bb8093c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947 {
  min-height: 50px;
}








#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee70a9cf-1029-4c7d-bb07-02fa926c8947.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ceec04a-7bf5-43f6-9ac2-64205afe095c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07e81133-287d-407f-a41b-dd6a5fd6723f hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-b3e48cc5-6851-487a-940a-ef036bafeb44 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

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