.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-97b42a43-72df-44eb-becf-26768daed74c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-97b42a43-72df-44eb-becf-26768daed74c {
  display: none;
}
#s-97b42a43-72df-44eb-becf-26768daed74c, #wrap-s-97b42a43-72df-44eb-becf-26768daed74c { display: none !important; }}
#s-97b42a43-72df-44eb-becf-26768daed74c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-97b42a43-72df-44eb-becf-26768daed74c .shg-sld-nav-button.shg-sld-left,
#s-97b42a43-72df-44eb-becf-26768daed74c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 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-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image,
  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
    width: 100%;
    height: auto;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
    
    
  }


.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shogun-image-content {
  
    align-items: center;
  
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
      position: relative;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image,
  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
    width: 100%;
    height: auto;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
    
    
  }


.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shogun-image-content {
  
    align-items: center;
  
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
      position: relative;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image,
  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
    width: 100%;
    height: auto;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
    
    
  }


.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shogun-image-content {
  
    align-items: center;
  
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
      position: relative;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image,
  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
    width: 100%;
    height: auto;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
    
    
  }


.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shogun-image-content {
  
    align-items: center;
  
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
      position: relative;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image,
  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
    width: 100%;
    height: auto;
  }

  #s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
    
    
  }


.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 .shogun-image-content {
  
    align-items: center;
  
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container {
      position: relative;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3daf69f4-f5fb-4de9-8b35-f8a22cbea684 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image,
  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
    width: 100%;
    height: auto;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
    
    
  }


.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shogun-image-content {
  
    align-items: center;
  
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
      position: relative;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image,
  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
    width: 100%;
    height: auto;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
    
    
  }


.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shogun-image-content {
  
    align-items: center;
  
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
      position: relative;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image,
  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
    width: 100%;
    height: auto;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
    
    
  }


.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shogun-image-content {
  
    align-items: center;
  
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
      position: relative;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image,
  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
    width: 100%;
    height: auto;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
    
    
  }


.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shogun-image-content {
  
    align-items: center;
  
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
      position: relative;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image,
  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
    width: 100%;
    height: auto;
  }

  #s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
    
    
  }


.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 .shogun-image-content {
  
    align-items: center;
  
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container {
      position: relative;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7713e124-5d8d-4fdf-bfa5-a95e9cbaef91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4b091482-1d92-4b75-822b-157e5b357bd6 {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image,
  #s-4b091482-1d92-4b75-822b-157e5b357bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 {
    width: 100%;
    height: auto;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
    
    
  }


.s-4b091482-1d92-4b75-822b-157e5b357bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b091482-1d92-4b75-822b-157e5b357bd6 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
      position: relative;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image,
  #s-4b091482-1d92-4b75-822b-157e5b357bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 {
    width: 100%;
    height: auto;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
    
    
  }


.s-4b091482-1d92-4b75-822b-157e5b357bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b091482-1d92-4b75-822b-157e5b357bd6 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
      position: relative;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image,
  #s-4b091482-1d92-4b75-822b-157e5b357bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 {
    width: 100%;
    height: auto;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
    
    
  }


.s-4b091482-1d92-4b75-822b-157e5b357bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b091482-1d92-4b75-822b-157e5b357bd6 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
      position: relative;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image,
  #s-4b091482-1d92-4b75-822b-157e5b357bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 {
    width: 100%;
    height: auto;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
    
    
  }


.s-4b091482-1d92-4b75-822b-157e5b357bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b091482-1d92-4b75-822b-157e5b357bd6 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
      position: relative;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image,
  #s-4b091482-1d92-4b75-822b-157e5b357bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 {
    width: 100%;
    height: auto;
  }

  #s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
    
    
  }


.s-4b091482-1d92-4b75-822b-157e5b357bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b091482-1d92-4b75-822b-157e5b357bd6 {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container {
      position: relative;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b091482-1d92-4b75-822b-157e5b357bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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: normal;
  font-family: Assistant, sans-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-31181556-5f7f-454d-b82f-728051f7fc82 {
  border-style: solid;
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: #2C2A34;
border-radius: 2px;
background-color: rgba(211, 20, 11, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
opacity: 0;
}
#s-31181556-5f7f-454d-b82f-728051f7fc82:hover {background-color: rgba(211, 20, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31181556-5f7f-454d-b82f-728051f7fc82:active {background-color: rgba(211, 20, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-31181556-5f7f-454d-b82f-728051f7fc82 {
  display: none;
}
#s-31181556-5f7f-454d-b82f-728051f7fc82, #wrap-s-31181556-5f7f-454d-b82f-728051f7fc82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31181556-5f7f-454d-b82f-728051f7fc82 {
  display: none;
}
#s-31181556-5f7f-454d-b82f-728051f7fc82, #wrap-s-31181556-5f7f-454d-b82f-728051f7fc82 { display: none !important; }}@media (max-width: 767px){#s-31181556-5f7f-454d-b82f-728051f7fc82 {
  display: none;
}
#s-31181556-5f7f-454d-b82f-728051f7fc82, #wrap-s-31181556-5f7f-454d-b82f-728051f7fc82 { display: none !important; }}

  #s-31181556-5f7f-454d-b82f-728051f7fc82-root {
    text-align: center;
  }


#s-31181556-5f7f-454d-b82f-728051f7fc82.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31181556-5f7f-454d-b82f-728051f7fc82-root {
    text-align: center;
  }


#s-31181556-5f7f-454d-b82f-728051f7fc82.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31181556-5f7f-454d-b82f-728051f7fc82-root {
    text-align: center;
  }


#s-31181556-5f7f-454d-b82f-728051f7fc82.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31181556-5f7f-454d-b82f-728051f7fc82-root {
    text-align: center;
  }


#s-31181556-5f7f-454d-b82f-728051f7fc82.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31181556-5f7f-454d-b82f-728051f7fc82-root {
    text-align: center;
  }


