.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-fb70d243-e55f-4f4a-bb0a-ae147a45d002 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb70d243-e55f-4f4a-bb0a-ae147a45d002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb70d243-e55f-4f4a-bb0a-ae147a45d002.shg-box.shg-c {
  justify-content: center;
}

#s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
@media (max-width: 767px){#s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2 {
  display: none;
}
#s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2, #wrap-s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2 { display: none !important; }}







#s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eaa6fe7c-9575-4546-bd70-4937c8af6cc2.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-0dd594a3-1972-4dcb-848b-413a7327030e {
  margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0dd594a3-1972-4dcb-848b-413a7327030e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cc4179c1-7f96-4479-a68a-5946b0d37ee2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(249, 244, 236, 1);
}
@media (min-width: 1200px){#s-cc4179c1-7f96-4479-a68a-5946b0d37ee2 {
  padding-left: 20%;
padding-right: 10%;
}
}







#s-cc4179c1-7f96-4479-a68a-5946b0d37ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc4179c1-7f96-4479-a68a-5946b0d37ee2.shg-box.shg-c {
  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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-445025df-6b59-4034-8100-fe29d9086e74 {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-image-margin-container-s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin: 0 !important;
}





  img.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
    
    
  }


.s-a5e8518a-6710-4be3-a1ed-90f05550613c .shogun-image-content {
  
    align-items: center;
  
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  
  
  
  
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin: 0 !important;
}





  img.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
    
    
  }


.s-a5e8518a-6710-4be3-a1ed-90f05550613c .shogun-image-content {
  
    align-items: center;
  
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  
  
  
  
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin: 0 !important;
}





  img.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
    
    
  }


.s-a5e8518a-6710-4be3-a1ed-90f05550613c .shogun-image-content {
  
    align-items: center;
  
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  
  
  
  
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin: 0 !important;
}





  img.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
    
    
  }


.s-a5e8518a-6710-4be3-a1ed-90f05550613c .shogun-image-content {
  
    align-items: center;
  
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  
  
  
  
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c {
  margin: 0 !important;
}





  img.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
    
    
  }


.s-a5e8518a-6710-4be3-a1ed-90f05550613c .shogun-image-content {
  
    align-items: center;
  
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5e8518a-6710-4be3-a1ed-90f05550613c.shogun-image {
  box-sizing: border-box;
}




}
#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 {
  margin-left: -40px;
margin-right: -40px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 {
  display: none;
}
#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9, #wrap-s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 {
  display: none;
}
#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9, #wrap-s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 {
  display: none;
}
#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9, #wrap-s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 { display: none !important; }}







#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f108b9-cfa8-4b2b-b8bd-c9134d847ee9.shg-box.shg-c {
  justify-content: center;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1050/840;
text-align: center;
}



.shg-image-margin-container-s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      aspect-ratio: 1050/840;
      width: 100%;
      height: 100%;
    }

    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-link {
      aspect-ratio: 1050/840;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
    
    
  }


.s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-content {
  
    align-items: center;
  
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34369db7-d300-47e8-94b4-ec8e1de2625a {
      --shg-aspect-ratio: calc(1050/840); 
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
      position: relative;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  
  
  
  
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      aspect-ratio: 1050/840;
      width: 100%;
      height: 100%;
    }

    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-link {
      aspect-ratio: 1050/840;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
    
    
  }


.s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-content {
  
    align-items: center;
  
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34369db7-d300-47e8-94b4-ec8e1de2625a {
      --shg-aspect-ratio: calc(1050/840); 
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
      position: relative;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a 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-34369db7-d300-47e8-94b4-ec8e1de2625a {
  
  
  
  
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      aspect-ratio: 1050/840;
      width: 100%;
      height: 100%;
    }

    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-link {
      aspect-ratio: 1050/840;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
    
    
  }


.s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-content {
  
    align-items: center;
  
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34369db7-d300-47e8-94b4-ec8e1de2625a {
      --shg-aspect-ratio: calc(1050/840); 
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
      position: relative;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a 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-34369db7-d300-47e8-94b4-ec8e1de2625a {
  
  
  
  
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      aspect-ratio: 1050/840;
      width: 100%;
      height: 100%;
    }

    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-link {
      aspect-ratio: 1050/840;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
    
    
  }


.s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-content {
  
    align-items: center;
  
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34369db7-d300-47e8-94b4-ec8e1de2625a {
      --shg-aspect-ratio: calc(1050/840); 
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
      position: relative;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  
  
  
  
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      aspect-ratio: 1050/840;
      width: 100%;
      height: 100%;
    }

    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-link {
      aspect-ratio: 1050/840;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34369db7-d300-47e8-94b4-ec8e1de2625a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
    
    
  }


.s-34369db7-d300-47e8-94b4-ec8e1de2625a .shogun-image-content {
  
    align-items: center;
  
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34369db7-d300-47e8-94b4-ec8e1de2625a {
      --shg-aspect-ratio: calc(1050/840); 
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container {
      position: relative;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34369db7-d300-47e8-94b4-ec8e1de2625a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a0b466e0-779d-4200-a2b0-ae74dd7697eb {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(249, 244, 236, 1);
}

#s-62635bad-a8f0-420e-886b-01059904819f {
  margin-left: -20px;
margin-right: -20px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(210, 210, 210, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 253, 249, 1);
}
@media (max-width: 767px){#s-62635bad-a8f0-420e-886b-01059904819f {
  
}
}







#s-62635bad-a8f0-420e-886b-01059904819f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62635bad-a8f0-420e-886b-01059904819f.shg-box.shg-c {
  justify-content: center;
}

.swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height) var(--arrow-button-size);
}

.swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.swiper-container > .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper:not(.swiper-initialized) ~ .swiper-pagination,
.swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.swiper-container > .swiper-button-prev {
  left: 0;
}

.swiper-container > .swiper-button-next {
  right: 0;
}

.swiper-container > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.swiper-container > .swiper-button-next svg,
.swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}
#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc {
  display: none;
}
#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc, #wrap-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc {
  display: none;
}
#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc, #wrap-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc {
  
}
}
#slider-v3-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc {
  --swiper-pagination-color: rgba(51, 51, 51, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(51, 51, 51, 1) !important;

  
}

#slider-v3-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc > .swiper-button-prev,
#slider-v3-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc > .swiper-button-next svg,
#slider-v3-s-d4da8fb9-53bb-44bf-8a69-41e87a25f2fc > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-2759f484-771d-4519-a283-9932a3dd0166 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-31611d28-02da-4486-973d-71557dfd41f0 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
text-align: left;
}

