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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 {
  margin-top: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 {
  
}
}@media (max-width: 767px){#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 {
  
}
}
#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 .shg-sld-dot {
  background-color: rgba(0, 91, 152, 1);
}

#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 .shg-sld-nav-button.shg-sld-left,
#s-1f2d5a7f-4955-4a2a-ab55-807b7046f225 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 91, 152, 1);
}

.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-e4057498-c3a8-415a-a4ca-a0f50da8918d {
  max-width: 10667px;
aspect-ratio: 10667/3333;
text-align: center;
}
@media (max-width: 767px){#s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
  display: none;
}
#s-e4057498-c3a8-415a-a4ca-a0f50da8918d, #wrap-s-e4057498-c3a8-415a-a4ca-a0f50da8918d { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
    width: 100%;
    height: auto;
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
    
    
  }


.s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-content {
  
    align-items: center;
  
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
      position: relative;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
    width: 100%;
    height: auto;
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
    
    
  }


.s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-content {
  
    align-items: center;
  
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
      position: relative;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d 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-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
    width: 100%;
    height: auto;
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
    
    
  }


.s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-content {
  
    align-items: center;
  
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
      position: relative;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d 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-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
    width: 100%;
    height: auto;
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
    
    
  }


.s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-content {
  
    align-items: center;
  
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
      position: relative;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
    width: 100%;
    height: auto;
  }

  #s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
    
    
  }


.s-e4057498-c3a8-415a-a4ca-a0f50da8918d .shogun-image-content {
  
    align-items: center;
  
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container {
      position: relative;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4057498-c3a8-415a-a4ca-a0f50da8918d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
  max-width: 10667px;
aspect-ratio: 10667/3333;
text-align: center;
}
@media (min-width: 1200px){#s-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
  display: none;
}
#s-182508f6-e740-456d-8b75-0bb75ae5d0a5, #wrap-s-182508f6-e740-456d-8b75-0bb75ae5d0a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
  display: none;
}
#s-182508f6-e740-456d-8b75-0bb75ae5d0a5, #wrap-s-182508f6-e740-456d-8b75-0bb75ae5d0a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
  display: none;
}
#s-182508f6-e740-456d-8b75-0bb75ae5d0a5, #wrap-s-182508f6-e740-456d-8b75-0bb75ae5d0a5 { display: none !important; }}@media (max-width: 767px){#s-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
  display: none;
}
#s-182508f6-e740-456d-8b75-0bb75ae5d0a5, #wrap-s-182508f6-e740-456d-8b75-0bb75ae5d0a5 { display: none !important; }}




  #s-182508f6-e740-456d-8b75-0bb75ae5d0a5 img.shogun-image,
  #s-182508f6-e740-456d-8b75-0bb75ae5d0a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-182508f6-e740-456d-8b75-0bb75ae5d0a5 {
    width: 100%;
    height: auto;
  }



  #s-182508f6-e740-456d-8b75-0bb75ae5d0a5 img.shogun-image {
    

    
    
    
  }


#s-182508f6-e740-456d-8b75-0bb75ae5d0a5 .shogun-image-content {
  
    align-items: 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-b0ef5402-d65c-478a-8207-b27eee6ac5d4 {
  margin-top: 25%;
}
@media (min-width: 1200px){#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 {
  display: none;
}
#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4, #wrap-s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 {
  display: none;
}
#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4, #wrap-s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 {
  display: none;
}
#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4, #wrap-s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 { display: none !important; }}@media (max-width: 767px){#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 {
  display: none;
}
#s-b0ef5402-d65c-478a-8207-b27eee6ac5d4, #wrap-s-b0ef5402-d65c-478a-8207-b27eee6ac5d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0ef5402-d65c-478a-8207-b27eee6ac5d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Serif;
}

.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

@media (min-width: 1200px){#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 {
  display: unset;
}
#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6, #wrap-s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 {
  display: unset;
}
#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6, #wrap-s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 {
  display: unset;
}
#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6, #wrap-s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 { display: unset !important; }}@media (max-width: 767px){#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 {
  display: unset;
}
#s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6, #wrap-s-2ceb37a3-dbb2-42c8-bc36-a59bb3884fa6 { display: unset !important; }}
#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
  max-width: 10667px;
aspect-ratio: 10667/3333;
text-align: center;
}
@media (max-width: 767px){#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
  display: none;
}
#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d, #wrap-s-c701e06c-d7df-46cd-a54c-02c48acb8f1d { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
    width: 100%;
    height: auto;
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
    
    
  }


.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-content {
  
    align-items: center;
  
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
      position: relative;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
    width: 100%;
    height: auto;
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
    
    
  }