#s-31181556-5f7f-454d-b82f-728051f7fc82.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-6666f87d-21b2-4588-ad48-896d8c972c6a {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0.5em;
padding-left: 1.5em;
padding-bottom: 0.5em;
padding-right: 1.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(211, 20, 11, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
opacity: 0;
}
#s-6666f87d-21b2-4588-ad48-896d8c972c6a:hover {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6666f87d-21b2-4588-ad48-896d8c972c6a:active {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6666f87d-21b2-4588-ad48-896d8c972c6a {
  display: none;
}
#s-6666f87d-21b2-4588-ad48-896d8c972c6a, #wrap-s-6666f87d-21b2-4588-ad48-896d8c972c6a { display: none !important; }}@media (max-width: 767px){#s-6666f87d-21b2-4588-ad48-896d8c972c6a {
  display: none;
}
#s-6666f87d-21b2-4588-ad48-896d8c972c6a, #wrap-s-6666f87d-21b2-4588-ad48-896d8c972c6a { display: none !important; }}

  #s-6666f87d-21b2-4588-ad48-896d8c972c6a-root {
    text-align: center;
  }


#s-6666f87d-21b2-4588-ad48-896d8c972c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6666f87d-21b2-4588-ad48-896d8c972c6a-root {
    text-align: center;
  }


#s-6666f87d-21b2-4588-ad48-896d8c972c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6666f87d-21b2-4588-ad48-896d8c972c6a-root {
    text-align: center;
  }


#s-6666f87d-21b2-4588-ad48-896d8c972c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6666f87d-21b2-4588-ad48-896d8c972c6a-root {
    text-align: center;
  }


#s-6666f87d-21b2-4588-ad48-896d8c972c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6666f87d-21b2-4588-ad48-896d8c972c6a-root {
    text-align: center;
  }


#s-6666f87d-21b2-4588-ad48-896d8c972c6a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.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-f8784fcd-3c83-4abb-8fac-435ad9648d92 {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-f8784fcd-3c83-4abb-8fac-435ad9648d92 img.shogun-image,
  #s-f8784fcd-3c83-4abb-8fac-435ad9648d92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8784fcd-3c83-4abb-8fac-435ad9648d92 {
    width: 100%;
    height: auto;
  }



  #s-f8784fcd-3c83-4abb-8fac-435ad9648d92 img.shogun-image {
    

    
    
    
  }


#s-f8784fcd-3c83-4abb-8fac-435ad9648d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image,
  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
    width: 100%;
    height: auto;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
    
    
  }


.s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
      position: relative;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image,
  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
    width: 100%;
    height: auto;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
    
    
  }


.s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
      position: relative;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image,
  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
    width: 100%;
    height: auto;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
    
    
  }


.s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
      position: relative;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image,
  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
    width: 100%;
    height: auto;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
    
    
  }


.s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
      position: relative;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image,
  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
    width: 100%;
    height: auto;
  }

  #s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
    
    
  }


.s-050aa534-3823-4e18-8744-20b0e9dc4a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container {
      position: relative;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-050aa534-3823-4e18-8744-20b0e9dc4a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-574df3bd-7027-44a7-9455-2b64a4935472 {
  text-align: center;
}







  #s-574df3bd-7027-44a7-9455-2b64a4935472 img.shogun-image {
    

    
    
    
  }


#s-574df3bd-7027-44a7-9455-2b64a4935472 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0455e11-37ae-421c-a570-c52754935a8f {
  text-align: center;
}







  #s-c0455e11-37ae-421c-a570-c52754935a8f img.shogun-image {
    

    
    
    
  }


#s-c0455e11-37ae-421c-a570-c52754935a8f .shogun-image-content {
  
    align-items: center;
  
}

#s-f91c70e0-0b07-4f61-bb90-f0a85775696a {
  text-align: center;
}







  #s-f91c70e0-0b07-4f61-bb90-f0a85775696a img.shogun-image {
    

    
    
    
  }


#s-f91c70e0-0b07-4f61-bb90-f0a85775696a .shogun-image-content {
  
    align-items: center;
  
}

#s-da56c771-460e-4300-b0e3-8a7f33242809 {
  text-align: center;
}







  #s-da56c771-460e-4300-b0e3-8a7f33242809 img.shogun-image {
    

    
    
    
  }


#s-da56c771-460e-4300-b0e3-8a7f33242809 .shogun-image-content {
  
    align-items: center;
  
}

#s-44fb3ceb-524f-48cd-9e32-a866fe3cc4fb {
  text-align: center;
}







  #s-44fb3ceb-524f-48cd-9e32-a866fe3cc4fb img.shogun-image {
    

    
    
    
  }


#s-44fb3ceb-524f-48cd-9e32-a866fe3cc4fb .shogun-image-content {
  
    align-items: center;
  
}

#s-85b63a20-7bfd-4b7b-94e1-0b60189c0950 {
  text-align: center;
}







  #s-85b63a20-7bfd-4b7b-94e1-0b60189c0950 img.shogun-image {
    

    
    
    
  }


#s-85b63a20-7bfd-4b7b-94e1-0b60189c0950 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e5dbf1a-3bc7-4b98-9cbc-dab7157b08f3 {
  text-align: center;
}







  #s-7e5dbf1a-3bc7-4b98-9cbc-dab7157b08f3 img.shogun-image {
    

    
    
    
  }


#s-7e5dbf1a-3bc7-4b98-9cbc-dab7157b08f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-349df563-9314-4e63-82cc-20c615c98cda {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-349df563-9314-4e63-82cc-20c615c98cda img.shogun-image,
  #s-349df563-9314-4e63-82cc-20c615c98cda .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-349df563-9314-4e63-82cc-20c615c98cda {
    width: 100%;
    height: auto;
  }



  #s-349df563-9314-4e63-82cc-20c615c98cda img.shogun-image {
    

    
    
    
  }


#s-349df563-9314-4e63-82cc-20c615c98cda .shogun-image-content {
  
    align-items: center;
  
}

#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 {
  border-style: solid;
padding-top: 0.5em;
padding-left: 0.5em;
padding-bottom: 0.5em;
padding-right: 0.5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(211, 20, 11, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
opacity: 0;
}
#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74:hover {background-color: rgba(211, 20, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74:active {background-color: rgba(211, 20, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 992px) and (max-width: 1199px){#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 {
  display: none;
}
#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74, #wrap-s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 {
  display: none;
}
#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74, #wrap-s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 { display: none !important; }}@media (max-width: 767px){#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 {
  display: none;
}
#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74, #wrap-s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74 { display: none !important; }}

  #s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74-root {
    text-align: center;
  }


