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

.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-c7a9963e-9c17-4d39-abb1-ddfc3088ed69 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c7a9963e-9c17-4d39-abb1-ddfc3088ed69 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-c7a9963e-9c17-4d39-abb1-ddfc3088ed69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7a9963e-9c17-4d39-abb1-ddfc3088ed69.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-3aeb2667-689d-4439-b78f-35c7e4492e20 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-3aeb2667-689d-4439-b78f-35c7e4492e20 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aeb2667-689d-4439-b78f-35c7e4492e20 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-3aeb2667-689d-4439-b78f-35c7e4492e20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aeb2667-689d-4439-b78f-35c7e4492e20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3aeb2667-689d-4439-b78f-35c7e4492e20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aeb2667-689d-4439-b78f-35c7e4492e20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3bda58f3-b325-4158-bf11-09ee6f7ce539 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3bda58f3-b325-4158-bf11-09ee6f7ce539 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-3bda58f3-b325-4158-bf11-09ee6f7ce539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bda58f3-b325-4158-bf11-09ee6f7ce539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: 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: "DM Sans";
}

.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: "DM Sans";
  font-weight: normal;
}

#s-8e117526-9a2f-417f-a845-bc02885e239b {
  margin-left: auto;
margin-right: auto;
}

.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-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin-left: auto;
margin-right: auto;
max-width: 230px;
aspect-ratio: 2/3;
text-align: center;
}
}@media (max-width: 767px){#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  max-width: 280px;
}
}


.shg-image-margin-container-s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
      position: relative;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  
  
  
  
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
      position: relative;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
      position: relative;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  
  
  
  
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
      position: relative;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  
  
  
  
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4af15ced-7a77-419c-bcc4-e5af95105d21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-4af15ced-7a77-419c-bcc4-e5af95105d21 .shogun-image-content {
  
    align-items: center;
  
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container {
      position: relative;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4af15ced-7a77-419c-bcc4-e5af95105d21 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: "DM Sans";
}

.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-3bc4e765-9977-4d51-93e2-552caac4d8a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3bc4e765-9977-4d51-93e2-552caac4d8a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bc4e765-9977-4d51-93e2-552caac4d8a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bc4e765-9977-4d51-93e2-552caac4d8a7-root {
    text-align: center;
  }


#s-3bc4e765-9977-4d51-93e2-552caac4d8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bc4e765-9977-4d51-93e2-552caac4d8a7-root {
    text-align: center;
  }


#s-3bc4e765-9977-4d51-93e2-552caac4d8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bc4e765-9977-4d51-93e2-552caac4d8a7-root {
    text-align: center;
  }


#s-3bc4e765-9977-4d51-93e2-552caac4d8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bc4e765-9977-4d51-93e2-552caac4d8a7-root {
    text-align: center;
  }


#s-3bc4e765-9977-4d51-93e2-552caac4d8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bc4e765-9977-4d51-93e2-552caac4d8a7-root {
    text-align: center;
  }


#s-3bc4e765-9977-4d51-93e2-552caac4d8a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-58d1e884-5326-439c-ae3f-746a83722306 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-58d1e884-5326-439c-ae3f-746a83722306 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-58d1e884-5326-439c-ae3f-746a83722306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58d1e884-5326-439c-ae3f-746a83722306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba0b649b-a515-4f92-8b72-a05a222d09d2 {
  margin-left: auto;