#s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0 {
  display: none;
}
#s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0, #wrap-s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0 { display: none !important; }}@media (max-width: 767px){#s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0 {
  display: none;
}
#s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0, #wrap-s-85f142d7-ff4e-4bc0-bdbf-6092b7c2faa0 { display: none !important; }}
#s-e5d43a0d-b7b7-435c-a6a3-03c85c5b9661 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-749ae3d7-7cb7-4d6e-9d7a-d03f50cf42ea {
  margin-left: -20px;
margin-right: -20px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 253, 249, 1);
}
@media (max-width: 767px){#s-749ae3d7-7cb7-4d6e-9d7a-d03f50cf42ea {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-749ae3d7-7cb7-4d6e-9d7a-d03f50cf42ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-749ae3d7-7cb7-4d6e-9d7a-d03f50cf42ea.shg-box.shg-c {
  justify-content: center;
}

#s-6b5bc5be-7ed9-4e5e-a054-184068d38119 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-6b5bc5be-7ed9-4e5e-a054-184068d38119 {
  margin-bottom: 25px;
}
}
#s-03679af6-37b3-4e2e-8bce-e86f83cf375c {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}
@media (min-width: 1200px){#s-03679af6-37b3-4e2e-8bce-e86f83cf375c {
  display: none;
}
#s-03679af6-37b3-4e2e-8bce-e86f83cf375c, #wrap-s-03679af6-37b3-4e2e-8bce-e86f83cf375c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03679af6-37b3-4e2e-8bce-e86f83cf375c {
  display: none;
}
#s-03679af6-37b3-4e2e-8bce-e86f83cf375c, #wrap-s-03679af6-37b3-4e2e-8bce-e86f83cf375c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03679af6-37b3-4e2e-8bce-e86f83cf375c {
  
}
}@media (max-width: 767px){#s-03679af6-37b3-4e2e-8bce-e86f83cf375c {
  
}
}
@media (min-width: 0px) {
[id="s-03679af6-37b3-4e2e-8bce-e86f83cf375c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-03679af6-37b3-4e2e-8bce-e86f83cf375c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-03679af6-37b3-4e2e-8bce-e86f83cf375c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-03679af6-37b3-4e2e-8bce-e86f83cf375c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fb8ca453-95c1-4d46-9b54-2b8e0b3203a0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb8ca453-95c1-4d46-9b54-2b8e0b3203a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb8ca453-95c1-4d46-9b54-2b8e0b3203a0.shg-box.shg-c {
  justify-content: center;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
    
    
  }


.s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-content {
  
    align-items: center;
  
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
      position: relative;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  
  
  
  
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
    
    
  }


.s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-content {
  
    align-items: center;
  
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
      position: relative;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da 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-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  
  
  
  
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
    
    
  }


.s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-content {
  
    align-items: center;
  
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
      position: relative;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da 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-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  
  
  
  
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
    
    
  }


.s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-content {
  
    align-items: center;
  
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
      position: relative;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  
  
  
  
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
    
    
  }


.s-58cf416b-4a81-4b64-8574-1ef50f0f32da .shogun-image-content {
  
    align-items: center;
  
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container {
      position: relative;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58cf416b-4a81-4b64-8574-1ef50f0f32da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-19001094-aec2-4a6e-a33f-5a1e4ad4e70a {
  margin-left: auto;
margin-right: auto;
}

#s-b333dba1-1bb3-47f6-81f6-38329f8a7bd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b333dba1-1bb3-47f6-81f6-38329f8a7bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b333dba1-1bb3-47f6-81f6-38329f8a7bd9.shg-box.shg-c {
  justify-content: center;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
    
    
  }


.s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9657b314-610f-4664-8a37-a09b088c0bc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
      position: relative;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  
  
  
  
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
    
    
  }


.s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9657b314-610f-4664-8a37-a09b088c0bc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
      position: relative;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5 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-9657b314-610f-4664-8a37-a09b088c0bc5 {
  
  
  
  
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
    
    
  }


.s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9657b314-610f-4664-8a37-a09b088c0bc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
      position: relative;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5 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-9657b314-610f-4664-8a37-a09b088c0bc5 {
  
  
  
  
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
    
    
  }


.s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9657b314-610f-4664-8a37-a09b088c0bc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
      position: relative;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  
  
  
  
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9657b314-610f-4664-8a37-a09b088c0bc5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
    
    
  }


.s-9657b314-610f-4664-8a37-a09b088c0bc5 .shogun-image-content {
  
    align-items: center;
  
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9657b314-610f-4664-8a37-a09b088c0bc5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container {
      position: relative;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9657b314-610f-4664-8a37-a09b088c0bc5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-68dff7b4-87af-44b3-89e6-aa8d3efc780d {
  margin-left: auto;
margin-right: auto;
}

#s-7986bb94-220f-473d-a690-c6e852897cc4 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
}
@media (min-width: 1200px){#s-7986bb94-220f-473d-a690-c6e852897cc4 {
  display: none;
}
#s-7986bb94-220f-473d-a690-c6e852897cc4, #wrap-s-7986bb94-220f-473d-a690-c6e852897cc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7986bb94-220f-473d-a690-c6e852897cc4 {
  display: none;
}
#s-7986bb94-220f-473d-a690-c6e852897cc4, #wrap-s-7986bb94-220f-473d-a690-c6e852897cc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7986bb94-220f-473d-a690-c6e852897cc4 {
  
}
}@media (max-width: 767px){#s-7986bb94-220f-473d-a690-c6e852897cc4 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-7986bb94-220f-473d-a690-c6e852897cc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7986bb94-220f-473d-a690-c6e852897cc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7986bb94-220f-473d-a690-c6e852897cc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7986bb94-220f-473d-a690-c6e852897cc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-24d5bace-ab17-4e49-8f51-21915fe977ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-24d5bace-ab17-4e49-8f51-21915fe977ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24d5bace-ab17-4e49-8f51-21915fe977ea.shg-box.shg-c {
  justify-content: center;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
    
    
  }


.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
      position: relative;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  
  
  
  
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
    
    
  }


.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
      position: relative;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 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-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  
  
  
  
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
    
    
  }


.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
      position: relative;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 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-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  
  
  
  
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
    
    
  }


.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
      position: relative;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  
  
  
  
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
    
    
  }