#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74-root {
    text-align: center;
  }


#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74-root {
    text-align: center;
  }


#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74-root {
    text-align: center;
  }


#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74-root {
    text-align: center;
  }


#s-967a4499-e75a-4c5f-9b9c-c0cf68f7dc74.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0.25em;
padding-left: 0.25em;
padding-bottom: 0.25em;
padding-right: 0.25em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(211, 20, 11, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
opacity: 0;
}
#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985:hover {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985:active {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985 {
  display: none;
}
#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985, #wrap-s-7cf73ef3-bcfe-4605-a8a0-86399c26b985 { display: none !important; }}@media (max-width: 767px){#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985 {
  display: none;
}
#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985, #wrap-s-7cf73ef3-bcfe-4605-a8a0-86399c26b985 { display: none !important; }}

  #s-7cf73ef3-bcfe-4605-a8a0-86399c26b985-root {
    text-align: center;
  }


#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cf73ef3-bcfe-4605-a8a0-86399c26b985-root {
    text-align: center;
  }


#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cf73ef3-bcfe-4605-a8a0-86399c26b985-root {
    text-align: center;
  }


#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cf73ef3-bcfe-4605-a8a0-86399c26b985-root {
    text-align: center;
  }


#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cf73ef3-bcfe-4605-a8a0-86399c26b985-root {
    text-align: center;
  }


#s-7cf73ef3-bcfe-4605-a8a0-86399c26b985.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-5a4a55c2-ed43-4fab-a288-ae7dbdcc7d82 {
  text-align: center;
}







  #s-5a4a55c2-ed43-4fab-a288-ae7dbdcc7d82 img.shogun-image {
    

    
    
    
  }


#s-5a4a55c2-ed43-4fab-a288-ae7dbdcc7d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-29d1c771-5473-42d2-91c0-bd174f6c254e {
  text-align: center;
}







  #s-29d1c771-5473-42d2-91c0-bd174f6c254e img.shogun-image {
    

    
    
    
  }


#s-29d1c771-5473-42d2-91c0-bd174f6c254e .shogun-image-content {
  
    align-items: center;
  
}

#s-5c7386ab-5e92-4b21-b4b4-fd805a2086d8 {
  text-align: center;
}







  #s-5c7386ab-5e92-4b21-b4b4-fd805a2086d8 img.shogun-image {
    

    
    
    
  }


#s-5c7386ab-5e92-4b21-b4b4-fd805a2086d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0f3d8d4-1bc2-48f9-8d7c-bee09a9fd9e0 {
  text-align: center;
}







  #s-a0f3d8d4-1bc2-48f9-8d7c-bee09a9fd9e0 img.shogun-image {
    

    
    
    
  }


#s-a0f3d8d4-1bc2-48f9-8d7c-bee09a9fd9e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef212a05-266c-469d-9a0a-59d41e180d54 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ef212a05-266c-469d-9a0a-59d41e180d54 {
  display: none;
}
#s-ef212a05-266c-469d-9a0a-59d41e180d54, #wrap-s-ef212a05-266c-469d-9a0a-59d41e180d54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef212a05-266c-469d-9a0a-59d41e180d54 {
  display: none;
}
#s-ef212a05-266c-469d-9a0a-59d41e180d54, #wrap-s-ef212a05-266c-469d-9a0a-59d41e180d54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef212a05-266c-469d-9a0a-59d41e180d54 {
  display: none;
}
#s-ef212a05-266c-469d-9a0a-59d41e180d54, #wrap-s-ef212a05-266c-469d-9a0a-59d41e180d54 { display: none !important; }}@media (max-width: 767px){#s-ef212a05-266c-469d-9a0a-59d41e180d54 {
  
}
}
#s-ef212a05-266c-469d-9a0a-59d41e180d54 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ef212a05-266c-469d-9a0a-59d41e180d54 .shg-sld-nav-button.shg-sld-left,
#s-ef212a05-266c-469d-9a0a-59d41e180d54 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image,
  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
    width: 100%;
    height: auto;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
    
    
  }


.s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
      position: relative;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image,
  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
    width: 100%;
    height: auto;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
    
    
  }


.s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
      position: relative;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image,
  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
    width: 100%;
    height: auto;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
    
    
  }


.s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
      position: relative;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image,
  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
    width: 100%;
    height: auto;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
    
    
  }


.s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
      position: relative;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image,
  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
    width: 100%;
    height: auto;
  }

  #s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
    
    
  }


.s-cb104074-ed4e-4140-9828-0e2f4ac17459 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container {
      position: relative;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb104074-ed4e-4140-9828-0e2f4ac17459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c0f072d8-62d0-470e-ae92-8194962d17e3 {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-c0f072d8-62d0-470e-ae92-8194962d17e3 img.shogun-image,
  #s-c0f072d8-62d0-470e-ae92-8194962d17e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0f072d8-62d0-470e-ae92-8194962d17e3 {
    width: 100%;
    height: auto;
  }



  #s-c0f072d8-62d0-470e-ae92-8194962d17e3 img.shogun-image {
    

    
    
    
  }


#s-c0f072d8-62d0-470e-ae92-8194962d17e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image,
  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
    width: 100%;
    height: auto;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
    
    
  }


.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
      position: relative;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image,
  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
    width: 100%;
    height: auto;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
    
    
  }


.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
      position: relative;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image,
  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
    width: 100%;
    height: auto;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
    
    
  }


.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
      position: relative;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image,
  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
    width: 100%;
    height: auto;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
    
    
  }


.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
      position: relative;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image,
  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
    width: 100%;
    height: auto;
  }

  #s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
    
    
  }


