.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-4bb1f105-a43c-47f8-b3bf-415df05be214 {
  margin-top: 2%;
margin-bottom: 4%;
padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}








#s-4bb1f105-a43c-47f8-b3bf-415df05be214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb1f105-a43c-47f8-b3bf-415df05be214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f845a601-5008-4c57-9a8a-25d663829eaf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f845a601-5008-4c57-9a8a-25d663829eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f845a601-5008-4c57-9a8a-25d663829eaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eac393d-3bea-40a0-8e60-df05cf64bf67 {
  min-height: 50px;
}








#s-0eac393d-3bea-40a0-8e60-df05cf64bf67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eac393d-3bea-40a0-8e60-df05cf64bf67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-606ebd82-ca01-4b1e-8de5-f791f1b2f386 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(245, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-606ebd82-ca01-4b1e-8de5-f791f1b2f386"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-606ebd82-ca01-4b1e-8de5-f791f1b2f386"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-606ebd82-ca01-4b1e-8de5-f791f1b2f386"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-606ebd82-ca01-4b1e-8de5-f791f1b2f386"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.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-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
    width: 100%;
    height: auto;
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
    
    
  }


.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
      position: relative;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
    width: 100%;
    height: auto;
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
    
    
  }


.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
      position: relative;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
    width: 100%;
    height: auto;
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
    
    
  }


.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
      position: relative;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
    width: 100%;
    height: auto;
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
    
    
  }


.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
      position: relative;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
    width: 100%;
    height: auto;
  }

  #s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
    
    
  }


.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container {
      position: relative;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a02c149-0b4f-42b9-ba43-fa6f02f61880 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-362c9c4b-654b-4f50-b895-712dc5abae2a {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-362c9c4b-654b-4f50-b895-712dc5abae2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362c9c4b-654b-4f50-b895-712dc5abae2a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-ba398897-9604-48b6-93cb-f8f870a5d255 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba398897-9604-48b6-93cb-f8f870a5d255 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-72a45409-be76-486a-ac2a-7de223f23842 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-72a45409-be76-486a-ac2a-7de223f23842 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-e3066826-942a-4406-9b6e-0541e4308754 {
  margin-bottom: 20px;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
    width: 100%;
    height: auto;
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
    
    
  }


.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
      position: relative;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
    width: 100%;
    height: auto;
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
    
    
  }


.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
      position: relative;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
    width: 100%;
    height: auto;
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
    
    
  }


.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
      position: relative;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
    width: 100%;
    height: auto;
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
    
    
  }


.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
      position: relative;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
    width: 100%;
    height: auto;
  }

  #s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
    
    
  }