.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-content {
  
    align-items: center;
  
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
      position: relative;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d 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-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
    width: 100%;
    height: auto;
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
    
    
  }


.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-content {
  
    align-items: center;
  
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
      position: relative;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d 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-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
    width: 100%;
    height: auto;
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
    
    
  }


.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-content {
  
    align-items: center;
  
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
      position: relative;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
    width: 100%;
    height: auto;
  }

  #s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
    
    
  }


.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d .shogun-image-content {
  
    align-items: center;
  
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container {
      position: relative;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c701e06c-d7df-46cd-a54c-02c48acb8f1d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3f505028-b38e-4088-ba8e-04cfea669c75 {
  max-width: 10667px;
aspect-ratio: 10667/3333;
text-align: center;
}
@media (max-width: 767px){#s-3f505028-b38e-4088-ba8e-04cfea669c75 {
  display: none;
}
#s-3f505028-b38e-4088-ba8e-04cfea669c75, #wrap-s-3f505028-b38e-4088-ba8e-04cfea669c75 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 {
    width: 100%;
    height: auto;
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
    
    
  }


.s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f505028-b38e-4088-ba8e-04cfea669c75 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
      position: relative;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 {
    width: 100%;
    height: auto;
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
    
    
  }


.s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f505028-b38e-4088-ba8e-04cfea669c75 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
      position: relative;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75 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-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 {
    width: 100%;
    height: auto;
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
    
    
  }


.s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f505028-b38e-4088-ba8e-04cfea669c75 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
      position: relative;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75 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-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 {
    width: 100%;
    height: auto;
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
    
    
  }


.s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f505028-b38e-4088-ba8e-04cfea669c75 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
      position: relative;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f505028-b38e-4088-ba8e-04cfea669c75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 {
    width: 100%;
    height: auto;
  }

  #s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
    
    
  }


.s-3f505028-b38e-4088-ba8e-04cfea669c75 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f505028-b38e-4088-ba8e-04cfea669c75 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container {
      position: relative;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f505028-b38e-4088-ba8e-04cfea669c75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
  padding-bottom: 0px;
max-width: 3889px;
aspect-ratio: 3889/5139;
text-align: center;
}
@media (min-width: 1200px){#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
  display: none;
}
#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c, #wrap-s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
  display: none;
}
#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c, #wrap-s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
  display: none;
}
#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c, #wrap-s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c { display: none !important; }}@media (max-width: 767px){#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
  display: unset;
}
#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c, #wrap-s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c { display: unset !important; }}




  #s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c img.shogun-image,
  #s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c {
    width: 100%;
    height: auto;
  }



  #s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c img.shogun-image {
    

    
    
    
  }


#s-4d6627cb-b2bf-4bf3-a229-e28ea0afd09c .shogun-image-content {
  
    align-items: center;
  
}

#s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
  padding-bottom: 0px;
max-width: 3889px;
aspect-ratio: 3889/5139;
text-align: center;
}
@media (min-width: 1200px){#s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
  display: none;
}
#s-0c4228a5-2d9d-4f3d-8227-468b5914438f, #wrap-s-0c4228a5-2d9d-4f3d-8227-468b5914438f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
  display: none;
}
#s-0c4228a5-2d9d-4f3d-8227-468b5914438f, #wrap-s-0c4228a5-2d9d-4f3d-8227-468b5914438f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
  display: none;
}
#s-0c4228a5-2d9d-4f3d-8227-468b5914438f, #wrap-s-0c4228a5-2d9d-4f3d-8227-468b5914438f { display: none !important; }}@media (max-width: 767px){#s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
  display: none;
}
#s-0c4228a5-2d9d-4f3d-8227-468b5914438f, #wrap-s-0c4228a5-2d9d-4f3d-8227-468b5914438f { display: none !important; }}




  #s-0c4228a5-2d9d-4f3d-8227-468b5914438f img.shogun-image,
  #s-0c4228a5-2d9d-4f3d-8227-468b5914438f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c4228a5-2d9d-4f3d-8227-468b5914438f {
    width: 100%;
    height: auto;
  }



  #s-0c4228a5-2d9d-4f3d-8227-468b5914438f img.shogun-image {
    

    
    
    
  }


#s-0c4228a5-2d9d-4f3d-8227-468b5914438f .shogun-image-content {
  
    align-items: center;
  
}

#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 {
  display: none;
}
#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1, #wrap-s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 {
  display: none;
}
#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1, #wrap-s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 {
  display: none;
}
#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1, #wrap-s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 { display: none !important; }}@media (max-width: 767px){#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 {
  display: none;
}
#s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1, #wrap-s-f822ab93-122f-4ea6-a3b7-1607ab6f89e1 { display: none !important; }}
#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
  max-width: 3889px;