.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container {
      position: relative;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d20a7e9-d398-4528-8acb-f50fc6ddba76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0c208919-ab33-4f52-bcde-b5fefcaad92d {
  margin-left: auto;
margin-right: auto;
}

#s-b41e4a4a-73ed-4737-add8-a148d79ac8d0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b41e4a4a-73ed-4737-add8-a148d79ac8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b41e4a4a-73ed-4737-add8-a148d79ac8d0.shg-box.shg-c {
  justify-content: center;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1050px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
    
    
  }


.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
      position: relative;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  
  
  
  
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
    
    
  }


.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
      position: relative;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 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-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  
  
  
  
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
    
    
  }


.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
      position: relative;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 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-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  
  
  
  
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
    
    
  }


.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
      position: relative;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  
  
  
  
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
    
    
  }


.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container {
      position: relative;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caab4bc2-2f1a-4f56-9730-fb72c0a0dbc6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-debf9f1d-d6bb-4663-aee8-3b2573aba83d {
  margin-left: auto;
margin-right: auto;
}

#s-d0326113-621b-4872-8522-30aafd850682 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-d0326113-621b-4872-8522-30aafd850682 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0326113-621b-4872-8522-30aafd850682 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0326113-621b-4872-8522-30aafd850682 {
  display: none;
}
#s-d0326113-621b-4872-8522-30aafd850682, #wrap-s-d0326113-621b-4872-8522-30aafd850682 { display: none !important; }}@media (max-width: 767px){#s-d0326113-621b-4872-8522-30aafd850682 {
  display: none;
}
#s-d0326113-621b-4872-8522-30aafd850682, #wrap-s-d0326113-621b-4872-8522-30aafd850682 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d0326113-621b-4872-8522-30aafd850682"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0326113-621b-4872-8522-30aafd850682"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0326113-621b-4872-8522-30aafd850682"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0326113-621b-4872-8522-30aafd850682"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-863e58b1-093f-410a-8f9e-a77f82b4eec3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-863e58b1-093f-410a-8f9e-a77f82b4eec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-863e58b1-093f-410a-8f9e-a77f82b4eec3.shg-box.shg-c {
  justify-content: center;
}

#s-553c77e0-d9d1-48da-a9dd-c87d6d80f417 {
  margin-left: auto;
margin-right: auto;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
    
    
  }


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
  box-sizing: border-box;
}


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
      position: relative;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  
  
  
  
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
    
    
  }


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
  box-sizing: border-box;
}


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
      position: relative;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef 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-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  
  
  
  
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
    
    
  }


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
  box-sizing: border-box;
}


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
      position: relative;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef 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-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  
  
  
  
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
    
    
  }


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
  box-sizing: border-box;
}


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
      position: relative;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  
  
  
  
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
    
    
  }


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image {
  box-sizing: border-box;
}


.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ab820e90-67c0-4ed8-a6bd-564ee366edef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container {
      position: relative;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab820e90-67c0-4ed8-a6bd-564ee366edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3645a76f-e4d4-4a70-bb3b-1c8d3b465393 {
  margin-left: auto;
margin-right: auto;
}

#s-c5add48b-1607-4c4c-b9ef-905547b1b332 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5add48b-1607-4c4c-b9ef-905547b1b332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5add48b-1607-4c4c-b9ef-905547b1b332.shg-box.shg-c {
  justify-content: center;
}

#s-bea7be47-8ca7-43d5-a89c-3b95328fad76 {
  margin-left: auto;
margin-right: auto;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
    
    
  }


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
  box-sizing: border-box;
}


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-45cba830-6efd-4317-a89e-4548b6e29b69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
      position: relative;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  
  
  
  
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
    
    
  }


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
  box-sizing: border-box;
}


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-45cba830-6efd-4317-a89e-4548b6e29b69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
      position: relative;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69 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-45cba830-6efd-4317-a89e-4548b6e29b69 {
  
  
  
  
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
    
    
  }


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
  box-sizing: border-box;
}


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-45cba830-6efd-4317-a89e-4548b6e29b69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
      position: relative;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69 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-45cba830-6efd-4317-a89e-4548b6e29b69 {
  
  
  
  
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
    
    
  }


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
  box-sizing: border-box;
}


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-45cba830-6efd-4317-a89e-4548b6e29b69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
      position: relative;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  
  
  
  
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
    
    
  }


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image {
  box-sizing: border-box;
}


.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-45cba830-6efd-4317-a89e-4548b6e29b69 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-45cba830-6efd-4317-a89e-4548b6e29b69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container {
      position: relative;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45cba830-6efd-4317-a89e-4548b6e29b69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c639aab5-027e-4111-a19d-3d46d7aa8f46 {
  margin-left: auto;
margin-right: auto;
}

#s-072ee237-0c5a-4aff-b31f-9f4be3c0044e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-072ee237-0c5a-4aff-b31f-9f4be3c0044e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-072ee237-0c5a-4aff-b31f-9f4be3c0044e.shg-box.shg-c {
  justify-content: center;
}

#s-ff2eea0b-c1a9-4eb0-abb0-05101eb9feb0 {
  margin-left: auto;
margin-right: auto;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
    
    
  }


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
  box-sizing: border-box;
}


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-5e181741-01d6-49f2-8fff-fb3208e778fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
      position: relative;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  
  
  
  
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
    
    
  }


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
  box-sizing: border-box;
}


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-5e181741-01d6-49f2-8fff-fb3208e778fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
      position: relative;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd 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-5e181741-01d6-49f2-8fff-fb3208e778fd {
  
  
  
  
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
    
    
  }


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
  box-sizing: border-box;
}


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-5e181741-01d6-49f2-8fff-fb3208e778fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
      position: relative;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd 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-5e181741-01d6-49f2-8fff-fb3208e778fd {
  
  
  
  
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
    
    
  }


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
  box-sizing: border-box;
}


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-5e181741-01d6-49f2-8fff-fb3208e778fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
      position: relative;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  
  
  
  
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
    
    
  }


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image {
  box-sizing: border-box;
}


.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5e181741-01d6-49f2-8fff-fb3208e778fd .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-5e181741-01d6-49f2-8fff-fb3208e778fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container {
      position: relative;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e181741-01d6-49f2-8fff-fb3208e778fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e34f56c-951c-4a85-ae0f-443b84e15d49 {
  margin-left: auto;
margin-right: auto;
}

#s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e {
  display: none;
}
#s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e, #wrap-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e {
  display: none;
}
#s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e, #wrap-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e { display: none !important; }}
#slider-v3-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e {
  --swiper-pagination-color: rgba(150, 131, 87, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(150, 131, 87, 1) !important;

  
}