.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 .shogun-image-content {
  
    align-items: center;
  
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container {
      position: relative;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a1d3b6-cd27-40a9-b716-c8d76c93f936 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-661e97ff-4b4e-4afc-81a0-7b506a58e9c9 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-661e97ff-4b4e-4afc-81a0-7b506a58e9c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661e97ff-4b4e-4afc-81a0-7b506a58e9c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88cf3683-35ed-4ff5-bce8-33432e506870 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-88cf3683-35ed-4ff5-bce8-33432e506870 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-aa2fc440-0919-4a66-b02c-eda2ebe5ec45 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aa2fc440-0919-4a66-b02c-eda2ebe5ec45 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-25400a55-6117-4649-a675-d61c98192324 {
  margin-bottom: 20px;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
    width: 100%;
    height: auto;
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
    
    
  }


.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-content {
  
    align-items: center;
  
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
      position: relative;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
    width: 100%;
    height: auto;
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
    
    
  }


.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-content {
  
    align-items: center;
  
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
      position: relative;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
    width: 100%;
    height: auto;
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
    
    
  }


.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-content {
  
    align-items: center;
  
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
      position: relative;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
    width: 100%;
    height: auto;
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
    
    
  }


.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-content {
  
    align-items: center;
  
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
      position: relative;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
    width: 100%;
    height: auto;
  }

  #s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
    
    
  }


.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac .shogun-image-content {
  
    align-items: center;
  
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container {
      position: relative;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96160ebe-6d57-4a4c-b1e1-bd20c88254ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-359f26b0-dd02-42e8-885e-64ef884c62e4 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-359f26b0-dd02-42e8-885e-64ef884c62e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359f26b0-dd02-42e8-885e-64ef884c62e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f0a8419-befa-4e35-ab71-f3fa330bf1b8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6f0a8419-befa-4e35-ab71-f3fa330bf1b8 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-2cbd87bb-8688-4f7d-8f3d-f054f5041c44 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2cbd87bb-8688-4f7d-8f3d-f054f5041c44 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-48274d09-4378-4a1c-947e-1d1a9b5da660 {
  margin-bottom: 20px;
}

#s-5c94a15a-a199-4854-b81a-893079d51493 {
  margin-bottom: 0px;
max-width: 1600px;
aspect-ratio: 1600/1067;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 {
    width: 100%;
    height: auto;
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
    
    
  }


.s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c94a15a-a199-4854-b81a-893079d51493 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
      position: relative;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 {
    width: 100%;
    height: auto;
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
    
    
  }


.s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c94a15a-a199-4854-b81a-893079d51493 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
      position: relative;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 {
    width: 100%;
    height: auto;
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
    
    
  }


.s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c94a15a-a199-4854-b81a-893079d51493 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
      position: relative;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 {
    width: 100%;
    height: auto;
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
    
    
  }


.s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c94a15a-a199-4854-b81a-893079d51493 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
      position: relative;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }

    #s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-link {
      aspect-ratio: 1600/1067;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c94a15a-a199-4854-b81a-893079d51493 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 {
    width: 100%;
    height: auto;
  }

  #s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
    
    
  }


.s-5c94a15a-a199-4854-b81a-893079d51493 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c94a15a-a199-4854-b81a-893079d51493 {
      --shg-aspect-ratio: calc(1600/1067); 
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container {
      position: relative;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c94a15a-a199-4854-b81a-893079d51493 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f14d49a1-f700-4fe8-89ca-904dd122ca02 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-f14d49a1-f700-4fe8-89ca-904dd122ca02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14d49a1-f700-4fe8-89ca-904dd122ca02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-afd248e5-8879-4a10-a556-34d64e6d18e4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-afd248e5-8879-4a10-a556-34d64e6d18e4 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: left;
}



#s-656ebcde-313a-464b-9b6e-d1221ee3d9c9 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-656ebcde-313a-464b-9b6e-d1221ee3d9c9 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}



#s-626606b0-3f48-4850-8ef1-207382b8d84d {
  margin-bottom: 20px;
}

#s-b7eb52e3-95ee-44e9-b368-b346dfacf3ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b7eb52e3-95ee-44e9-b368-b346dfacf3ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7eb52e3-95ee-44e9-b368-b346dfacf3ea.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-8d1a4f5e-c9ad-4c55-ab4d-ddeabe036649 {
  margin-left: auto;
margin-right: auto;
}

#s-a214757b-0d0e-47cf-9f25-6f9a7a543777 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a214757b-0d0e-47cf-9f25-6f9a7a543777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a214757b-0d0e-47cf-9f25-6f9a7a543777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c67d12d-4443-4079-8869-a1d949114c95 {
  min-height: 50px;
}








#s-7c67d12d-4443-4079-8869-a1d949114c95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c67d12d-4443-4079-8869-a1d949114c95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3879bcc7-7620-4ea9-878a-83265abf42d3 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-3879bcc7-7620-4ea9-878a-83265abf42d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3879bcc7-7620-4ea9-878a-83265abf42d3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3879bcc7-7620-4ea9-878a-83265abf42d3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3879bcc7-7620-4ea9-878a-83265abf42d3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-f9ba3997-a0e1-4678-be60-277a1245c103 {
  min-height: 50px;
}








#s-f9ba3997-a0e1-4678-be60-277a1245c103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9ba3997-a0e1-4678-be60-277a1245c103.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-abfe7cfa-b211-431a-ab91-e74e22ca4950 {
  max-width: 725px;
aspect-ratio: 725/481;
text-align: center;
}





  #s-abfe7cfa-b211-431a-ab91-e74e22ca4950 img.shogun-image,
  #s-abfe7cfa-b211-431a-ab91-e74e22ca4950 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abfe7cfa-b211-431a-ab91-e74e22ca4950 {
    width: 100%;
    height: auto;
  }



  #s-abfe7cfa-b211-431a-ab91-e74e22ca4950 img.shogun-image {
    

    
    
    
  }


#s-abfe7cfa-b211-431a-ab91-e74e22ca4950 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb0f1d14-f301-402b-9600-6b26c0a740eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb0f1d14-f301-402b-9600-6b26c0a740eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cd03fa49-d7ba-454a-9899-abe1f06a6a75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd03fa49-d7ba-454a-9899-abe1f06a6a75 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-5783ad97-f1f6-4427-85fe-b7ced8dde65b {
  min-height: 50px;
}








#s-5783ad97-f1f6-4427-85fe-b7ced8dde65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5783ad97-f1f6-4427-85fe-b7ced8dde65b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 {
  max-width: 724px;
aspect-ratio: 724/481;
text-align: center;
}





  #s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 img.shogun-image,
  #s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 {
    width: 100%;
    height: auto;
  }



  #s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 img.shogun-image {
    

    
    
    
  }