.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container {
      position: relative;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd567aa-47b2-43ee-a6ba-d4b67ea8a25b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-7c526cc4-918d-4007-9948-90944a3a0ba8 {
  min-height: 235px;
}
@media (min-width: 1200px){#s-7c526cc4-918d-4007-9948-90944a3a0ba8 {
  display: none;
}
#s-7c526cc4-918d-4007-9948-90944a3a0ba8, #wrap-s-7c526cc4-918d-4007-9948-90944a3a0ba8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c526cc4-918d-4007-9948-90944a3a0ba8 {
  display: none;
}
#s-7c526cc4-918d-4007-9948-90944a3a0ba8, #wrap-s-7c526cc4-918d-4007-9948-90944a3a0ba8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c526cc4-918d-4007-9948-90944a3a0ba8 {
  display: none;
}
#s-7c526cc4-918d-4007-9948-90944a3a0ba8, #wrap-s-7c526cc4-918d-4007-9948-90944a3a0ba8 { display: none !important; }}







#s-7c526cc4-918d-4007-9948-90944a3a0ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c526cc4-918d-4007-9948-90944a3a0ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dece6b0-45b9-4418-8783-542269b72acd {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(211, 20, 11, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
opacity: 0;
}
#s-3dece6b0-45b9-4418-8783-542269b72acd:hover {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3dece6b0-45b9-4418-8783-542269b72acd:active {background-color: rgba(197, 61, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3dece6b0-45b9-4418-8783-542269b72acd {
  display: none;
}
#s-3dece6b0-45b9-4418-8783-542269b72acd, #wrap-s-3dece6b0-45b9-4418-8783-542269b72acd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dece6b0-45b9-4418-8783-542269b72acd {
  display: none;
}
#s-3dece6b0-45b9-4418-8783-542269b72acd, #wrap-s-3dece6b0-45b9-4418-8783-542269b72acd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3dece6b0-45b9-4418-8783-542269b72acd {
  display: none;
}
#s-3dece6b0-45b9-4418-8783-542269b72acd, #wrap-s-3dece6b0-45b9-4418-8783-542269b72acd { display: none !important; }}

  #s-3dece6b0-45b9-4418-8783-542269b72acd-root {
    text-align: center;
  }


#s-3dece6b0-45b9-4418-8783-542269b72acd.shg-btn {
  color: #ffffff;
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3dece6b0-45b9-4418-8783-542269b72acd-root {
    text-align: center;
  }


#s-3dece6b0-45b9-4418-8783-542269b72acd.shg-btn {
  color: #ffffff;
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3dece6b0-45b9-4418-8783-542269b72acd-root {
    text-align: center;
  }


#s-3dece6b0-45b9-4418-8783-542269b72acd.shg-btn {
  color: #ffffff;
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3dece6b0-45b9-4418-8783-542269b72acd-root {
    text-align: center;
  }


#s-3dece6b0-45b9-4418-8783-542269b72acd.shg-btn {
  color: #ffffff;
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3dece6b0-45b9-4418-8783-542269b72acd-root {
    text-align: center;
  }


#s-3dece6b0-45b9-4418-8783-542269b72acd.shg-btn {
  color: #ffffff;
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}
#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image,
  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
    width: 100%;
    height: auto;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
    
    
  }


.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
      position: relative;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image,
  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
    width: 100%;
    height: auto;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
    
    
  }


.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
      position: relative;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image,
  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
    width: 100%;
    height: auto;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
    
    
  }


.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
      position: relative;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image,
  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
    width: 100%;
    height: auto;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
    
    
  }


.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
      position: relative;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image,
  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
    width: 100%;
    height: auto;
  }

  #s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
    
    
  }


.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 {
      --shg-aspect-ratio: calc(750/1100); 
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container {
      position: relative;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3ef35f-1a00-4b9b-a1a4-d26c70afd7e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3e00d156-cbca-44f3-ac42-c03786f44c57 {
  text-align: center;
}







  #s-3e00d156-cbca-44f3-ac42-c03786f44c57 img.shogun-image {
    

    
    
    
  }


#s-3e00d156-cbca-44f3-ac42-c03786f44c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-29504b03-fbde-45a6-ba9a-2130e08c8e7b {
  text-align: center;
}







  #s-29504b03-fbde-45a6-ba9a-2130e08c8e7b img.shogun-image {
    

    
    
    
  }


#s-29504b03-fbde-45a6-ba9a-2130e08c8e7b .shogun-image-content {
  
    align-items: center;
  
}

#s-a45a83df-670b-45f8-8bf1-574ae4c590e3 {
  text-align: center;
}







  #s-a45a83df-670b-45f8-8bf1-574ae4c590e3 img.shogun-image {
    

    
    
    
  }


#s-a45a83df-670b-45f8-8bf1-574ae4c590e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a614af2f-cfba-4936-a5fe-321db2619c25 {
  text-align: center;
}







  #s-a614af2f-cfba-4936-a5fe-321db2619c25 img.shogun-image {
    

    
    
    
  }


#s-a614af2f-cfba-4936-a5fe-321db2619c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3f13870-e2b6-4a6f-81f5-9d61fc847323 {
  text-align: center;
}







  #s-f3f13870-e2b6-4a6f-81f5-9d61fc847323 img.shogun-image {
    

    
    
    
  }


#s-f3f13870-e2b6-4a6f-81f5-9d61fc847323 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7f79a63-31bf-4e3c-ba37-cfb15fe1e07d {
  text-align: center;
}







  #s-d7f79a63-31bf-4e3c-ba37-cfb15fe1e07d img.shogun-image {
    

    
    
    
  }


#s-d7f79a63-31bf-4e3c-ba37-cfb15fe1e07d .shogun-image-content {
  
    align-items: center;
  
}

#s-7cdae886-cf98-4bb7-a95a-c089d6de490e {
  text-align: center;
}







  #s-7cdae886-cf98-4bb7-a95a-c089d6de490e img.shogun-image {
    

    
    
    
  }


#s-7cdae886-cf98-4bb7-a95a-c089d6de490e .shogun-image-content {
  
    align-items: center;
  
}

#s-1c58ef4b-1750-4653-8aa3-6246718336de {
  max-width: 750px;
aspect-ratio: 750/1100;
text-align: center;
}





  #s-1c58ef4b-1750-4653-8aa3-6246718336de img.shogun-image,
  #s-1c58ef4b-1750-4653-8aa3-6246718336de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c58ef4b-1750-4653-8aa3-6246718336de {
    width: 100%;
    height: auto;
  }



  #s-1c58ef4b-1750-4653-8aa3-6246718336de img.shogun-image {
    

    
    
    
  }