#slider-v3-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e > .swiper-button-prev,
#slider-v3-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e > .swiper-button-next svg,
#slider-v3-s-dc8e2a0a-c08e-41f3-9f18-40f3a2d21a2e > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-e0fc37e2-c05d-48fa-b0bc-7f305508e001 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e0fc37e2-c05d-48fa-b0bc-7f305508e001 {
  background-image: url();
}








#s-e0fc37e2-c05d-48fa-b0bc-7f305508e001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0fc37e2-c05d-48fa-b0bc-7f305508e001.shg-box.shg-c {
  justify-content: center;
}

#s-f9d34d91-ce4f-4ae6-a98e-c08cc7f69778 {
  margin-left: auto;
margin-right: auto;
}

#s-28e9da15-a501-4c43-b71f-d1c1fadd8c45 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-28e9da15-a501-4c43-b71f-d1c1fadd8c45 {
  background-image: url();
}








#s-28e9da15-a501-4c43-b71f-d1c1fadd8c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28e9da15-a501-4c43-b71f-d1c1fadd8c45.shg-box.shg-c {
  justify-content: center;
}

#s-13143311-0fa4-4572-89af-4f947f0d0418 {
  margin-left: auto;
margin-right: auto;
}

#s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7 {
  display: none;
}
#s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7, #wrap-s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7 { display: none !important; }}@media (max-width: 767px){#s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7 {
  display: none;
}
#s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7, #wrap-s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d74b42b-f9cc-483c-8546-3c0b0688e9a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c5ef4093-e3c8-41ec-a4be-28ac37ee29ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5ef4093-e3c8-41ec-a4be-28ac37ee29ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5ef4093-e3c8-41ec-a4be-28ac37ee29ed.shg-box.shg-c {
  justify-content: center;
}

#s-dc101cd4-ddd9-4dbc-b3be-27e2bc2d6f4c {
  margin-left: auto;
margin-right: auto;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1050px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
    
    
  }


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
  box-sizing: border-box;
}


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
      position: relative;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  
  
  
  
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
    
    
  }


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
  box-sizing: border-box;
}


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
      position: relative;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 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-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  
  
  
  
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
    
    
  }


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
  box-sizing: border-box;
}


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
      position: relative;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 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-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  
  
  
  
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
    
    
  }


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
  box-sizing: border-box;
}


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
      position: relative;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  
  
  
  
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
    
    
  }


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image {
  box-sizing: border-box;
}


.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container {
      position: relative;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8dd2e78-6f62-44ea-9086-3f6ca7be5062 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6bcbb2ef-6552-44c6-b9dc-a0ae1ee40c94 {
  margin-left: auto;
margin-right: auto;
}

#s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 {
  --swiper-pagination-color: rgba(150, 131, 87, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(150, 131, 87, 1) !important;

  
}

#slider-v3-s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 > .swiper-button-prev,
#slider-v3-s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 > .swiper-button-next {
  
}

& > .swiper-button-prev {
  
}

& > .swiper-button-next {
  }


#slider-v3-s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 > .swiper-button-next svg,
#slider-v3-s-147c0b64-b131-46f4-a5fe-f30c7d4b6c75 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-34886159-b9ed-4d1d-8daa-b97908579a8c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 525px;
}

#s-34886159-b9ed-4d1d-8daa-b97908579a8c {
  background-image: url();
}








#s-34886159-b9ed-4d1d-8daa-b97908579a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34886159-b9ed-4d1d-8daa-b97908579a8c.shg-box.shg-c {
  justify-content: center;
}

#s-b3f05fff-fb8b-47cd-842f-67638fe5260b {
  margin-left: auto;
margin-right: auto;
}

#s-2fd1e712-4e39-4710-99b1-678b4a180274 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 525px;
}

#s-2fd1e712-4e39-4710-99b1-678b4a180274 {
  background-image: url();
}








#s-2fd1e712-4e39-4710-99b1-678b4a180274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fd1e712-4e39-4710-99b1-678b4a180274.shg-box.shg-c {
  justify-content: center;
}

#s-58f3d36b-3e6f-44c5-8439-061bdd302170 {
  margin-left: auto;
margin-right: auto;
}

#s-e132c15a-4a54-47ba-85b3-dbc6b69c681a {
  margin-left: -20px;
margin-right: -20px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(249, 244, 236, 1);
}
@media (max-width: 767px){#s-e132c15a-4a54-47ba-85b3-dbc6b69c681a {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-e132c15a-4a54-47ba-85b3-dbc6b69c681a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e132c15a-4a54-47ba-85b3-dbc6b69c681a.shg-box.shg-c {
  justify-content: center;
}

#s-9979c8d4-593d-4167-aee6-0887aea63e74 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-9979c8d4-593d-4167-aee6-0887aea63e74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9979c8d4-593d-4167-aee6-0887aea63e74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9979c8d4-593d-4167-aee6-0887aea63e74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9979c8d4-593d-4167-aee6-0887aea63e74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9979c8d4-593d-4167-aee6-0887aea63e74"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26247711-166e-445d-be28-ac50a70db7da {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

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

.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-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: left;
text-decoration: none;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8:hover {background-color: rgba(216, 186, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8:active {background-color: rgba(216, 186, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}

  #s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8-root {
    text-align: left;
  }


#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8-root {
    text-align: left;
  }


#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8-root {
    text-align: left;
  }


#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8-root {
    text-align: left;
  }


#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8-root {
    text-align: left;
  }


#s-ac1ae9ba-3026-4c1f-8ae1-150c24fdf3a8.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
    
    
  }


.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
      position: relative;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  
  
  
  
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
    
    
  }


.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
      position: relative;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 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-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  
  
  
  
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
    
    
  }


.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
      position: relative;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 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-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  
  
  
  
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
    
    
  }


.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
      position: relative;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  
  
  
  margin-bottom: 20px;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
    
    
  }


.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container {
      position: relative;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87b9b32d-cdd1-42bd-a18e-208a2a372cc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5bcc3a66-32cf-4d7f-a8d7-5f2a49ccf20e {
  margin-left: -20px;
margin-right: -20px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(174, 174, 174, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 253, 249, 1);
}
@media (max-width: 767px){#s-5bcc3a66-32cf-4d7f-a8d7-5f2a49ccf20e {
  padding-top: 30px;
}
}