margin-right: auto;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 250px;
aspect-ratio: 599/932;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      aspect-ratio: 599/932;
      width: 100%;
      height: 100%;
    }

    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-link {
      aspect-ratio: 599/932;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
      --shg-aspect-ratio: calc(599/932); 
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
      position: relative;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  
  
  
  
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      aspect-ratio: 599/932;
      width: 100%;
      height: 100%;
    }

    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-link {
      aspect-ratio: 599/932;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
      --shg-aspect-ratio: calc(599/932); 
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
      position: relative;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
      position: relative;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  
  
  
  
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      aspect-ratio: 599/932;
      width: 100%;
      height: 100%;
    }

    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-link {
      aspect-ratio: 599/932;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
      --shg-aspect-ratio: calc(599/932); 
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
      position: relative;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  
  
  
  
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      aspect-ratio: 599/932;
      width: 100%;
      height: 100%;
    }

    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-link {
      aspect-ratio: 599/932;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 {
      --shg-aspect-ratio: calc(599/932); 
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container {
      position: relative;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7cc1c01-5091-48c7-bb5f-4537a20fdd64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5e4648a5-4928-4eaa-92a1-a59a154cb114 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5e4648a5-4928-4eaa-92a1-a59a154cb114:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e4648a5-4928-4eaa-92a1-a59a154cb114:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e4648a5-4928-4eaa-92a1-a59a154cb114-root {
    text-align: center;
  }


#s-5e4648a5-4928-4eaa-92a1-a59a154cb114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e4648a5-4928-4eaa-92a1-a59a154cb114-root {
    text-align: center;
  }


#s-5e4648a5-4928-4eaa-92a1-a59a154cb114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e4648a5-4928-4eaa-92a1-a59a154cb114-root {
    text-align: center;
  }


#s-5e4648a5-4928-4eaa-92a1-a59a154cb114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e4648a5-4928-4eaa-92a1-a59a154cb114-root {
    text-align: center;
  }


#s-5e4648a5-4928-4eaa-92a1-a59a154cb114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e4648a5-4928-4eaa-92a1-a59a154cb114-root {
    text-align: center;
  }


#s-5e4648a5-4928-4eaa-92a1-a59a154cb114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ae8abbc1-3452-48b6-8a7a-e8b050d5bd3a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ae8abbc1-3452-48b6-8a7a-e8b050d5bd3a {
  margin-top: 3px;
margin-bottom: 3px;
}
}@media (max-width: 767px){#s-ae8abbc1-3452-48b6-8a7a-e8b050d5bd3a {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-ae8abbc1-3452-48b6-8a7a-e8b050d5bd3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae8abbc1-3452-48b6-8a7a-e8b050d5bd3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0d764a-5eec-4ce0-a9c6-43ae1c4de316 {
  margin-left: auto;
margin-right: auto;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin-left: auto;
margin-right: auto;
max-width: 230px;
aspect-ratio: 2/3;
text-align: center;
}
}@media (max-width: 767px){#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  max-width: 280px;
}
}


.shg-image-margin-container-s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f89c61-fbd6-4784-909b-b7ec07712258 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
      position: relative;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  
  
  
  
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f89c61-fbd6-4784-909b-b7ec07712258 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
      position: relative;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f89c61-fbd6-4784-909b-b7ec07712258 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
      position: relative;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  
  
  
  
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f89c61-fbd6-4784-909b-b7ec07712258 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
      position: relative;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  
  
  
  
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51f89c61-fbd6-4784-909b-b7ec07712258 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-51f89c61-fbd6-4784-909b-b7ec07712258 .shogun-image-content {
  
    align-items: center;
  
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51f89c61-fbd6-4784-909b-b7ec07712258 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container {
      position: relative;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51f89c61-fbd6-4784-909b-b7ec07712258 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a-root {
    text-align: center;
  }


#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a-root {
    text-align: center;
  }


#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a-root {
    text-align: center;
  }


#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a-root {
    text-align: center;
  }


#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a-root {
    text-align: center;
  }


#s-bb8faec8-83dd-4efa-b3c9-0f5365b5142a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f44e8ac-8c69-4216-9eeb-cafbc36001a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0be3bd5d-648a-4def-84ef-33bcbd3eac66 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0be3bd5d-648a-4def-84ef-33bcbd3eac66 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-0be3bd5d-648a-4def-84ef-33bcbd3eac66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be3bd5d-648a-4def-84ef-33bcbd3eac66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04d0c2a2-5a28-40b6-bb5a-c5de43c0ea2b {
  margin-left: auto;