aspect-ratio: 3889/5139;
text-align: center;
}
@media (min-width: 1200px){#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
  display: none;
}
#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5, #wrap-s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
  display: none;
}
#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5, #wrap-s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
  display: none;
}
#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5, #wrap-s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
    width: 100%;
    height: auto;
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
    
    
  }


.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
      position: relative;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
    width: 100%;
    height: auto;
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
    
    
  }


.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
      position: relative;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 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-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
    width: 100%;
    height: auto;
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
    
    
  }


.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
      position: relative;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 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-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
    width: 100%;
    height: auto;
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
    
    
  }


.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
      position: relative;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
    width: 100%;
    height: auto;
  }

  #s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
    
    
  }


.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container {
      position: relative;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b64d1af-2d0f-4cd8-bec4-7692a48aacc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
  max-width: 3889px;
aspect-ratio: 3889/5139;
text-align: center;
}
@media (min-width: 1200px){#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
  display: none;
}
#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01, #wrap-s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
  display: none;
}
#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01, #wrap-s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
  display: none;
}
#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01, #wrap-s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
    width: 100%;
    height: auto;
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
    
    
  }


.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
      position: relative;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
    width: 100%;
    height: auto;
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
    
    
  }


.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
      position: relative;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 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-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
    width: 100%;
    height: auto;
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
    
    
  }


.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
      position: relative;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 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-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
    width: 100%;
    height: auto;
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
    
    
  }


.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
      position: relative;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }

    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-link {
      aspect-ratio: 3889/5139;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
    width: 100%;
    height: auto;
  }

  #s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
    
    
  }


.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 {
      --shg-aspect-ratio: calc(3889/5139); 
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container {
      position: relative;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0bd733a-7f74-43c4-a532-e4d3e2cb6e01 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
  max-width: 10667px;
aspect-ratio: 10667/3333;
text-align: center;
}
@media (max-width: 767px){#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
  display: none;
}
#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0, #wrap-s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
    width: 100%;
    height: auto;
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
    
    
  }


.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
      position: relative;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
    width: 100%;
    height: auto;
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
    
    
  }


.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
      position: relative;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 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-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
    width: 100%;
    height: auto;
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
    
    
  }


.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
      position: relative;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 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-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
    width: 100%;
    height: auto;
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
    
    
  }


.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
      position: relative;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }

    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-link {
      aspect-ratio: 10667/3333;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
    width: 100%;
    height: auto;
  }

  #s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
    
    
  }


.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 {
      --shg-aspect-ratio: calc(10667/3333); 
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container {
      position: relative;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93fff01f-9f47-4772-b7e7-8b865ecf95b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-aeb2c879-c8aa-4794-83a7-19409c85714a {
  padding-bottom: 0px;
max-width: 3889px;
aspect-ratio: 3889/5139;
text-align: center;
}
@media (min-width: 1200px){#s-aeb2c879-c8aa-4794-83a7-19409c85714a {
  display: none;
}
#s-aeb2c879-c8aa-4794-83a7-19409c85714a, #wrap-s-aeb2c879-c8aa-4794-83a7-19409c85714a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aeb2c879-c8aa-4794-83a7-19409c85714a {
  display: none;
}
#s-aeb2c879-c8aa-4794-83a7-19409c85714a, #wrap-s-aeb2c879-c8aa-4794-83a7-19409c85714a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aeb2c879-c8aa-4794-83a7-19409c85714a {
  display: none;
}
#s-aeb2c879-c8aa-4794-83a7-19409c85714a, #wrap-s-aeb2c879-c8aa-4794-83a7-19409c85714a { display: none !important; }}@media (max-width: 767px){#s-aeb2c879-c8aa-4794-83a7-19409c85714a {
  display: unset;
}
#s-aeb2c879-c8aa-4794-83a7-19409c85714a, #wrap-s-aeb2c879-c8aa-4794-83a7-19409c85714a { display: unset !important; }}




  #s-aeb2c879-c8aa-4794-83a7-19409c85714a img.shogun-image,
  #s-aeb2c879-c8aa-4794-83a7-19409c85714a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aeb2c879-c8aa-4794-83a7-19409c85714a {
    width: 100%;
    height: auto;
  }



  #s-aeb2c879-c8aa-4794-83a7-19409c85714a img.shogun-image {
    

    
    
    
  }


#s-aeb2c879-c8aa-4794-83a7-19409c85714a .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b2c66d38-a547-486d-bc37-2e070576fefe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(0, 91, 152, 1);
}