#s-5bcc3a66-32cf-4d7f-a8d7-5f2a49ccf20e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bcc3a66-32cf-4d7f-a8d7-5f2a49ccf20e.shg-box.shg-c {
  justify-content: center;
}

#s-567d4746-dc03-412b-9e1a-5e14509c79b1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-567d4746-dc03-412b-9e1a-5e14509c79b1 {
  margin-bottom: 25px;
}
}
#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 {
  display: none;
}
#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5, #wrap-s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 { display: none !important; }}@media (max-width: 767px){#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 {
  display: none;
}
#s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5, #wrap-s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3d593c-fbe9-449a-9d16-d9cdb9cbf6a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ae62fde5-d784-410c-a845-1ba976770ef7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ae62fde5-d784-410c-a845-1ba976770ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae62fde5-d784-410c-a845-1ba976770ef7.shg-box.shg-c {
  justify-content: center;
}

#s-5c6e9e19-dbfd-4dd6-997f-6f3073a5e70f {
  margin-left: auto;
margin-right: auto;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
    
    
  }


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
  box-sizing: border-box;
}


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
      position: relative;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  
  
  
  
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
    
    
  }


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
  box-sizing: border-box;
}


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
      position: relative;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 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-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  
  
  
  
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
    
    
  }


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
  box-sizing: border-box;
}


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
      position: relative;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 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-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  
  
  
  
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
    
    
  }


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
  box-sizing: border-box;
}


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
      position: relative;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  
  
  
  
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
    
    
  }


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image {
  box-sizing: border-box;
}


.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-96a59745-8fd4-4d57-8d5a-3e26570cab17 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container {
      position: relative;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96a59745-8fd4-4d57-8d5a-3e26570cab17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7b7c7d77-05c2-4f32-be46-26e456b95416 {
  margin-left: auto;
margin-right: auto;
}

#s-97225dc5-0382-497b-904a-89e516ee22dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-97225dc5-0382-497b-904a-89e516ee22dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97225dc5-0382-497b-904a-89e516ee22dd.shg-box.shg-c {
  justify-content: center;
}

#s-dde679ee-c943-4c03-b185-d548e0e24886 {
  margin-left: auto;
margin-right: auto;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
    
    
  }


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
  box-sizing: border-box;
}


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
      position: relative;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  
  
  
  
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
    
    
  }


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
  box-sizing: border-box;
}


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
      position: relative;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 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-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  
  
  
  
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
    
    
  }


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
  box-sizing: border-box;
}


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
      position: relative;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 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-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  
  
  
  
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
    
    
  }


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
  box-sizing: border-box;
}


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
      position: relative;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  
  
  
  
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
    
    
  }


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image {
  box-sizing: border-box;
}


.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-76fd3947-9574-4775-8422-4c3ae0ab1045 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container {
      position: relative;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76fd3947-9574-4775-8422-4c3ae0ab1045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-84f68dbe-103a-4fb7-8962-8bdce157b9d1 {
  margin-left: auto;
margin-right: auto;
}

#s-8855d51a-4753-468d-a388-50f7c39644c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8855d51a-4753-468d-a388-50f7c39644c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8855d51a-4753-468d-a388-50f7c39644c7.shg-box.shg-c {
  justify-content: center;
}

#s-b8abc76c-efcd-4519-bafb-5b76783e2e4a {
  margin-left: auto;
margin-right: auto;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
    
    
  }


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
  box-sizing: border-box;
}


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
      position: relative;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  
  
  
  
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
    
    
  }


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
  box-sizing: border-box;
}


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
      position: relative;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 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-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  
  
  
  
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
    
    
  }


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
  box-sizing: border-box;
}


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
      position: relative;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 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-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  
  
  
  
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
    
    
  }


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
  box-sizing: border-box;
}


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
      position: relative;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  
  
  
  
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
    
    
  }


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image {
  box-sizing: border-box;
}


.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container {
      position: relative;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d4afcf1-876b-40bb-8911-a51b768ce8f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ed85aa08-d980-453c-8090-131b64e05a99 {
  margin-left: auto;
margin-right: auto;
}

#s-29b53fcc-1617-442a-94bf-bba0be51719f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-29b53fcc-1617-442a-94bf-bba0be51719f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29b53fcc-1617-442a-94bf-bba0be51719f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29b53fcc-1617-442a-94bf-bba0be51719f {
  display: none;
}
#s-29b53fcc-1617-442a-94bf-bba0be51719f, #wrap-s-29b53fcc-1617-442a-94bf-bba0be51719f { display: none !important; }}@media (max-width: 767px){#s-29b53fcc-1617-442a-94bf-bba0be51719f {
  display: none;
}
#s-29b53fcc-1617-442a-94bf-bba0be51719f, #wrap-s-29b53fcc-1617-442a-94bf-bba0be51719f { display: none !important; }}
@media (min-width: 0px) {
[id="s-29b53fcc-1617-442a-94bf-bba0be51719f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b53fcc-1617-442a-94bf-bba0be51719f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29b53fcc-1617-442a-94bf-bba0be51719f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b53fcc-1617-442a-94bf-bba0be51719f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3878abb1-fcae-477f-8fe9-28ba94ee217c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3878abb1-fcae-477f-8fe9-28ba94ee217c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3878abb1-fcae-477f-8fe9-28ba94ee217c.shg-box.shg-c {
  justify-content: center;
}

#s-ec791fb7-719e-45fe-bde2-36b46dd7a574 {
  margin-left: auto;
margin-right: auto;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
    
    
  }


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
  box-sizing: border-box;
}


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
      position: relative;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  
  
  
  
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
    
    
  }


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
  box-sizing: border-box;
}


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
      position: relative;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae 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-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  
  
  
  
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
    
    
  }


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
  box-sizing: border-box;
}


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
      position: relative;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae 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-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  
  
  
  
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
    
    
  }


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
  box-sizing: border-box;
}


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
      position: relative;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  
  
  
  
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
    
    
  }


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image {
  box-sizing: border-box;
}


.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container {
      position: relative;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-188dffb0-21d8-443d-8a51-95c3c7b0a4ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9bd565ff-7c3e-4667-b695-82b733d815a0 {
  margin-left: auto;
margin-right: auto;
}

#s-feb8d495-3af9-49df-91a9-e8c501daedcb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-feb8d495-3af9-49df-91a9-e8c501daedcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-feb8d495-3af9-49df-91a9-e8c501daedcb.shg-box.shg-c {
  justify-content: center;
}