margin-right: auto;
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-414de501-8942-40ff-b801-09d63126b699 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-414de501-8942-40ff-b801-09d63126b699 {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-414de501-8942-40ff-b801-09d63126b699 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-content {
  
    align-items: center;
  
}

.s-414de501-8942-40ff-b801-09d63126b699.shg-align-container {
  display: flex;
  justify-content: center
}

.s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-414de501-8942-40ff-b801-09d63126b699.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-414de501-8942-40ff-b801-09d63126b699 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
      position: relative;
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-414de501-8942-40ff-b801-09d63126b699 {
  
  
  
  
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-content {
  
    align-items: center;
  
}

.s-414de501-8942-40ff-b801-09d63126b699.shg-align-container {
  display: flex;
  justify-content: center
}

.s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-414de501-8942-40ff-b801-09d63126b699.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-414de501-8942-40ff-b801-09d63126b699 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
      position: relative;
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-414de501-8942-40ff-b801-09d63126b699 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-content {
  
    align-items: center;
  
}

.s-414de501-8942-40ff-b801-09d63126b699.shg-align-container {
  display: flex;
  justify-content: center
}

.s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-414de501-8942-40ff-b801-09d63126b699.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-414de501-8942-40ff-b801-09d63126b699 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
      position: relative;
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-414de501-8942-40ff-b801-09d63126b699 {
  
  
  
  
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-content {
  
    align-items: center;
  
}

.s-414de501-8942-40ff-b801-09d63126b699.shg-align-container {
  display: flex;
  justify-content: center
}

.s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-414de501-8942-40ff-b801-09d63126b699.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-414de501-8942-40ff-b801-09d63126b699 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
      position: relative;
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-414de501-8942-40ff-b801-09d63126b699 {
  
  
  
  
}

#s-414de501-8942-40ff-b801-09d63126b699 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-414de501-8942-40ff-b801-09d63126b699 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-414de501-8942-40ff-b801-09d63126b699 .shogun-image-content {
  
    align-items: center;
  
}

.s-414de501-8942-40ff-b801-09d63126b699.shg-align-container {
  display: flex;
  justify-content: center
}

.s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-414de501-8942-40ff-b801-09d63126b699.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-414de501-8942-40ff-b801-09d63126b699 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container {
      position: relative;
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-414de501-8942-40ff-b801-09d63126b699.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-414de501-8942-40ff-b801-09d63126b699 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-39127a8c-6591-4d47-9d92-41949e769e0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-39127a8c-6591-4d47-9d92-41949e769e0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39127a8c-6591-4d47-9d92-41949e769e0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39127a8c-6591-4d47-9d92-41949e769e0d-root {
    text-align: center;
  }


#s-39127a8c-6591-4d47-9d92-41949e769e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39127a8c-6591-4d47-9d92-41949e769e0d-root {
    text-align: center;
  }


#s-39127a8c-6591-4d47-9d92-41949e769e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39127a8c-6591-4d47-9d92-41949e769e0d-root {
    text-align: center;
  }


#s-39127a8c-6591-4d47-9d92-41949e769e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39127a8c-6591-4d47-9d92-41949e769e0d-root {
    text-align: center;
  }


#s-39127a8c-6591-4d47-9d92-41949e769e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39127a8c-6591-4d47-9d92-41949e769e0d-root {
    text-align: center;
  }


#s-39127a8c-6591-4d47-9d92-41949e769e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6ad38069-813e-45a4-938b-68e136259e6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6ad38069-813e-45a4-938b-68e136259e6a {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-6ad38069-813e-45a4-938b-68e136259e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ad38069-813e-45a4-938b-68e136259e6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e10870ee-3218-4546-9df7-1d74670b2ef3 {
  margin-left: auto;