#s-1261a0b6-5767-4701-82e9-fe2324c5dcd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e25621-ceb1-4f87-845a-b6ce8046c66f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55e25621-ceb1-4f87-845a-b6ce8046c66f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d2f41096-b2a8-406f-9ecf-545f1896c44e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2f41096-b2a8-406f-9ecf-545f1896c44e .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-e94f728b-f44c-4b39-adab-02235c527a97 {
  min-height: 50px;
}








#s-e94f728b-f44c-4b39-adab-02235c527a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e94f728b-f44c-4b39-adab-02235c527a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ab9cf6c-1b42-4827-863f-70c77c932c1c {
  max-width: 725px;
aspect-ratio: 725/480;
text-align: center;
}





  #s-0ab9cf6c-1b42-4827-863f-70c77c932c1c img.shogun-image,
  #s-0ab9cf6c-1b42-4827-863f-70c77c932c1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ab9cf6c-1b42-4827-863f-70c77c932c1c {
    width: 100%;
    height: auto;
  }



  #s-0ab9cf6c-1b42-4827-863f-70c77c932c1c img.shogun-image {
    

    
    
    
  }


#s-0ab9cf6c-1b42-4827-863f-70c77c932c1c .shogun-image-content {
  
    align-items: center;
  
}

#s-b91076f6-6aac-424d-966f-422697100bd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b91076f6-6aac-424d-966f-422697100bd3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e834e631-3fc6-40c0-ba18-3715a44111c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e834e631-3fc6-40c0-ba18-3715a44111c3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b17aa467-5408-4c1b-94e3-2bae56520f3d {
  max-width: 724px;
aspect-ratio: 724/482;
text-align: center;
}





  #s-b17aa467-5408-4c1b-94e3-2bae56520f3d img.shogun-image,
  #s-b17aa467-5408-4c1b-94e3-2bae56520f3d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b17aa467-5408-4c1b-94e3-2bae56520f3d {
    width: 100%;
    height: auto;
  }



  #s-b17aa467-5408-4c1b-94e3-2bae56520f3d img.shogun-image {
    

    
    
    
  }


#s-b17aa467-5408-4c1b-94e3-2bae56520f3d .shogun-image-content {
  
    align-items: center;
  
}

#s-015425e4-c51c-485b-99ed-be86cc727179 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-015425e4-c51c-485b-99ed-be86cc727179 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3f72929e-2069-43d8-a4a5-67d68dc197ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f72929e-2069-43d8-a4a5-67d68dc197ca .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 {
  max-width: 723px;
aspect-ratio: 723/480;
text-align: center;
}





  #s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 img.shogun-image,
  #s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 {
    width: 100%;
    height: auto;
  }



  #s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 img.shogun-image {
    

    
    
    
  }


#s-a6adb7ce-92ad-452f-aa3c-33a2ba9cefc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2a1a93a-9f7c-4062-a6a6-00e6508d6133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2a1a93a-9f7c-4062-a6a6-00e6508d6133 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3894fa0c-1937-4ee8-b3e1-a7acd1482562 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3894fa0c-1937-4ee8-b3e1-a7acd1482562 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-14a0baef-03fb-4f39-9b12-4cdd7ac59037 {
  min-height: 50px;
}








#s-14a0baef-03fb-4f39-9b12-4cdd7ac59037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14a0baef-03fb-4f39-9b12-4cdd7ac59037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6ebdf9-ceca-4ceb-b34a-6fe6c0317bca {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ce6ebdf9-ceca-4ceb-b34a-6fe6c0317bca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce6ebdf9-ceca-4ceb-b34a-6fe6c0317bca"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-ce6ebdf9-ceca-4ceb-b34a-6fe6c0317bca"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce6ebdf9-ceca-4ceb-b34a-6fe6c0317bca"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-7ddc4d46-9b6c-49f5-b2c9-411f5184864c {
  min-height: 50px;
}








#s-7ddc4d46-9b6c-49f5-b2c9-411f5184864c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ddc4d46-9b6c-49f5-b2c9-411f5184864c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb {
  max-width: 722px;
aspect-ratio: 722/482;
text-align: center;
}





  #s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb img.shogun-image,
  #s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb {
    width: 100%;
    height: auto;
  }



  #s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb img.shogun-image {
    

    
    
    
  }


#s-cc2ce716-6bc0-4b74-a3a0-dca0a77bfbbb .shogun-image-content {
  
    align-items: center;
  
}

#s-19978ef8-7588-42ec-8795-7fe45fb5f6e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19978ef8-7588-42ec-8795-7fe45fb5f6e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8a96d4a2-dc0b-4fe2-a614-bf84a23dbfc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a96d4a2-dc0b-4fe2-a614-bf84a23dbfc4 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-5a6b6da1-c7ec-4785-9111-ff1a195b9bc9 {
  min-height: 50px;
}