#s-1c58ef4b-1750-4653-8aa3-6246718336de .shogun-image-content {
  
    align-items: center;
  
}

#s-57dea698-89a5-4011-b292-7e71305b0419 {
  text-align: center;
}







  #s-57dea698-89a5-4011-b292-7e71305b0419 img.shogun-image {
    

    
    
    
  }


#s-57dea698-89a5-4011-b292-7e71305b0419 .shogun-image-content {
  
    align-items: center;
  
}

#s-0778a824-4a67-4f9a-9eb3-2cf0ebc7caae {
  text-align: center;
}







  #s-0778a824-4a67-4f9a-9eb3-2cf0ebc7caae img.shogun-image {
    

    
    
    
  }


#s-0778a824-4a67-4f9a-9eb3-2cf0ebc7caae .shogun-image-content {
  
    align-items: center;
  
}

#s-c88f5f97-0114-4fe7-99ca-da167b6b469e {
  text-align: center;
}







  #s-c88f5f97-0114-4fe7-99ca-da167b6b469e img.shogun-image {
    

    
    
    
  }


#s-c88f5f97-0114-4fe7-99ca-da167b6b469e .shogun-image-content {
  
    align-items: center;
  
}

#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(202, 16, 16, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40-root {
    text-align: center;
  }


#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40-root {
    text-align: center;
  }


#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40-root {
    text-align: center;
  }


#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40-root {
    text-align: center;
  }


#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40-root {
    text-align: center;
  }


#s-3e4cf1cc-b12b-43c4-9bad-91dc9e1caa40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-00377e1b-3fab-40b8-9b14-9496b63407c9 {
  min-height: 50px;
}








#s-00377e1b-3fab-40b8-9b14-9496b63407c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00377e1b-3fab-40b8-9b14-9496b63407c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceb86980-b945-4e17-b6f6-1798f155dc1f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ceb86980-b945-4e17-b6f6-1798f155dc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb86980-b945-4e17-b6f6-1798f155dc1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cfe7d5f-28e5-49b3-b4ce-60d53c96e3ae {
  min-height: 50px;
}








#s-7cfe7d5f-28e5-49b3-b4ce-60d53c96e3ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cfe7d5f-28e5-49b3-b4ce-60d53c96e3ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-bd236b37-f26a-404a-8279-7faa18d96b66 {
  margin-top: -10px;
}

@media (min-width: 0px) {
[id="s-bd236b37-f26a-404a-8279-7faa18d96b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd236b37-f26a-404a-8279-7faa18d96b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd236b37-f26a-404a-8279-7faa18d96b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd236b37-f26a-404a-8279-7faa18d96b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c31b916c-ae0e-40da-a4ce-262200c6c14b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c31b916c-ae0e-40da-a4ce-262200c6c14b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b62e0749-9505-41c4-8728-b4c7832ced75 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
min-height: 50px;
max-width: 75px;
background-color: rgba(246, 246, 246, 1);
}








#s-b62e0749-9505-41c4-8728-b4c7832ced75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62e0749-9505-41c4-8728-b4c7832ced75 {
  cursor: pointer;
}#s-b62e0749-9505-41c4-8728-b4c7832ced75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b89f75e6-d139-48c6-82a4-7cfd09e32c64 {
  margin-left: auto;
margin-right: auto;
max-width: 39px;
text-align: center;
background-color: rgba(246, 246, 246, 1);
}







  #s-b89f75e6-d139-48c6-82a4-7cfd09e32c64 img.shogun-image {
    

    
    
    
  }


#s-b89f75e6-d139-48c6-82a4-7cfd09e32c64 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-a08c9b87-d3c3-42bf-9078-dcd27283393c {
  padding-left: 30px;
}

#s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7a789ff-5d2a-4d53-a0d0-92d42319a4e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-32ed4b39-4d81-4ad0-bf2e-091489ba5e67 {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
min-height: 50px;
max-width: 75px;
background-color: rgba(246, 246, 246, 1);
}








#s-32ed4b39-4d81-4ad0-bf2e-091489ba5e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ed4b39-4d81-4ad0-bf2e-091489ba5e67 {
  cursor: pointer;
}#s-32ed4b39-4d81-4ad0-bf2e-091489ba5e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb498494-e381-4a12-9512-bfb0dd4cbd38 {
  margin-left: auto;
margin-right: auto;
max-width: 39px;
text-align: center;
background-color: rgba(246, 246, 246, 1);
}







  #s-cb498494-e381-4a12-9512-bfb0dd4cbd38 img.shogun-image {
    

    
    
    
  }


#s-cb498494-e381-4a12-9512-bfb0dd4cbd38 .shogun-image-content {
  
    align-items: center;
  
}

#s-13bd313b-956b-4daf-af52-2a0d45da0cfa {
  padding-left: 30px;
}

#s-887ccdc8-bdf2-4bc9-bb8f-719278bee984 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-887ccdc8-bdf2-4bc9-bb8f-719278bee984"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b931238d-d9bf-4327-b67e-84eb4a5094ec {
  padding-top: 13px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 13px;
min-height: 50px;
max-width: 75px;
background-color: rgba(246, 246, 246, 1);
}








#s-b931238d-d9bf-4327-b67e-84eb4a5094ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b931238d-d9bf-4327-b67e-84eb4a5094ec {
  cursor: pointer;
}#s-b931238d-d9bf-4327-b67e-84eb4a5094ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7098d4f-08c4-4d03-aa58-7002143a928e {
  margin-left: auto;
margin-right: auto;
max-width: 39px;
text-align: center;
background-color: rgba(246, 246, 246, 1);
}







  #s-b7098d4f-08c4-4d03-aa58-7002143a928e img.shogun-image {
    

    
    
    
  }


#s-b7098d4f-08c4-4d03-aa58-7002143a928e .shogun-image-content {
  
    align-items: center;
  
}

#s-a0aac499-e604-4ce8-a47a-a20d9efa4a65 {
  padding-left: 30px;
}