#s-b2c66d38-a547-486d-bc37-2e070576fefe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c66d38-a547-486d-bc37-2e070576fefe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fcdeaf6-3bba-43ca-9221-40f718bd3505 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: -4px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-809fc24c-e571-4f36-8ec1-0d8265799279"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8f5c7451-ccce-4de4-8754-2c429ddd19d9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8f5c7451-ccce-4de4-8754-2c429ddd19d9 {
  display: none;
}
#s-8f5c7451-ccce-4de4-8754-2c429ddd19d9, #wrap-s-8f5c7451-ccce-4de4-8754-2c429ddd19d9 { display: none !important; }}







#s-8f5c7451-ccce-4de4-8754-2c429ddd19d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5c7451-ccce-4de4-8754-2c429ddd19d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c7e2562-32f3-4a11-9f65-1709c39f5152 {
  margin-top: 20px;
}

#s-6cba8d39-f43d-4acc-8501-5b1e6888d8c4 {
  min-height: 50px;
}








#s-6cba8d39-f43d-4acc-8501-5b1e6888d8c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cba8d39-f43d-4acc-8501-5b1e6888d8c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-330364df-a6ab-4867-86c2-960eedb4716f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 600px;
}

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

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

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

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

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

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

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

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

#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(150, 169, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e37e146-c6a9-400d-8c2b-39c6a23f1097-root {
    text-align: center;
  }


#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e37e146-c6a9-400d-8c2b-39c6a23f1097-root {
    text-align: center;
  }


#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e37e146-c6a9-400d-8c2b-39c6a23f1097-root {
    text-align: center;
  }


#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e37e146-c6a9-400d-8c2b-39c6a23f1097-root {
    text-align: center;
  }


#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e37e146-c6a9-400d-8c2b-39c6a23f1097-root {
    text-align: center;
  }


#s-3e37e146-c6a9-400d-8c2b-39c6a23f1097.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a {
  min-height: 50px;
}
@media (max-width: 767px){#s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a {
  display: none;
}
#s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a, #wrap-s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a { display: none !important; }}







#s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5edeb0a-8bf1-4cef-ae7f-c554f81f4a0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-24dbffd3-3dc4-4d2c-992a-d63896556466 {
  display: none;
}
#s-24dbffd3-3dc4-4d2c-992a-d63896556466, #wrap-s-24dbffd3-3dc4-4d2c-992a-d63896556466 { display: none !important; }}
@media (min-width: 0px) {
[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24dbffd3-3dc4-4d2c-992a-d63896556466"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-029c2c65-71f3-4970-9048-06ae81aadf04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 {
  text-align: center;
}







  img.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
    
    
  }


.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 .shogun-image-content {
  
    align-items: center;
  
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
    
    
  }


.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 .shogun-image-content {
  
    align-items: center;
  
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
    
    
  }


.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 .shogun-image-content {
  
    align-items: center;
  
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
    
    
  }


.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 .shogun-image-content {
  
    align-items: center;
  
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
    
    
  }


.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858 .shogun-image-content {
  
    align-items: center;
  
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f61afbc5-e52d-4e9c-abc7-384f1b5d2858.shogun-image {
  box-sizing: border-box;
}




}
#s-5eab22e2-9486-42c1-8924-907816318344 {
  margin-left: 30px;
margin-right: 30px;
}

#s-56e654e7-27ca-4ee0-99c1-3d803db287ba {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 91, 152, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-56e654e7-27ca-4ee0-99c1-3d803db287ba:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 91, 152, 1) !important;
border-radius: 5px !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-56e654e7-27ca-4ee0-99c1-3d803db287ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56e654e7-27ca-4ee0-99c1-3d803db287ba-root {
    text-align: left;
  }


#s-56e654e7-27ca-4ee0-99c1-3d803db287ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56e654e7-27ca-4ee0-99c1-3d803db287ba-root {
    text-align: left;
  }


#s-56e654e7-27ca-4ee0-99c1-3d803db287ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56e654e7-27ca-4ee0-99c1-3d803db287ba-root {
    text-align: left;
  }


#s-56e654e7-27ca-4ee0-99c1-3d803db287ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56e654e7-27ca-4ee0-99c1-3d803db287ba-root {
    text-align: left;
  }


#s-56e654e7-27ca-4ee0-99c1-3d803db287ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56e654e7-27ca-4ee0-99c1-3d803db287ba-root {
    text-align: left;
  }


#s-56e654e7-27ca-4ee0-99c1-3d803db287ba.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a0e263cd-afc6-4bfc-a611-02fcc70d39d2 {
  margin-bottom: 8px;
text-align: center;
opacity: 1;
}
#s-a0e263cd-afc6-4bfc-a611-02fcc70d39d2:hover {opacity: 0.99 !important;}






  #s-a0e263cd-afc6-4bfc-a611-02fcc70d39d2 img.shogun-image {
    

    
    
    
  }