#s-5a6b6da1-c7ec-4785-9111-ff1a195b9bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a6b6da1-c7ec-4785-9111-ff1a195b9bc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f82a871c-ee84-42d8-867c-c21d7d95a458 {
  max-width: 725px;
aspect-ratio: 725/482;
text-align: center;
}





  #s-f82a871c-ee84-42d8-867c-c21d7d95a458 img.shogun-image,
  #s-f82a871c-ee84-42d8-867c-c21d7d95a458 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82a871c-ee84-42d8-867c-c21d7d95a458 {
    width: 100%;
    height: auto;
  }



  #s-f82a871c-ee84-42d8-867c-c21d7d95a458 img.shogun-image {
    

    
    
    
  }


#s-f82a871c-ee84-42d8-867c-c21d7d95a458 .shogun-image-content {
  
    align-items: center;
  
}

#s-c534e69e-1974-481e-857a-306216b58329 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c534e69e-1974-481e-857a-306216b58329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c2f6700d-7e09-4919-8521-d539f1cedbc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2f6700d-7e09-4919-8521-d539f1cedbc8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f75e1378-d059-4795-8cc4-c0d523463271 {
  min-height: 50px;
}








#s-f75e1378-d059-4795-8cc4-c0d523463271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75e1378-d059-4795-8cc4-c0d523463271.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 {
  max-width: 726px;
aspect-ratio: 726/482;
text-align: center;
}





  #s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 img.shogun-image,
  #s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 {
    width: 100%;
    height: auto;
  }



  #s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 img.shogun-image {
    

    
    
    
  }


#s-2c82ad51-59d7-46a8-875c-9032ed09f8f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-785db26b-089c-4f8a-b683-e1af6e4e70ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-785db26b-089c-4f8a-b683-e1af6e4e70ee .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-85f888b6-7cb8-4937-8c7b-1533920c783f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85f888b6-7cb8-4937-8c7b-1533920c783f .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d4b5194a-f4b0-43a2-a091-fd1154242a24 {
  max-width: 726px;
aspect-ratio: 726/481;
text-align: center;
}





  #s-d4b5194a-f4b0-43a2-a091-fd1154242a24 img.shogun-image,
  #s-d4b5194a-f4b0-43a2-a091-fd1154242a24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4b5194a-f4b0-43a2-a091-fd1154242a24 {
    width: 100%;
    height: auto;
  }



  #s-d4b5194a-f4b0-43a2-a091-fd1154242a24 img.shogun-image {
    

    
    
    
  }


#s-d4b5194a-f4b0-43a2-a091-fd1154242a24 .shogun-image-content {
  
    align-items: center;
  
}

#s-c823ce89-8515-402c-95bc-7419ec40e051 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c823ce89-8515-402c-95bc-7419ec40e051 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-11ee499b-5bc2-4856-9a52-32cbf7b63d91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11ee499b-5bc2-4856-9a52-32cbf7b63d91 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb {
  max-width: 722px;
aspect-ratio: 722/483;
text-align: center;
}





  #s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb img.shogun-image,
  #s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb {
    width: 100%;
    height: auto;
  }



  #s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb img.shogun-image {
    

    
    
    
  }


#s-24d4114c-fae1-4b17-8ec5-d011ac7c70bb .shogun-image-content {
  
    align-items: center;
  
}

#s-c5bb8c16-0e9f-4cab-9f2f-49aab879640a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5bb8c16-0e9f-4cab-9f2f-49aab879640a .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-09e8ef79-0bbd-4e72-aeb7-3555d8e0eab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09e8ef79-0bbd-4e72-aeb7-3555d8e0eab7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-6816c0bd-2ed7-4409-ab2d-8f462c07bb49 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6816c0bd-2ed7-4409-ab2d-8f462c07bb49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6816c0bd-2ed7-4409-ab2d-8f462c07bb49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
  max-width: 1396px;
aspect-ratio: 1396/929;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }

    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-link {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
    width: 100%;
    height: auto;
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
    
    
  }


.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
      --shg-aspect-ratio: calc(1396/929); 
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
      position: relative;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }

    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-link {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
    width: 100%;
    height: auto;
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
    
    
  }


.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
      --shg-aspect-ratio: calc(1396/929); 
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
      position: relative;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }

    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-link {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
    width: 100%;
    height: auto;
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
    
    
  }


.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
      --shg-aspect-ratio: calc(1396/929); 
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
      position: relative;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }

    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-link {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
    width: 100%;
    height: auto;
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
    
    
  }


.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
      --shg-aspect-ratio: calc(1396/929); 
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
      position: relative;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }

    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-link {
      aspect-ratio: 1396/929;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
    width: 100%;
    height: auto;
  }

  #s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
    
    
  }


.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 {
      --shg-aspect-ratio: calc(1396/929); 
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container {
      position: relative;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ac5a9b-8db5-4b8c-a48b-a75860e1d022 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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