#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 {
  
}
}@media (max-width: 767px){#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 {
  display: none;
}
#s-ce57b49d-c297-4bc9-9e2d-7a395131de96, #wrap-s-ce57b49d-c297-4bc9-9e2d-7a395131de96 { display: none !important; }}







#s-ce57b49d-c297-4bc9-9e2d-7a395131de96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce57b49d-c297-4bc9-9e2d-7a395131de96.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-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25d3d0a7-12ff-4329-b278-2bc46bf810f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5ff0304b-fca3-4c39-8033-b9328623fcc1 {
  text-align: left;
}

#s-04221cab-5cd3-47dd-b2ca-3376f3448c44 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}








#s-04221cab-5cd3-47dd-b2ca-3376f3448c44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04221cab-5cd3-47dd-b2ca-3376f3448c44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-cc9e54f8-9583-4122-9662-82c99f3678d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cc9e54f8-9583-4122-9662-82c99f3678d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 10px;
}
}
#s-cc9e54f8-9583-4122-9662-82c99f3678d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-131c95a5-55fc-4fa8-a483-c94c7cbadb08 {
  text-align: left;
}

#s-30d6ba46-b7ec-4759-9de4-a1e315745696 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-30d6ba46-b7ec-4759-9de4-a1e315745696 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30d6ba46-b7ec-4759-9de4-a1e315745696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30d6ba46-b7ec-4759-9de4-a1e315745696 {
  
}
}@media (max-width: 767px){#s-30d6ba46-b7ec-4759-9de4-a1e315745696 {
  display: none;
}
#s-30d6ba46-b7ec-4759-9de4-a1e315745696, #wrap-s-30d6ba46-b7ec-4759-9de4-a1e315745696 { display: none !important; }}







#s-30d6ba46-b7ec-4759-9de4-a1e315745696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d6ba46-b7ec-4759-9de4-a1e315745696.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f23eaf0-2f34-40bc-9047-600ff6fcc699 {
  min-height: 50px;
}








#s-9f23eaf0-2f34-40bc-9047-600ff6fcc699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f23eaf0-2f34-40bc-9047-600ff6fcc699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cee41f07-f3a2-4666-8209-7a6c426cc7be {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-cee41f07-f3a2-4666-8209-7a6c426cc7be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee41f07-f3a2-4666-8209-7a6c426cc7be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99fd1d6-1588-4981-bac9-ddbeb6ecdc59 {
  min-height: 50px;
}








#s-f99fd1d6-1588-4981-bac9-ddbeb6ecdc59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f99fd1d6-1588-4981-bac9-ddbeb6ecdc59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fceeb40-9513-4d0f-86e9-4e1ad8551d9d {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-f2f30cd2-b5fb-45f6-9f26-7d49ef302bce {
  margin-left: 2em;
margin-right: 0em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3f50bc6e-1296-4c17-95c3-49817502017e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4deefd42-1d5b-416e-9604-d55bf57cb964 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 402px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4deefd42-1d5b-416e-9604-d55bf57cb964 img.shogun-image,
  #s-4deefd42-1d5b-416e-9604-d55bf57cb964 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4deefd42-1d5b-416e-9604-d55bf57cb964 {
    width: 100%;
    height: auto;
  }



  #s-4deefd42-1d5b-416e-9604-d55bf57cb964 img.shogun-image {
    

    
    
    
  }


#s-4deefd42-1d5b-416e-9604-d55bf57cb964 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-26c7525f-3e70-4878-ba19-85ab76b0e383 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-26c7525f-3e70-4878-ba19-85ab76b0e383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c7525f-3e70-4878-ba19-85ab76b0e383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90b4ce39-509d-4848-a042-4f8d49ddbadf {
  min-height: 50px;
}








#s-90b4ce39-509d-4848-a042-4f8d49ddbadf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90b4ce39-509d-4848-a042-4f8d49ddbadf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9e932c1-45bf-4b20-8d6a-139b814d40ee {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-b30b9778-24df-4d05-890d-2e4cb3fced57 {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-834d4fad-d944-4bc0-8c6e-edd35a06cbd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 img.shogun-image,
  #s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 {
    width: 100%;
    height: auto;
  }



  #s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 img.shogun-image {
    

    
    
    
  }


#s-b2c24e5a-2d19-44d0-bf7f-5036662b4d82 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f75b0bc2-b7d1-4625-885d-b8b1e8392c5b {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-f75b0bc2-b7d1-4625-885d-b8b1e8392c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75b0bc2-b7d1-4625-885d-b8b1e8392c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-381722d7-e0eb-4954-bf34-f942fb98dba9 {
  min-height: 50px;
}








#s-381722d7-e0eb-4954-bf34-f942fb98dba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-381722d7-e0eb-4954-bf34-f942fb98dba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82be583b-ae04-4f48-9b90-3257ad265050 {
  min-height: 50px;
}








#s-82be583b-ae04-4f48-9b90-3257ad265050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82be583b-ae04-4f48-9b90-3257ad265050.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a1b923e-d108-471a-b07b-c8a5585ea7a6 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-5314a833-b5b3-41e0-b1ed-6306a44f78f8 {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-38bab470-fab3-4482-a88d-92b52f66ff9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-06b9b651-0735-4311-978d-f139402f4644 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-06b9b651-0735-4311-978d-f139402f4644 img.shogun-image,
  #s-06b9b651-0735-4311-978d-f139402f4644 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b9b651-0735-4311-978d-f139402f4644 {
    width: 100%;
    height: auto;
  }



  #s-06b9b651-0735-4311-978d-f139402f4644 img.shogun-image {
    

    
    
    
  }


#s-06b9b651-0735-4311-978d-f139402f4644 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1717c676-7f23-4f1a-831d-a98731d42ef6 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-1717c676-7f23-4f1a-831d-a98731d42ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1717c676-7f23-4f1a-831d-a98731d42ef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5109c55e-9c92-4436-95a8-06fc0c29d196 {
  min-height: 50px;
}