#s-a66b6967-a5b0-41e0-9ebd-3066aacd3ff5 {
  margin-left: auto;
margin-right: auto;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
    
    
  }


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
  box-sizing: border-box;
}


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
      position: relative;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  
  
  
  
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
    
    
  }


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
  box-sizing: border-box;
}


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
      position: relative;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 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-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  
  
  
  
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
    
    
  }


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
  box-sizing: border-box;
}


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
      position: relative;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 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-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  
  
  
  
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
    
    
  }


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
  box-sizing: border-box;
}


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
      position: relative;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  
  
  
  
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
    
    
  }


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image {
  box-sizing: border-box;
}


.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c38ad533-2dec-4817-b016-bbb26f50cdf9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container {
      position: relative;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c38ad533-2dec-4817-b016-bbb26f50cdf9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6d58ab4d-68e9-4c16-b25b-169cf946c547 {
  margin-left: auto;
margin-right: auto;
}

#s-060c7467-723f-4ea6-ad9d-7de05b334fd5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-060c7467-723f-4ea6-ad9d-7de05b334fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-060c7467-723f-4ea6-ad9d-7de05b334fd5.shg-box.shg-c {
  justify-content: center;
}

#s-01291bc5-5bff-4bf9-9d7a-674fab6df9b2 {
  margin-left: auto;
margin-right: auto;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
    
    
  }


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
  box-sizing: border-box;
}


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
      position: relative;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  
  
  
  
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
    
    
  }


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
  box-sizing: border-box;
}


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
      position: relative;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c 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-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  
  
  
  
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
    
    
  }


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
  box-sizing: border-box;
}


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
      position: relative;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c 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-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  
  
  
  
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
    
    
  }


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
  box-sizing: border-box;
}


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
      position: relative;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  
  
  
  
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
    
    
  }


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image {
  box-sizing: border-box;
}


.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-869e4a7c-5f6d-4de8-a94f-7603102af78c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container {
      position: relative;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-869e4a7c-5f6d-4de8-a94f-7603102af78c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d8e95301-bf30-4837-b717-0f470f52de0f {
  margin-left: auto;
margin-right: auto;
}

#s-74a0682c-9892-461d-a561-55dc863bafb0 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-74a0682c-9892-461d-a561-55dc863bafb0 {
  display: none;
}
#s-74a0682c-9892-461d-a561-55dc863bafb0, #wrap-s-74a0682c-9892-461d-a561-55dc863bafb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74a0682c-9892-461d-a561-55dc863bafb0 {
  display: none;
}
#s-74a0682c-9892-461d-a561-55dc863bafb0, #wrap-s-74a0682c-9892-461d-a561-55dc863bafb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74a0682c-9892-461d-a561-55dc863bafb0 {
  
}
}@media (max-width: 767px){#s-74a0682c-9892-461d-a561-55dc863bafb0 {
  
}
}
@media (min-width: 0px) {
[id="s-74a0682c-9892-461d-a561-55dc863bafb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74a0682c-9892-461d-a561-55dc863bafb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74a0682c-9892-461d-a561-55dc863bafb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74a0682c-9892-461d-a561-55dc863bafb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b707d03-5de1-435e-862c-d47bf7167212 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4b707d03-5de1-435e-862c-d47bf7167212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b707d03-5de1-435e-862c-d47bf7167212.shg-box.shg-c {
  justify-content: center;
}

#s-2ce90e79-7b9b-4f32-a32e-ca249d559662 {
  margin-left: auto;
margin-right: auto;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
    
    
  }


.s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
      position: relative;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  
  
  
  
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
    
    
  }


.s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
      position: relative;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 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-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  
  
  
  
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
    
    
  }


.s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
      position: relative;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 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-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  
  
  
  
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
    
    
  }


.s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
      position: relative;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  
  
  
  
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
    
    
  }


.s-dc57e605-8cf9-46da-bce0-3a25312669a8 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container {
      position: relative;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc57e605-8cf9-46da-bce0-3a25312669a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dffd9ea9-8600-46de-8bd4-49c61f133d3a {
  margin-left: auto;
margin-right: auto;
}

#s-27fca559-95ca-4502-8d59-c7dc79ce8e0c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-27fca559-95ca-4502-8d59-c7dc79ce8e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27fca559-95ca-4502-8d59-c7dc79ce8e0c.shg-box.shg-c {
  justify-content: center;
}

#s-dddcfb55-b835-4bc3-a79e-bde9e815dd3b {
  margin-left: auto;
margin-right: auto;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
    
    
  }


.s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01d921e7-92e4-47ac-974f-81fb298c6478 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
      position: relative;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  
  
  
  
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
    
    
  }


.s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01d921e7-92e4-47ac-974f-81fb298c6478 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
      position: relative;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478 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-01d921e7-92e4-47ac-974f-81fb298c6478 {
  
  
  
  
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
    
    
  }


.s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01d921e7-92e4-47ac-974f-81fb298c6478 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
      position: relative;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478 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-01d921e7-92e4-47ac-974f-81fb298c6478 {
  
  
  
  
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
    
    
  }


.s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01d921e7-92e4-47ac-974f-81fb298c6478 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
      position: relative;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  
  
  
  
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01d921e7-92e4-47ac-974f-81fb298c6478 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
    
    
  }


.s-01d921e7-92e4-47ac-974f-81fb298c6478 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01d921e7-92e4-47ac-974f-81fb298c6478 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container {
      position: relative;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01d921e7-92e4-47ac-974f-81fb298c6478 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3baf06c8-2cb3-46ed-95d2-a6dd4ae98c7d {
  margin-left: auto;
margin-right: auto;
}

#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad {
  display: none;
}
#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad, #wrap-s-ff1bd6a3-0454-415f-a210-33bfc3edfaad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad {
  display: none;
}
#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad, #wrap-s-ff1bd6a3-0454-415f-a210-33bfc3edfaad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad {
  
}
}@media (max-width: 767px){#s-ff1bd6a3-0454-415f-a210-33bfc3edfaad {
  
}
}
@media (min-width: 0px) {
[id="s-ff1bd6a3-0454-415f-a210-33bfc3edfaad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff1bd6a3-0454-415f-a210-33bfc3edfaad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff1bd6a3-0454-415f-a210-33bfc3edfaad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff1bd6a3-0454-415f-a210-33bfc3edfaad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b5796735-996b-4a03-919c-42116df195cb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b5796735-996b-4a03-919c-42116df195cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5796735-996b-4a03-919c-42116df195cb.shg-box.shg-c {
  justify-content: center;
}

#s-083d5095-2723-49b1-843e-d5f175c7d31f {
  margin-left: auto;
margin-right: auto;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
    
    
  }