margin-right: auto;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin-top: -1px;
margin-bottom: -1px;
max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin-left: auto;
margin-right: auto;
max-width: 240px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
      position: relative;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  
  
  margin-top: -1px;
  margin-bottom: -1px;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
      position: relative;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
      position: relative;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  
  
  
  
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
      position: relative;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  
  
  
  
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-0c6dc3eb-0965-4870-a187-346e61e481d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container {
      position: relative;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c6dc3eb-0965-4870-a187-346e61e481d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b90d5904-a37c-4e81-81ed-2d53720f7175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b90d5904-a37c-4e81-81ed-2d53720f7175:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b90d5904-a37c-4e81-81ed-2d53720f7175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b90d5904-a37c-4e81-81ed-2d53720f7175-root {
    text-align: center;
  }


#s-b90d5904-a37c-4e81-81ed-2d53720f7175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b90d5904-a37c-4e81-81ed-2d53720f7175-root {
    text-align: center;
  }


#s-b90d5904-a37c-4e81-81ed-2d53720f7175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b90d5904-a37c-4e81-81ed-2d53720f7175-root {
    text-align: center;
  }


#s-b90d5904-a37c-4e81-81ed-2d53720f7175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b90d5904-a37c-4e81-81ed-2d53720f7175-root {
    text-align: center;
  }


#s-b90d5904-a37c-4e81-81ed-2d53720f7175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b90d5904-a37c-4e81-81ed-2d53720f7175-root {
    text-align: center;
  }


#s-b90d5904-a37c-4e81-81ed-2d53720f7175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-97563165-41ef-446a-88be-c16efa09a009 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-97563165-41ef-446a-88be-c16efa09a009 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97563165-41ef-446a-88be-c16efa09a009 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-97563165-41ef-446a-88be-c16efa09a009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97563165-41ef-446a-88be-c16efa09a009"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97563165-41ef-446a-88be-c16efa09a009"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97563165-41ef-446a-88be-c16efa09a009"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1daabef1-c1d5-421b-b1d9-d29a39906b21 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1daabef1-c1d5-421b-b1d9-d29a39906b21 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-1daabef1-c1d5-421b-b1d9-d29a39906b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1daabef1-c1d5-421b-b1d9-d29a39906b21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-128fae75-f81d-46da-8882-a54f4a5ac7a0 {
  margin-left: auto;
margin-right: auto;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin-left: auto;
margin-right: auto;
max-width: 230px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
    
    
  }


.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
      position: relative;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  
  
  
  
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
    
    
  }


.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
      position: relative;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  
  
  
  
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
    
    
  }


.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
      position: relative;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  
  
  
  
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
    
    
  }


.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
      position: relative;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  
  
  
  
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
    
    
  }


.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa .shogun-image-content {
  
    align-items: center;
  
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container {
      position: relative;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdd7689d-049a-46c3-acc2-46fc5c20c8fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47a73a2f-1464-4c0c-aedf-d275886a4ba9-root {
    text-align: center;
  }


#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47a73a2f-1464-4c0c-aedf-d275886a4ba9-root {
    text-align: center;
  }


#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47a73a2f-1464-4c0c-aedf-d275886a4ba9-root {
    text-align: center;
  }


#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47a73a2f-1464-4c0c-aedf-d275886a4ba9-root {
    text-align: center;
  }


#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47a73a2f-1464-4c0c-aedf-d275886a4ba9-root {
    text-align: center;
  }


#s-47a73a2f-1464-4c0c-aedf-d275886a4ba9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a67fb62c-8a83-4bfb-b279-4b7cc944ed26 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-a67fb62c-8a83-4bfb-b279-4b7cc944ed26 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-a67fb62c-8a83-4bfb-b279-4b7cc944ed26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a67fb62c-8a83-4bfb-b279-4b7cc944ed26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-749cc640-8c32-4011-8ed7-7a21dfe6def5 {
  margin-left: auto;