#s-5109c55e-9c92-4436-95a8-06fc0c29d196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5109c55e-9c92-4436-95a8-06fc0c29d196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-473e24d5-d54a-4a04-953d-80c799488de0 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-e3eb2186-50ef-499e-981f-5515b36d9eef {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-04d4a41f-4df4-4f2d-9870-2e11e6e36225"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f img.shogun-image,
  #s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f {
    width: 100%;
    height: auto;
  }



  #s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f img.shogun-image {
    

    
    
    
  }


#s-b3dcd1fa-56b6-4217-ab42-5bed6559ed7f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-385aab80-88b3-42d0-86fa-54cadbebd03e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-385aab80-88b3-42d0-86fa-54cadbebd03e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-385aab80-88b3-42d0-86fa-54cadbebd03e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0d0a5a3-32a1-43db-9fe2-630eec32519f {
  min-height: 50px;
}








#s-b0d0a5a3-32a1-43db-9fe2-630eec32519f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0d0a5a3-32a1-43db-9fe2-630eec32519f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b6498c-9471-4fbf-a27d-f4072133ea25 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-515ac574-d5dd-49ff-b4e5-d096db9c8565 {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6527b92-4e43-493e-a42c-4165a8d6a21f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-983b6851-805b-4819-a8e9-ed75962f12f6 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-983b6851-805b-4819-a8e9-ed75962f12f6 img.shogun-image,
  #s-983b6851-805b-4819-a8e9-ed75962f12f6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-983b6851-805b-4819-a8e9-ed75962f12f6 {
    width: 100%;
    height: auto;
  }



  #s-983b6851-805b-4819-a8e9-ed75962f12f6 img.shogun-image {
    

    
    
    
  }


#s-983b6851-805b-4819-a8e9-ed75962f12f6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-57610317-5cb7-4768-9dbc-bf4298d33f83 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-57610317-5cb7-4768-9dbc-bf4298d33f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57610317-5cb7-4768-9dbc-bf4298d33f83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295ed7bf-faac-41ad-a983-fd2d4d475a29 {
  min-height: 50px;
}








#s-295ed7bf-faac-41ad-a983-fd2d4d475a29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-295ed7bf-faac-41ad-a983-fd2d4d475a29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34c55792-10cd-476f-8437-a5829846ee6b {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-cad57d47-cfd5-4bf4-aa43-f3e9844f8cc2 {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-282fef95-a845-4377-a723-08ea86bec1f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb img.shogun-image,
  #s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb {
    width: 100%;
    height: auto;
  }



  #s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb img.shogun-image {
    

    
    
    
  }


#s-2086ccdd-bb72-4cfc-913d-2916a4d5c3fb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-791e4bf4-549a-41ce-8ebc-514f97875b1a {
  
}

#s-6d498357-fd37-47e4-9893-08c498008b92 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-6d498357-fd37-47e4-9893-08c498008b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d498357-fd37-47e4-9893-08c498008b92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6502b3cf-68f3-41a9-81e1-91c9eaf4eb57 {
  min-height: 50px;
}








#s-6502b3cf-68f3-41a9-81e1-91c9eaf4eb57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6502b3cf-68f3-41a9-81e1-91c9eaf4eb57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba25cf6-4a74-4b1c-82b2-bd4ce6e72368 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-2f3a9e78-6e73-475c-bbd1-d674658a2f6a {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d5945685-355d-493f-8bf4-aa8c79a3961d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1453b3fe-afc5-4c28-945a-01140a73421a {
  max-width: 1924px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1453b3fe-afc5-4c28-945a-01140a73421a img.shogun-image,
  #s-1453b3fe-afc5-4c28-945a-01140a73421a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1453b3fe-afc5-4c28-945a-01140a73421a {
    width: 100%;
    height: auto;
  }



  #s-1453b3fe-afc5-4c28-945a-01140a73421a img.shogun-image {
    

    
    
    
  }


#s-1453b3fe-afc5-4c28-945a-01140a73421a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-380fa95b-196f-4d3e-bdfc-0caa64819cf0 {
  
}

#s-a4cf3ff7-62ae-4f5e-ae19-a7941c8d0c5c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-a4cf3ff7-62ae-4f5e-ae19-a7941c8d0c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4cf3ff7-62ae-4f5e-ae19-a7941c8d0c5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46b0d8ab-7081-4f22-ad67-7f3a91131d4e {
  min-height: 50px;
}








#s-46b0d8ab-7081-4f22-ad67-7f3a91131d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b0d8ab-7081-4f22-ad67-7f3a91131d4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a467c81e-431c-4915-92b2-3a2872468078 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-2398bca7-1d28-4328-b954-cf576313344c {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8f1b4201-3ac3-4d72-b539-8f2a41f46d86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6c00db7a-1938-430b-a625-a23529571a92 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6c00db7a-1938-430b-a625-a23529571a92 img.shogun-image,
  #s-6c00db7a-1938-430b-a625-a23529571a92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c00db7a-1938-430b-a625-a23529571a92 {
    width: 100%;
    height: auto;
  }



  #s-6c00db7a-1938-430b-a625-a23529571a92 img.shogun-image {
    

    
    
    
  }


#s-6c00db7a-1938-430b-a625-a23529571a92 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6fde5bb4-7f55-44b1-b46c-b613f308812a {
  
}

#s-18731607-f092-4faa-9efa-562b395eb004 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-18731607-f092-4faa-9efa-562b395eb004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18731607-f092-4faa-9efa-562b395eb004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9502b3fc-1416-4fae-95a3-3bde245b32a4 {
  min-height: 50px;
}








#s-9502b3fc-1416-4fae-95a3-3bde245b32a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9502b3fc-1416-4fae-95a3-3bde245b32a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddcc2db2-29b0-4040-b89d-22f5883aa936 {
  margin-left: 1em;
margin-bottom: 20px;
padding-left: 16px;
padding-right: 16px;
}

#s-a2d9abf8-efd2-49e8-b424-e62cb99e9644 {
  margin-left: 1em;
text-align: left;
}

@media (min-width: 0px) {
[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adef6e79-211c-47ce-ae45-f69d145d63d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 img.shogun-image,
  #s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 {
    width: 100%;
    height: auto;
  }



  #s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 img.shogun-image {
    

    
    
    
  }


#s-5a3caf69-b76b-4d6f-b4f1-e812d794a805 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6e32baa6-1bb8-4e9d-aadc-ccb6c662fcd3 {
  
}

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

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