#s-a0e263cd-afc6-4bfc-a611-02fcc70d39d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e13f98b-0c3c-4c3e-ad4a-7f1aec12cda0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-79712889-f44b-4aaf-afb7-e31dc34ff06a {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-79712889-f44b-4aaf-afb7-e31dc34ff06a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(150, 169, 59, 1) !important;
border-radius: 5px !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-79712889-f44b-4aaf-afb7-e31dc34ff06a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79712889-f44b-4aaf-afb7-e31dc34ff06a-root {
    text-align: center;
  }


#s-79712889-f44b-4aaf-afb7-e31dc34ff06a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79712889-f44b-4aaf-afb7-e31dc34ff06a-root {
    text-align: center;
  }


#s-79712889-f44b-4aaf-afb7-e31dc34ff06a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79712889-f44b-4aaf-afb7-e31dc34ff06a-root {
    text-align: center;
  }


#s-79712889-f44b-4aaf-afb7-e31dc34ff06a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79712889-f44b-4aaf-afb7-e31dc34ff06a-root {
    text-align: center;
  }


#s-79712889-f44b-4aaf-afb7-e31dc34ff06a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79712889-f44b-4aaf-afb7-e31dc34ff06a-root {
    text-align: center;
  }


#s-79712889-f44b-4aaf-afb7-e31dc34ff06a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7093b2ae-4444-40aa-a394-41446a595924 {
  text-align: center;
}







  #s-7093b2ae-4444-40aa-a394-41446a595924 img.shogun-image {
    

    
    
    
  }


#s-7093b2ae-4444-40aa-a394-41446a595924 .shogun-image-content {
  
    align-items: center;
  
}

#s-d203899f-e4a8-430a-a941-784c06f1ca42 {
  margin-left: 30px;
margin-right: 30px;
}

#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(150, 169, 59, 1) !important;
border-radius: 5px !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f-root {
    text-align: center;
  }


#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f-root {
    text-align: center;
  }


#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f-root {
    text-align: center;
  }


#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f-root {
    text-align: center;
  }


#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f-root {
    text-align: center;
  }


#s-f2bc1c94-6dd7-42e6-9db0-f833a82a5c1f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-31b834bb-8dff-4d64-af3d-58538bc0308c {
  display: none;
}
#s-31b834bb-8dff-4d64-af3d-58538bc0308c, #wrap-s-31b834bb-8dff-4d64-af3d-58538bc0308c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31b834bb-8dff-4d64-af3d-58538bc0308c {
  display: none;
}
#s-31b834bb-8dff-4d64-af3d-58538bc0308c, #wrap-s-31b834bb-8dff-4d64-af3d-58538bc0308c { display: none !important; }}@media (max-width: 767px){#s-31b834bb-8dff-4d64-af3d-58538bc0308c {
  display: none;
}
#s-31b834bb-8dff-4d64-af3d-58538bc0308c, #wrap-s-31b834bb-8dff-4d64-af3d-58538bc0308c { display: none !important; }}
@media (min-width: 0px) {
[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-31b834bb-8dff-4d64-af3d-58538bc0308c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-515789d0-6bfa-417b-9102-bc49a9fb75d7 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-515789d0-6bfa-417b-9102-bc49a9fb75d7 img.shogun-image,
  #s-515789d0-6bfa-417b-9102-bc49a9fb75d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-515789d0-6bfa-417b-9102-bc49a9fb75d7 {
    width: 100%;
    height: auto;
  }



  #s-515789d0-6bfa-417b-9102-bc49a9fb75d7 img.shogun-image {
    

    
    
    
  }


#s-515789d0-6bfa-417b-9102-bc49a9fb75d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-31611b7e-e21a-41d1-9f17-e60b1a4b52a9 {
  margin-left: 30px;
margin-right: 30px;
}

#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 91, 152, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 91, 152, 1) !important;
border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f-root {
    text-align: left;
  }


#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f-root {
    text-align: left;
  }


#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f-root {
    text-align: left;
  }


#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f-root {
    text-align: left;
  }


#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f-root {
    text-align: left;
  }


#s-1e0baec7-2b2a-4794-81f6-4d02f265ee4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 {
  margin-top: 7px;
margin-bottom: 7px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 img.shogun-image,
  #s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 {
    width: 100%;
    height: auto;
  }



  #s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 img.shogun-image {
    

    
    
    
  }


#s-cc9bb8f1-5418-4651-b2d2-b137216c56e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-72e991f3-a7fb-4fda-8f1e-b09c82621721 {
  margin-left: 30px;
margin-right: 30px;
}