margin-right: auto;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin-left: auto;
margin-right: auto;
max-width: 270px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
      position: relative;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  
  
  
  
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
      position: relative;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
      position: relative;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  
  
  
  
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
      position: relative;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  
  
  
  
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 .shogun-image-content {
  
    align-items: center;
  
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container {
      position: relative;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ddb225-e02c-4c8b-a78e-a769c4085b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d-root {
    text-align: center;
  }


#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d-root {
    text-align: center;
  }


#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d-root {
    text-align: center;
  }


#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d-root {
    text-align: center;
  }


#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d-root {
    text-align: center;
  }


#s-58b87eb5-da41-4d9e-a86d-0a59dc5bb47d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d90da192-a138-4315-bfd4-35255a06bf43 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-d90da192-a138-4315-bfd4-35255a06bf43 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-d90da192-a138-4315-bfd4-35255a06bf43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d90da192-a138-4315-bfd4-35255a06bf43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a94ad46-4350-4dd2-a8a7-a1030d36db58 {
  margin-left: auto;
margin-right: auto;
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-544071c0-3768-4504-803d-85c307bebc54 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-544071c0-3768-4504-803d-85c307bebc54 {
  max-width: 270px;
aspect-ratio: 2/3;
}
}


.shg-image-margin-container-s-544071c0-3768-4504-803d-85c307bebc54 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-content {
  
    align-items: center;
  
}

.s-544071c0-3768-4504-803d-85c307bebc54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544071c0-3768-4504-803d-85c307bebc54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-544071c0-3768-4504-803d-85c307bebc54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
      position: relative;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-544071c0-3768-4504-803d-85c307bebc54 {
  
  
  
  
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-content {
  
    align-items: center;
  
}

.s-544071c0-3768-4504-803d-85c307bebc54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544071c0-3768-4504-803d-85c307bebc54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-544071c0-3768-4504-803d-85c307bebc54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
      position: relative;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-544071c0-3768-4504-803d-85c307bebc54 {
  
  
  
  
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-content {
  
    align-items: center;
  
}

.s-544071c0-3768-4504-803d-85c307bebc54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544071c0-3768-4504-803d-85c307bebc54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-544071c0-3768-4504-803d-85c307bebc54 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
      position: relative;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-544071c0-3768-4504-803d-85c307bebc54 {
  
  
  
  
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-content {
  
    align-items: center;
  
}

.s-544071c0-3768-4504-803d-85c307bebc54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544071c0-3768-4504-803d-85c307bebc54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-544071c0-3768-4504-803d-85c307bebc54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
      position: relative;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-544071c0-3768-4504-803d-85c307bebc54 {
  
  
  
  
}

#s-544071c0-3768-4504-803d-85c307bebc54 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-544071c0-3768-4504-803d-85c307bebc54 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-544071c0-3768-4504-803d-85c307bebc54 .shogun-image-content {
  
    align-items: center;
  
}

.s-544071c0-3768-4504-803d-85c307bebc54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544071c0-3768-4504-803d-85c307bebc54.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-544071c0-3768-4504-803d-85c307bebc54 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container {
      position: relative;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-544071c0-3768-4504-803d-85c307bebc54.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-544071c0-3768-4504-803d-85c307bebc54 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50-root {
    text-align: center;
  }


#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50-root {
    text-align: center;
  }


#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50-root {
    text-align: center;
  }


#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50-root {
    text-align: center;
  }


#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50-root {
    text-align: center;
  }


#s-6539d38b-c5d2-46e7-858a-f9f2b9b8ed50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec30d4d9-8b9b-40ad-b5f9-7e61f234e61f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1cd06290-29ec-48b6-9939-5ddd0abeae59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-1cd06290-29ec-48b6-9939-5ddd0abeae59 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-1cd06290-29ec-48b6-9939-5ddd0abeae59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cd06290-29ec-48b6-9939-5ddd0abeae59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-198cf3b0-6d01-4252-a676-c5275eda03ad {
  margin-left: auto;