.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
      position: relative;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  
  
  
  
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
    
    
  }


.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
      position: relative;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 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-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  
  
  
  
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
    
    
  }


.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
      position: relative;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 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-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  
  
  
  
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
    
    
  }


.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
      position: relative;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  
  
  
  
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
    
    
  }


.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container {
      position: relative;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c541e7d-4a85-4e2b-9b50-27d33d41fb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7a6cb6b8-1141-4a9b-bd45-1d5426d3ded3 {
  margin-left: auto;
margin-right: auto;
}

#s-f0846307-9962-4e64-b797-cccf71c6308d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0846307-9962-4e64-b797-cccf71c6308d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0846307-9962-4e64-b797-cccf71c6308d.shg-box.shg-c {
  justify-content: center;
}

#s-cda3997e-2c07-4e8f-aadd-bb8955737a8c {
  margin-left: auto;
margin-right: auto;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
    
    
  }


.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
      position: relative;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  
  
  
  
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
    
    
  }


.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
      position: relative;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 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-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  
  
  
  
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
    
    
  }


.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
      position: relative;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 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-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  
  
  
  
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
    
    
  }


.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
      position: relative;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  
  
  
  
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
    
    
  }


.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container {
      position: relative;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b49cd2aa-0705-469e-bbf7-ca93c0d25174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-37a9567d-95b3-4d8d-b171-9fd6a36eff53 {
  margin-left: auto;
margin-right: auto;
}

#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 1200px){#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f {
  display: none;
}
#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f, #wrap-s-989b8f92-7cf5-40c2-86a4-c09931e42d8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f {
  display: none;
}
#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f, #wrap-s-989b8f92-7cf5-40c2-86a4-c09931e42d8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f {
  
}
}@media (max-width: 767px){#s-989b8f92-7cf5-40c2-86a4-c09931e42d8f {
  
}
}
@media (min-width: 0px) {
[id="s-989b8f92-7cf5-40c2-86a4-c09931e42d8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-989b8f92-7cf5-40c2-86a4-c09931e42d8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-989b8f92-7cf5-40c2-86a4-c09931e42d8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-989b8f92-7cf5-40c2-86a4-c09931e42d8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78777831-7837-4f87-8e54-6bb423b6eee2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-78777831-7837-4f87-8e54-6bb423b6eee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78777831-7837-4f87-8e54-6bb423b6eee2.shg-box.shg-c {
  justify-content: center;
}

#s-0eb7bb3a-f676-498c-9f89-753e4607e8a0 {
  margin-left: auto;
margin-right: auto;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
    
    
  }


.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
      position: relative;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  
  
  
  
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
    
    
  }


.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
      position: relative;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 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-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  
  
  
  
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
    
    
  }


.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
      position: relative;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 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-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  
  
  
  
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
    
    
  }


.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
      position: relative;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  
  
  
  
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
    
    
  }


.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container {
      position: relative;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ec4f5f-3215-4d58-89d1-a2c966dd5c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9ced35aa-f45c-4593-92a4-27988bc476c2 {
  margin-left: auto;
margin-right: auto;
}

#s-a0d4c62f-59ae-4e12-8505-d29f19cac853 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a0d4c62f-59ae-4e12-8505-d29f19cac853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0d4c62f-59ae-4e12-8505-d29f19cac853.shg-box.shg-c {
  justify-content: center;
}

#s-3d0797a4-61a4-4dd7-b599-7e349b218a15 {
  margin-left: auto;
margin-right: auto;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 20px;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
    
    
  }


.s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-337c7560-1650-4861-8e1c-1c064cb129d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
      position: relative;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  
  
  
  
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
    
    
  }


.s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-337c7560-1650-4861-8e1c-1c064cb129d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
      position: relative;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5 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-337c7560-1650-4861-8e1c-1c064cb129d5 {
  
  
  
  
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
    
    
  }


.s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-337c7560-1650-4861-8e1c-1c064cb129d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
      position: relative;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5 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-337c7560-1650-4861-8e1c-1c064cb129d5 {
  
  
  
  
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
    
    
  }


.s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-337c7560-1650-4861-8e1c-1c064cb129d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
      position: relative;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  
  
  
  
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-337c7560-1650-4861-8e1c-1c064cb129d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
    
    
  }


.s-337c7560-1650-4861-8e1c-1c064cb129d5 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-337c7560-1650-4861-8e1c-1c064cb129d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container {
      position: relative;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-337c7560-1650-4861-8e1c-1c064cb129d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b0ba75d7-ec4f-4743-b500-05634bed7517 {
  margin-left: auto;
margin-right: auto;
}

#s-592c4481-0710-4557-adc5-0d8d71f84558 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(239, 231, 219, 1);
}
@media (max-width: 767px){#s-592c4481-0710-4557-adc5-0d8d71f84558 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-592c4481-0710-4557-adc5-0d8d71f84558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-592c4481-0710-4557-adc5-0d8d71f84558.shg-box.shg-c {
  justify-content: center;
}

#s-704763d3-9f40-4b28-ba1d-290fa8d74ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-704763d3-9f40-4b28-ba1d-290fa8d74ea6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704763d3-9f40-4b28-ba1d-290fa8d74ea6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-704763d3-9f40-4b28-ba1d-290fa8d74ea6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-704763d3-9f40-4b28-ba1d-290fa8d74ea6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-704763d3-9f40-4b28-ba1d-290fa8d74ea6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-58639ff7-e80b-4599-b441-ded3c60b7e83 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-380a9e01-5cf3-425d-9248-5789eb36fd75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(226, 196, 101, 1);
text-align: left;
text-decoration: none;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-380a9e01-5cf3-425d-9248-5789eb36fd75:hover {background-color: rgba(216, 186, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}#s-380a9e01-5cf3-425d-9248-5789eb36fd75:active {background-color: rgba(216, 186, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}

  #s-380a9e01-5cf3-425d-9248-5789eb36fd75-root {
    text-align: left;
  }


#s-380a9e01-5cf3-425d-9248-5789eb36fd75.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-380a9e01-5cf3-425d-9248-5789eb36fd75-root {
    text-align: left;
  }