#s-37ab88bd-3a9d-4182-b73b-2651dab7204b {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 91, 152, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37ab88bd-3a9d-4182-b73b-2651dab7204b:hover {border-style: solid !important;
border-color: rgba(0, 91, 152, 1) !important;
border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-37ab88bd-3a9d-4182-b73b-2651dab7204b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37ab88bd-3a9d-4182-b73b-2651dab7204b-root {
    text-align: center;
  }


#s-37ab88bd-3a9d-4182-b73b-2651dab7204b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37ab88bd-3a9d-4182-b73b-2651dab7204b-root {
    text-align: center;
  }


#s-37ab88bd-3a9d-4182-b73b-2651dab7204b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37ab88bd-3a9d-4182-b73b-2651dab7204b-root {
    text-align: center;
  }


#s-37ab88bd-3a9d-4182-b73b-2651dab7204b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37ab88bd-3a9d-4182-b73b-2651dab7204b-root {
    text-align: center;
  }


#s-37ab88bd-3a9d-4182-b73b-2651dab7204b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37ab88bd-3a9d-4182-b73b-2651dab7204b-root {
    text-align: center;
  }


#s-37ab88bd-3a9d-4182-b73b-2651dab7204b.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-7ce10ec7-f4ca-41cd-b31d-c282fe04da61 {
  text-align: center;
}







  #s-7ce10ec7-f4ca-41cd-b31d-c282fe04da61 img.shogun-image {
    

    
    
    
  }


#s-7ce10ec7-f4ca-41cd-b31d-c282fe04da61 .shogun-image-content {
  
    align-items: center;
  
}

#s-d111f4c2-6fe2-4320-997a-60da6d89dd7c {
  margin-left: 30px;
margin-right: 30px;
}

#s-43dcab52-7ffe-4c19-8079-4f23ae857627 {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 91, 152, 1);
border-radius: 5px;
background-color: rgba(0, 91, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-43dcab52-7ffe-4c19-8079-4f23ae857627:hover {border-style: solid !important;
border-color: rgba(0, 91, 152, 1) !important;
border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-43dcab52-7ffe-4c19-8079-4f23ae857627:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43dcab52-7ffe-4c19-8079-4f23ae857627-root {
    text-align: center;
  }


#s-43dcab52-7ffe-4c19-8079-4f23ae857627.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43dcab52-7ffe-4c19-8079-4f23ae857627-root {
    text-align: center;
  }


#s-43dcab52-7ffe-4c19-8079-4f23ae857627.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43dcab52-7ffe-4c19-8079-4f23ae857627-root {
    text-align: center;
  }


#s-43dcab52-7ffe-4c19-8079-4f23ae857627.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43dcab52-7ffe-4c19-8079-4f23ae857627-root {
    text-align: center;
  }


#s-43dcab52-7ffe-4c19-8079-4f23ae857627.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43dcab52-7ffe-4c19-8079-4f23ae857627-root {
    text-align: center;
  }


#s-43dcab52-7ffe-4c19-8079-4f23ae857627.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5 {
  display: none;
}
#s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5, #wrap-s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5 { display: none !important; }}







#s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd37fbf-cfdb-4f2f-8515-b1ab65a542d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6804c663-2c4a-4cb0-8aec-070fc5995626"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-6ec9153b-79f7-42c3-99c9-decb7c4617ae {
  min-height: 50px;
}
@media (max-width: 767px){#s-6ec9153b-79f7-42c3-99c9-decb7c4617ae {
  display: none;
}
#s-6ec9153b-79f7-42c3-99c9-decb7c4617ae, #wrap-s-6ec9153b-79f7-42c3-99c9-decb7c4617ae { display: none !important; }}







#s-6ec9153b-79f7-42c3-99c9-decb7c4617ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec9153b-79f7-42c3-99c9-decb7c4617ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93a9660d-0901-4643-98da-910021c9133b {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 20px;
}

#s-e383cfa5-b36b-4527-8b83-0c06e7dd070e {
  min-height: 50px;
}








#s-e383cfa5-b36b-4527-8b83-0c06e7dd070e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e383cfa5-b36b-4527-8b83-0c06e7dd070e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312cee42-e263-4762-9562-fc8dd5b6dca9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 20px;
max-width: 600px;
}

#s-2206abff-9e96-4ed7-9092-e273476a70b6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2206abff-9e96-4ed7-9092-e273476a70b6 {
  display: none;
}
#s-2206abff-9e96-4ed7-9092-e273476a70b6, #wrap-s-2206abff-9e96-4ed7-9092-e273476a70b6 { display: none !important; }}







#s-2206abff-9e96-4ed7-9092-e273476a70b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2206abff-9e96-4ed7-9092-e273476a70b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22b9c562-dfac-4c2c-8422-8b75260a68ff {
  min-height: 50px;
}