#s-40ae5d57-3590-4bd2-9b43-36129a9caec9 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-40a23ba8-0bd1-4a2a-868c-e21179c6f97f hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d397078f-4052-4db8-9d9d-62b88f6a690e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-77654150-98c0-420b-ba79-d73539b2ce5a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-77654150-98c0-420b-ba79-d73539b2ce5a {
  display: none;
}
#s-77654150-98c0-420b-ba79-d73539b2ce5a, #wrap-s-77654150-98c0-420b-ba79-d73539b2ce5a { display: none !important; }}







#s-77654150-98c0-420b-ba79-d73539b2ce5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77654150-98c0-420b-ba79-d73539b2ce5a.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-83a771a1-cb3e-4d3e-a811-cd8c4bb18b0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83a771a1-cb3e-4d3e-a811-cd8c4bb18b0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-83a771a1-cb3e-4d3e-a811-cd8c4bb18b0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-83a771a1-cb3e-4d3e-a811-cd8c4bb18b0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2b482912-60ce-475a-a97f-59023f903b71 {
  margin-bottom: 30px;
}

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

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

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

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

#s-2e4d2467-21c9-4418-9aa7-781d652d1fb2 {
  margin-bottom: 30px;
}

#s-b9c8e0ba-ab72-43ea-830f-f8e5f44f48a2 {
  margin-bottom: 30px;
}

#s-011a729f-979c-4fd3-9ba6-890d06dcd4e1 {
  margin-bottom: 30px;
}

#s-fb558576-f90d-4a1a-8575-5f619f844fc4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb558576-f90d-4a1a-8575-5f619f844fc4 {
  display: none;
}
#s-fb558576-f90d-4a1a-8575-5f619f844fc4, #wrap-s-fb558576-f90d-4a1a-8575-5f619f844fc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb558576-f90d-4a1a-8575-5f619f844fc4 {
  display: none;
}
#s-fb558576-f90d-4a1a-8575-5f619f844fc4, #wrap-s-fb558576-f90d-4a1a-8575-5f619f844fc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb558576-f90d-4a1a-8575-5f619f844fc4 {
  display: none;
}
#s-fb558576-f90d-4a1a-8575-5f619f844fc4, #wrap-s-fb558576-f90d-4a1a-8575-5f619f844fc4 { display: none !important; }}







#s-fb558576-f90d-4a1a-8575-5f619f844fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb558576-f90d-4a1a-8575-5f619f844fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93886ee-73f1-4e48-adc4-a36152d3db26 {
  margin-bottom: 30px;
}

#s-bc08a412-19e2-4264-8534-02eef22a4984 {
  margin-bottom: 30px;
}

#s-a20aa21a-55b9-40e9-a96c-fc4d0069b645 {
  margin-bottom: 30px;
}

#s-18d1abbf-c708-4e7d-a70f-03f94dbaf2db {
  margin-bottom: 30px;
}

#s-c26dc2d9-d98e-4b0c-a2e9-20d05cae683e {
  padding-top: 50px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-c26dc2d9-d98e-4b0c-a2e9-20d05cae683e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26dc2d9-d98e-4b0c-a2e9-20d05cae683e.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-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-26121a5a-4c4e-4da7-9b01-ba4c3f4a9301"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-ce3f5b1f-25d6-4d46-b8f4-de1fe1e7e46e {
  max-width: 400px;
text-align: center;
}







  #s-ce3f5b1f-25d6-4d46-b8f4-de1fe1e7e46e img.shogun-image {
    

    
    
    
  }


#s-ce3f5b1f-25d6-4d46-b8f4-de1fe1e7e46e .shogun-image-content {
  
    align-items: center;
  
}

#s-8df38ea8-37bf-413e-883a-8773d0132228 {
  margin-bottom: 30px;
max-width: 400px;
}

#s-47016734-4c1a-4208-b299-1f3acad149b4 {
  max-width: 400px;
text-align: center;
}







  #s-47016734-4c1a-4208-b299-1f3acad149b4 img.shogun-image {
    

    
    
    
  }


#s-47016734-4c1a-4208-b299-1f3acad149b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d805983-e505-4162-8a5b-8955cfbdada3 {
  margin-bottom: 30px;
max-width: 400px;
}

#s-600ba331-1e17-448a-bf80-1b3dc8564403 {
  max-width: 400px;
text-align: center;
}







  #s-600ba331-1e17-448a-bf80-1b3dc8564403 img.shogun-image {
    

    
    
    
  }


#s-600ba331-1e17-448a-bf80-1b3dc8564403 .shogun-image-content {
  
    align-items: center;
  
}

#s-32ac6cf0-5e8d-42f2-86cc-f0b2f93456f6 {
  margin-bottom: 30px;
max-width: 400px;
}

#s-7c803678-09d9-4827-a91a-1bce2bae7387 {
  min-height: 50px;
}








#s-7c803678-09d9-4827-a91a-1bce2bae7387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c803678-09d9-4827-a91a-1bce2bae7387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
  max-width: 2160px;
aspect-ratio: 2160/720;
text-align: center;
}





  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image,
  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
    width: 100%;
    height: auto;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
    
    
  }


.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
      position: relative;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image,
  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
    width: 100%;
    height: auto;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
    
    
  }


.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
      position: relative;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image,
  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
    width: 100%;
    height: auto;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
    
    
  }


.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
      position: relative;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image,
  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
    width: 100%;
    height: auto;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
    
    
  }


.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
      position: relative;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image,
  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
    width: 100%;
    height: auto;
  }

  #s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
    
    
  }


.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd {
      --shg-aspect-ratio: calc(2160/720); 
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container {
      position: relative;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f948de9c-451d-45fa-b8fe-9c9dee235ebd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-b58b35d1-3afa-40fd-945a-1592080ef5b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b58b35d1-3afa-40fd-945a-1592080ef5b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b58b35d1-3afa-40fd-945a-1592080ef5b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b58b35d1-3afa-40fd-945a-1592080ef5b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28a3ca1a-7347-4b0c-8c1f-67ca0d4e7f22 {
  padding-left: 30px;
}

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