#s-380a9e01-5cf3-425d-9248-5789eb36fd75.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-380a9e01-5cf3-425d-9248-5789eb36fd75-root {
    text-align: left;
  }


#s-380a9e01-5cf3-425d-9248-5789eb36fd75.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-380a9e01-5cf3-425d-9248-5789eb36fd75-root {
    text-align: left;
  }


#s-380a9e01-5cf3-425d-9248-5789eb36fd75.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-380a9e01-5cf3-425d-9248-5789eb36fd75-root {
    text-align: left;
  }


#s-380a9e01-5cf3-425d-9248-5789eb36fd75.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
    
    
  }


.s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-content {
  
    align-items: center;
  
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
      position: relative;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  
  
  
  
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
    
    
  }


.s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-content {
  
    align-items: center;
  
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
      position: relative;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 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-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  
  
  
  
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
    
    
  }


.s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-content {
  
    align-items: center;
  
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
      position: relative;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 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-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  
  
  
  
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
    
    
  }


.s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-content {
  
    align-items: center;
  
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
      position: relative;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  
  
  
  margin-bottom: 20px;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
    
    
  }


.s-718fb7a4-6666-488a-9ab3-aaf973b9e010 .shogun-image-content {
  
    align-items: center;
  
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shg-align-container {
  display: flex;
  justify-content: center
}

.s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container {
      position: relative;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-718fb7a4-6666-488a-9ab3-aaf973b9e010 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(249, 244, 236, 1);
}
@media (max-width: 767px){#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6 {
  padding-top: 40px;
padding-bottom: 30px;
min-height: 340px;
}
}







#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86c4230c-4d09-4fdf-ab50-0df91f1f83a6.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-4dc5b887-4856-4353-bb75-20ac6015f882 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-0515e665-b2f2-4734-903d-bd876ec5fbcb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1100px;
}
@media (max-width: 767px){#s-0515e665-b2f2-4734-903d-bd876ec5fbcb {
  display: none;
}
#s-0515e665-b2f2-4734-903d-bd876ec5fbcb, #wrap-s-0515e665-b2f2-4734-903d-bd876ec5fbcb { display: none !important; }}
#s-0515e665-b2f2-4734-903d-bd876ec5fbcb .shg-sld-dot {
  background-color: rgba(51, 51, 51, 1);
}

#s-0515e665-b2f2-4734-903d-bd876ec5fbcb .shg-sld-nav-button.shg-sld-left,
#s-0515e665-b2f2-4734-903d-bd876ec5fbcb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 51, 51, 1);
}

#s-f5244e96-cd02-41dc-bc3c-e656123a30e2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-f5244e96-cd02-41dc-bc3c-e656123a30e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5244e96-cd02-41dc-bc3c-e656123a30e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f5244e96-cd02-41dc-bc3c-e656123a30e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5244e96-cd02-41dc-bc3c-e656123a30e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f5c3778c-0e6d-40fe-bb2b-b55cf6d0d571 {
  margin-left: auto;
margin-right: auto;
}

#s-9e114e54-f85f-411d-94f4-42a4aaab9306 {
  margin-left: auto;
margin-right: auto;
}

#s-d8169c19-dd2a-482a-ae43-89aed489fb93 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-d8169c19-dd2a-482a-ae43-89aed489fb93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8169c19-dd2a-482a-ae43-89aed489fb93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d8169c19-dd2a-482a-ae43-89aed489fb93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8169c19-dd2a-482a-ae43-89aed489fb93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e880705f-c41d-4ddf-a01b-cd6b4f931da9 {
  margin-left: auto;
margin-right: auto;
}

#s-b01a136c-f9f1-48f8-b7a5-af9cb4452514 {
  margin-left: auto;
margin-right: auto;
}

#s-591f5f82-c834-4f5f-86c1-af9a13ce97d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-591f5f82-c834-4f5f-86c1-af9a13ce97d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591f5f82-c834-4f5f-86c1-af9a13ce97d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-591f5f82-c834-4f5f-86c1-af9a13ce97d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-591f5f82-c834-4f5f-86c1-af9a13ce97d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-aed1b74a-99cb-4d0e-b028-90e5e356f6b6 {
  margin-left: auto;
margin-right: auto;
}

#s-5888c6a9-a49c-4d18-bf8f-b33985ce4bae {
  margin-left: auto;
margin-right: auto;
}

#s-70ef9669-49af-4e48-917c-41f7082e3c2b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-70ef9669-49af-4e48-917c-41f7082e3c2b {
  display: none;
}
#s-70ef9669-49af-4e48-917c-41f7082e3c2b, #wrap-s-70ef9669-49af-4e48-917c-41f7082e3c2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70ef9669-49af-4e48-917c-41f7082e3c2b {
  display: none;
}
#s-70ef9669-49af-4e48-917c-41f7082e3c2b, #wrap-s-70ef9669-49af-4e48-917c-41f7082e3c2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70ef9669-49af-4e48-917c-41f7082e3c2b {
  display: none;
}
#s-70ef9669-49af-4e48-917c-41f7082e3c2b, #wrap-s-70ef9669-49af-4e48-917c-41f7082e3c2b { display: none !important; }}
#s-70ef9669-49af-4e48-917c-41f7082e3c2b .shg-sld-dot {
  background-color: rgba(51, 51, 51, 1);
}

#s-70ef9669-49af-4e48-917c-41f7082e3c2b .shg-sld-nav-button.shg-sld-left,
#s-70ef9669-49af-4e48-917c-41f7082e3c2b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 51, 51, 1);
}

#s-fe87f3bd-9b07-44cc-8788-c77a63b70199 {
  margin-left: auto;
margin-right: auto;
}

#s-b245362c-7c09-43ec-a1b0-20d0f4622106 {
  margin-left: auto;
margin-right: auto;
}

#s-78c364ae-acfb-49f9-9d58-826b293e8dd3 {
  margin-left: auto;
margin-right: auto;
}

#s-8fa6f528-5153-441f-b190-c9be793f78a0 {
  margin-left: auto;
margin-right: auto;
}

#s-64300ba4-819b-4295-995c-f42a493c11ed {
  margin-left: auto;
margin-right: auto;
}

#s-263ffbdf-ae49-4095-8594-2f02fb0ea5f4 {
  margin-left: auto;
margin-right: auto;
}

#s-f025218b-3a81-452f-a129-01311ee36769 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