#s-22b9c562-dfac-4c2c-8422-8b75260a68ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b9c562-dfac-4c2c-8422-8b75260a68ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e7540efc-814a-476b-ab26-64c6a5de5b48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e7540efc-814a-476b-ab26-64c6a5de5b48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e7540efc-814a-476b-ab26-64c6a5de5b48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7540efc-814a-476b-ab26-64c6a5de5b48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1ecb3c8a-f49e-498c-8683-84410e2e921d {
  text-align: center;
}







  #s-1ecb3c8a-f49e-498c-8683-84410e2e921d img.shogun-image {
    

    
    
    
  }


#s-1ecb3c8a-f49e-498c-8683-84410e2e921d .shogun-image-content {
  
    align-items: center;
  
}

#s-dc4fbbe2-4cc2-4d58-a20a-1e5ea8f411c5 {
  text-align: center;
}







  #s-dc4fbbe2-4cc2-4d58-a20a-1e5ea8f411c5 img.shogun-image {
    

    
    
    
  }


#s-dc4fbbe2-4cc2-4d58-a20a-1e5ea8f411c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-83f1a2f1-0b26-4c9a-912c-2d3ffd4b67de {
  text-align: center;
}







  #s-83f1a2f1-0b26-4c9a-912c-2d3ffd4b67de img.shogun-image {
    

    
    
    
  }


#s-83f1a2f1-0b26-4c9a-912c-2d3ffd4b67de .shogun-image-content {
  
    align-items: center;
  
}

#s-0d0743c0-6390-4af2-93ce-449fb028a9f8 {
  text-align: center;
}







  #s-0d0743c0-6390-4af2-93ce-449fb028a9f8 img.shogun-image {
    

    
    
    
  }


#s-0d0743c0-6390-4af2-93ce-449fb028a9f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5912f68e-b9e4-4674-bfdb-bf9a2911a31f {
  min-height: 20px;
}








#s-5912f68e-b9e4-4674-bfdb-bf9a2911a31f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5912f68e-b9e4-4674-bfdb-bf9a2911a31f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5798c042-c58c-456f-84c7-91a3f46da8cb {
  text-align: center;
}
@media (min-width: 1200px){#s-5798c042-c58c-456f-84c7-91a3f46da8cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5798c042-c58c-456f-84c7-91a3f46da8cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5798c042-c58c-456f-84c7-91a3f46da8cb {
  display: none;
}
#s-5798c042-c58c-456f-84c7-91a3f46da8cb, #wrap-s-5798c042-c58c-456f-84c7-91a3f46da8cb { display: none !important; }}@media (max-width: 767px){#s-5798c042-c58c-456f-84c7-91a3f46da8cb {
  display: none;
}
#s-5798c042-c58c-456f-84c7-91a3f46da8cb, #wrap-s-5798c042-c58c-456f-84c7-91a3f46da8cb { display: none !important; }}






  #s-5798c042-c58c-456f-84c7-91a3f46da8cb img.shogun-image {
    

    
    
    
  }


#s-5798c042-c58c-456f-84c7-91a3f46da8cb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c13f10ce-39c7-47a5-bd4f-d16327813d0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c13f10ce-39c7-47a5-bd4f-d16327813d0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c13f10ce-39c7-47a5-bd4f-d16327813d0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c13f10ce-39c7-47a5-bd4f-d16327813d0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8be83ad-8cea-45ee-8535-17814fa6406b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(150, 169, 59, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a8be83ad-8cea-45ee-8535-17814fa6406b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8be83ad-8cea-45ee-8535-17814fa6406b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8be83ad-8cea-45ee-8535-17814fa6406b-root {
    text-align: left;
  }


#s-a8be83ad-8cea-45ee-8535-17814fa6406b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8be83ad-8cea-45ee-8535-17814fa6406b-root {
    text-align: left;
  }


#s-a8be83ad-8cea-45ee-8535-17814fa6406b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8be83ad-8cea-45ee-8535-17814fa6406b-root {
    text-align: left;
  }


#s-a8be83ad-8cea-45ee-8535-17814fa6406b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8be83ad-8cea-45ee-8535-17814fa6406b-root {
    text-align: left;
  }


#s-a8be83ad-8cea-45ee-8535-17814fa6406b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8be83ad-8cea-45ee-8535-17814fa6406b-root {
    text-align: left;
  }