margin-right: auto;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin-left: auto;
margin-right: auto;
max-width: 260px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
      position: relative;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  
  
  
  
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
      position: relative;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
      position: relative;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  
  
  
  
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
      position: relative;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  
  
  
  
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container {
      position: relative;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6523cd8-3de4-443b-9cb3-1cdc71294dc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e4901f40-9253-41cb-a38b-61f650762a0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e4901f40-9253-41cb-a38b-61f650762a0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4901f40-9253-41cb-a38b-61f650762a0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4901f40-9253-41cb-a38b-61f650762a0e-root {
    text-align: center;
  }


#s-e4901f40-9253-41cb-a38b-61f650762a0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4901f40-9253-41cb-a38b-61f650762a0e-root {
    text-align: center;
  }


#s-e4901f40-9253-41cb-a38b-61f650762a0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4901f40-9253-41cb-a38b-61f650762a0e-root {
    text-align: center;
  }


#s-e4901f40-9253-41cb-a38b-61f650762a0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4901f40-9253-41cb-a38b-61f650762a0e-root {
    text-align: center;
  }


#s-e4901f40-9253-41cb-a38b-61f650762a0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4901f40-9253-41cb-a38b-61f650762a0e-root {
    text-align: center;
  }


#s-e4901f40-9253-41cb-a38b-61f650762a0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-763b3443-ff39-43ed-81e9-e2a49cb1080f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-763b3443-ff39-43ed-81e9-e2a49cb1080f {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-763b3443-ff39-43ed-81e9-e2a49cb1080f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-763b3443-ff39-43ed-81e9-e2a49cb1080f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b663a684-8a6b-46e3-8696-7fa07666570e {
  margin-left: auto;
margin-right: auto;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin-left: auto;
margin-right: auto;
max-width: 260px;
aspect-ratio: 2/3;
text-align: center;
}
}


.shg-image-margin-container-s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6312c09c-03f1-4469-aa28-c760cb257c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
      position: relative;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  
  
  
  
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6312c09c-03f1-4469-aa28-c760cb257c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
      position: relative;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      width: 100%;
      height: 100%;
    }

    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6312c09c-03f1-4469-aa28-c760cb257c7f {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
      position: relative;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  
  
  
  
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6312c09c-03f1-4469-aa28-c760cb257c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
      position: relative;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  
  
  
  
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6312c09c-03f1-4469-aa28-c760cb257c7f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }




.s-6312c09c-03f1-4469-aa28-c760cb257c7f .shogun-image-content {
  
    align-items: center;
  
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6312c09c-03f1-4469-aa28-c760cb257c7f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container {
      position: relative;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6312c09c-03f1-4469-aa28-c760cb257c7f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6c30fa00-2981-49f1-b214-6ad47828c1d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6c30fa00-2981-49f1-b214-6ad47828c1d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c30fa00-2981-49f1-b214-6ad47828c1d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6c30fa00-2981-49f1-b214-6ad47828c1d4-root {
    text-align: center;
  }


#s-6c30fa00-2981-49f1-b214-6ad47828c1d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c30fa00-2981-49f1-b214-6ad47828c1d4-root {
    text-align: center;
  }


#s-6c30fa00-2981-49f1-b214-6ad47828c1d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c30fa00-2981-49f1-b214-6ad47828c1d4-root {
    text-align: center;
  }


#s-6c30fa00-2981-49f1-b214-6ad47828c1d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c30fa00-2981-49f1-b214-6ad47828c1d4-root {
    text-align: center;
  }


#s-6c30fa00-2981-49f1-b214-6ad47828c1d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c30fa00-2981-49f1-b214-6ad47828c1d4-root {
    text-align: center;
  }


#s-6c30fa00-2981-49f1-b214-6ad47828c1d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