#s-a8be83ad-8cea-45ee-8535-17814fa6406b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d72923a6-996a-4d10-884d-0707c42c4aa6 {
  text-align: center;
}
@media (min-width: 1200px){#s-d72923a6-996a-4d10-884d-0707c42c4aa6 {
  display: none;
}
#s-d72923a6-996a-4d10-884d-0707c42c4aa6, #wrap-s-d72923a6-996a-4d10-884d-0707c42c4aa6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d72923a6-996a-4d10-884d-0707c42c4aa6 {
  display: none;
}
#s-d72923a6-996a-4d10-884d-0707c42c4aa6, #wrap-s-d72923a6-996a-4d10-884d-0707c42c4aa6 { display: none !important; }}@media (max-width: 767px){#s-d72923a6-996a-4d10-884d-0707c42c4aa6 {
  display: none;
}
#s-d72923a6-996a-4d10-884d-0707c42c4aa6, #wrap-s-d72923a6-996a-4d10-884d-0707c42c4aa6 { display: none !important; }}






  #s-d72923a6-996a-4d10-884d-0707c42c4aa6 img.shogun-image {
    

    
    
    
  }


#s-d72923a6-996a-4d10-884d-0707c42c4aa6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8eb8d125-e4d7-4afa-8fa6-4343099e924d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eb8d125-e4d7-4afa-8fa6-4343099e924d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8eb8d125-e4d7-4afa-8fa6-4343099e924d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eb8d125-e4d7-4afa-8fa6-4343099e924d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e67fc0ae-c045-4659-bc8c-706f3aafc2aa {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-4c5c99fc-797b-4885-a891-59e3131f8ead {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(150, 169, 59, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c5c99fc-797b-4885-a891-59e3131f8ead:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c5c99fc-797b-4885-a891-59e3131f8ead:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c5c99fc-797b-4885-a891-59e3131f8ead-root {
    text-align: left;
  }


#s-4c5c99fc-797b-4885-a891-59e3131f8ead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c5c99fc-797b-4885-a891-59e3131f8ead-root {
    text-align: left;
  }


#s-4c5c99fc-797b-4885-a891-59e3131f8ead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c5c99fc-797b-4885-a891-59e3131f8ead-root {
    text-align: left;
  }


#s-4c5c99fc-797b-4885-a891-59e3131f8ead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c5c99fc-797b-4885-a891-59e3131f8ead-root {
    text-align: left;
  }


#s-4c5c99fc-797b-4885-a891-59e3131f8ead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c5c99fc-797b-4885-a891-59e3131f8ead-root {
    text-align: left;
  }


#s-4c5c99fc-797b-4885-a891-59e3131f8ead.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 {
  background-image: url(https://i.shgcdn.com/4433b598-9f4d-4b69-94c0-975e3b7ae85f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 {
  display: none;
}
#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7, #wrap-s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 {
  display: none;
}
#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7, #wrap-s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 {
  display: none;
}
#s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7, #wrap-s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2f96e49-169a-41a5-b2bb-fdcc4add69d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-735f2521-9a95-47e3-ba18-8d1446f8b011 {
  min-height: 50px;
}








#s-735f2521-9a95-47e3-ba18-8d1446f8b011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735f2521-9a95-47e3-ba18-8d1446f8b011.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-283e733d-5f12-4869-98ef-5d6967efbaa1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8a9deae0-3899-42c8-a7fd-7afe0fb4403b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-ff65519f-25f8-4806-b7fc-44872e1ce58d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 11px;
background-color: rgba(150, 169, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-ff65519f-25f8-4806-b7fc-44872e1ce58d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff65519f-25f8-4806-b7fc-44872e1ce58d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff65519f-25f8-4806-b7fc-44872e1ce58d-root {
    text-align: center;
  }


#s-ff65519f-25f8-4806-b7fc-44872e1ce58d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff65519f-25f8-4806-b7fc-44872e1ce58d-root {
    text-align: center;
  }


#s-ff65519f-25f8-4806-b7fc-44872e1ce58d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff65519f-25f8-4806-b7fc-44872e1ce58d-root {
    text-align: center;
  }


#s-ff65519f-25f8-4806-b7fc-44872e1ce58d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff65519f-25f8-4806-b7fc-44872e1ce58d-root {
    text-align: center;
  }


#s-ff65519f-25f8-4806-b7fc-44872e1ce58d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff65519f-25f8-4806-b7fc-44872e1ce58d-root {
    text-align: center;
  }


#s-ff65519f-25f8-4806-b7fc-44872e1ce58d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c8b357ab-ae6d-4eb2-865c-5894a91591a5 {
  min-height: 50px;
}








#s-c8b357ab-ae6d-4eb2-865c-5894a91591a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8b357ab-ae6d-4eb2-865c-5894a91591a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d55d0bc5-edfe-431c-ad3a-6749fc524e9d {
  text-align: left;
}

#s-6367bca4-ed3a-4e8f-8f95-0a3341544201 {
  text-align: left;
}

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