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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-b6303dac-346d-4121-8007-b968dacdcec8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6303dac-346d-4121-8007-b968dacdcec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6303dac-346d-4121-8007-b968dacdcec8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-897438ad-4ca8-4092-8006-cff5f7f3a7f7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-897438ad-4ca8-4092-8006-cff5f7f3a7f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-897438ad-4ca8-4092-8006-cff5f7f3a7f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcfd261f-2eb9-4548-a440-01930bd4eca4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-dcfd261f-2eb9-4548-a440-01930bd4eca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcfd261f-2eb9-4548-a440-01930bd4eca4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-352b93cb-85db-4ba3-9d48-74176128fff5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-352b93cb-85db-4ba3-9d48-74176128fff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-352b93cb-85db-4ba3-9d48-74176128fff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ed54f36-09ea-4355-8550-5d8c42691621 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ed54f36-09ea-4355-8550-5d8c42691621 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ed54f36-09ea-4355-8550-5d8c42691621 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-1ed54f36-09ea-4355-8550-5d8c42691621 {
  padding-left: 15px;
padding-right: 15px;
display: none;
}
#s-1ed54f36-09ea-4355-8550-5d8c42691621, #wrap-s-1ed54f36-09ea-4355-8550-5d8c42691621, #wrap-content-s-1ed54f36-09ea-4355-8550-5d8c42691621 { display: none !important; }}







#s-1ed54f36-09ea-4355-8550-5d8c42691621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ed54f36-09ea-4355-8550-5d8c42691621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-e2f90f87-a2c2-4c1b-92fc-8ebd87cd1a8c {
  margin-top: 4em;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-e2f90f87-a2c2-4c1b-92fc-8ebd87cd1a8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f90f87-a2c2-4c1b-92fc-8ebd87cd1a8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f90f87-a2c2-4c1b-92fc-8ebd87cd1a8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f90f87-a2c2-4c1b-92fc-8ebd87cd1a8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03b5d726-b264-4e32-869d-5c013f7bb92f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1:1;
text-align: center;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin: 0 !important;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
    
    
    
    
  }


.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
      position: relative;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin: 0 !important;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
    
    
    
    
  }


.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
      position: relative;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin: 0 !important;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
    
    
    
    
  }


.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
      position: relative;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin: 0 !important;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
    
    
    
    
  }


.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
      position: relative;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  margin: 0 !important;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
    
    
    
    
  }


.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container {
      position: relative;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b54ad5e1-3da2-4c25-ae76-4e8662011f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 670px;
text-align: center;
}
@media (max-width: 767px){#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin-top: 21px;
}
}
#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin: 0 !important;
}

#s-6f945138-ba95-46a4-a41b-983943301a17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 24px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0px;
  margin-bottom: 24px;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}






.s-6f945138-ba95-46a4-a41b-983943301a17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin: 0 !important;
}

#s-6f945138-ba95-46a4-a41b-983943301a17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-6f945138-ba95-46a4-a41b-983943301a17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin: 0 !important;
}

#s-6f945138-ba95-46a4-a41b-983943301a17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-6f945138-ba95-46a4-a41b-983943301a17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin: 0 !important;
}

#s-6f945138-ba95-46a4-a41b-983943301a17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-6f945138-ba95-46a4-a41b-983943301a17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-6f945138-ba95-46a4-a41b-983943301a17 {
  margin: 0 !important;
}

#s-6f945138-ba95-46a4-a41b-983943301a17-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 21px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6f945138-ba95-46a4-a41b-983943301a17 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 21px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-6f945138-ba95-46a4-a41b-983943301a17 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f945138-ba95-46a4-a41b-983943301a17.shogun-image {
  box-sizing: border-box;
}




}
#s-5fa1215d-f706-433f-9431-a8f3ddc9743f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-5fa1215d-f706-433f-9431-a8f3ddc9743f {
  max-width: 600px;
}
}
@media (min-width: 0px) {
[id="s-5fa1215d-f706-433f-9431-a8f3ddc9743f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fa1215d-f706-433f-9431-a8f3ddc9743f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa1215d-f706-433f-9431-a8f3ddc9743f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa1215d-f706-433f-9431-a8f3ddc9743f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin: 0 !important;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
    
    
    
    
  }


.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin: 0 !important;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
    
    
    
    
  }


.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin: 0 !important;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
    
    
    
    
  }


.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin: 0 !important;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
    
    
    
    
  }


.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  margin: 0 !important;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7c9f03f7-b70a-415f-bb40-822dfebcc39d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
    
    
    
    
  }


.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9f03f7-b70a-415f-bb40-822dfebcc39d.shogun-image {
  box-sizing: border-box;
}




}
#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin: 0 !important;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
    
    
    
    
  }


.s-0e719857-3d5a-4130-acca-6209b35c1186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin: 0 !important;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
    
    
    
    
  }


.s-0e719857-3d5a-4130-acca-6209b35c1186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin: 0 !important;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
    
    
    
    
  }


.s-0e719857-3d5a-4130-acca-6209b35c1186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin: 0 !important;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
    
    
    
    
  }


.s-0e719857-3d5a-4130-acca-6209b35c1186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-0e719857-3d5a-4130-acca-6209b35c1186 {
  margin: 0 !important;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0e719857-3d5a-4130-acca-6209b35c1186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
    
    
    
    
  }


.s-0e719857-3d5a-4130-acca-6209b35c1186 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e719857-3d5a-4130-acca-6209b35c1186.shogun-image {
  box-sizing: border-box;
}




}
#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f {
  padding-left: 15px;
padding-right: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0629e8d0-92c6-4ab8-ac44-a553a6a0c82f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf {
  margin-top: 4em;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 1200px){#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf {
  display: none;
}
#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-content-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf {
  display: none;
}
#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-content-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf {
  display: none;
}
#s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf, #wrap-content-s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca4aee4-ed04-40ff-81b5-ca227f1952bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71b19f66-18cf-4814-9807-c84e1e2a2489 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1:1;
text-align: center;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin: 0 !important;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
    
    
    
    
  }


.s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
      position: relative;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin: 0 !important;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
    
    
    
    
  }


.s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
      position: relative;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin: 0 !important;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
    
    
    
    
  }


.s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
      position: relative;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin: 0 !important;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
    
    
    
    
  }


.s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
      position: relative;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  margin: 0 !important;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
    
    
    
    
  }


.s-c7b7664b-d236-446e-aaf9-c146100c91f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container {
      position: relative;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7b7664b-d236-446e-aaf9-c146100c91f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 670px;
text-align: center;
}
@media (max-width: 767px){#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin-top: 21px;
}
}
#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin: 0 !important;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 24px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0px;
  margin-bottom: 24px;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}






.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin: 0 !important;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin: 0 !important;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin: 0 !important;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  margin: 0 !important;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 21px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 21px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa56d6eb-3c56-4bc0-9b42-ec939c59c47b.shogun-image {
  box-sizing: border-box;
}




}
#s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd {
  max-width: 600px;
}
}
@media (min-width: 0px) {
[id="s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb6a62cc-6b4b-43d2-837a-4edf9ac393cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin-left: 2%;
margin-bottom: 30px;
max-width: 100%;
text-align: right;
}
}
#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin: 0 !important;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin: 0 !important;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin: 0 !important;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin: 0 !important;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  margin: 0 !important;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  
  
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 2%;
  
  
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e894743-364b-4b5b-b4a0-8a9bfed99d1f.shogun-image {
  box-sizing: border-box;
}




}
#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin-left: auto;
margin-right: auto;
max-width: 324px;
text-align: center;
}
@media (max-width: 767px){#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 2%;
max-width: 100%;
}
}
#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin: 0 !important;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin: 0 !important;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin: 0 !important;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin: 0 !important;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}






.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  margin: 0 !important;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-261ad422-aa43-4ab3-bdc7-de1a06437d8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 0%;
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
}






.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-261ad422-aa43-4ab3-bdc7-de1a06437d8b.shogun-image {
  box-sizing: border-box;
}




}
#s-e1b35eb4-5f96-42bc-801e-fe0b09494fa1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e1b35eb4-5f96-42bc-801e-fe0b09494fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1b35eb4-5f96-42bc-801e-fe0b09494fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dba41892-a252-4dc1-a194-e3b45842a828 {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-dba41892-a252-4dc1-a194-e3b45842a828 {
  padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
}
}
@media (min-width: 0px) {
[id="s-dba41892-a252-4dc1-a194-e3b45842a828"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba41892-a252-4dc1-a194-e3b45842a828"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dba41892-a252-4dc1-a194-e3b45842a828"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba41892-a252-4dc1-a194-e3b45842a828"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dba41892-a252-4dc1-a194-e3b45842a828"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c890ab9b-f5bb-4670-aafb-a173d2443c36 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c890ab9b-f5bb-4670-aafb-a173d2443c36 {
  padding-top: 0em;
padding-bottom: 0em;
}
}







#s-c890ab9b-f5bb-4670-aafb-a173d2443c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c890ab9b-f5bb-4670-aafb-a173d2443c36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-688ffe07-8c60-46be-8eec-9cab4ecdd119 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-688ffe07-8c60-46be-8eec-9cab4ecdd119 {
  text-align: left;
}
}@media (max-width: 767px){#s-688ffe07-8c60-46be-8eec-9cab4ecdd119 {
  text-align: center;
}
}
#s-688ffe07-8c60-46be-8eec-9cab4ecdd119 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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 ::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-05dc42c8-edfd-4da5-acaa-49cadf10e579 {
  margin-left: auto;
margin-right: auto;
}

#s-05dc42c8-edfd-4da5-acaa-49cadf10e579 .shg-proportional-font-size,
#s-05dc42c8-edfd-4da5-acaa-49cadf10e579 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-359d4e6d-b38d-41b6-9653-293e4725013a {
  margin-left: auto;
margin-right: auto;
}

#s-359d4e6d-b38d-41b6-9653-293e4725013a .shg-proportional-font-size,
#s-359d4e6d-b38d-41b6-9653-293e4725013a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin-left: auto;
margin-right: auto;
max-width: 722px;
text-align: center;
}
@media (min-width: 1200px){#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  max-width: 450px;
}
}
#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c img.shogun-image {
  width: 100%;
  
  
  max-width: 722px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-055446b3-e3db-44dd-89b2-dd8944b2f01c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c img.shogun-image {
  width: 100%;
  
  
  max-width: 722px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-055446b3-e3db-44dd-89b2-dd8944b2f01c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c img.shogun-image {
  width: 100%;
  
  
  max-width: 722px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-055446b3-e3db-44dd-89b2-dd8944b2f01c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c img.shogun-image {
  width: 100%;
  
  
  max-width: 722px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-055446b3-e3db-44dd-89b2-dd8944b2f01c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 3em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-055446b3-e3db-44dd-89b2-dd8944b2f01c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 3em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c img.shogun-image {
  width: 100%;
  
  
  max-width: 722px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-055446b3-e3db-44dd-89b2-dd8944b2f01c .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055446b3-e3db-44dd-89b2-dd8944b2f01c.shogun-image {
  box-sizing: border-box;
}




}
#s-bac75030-96c0-4602-9e3c-3fe20b930d91 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bac75030-96c0-4602-9e3c-3fe20b930d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bac75030-96c0-4602-9e3c-3fe20b930d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6469812-1486-483f-b644-1020aab2f8dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-a6469812-1486-483f-b644-1020aab2f8dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6469812-1486-483f-b644-1020aab2f8dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1c103b6-6920-4f24-a5fa-f9a7103726f5 {
  margin-top: 90px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1c103b6-6920-4f24-a5fa-f9a7103726f5 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1877px;
text-align: center;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1877px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d86477e1-42bf-4635-bb32-712705d086d4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1877px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d86477e1-42bf-4635-bb32-712705d086d4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1877px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d86477e1-42bf-4635-bb32-712705d086d4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1877px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d86477e1-42bf-4635-bb32-712705d086d4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-d86477e1-42bf-4635-bb32-712705d086d4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d86477e1-42bf-4635-bb32-712705d086d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1877px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d86477e1-42bf-4635-bb32-712705d086d4 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d86477e1-42bf-4635-bb32-712705d086d4.shogun-image {
  box-sizing: border-box;
}




}
#s-e9bfb43d-43f2-41a0-9cae-6088246c7792 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 60px;
padding-right: 2%;
min-height: 50px;
max-width: 1400px;
}








#s-e9bfb43d-43f2-41a0-9cae-6088246c7792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9bfb43d-43f2-41a0-9cae-6088246c7792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a39c7a2-b255-4ddd-8efa-3ffd31695dbd {
  min-height: 50px;
}








#s-0a39c7a2-b255-4ddd-8efa-3ffd31695dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a39c7a2-b255-4ddd-8efa-3ffd31695dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad087a9c-be3f-4d1c-812c-6f7e97fd71a8 {
  margin-top: 20px;
margin-bottom: 40px;
min-height: 50px;
}








#s-ad087a9c-be3f-4d1c-812c-6f7e97fd71a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad087a9c-be3f-4d1c-812c-6f7e97fd71a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56c4c360-25de-46cc-9dcd-e8e74d17061b {
  text-align: left;
}

#s-63a88aec-e749-45e6-bbc0-72e554eed46b {
  min-height: 50px;
}








#s-63a88aec-e749-45e6-bbc0-72e554eed46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63a88aec-e749-45e6-bbc0-72e554eed46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-62146c5e-c439-4cfd-807c-9b720d885358 {
  max-width: 400px;
text-align: center;
}

#s-62146c5e-c439-4cfd-807c-9b720d885358 {
  overflow: hidden;
}







  #s-62146c5e-c439-4cfd-807c-9b720d885358 img.shogun-image {
    

    
    
    
  }


#s-62146c5e-c439-4cfd-807c-9b720d885358 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6a35bb5-393e-4578-b5ca-942564e8d5e1 {
  max-width: 400px;
text-align: center;
}

#s-b6a35bb5-393e-4578-b5ca-942564e8d5e1 {
  overflow: hidden;
}







  #s-b6a35bb5-393e-4578-b5ca-942564e8d5e1 img.shogun-image {
    

    
    
    
  }


#s-b6a35bb5-393e-4578-b5ca-942564e8d5e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-da140624-fe6b-4895-ae75-975b35ecf671 {
  max-width: 400px;
text-align: center;
}

#s-da140624-fe6b-4895-ae75-975b35ecf671 {
  overflow: hidden;
}







  #s-da140624-fe6b-4895-ae75-975b35ecf671 img.shogun-image {
    

    
    
    
  }


#s-da140624-fe6b-4895-ae75-975b35ecf671 .shogun-image-content {
  
    justify-content: center;
  
}

#s-862dc445-898f-4c25-bfe1-10a9a5fc39a8 {
  max-width: 400px;
text-align: center;
}

#s-862dc445-898f-4c25-bfe1-10a9a5fc39a8 {
  overflow: hidden;
}







  #s-862dc445-898f-4c25-bfe1-10a9a5fc39a8 img.shogun-image {
    

    
    
    
  }


#s-862dc445-898f-4c25-bfe1-10a9a5fc39a8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ad048fc-1324-4ee8-a1af-0ba2a9ebfdec {
  max-width: 400px;
text-align: center;
}

#s-1ad048fc-1324-4ee8-a1af-0ba2a9ebfdec {
  overflow: hidden;
}







  #s-1ad048fc-1324-4ee8-a1af-0ba2a9ebfdec img.shogun-image {
    

    
    
    
  }


#s-1ad048fc-1324-4ee8-a1af-0ba2a9ebfdec .shogun-image-content {
  
    justify-content: center;
  
}

#s-e08bff27-97ee-4d66-9b12-795b2a8e7af6 {
  max-width: 400px;
text-align: center;
}

#s-e08bff27-97ee-4d66-9b12-795b2a8e7af6 {
  overflow: hidden;
}







  #s-e08bff27-97ee-4d66-9b12-795b2a8e7af6 img.shogun-image {
    

    
    
    
  }


#s-e08bff27-97ee-4d66-9b12-795b2a8e7af6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c186e821-09d3-4f7c-a111-e681ae2b2600 {
  max-width: 400px;
text-align: center;
}

#s-c186e821-09d3-4f7c-a111-e681ae2b2600 {
  overflow: hidden;
}







  #s-c186e821-09d3-4f7c-a111-e681ae2b2600 img.shogun-image {
    

    
    
    
  }


#s-c186e821-09d3-4f7c-a111-e681ae2b2600 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ca8e26c-d535-4fa9-8caf-bfe34c8eb553 {
  max-width: 400px;
text-align: center;
}

#s-2ca8e26c-d535-4fa9-8caf-bfe34c8eb553 {
  overflow: hidden;
}







  #s-2ca8e26c-d535-4fa9-8caf-bfe34c8eb553 img.shogun-image {
    

    
    
    
  }


#s-2ca8e26c-d535-4fa9-8caf-bfe34c8eb553 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f31a639-b461-4bd4-9174-504a9ae96419 {
  max-width: 400px;
text-align: center;
}

#s-8f31a639-b461-4bd4-9174-504a9ae96419 {
  overflow: hidden;
}







  #s-8f31a639-b461-4bd4-9174-504a9ae96419 img.shogun-image {
    

    
    
    
  }


#s-8f31a639-b461-4bd4-9174-504a9ae96419 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a567d93-b1a5-4305-96ce-2afb727a87fe {
  max-width: 400px;
text-align: center;
}

#s-5a567d93-b1a5-4305-96ce-2afb727a87fe {
  overflow: hidden;
}







  #s-5a567d93-b1a5-4305-96ce-2afb727a87fe img.shogun-image {
    

    
    
    
  }


#s-5a567d93-b1a5-4305-96ce-2afb727a87fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f65f256-47ce-4022-8305-e4fc1abb85d7 {
  max-width: 400px;
text-align: center;
}

#s-2f65f256-47ce-4022-8305-e4fc1abb85d7 {
  overflow: hidden;
}







  #s-2f65f256-47ce-4022-8305-e4fc1abb85d7 img.shogun-image {
    

    
    
    
  }


#s-2f65f256-47ce-4022-8305-e4fc1abb85d7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-df74f31c-3ccc-4928-aa37-dce453e347d7 {
  max-width: 400px;
text-align: center;
}

#s-df74f31c-3ccc-4928-aa37-dce453e347d7 {
  overflow: hidden;
}







  #s-df74f31c-3ccc-4928-aa37-dce453e347d7 img.shogun-image {
    

    
    
    
  }


#s-df74f31c-3ccc-4928-aa37-dce453e347d7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-137aee08-99ce-45f3-87e4-9d89bf99b2ef {
  max-width: 400px;
text-align: center;
}

#s-137aee08-99ce-45f3-87e4-9d89bf99b2ef {
  overflow: hidden;
}







  #s-137aee08-99ce-45f3-87e4-9d89bf99b2ef img.shogun-image {
    

    
    
    
  }


#s-137aee08-99ce-45f3-87e4-9d89bf99b2ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-25efa35b-bcee-4895-86d8-20f9f69b6345 {
  max-width: 400px;
text-align: center;
}

#s-25efa35b-bcee-4895-86d8-20f9f69b6345 {
  overflow: hidden;
}







  #s-25efa35b-bcee-4895-86d8-20f9f69b6345 img.shogun-image {
    

    
    
    
  }


#s-25efa35b-bcee-4895-86d8-20f9f69b6345 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d4b5124-fb17-4285-a33c-42e674a45eac {
  max-width: 400px;
text-align: center;
}

#s-5d4b5124-fb17-4285-a33c-42e674a45eac {
  overflow: hidden;
}







  #s-5d4b5124-fb17-4285-a33c-42e674a45eac img.shogun-image {
    

    
    
    
  }


#s-5d4b5124-fb17-4285-a33c-42e674a45eac .shogun-image-content {
  
    justify-content: center;
  
}

#s-90b354c5-7456-4073-b728-5cdc0c946b1d {
  max-width: 400px;
text-align: center;
}

#s-90b354c5-7456-4073-b728-5cdc0c946b1d {
  overflow: hidden;
}







  #s-90b354c5-7456-4073-b728-5cdc0c946b1d img.shogun-image {
    

    
    
    
  }


#s-90b354c5-7456-4073-b728-5cdc0c946b1d .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b32b908-5979-48b1-b079-e35730313e08 {
  max-width: 400px;
text-align: center;
}

#s-8b32b908-5979-48b1-b079-e35730313e08 {
  overflow: hidden;
}







  #s-8b32b908-5979-48b1-b079-e35730313e08 img.shogun-image {
    

    
    
    
  }


#s-8b32b908-5979-48b1-b079-e35730313e08 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e66302b-f2be-45f0-821f-513ddc286407 {
  max-width: 400px;
text-align: center;
}

#s-3e66302b-f2be-45f0-821f-513ddc286407 {
  overflow: hidden;
}







  #s-3e66302b-f2be-45f0-821f-513ddc286407 img.shogun-image {
    

    
    
    
  }


#s-3e66302b-f2be-45f0-821f-513ddc286407 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e0be88ab-44bd-48a3-9804-d3d76ea72606 {
  max-width: 400px;
text-align: center;
}

#s-e0be88ab-44bd-48a3-9804-d3d76ea72606 {
  overflow: hidden;
}







  #s-e0be88ab-44bd-48a3-9804-d3d76ea72606 img.shogun-image {
    

    
    
    
  }


#s-e0be88ab-44bd-48a3-9804-d3d76ea72606 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a786599b-2452-480c-a297-2f479f2e4c8f {
  max-width: 400px;
text-align: center;
}

#s-a786599b-2452-480c-a297-2f479f2e4c8f {
  overflow: hidden;
}







  #s-a786599b-2452-480c-a297-2f479f2e4c8f img.shogun-image {
    

    
    
    
  }


#s-a786599b-2452-480c-a297-2f479f2e4c8f .shogun-image-content {
  
    justify-content: center;
  
}

#s-34bc5e58-b9d4-47fb-b1b8-af4a8108c69d {
  max-width: 400px;
text-align: center;
}

#s-34bc5e58-b9d4-47fb-b1b8-af4a8108c69d {
  overflow: hidden;
}







  #s-34bc5e58-b9d4-47fb-b1b8-af4a8108c69d img.shogun-image {
    

    
    
    
  }


#s-34bc5e58-b9d4-47fb-b1b8-af4a8108c69d .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c14bea5-e2a0-4a61-8a6a-78712ceebfa8 {
  max-width: 400px;
text-align: center;
}

#s-2c14bea5-e2a0-4a61-8a6a-78712ceebfa8 {
  overflow: hidden;
}







  #s-2c14bea5-e2a0-4a61-8a6a-78712ceebfa8 img.shogun-image {
    

    
    
    
  }


#s-2c14bea5-e2a0-4a61-8a6a-78712ceebfa8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-24a80f71-99f9-4f85-bb66-52826f5a7dc0 {
  max-width: 400px;
text-align: center;
}

#s-24a80f71-99f9-4f85-bb66-52826f5a7dc0 {
  overflow: hidden;
}







  #s-24a80f71-99f9-4f85-bb66-52826f5a7dc0 img.shogun-image {
    

    
    
    
  }


#s-24a80f71-99f9-4f85-bb66-52826f5a7dc0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e27db902-2752-4a0f-a2e3-6aeee7b85ac0 {
  max-width: 400px;
text-align: center;
}

#s-e27db902-2752-4a0f-a2e3-6aeee7b85ac0 {
  overflow: hidden;
}







  #s-e27db902-2752-4a0f-a2e3-6aeee7b85ac0 img.shogun-image {
    

    
    
    
  }


#s-e27db902-2752-4a0f-a2e3-6aeee7b85ac0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-afc7a468-67da-427d-8bb3-e4d166bbae70 {
  max-width: 400px;
text-align: center;
}

#s-afc7a468-67da-427d-8bb3-e4d166bbae70 {
  overflow: hidden;
}







  #s-afc7a468-67da-427d-8bb3-e4d166bbae70 img.shogun-image {
    

    
    
    
  }


#s-afc7a468-67da-427d-8bb3-e4d166bbae70 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2d3cdf66-cf6c-4953-8f01-c4f9300cec01 {
  max-width: 400px;
text-align: center;
}

#s-2d3cdf66-cf6c-4953-8f01-c4f9300cec01 {
  overflow: hidden;
}







  #s-2d3cdf66-cf6c-4953-8f01-c4f9300cec01 img.shogun-image {
    

    
    
    
  }


#s-2d3cdf66-cf6c-4953-8f01-c4f9300cec01 .shogun-image-content {
  
    justify-content: center;
  
}

#s-85e81b0a-56d0-4690-ad73-6e8f58e826db {
  max-width: 400px;
text-align: center;
}

#s-85e81b0a-56d0-4690-ad73-6e8f58e826db {
  overflow: hidden;
}








#s-85e81b0a-56d0-4690-ad73-6e8f58e826db .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab7a6ed4-1d19-43b2-a1f4-c0476c1b7c85 {
  max-width: 400px;
text-align: center;
}

#s-ab7a6ed4-1d19-43b2-a1f4-c0476c1b7c85 {
  overflow: hidden;
}







  #s-ab7a6ed4-1d19-43b2-a1f4-c0476c1b7c85 img.shogun-image {
    

    
    
    
  }


#s-ab7a6ed4-1d19-43b2-a1f4-c0476c1b7c85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5b04b0c-9d0b-49c8-8465-71de57b1ede6 {
  max-width: 400px;
text-align: center;
}

#s-b5b04b0c-9d0b-49c8-8465-71de57b1ede6 {
  overflow: hidden;
}







  #s-b5b04b0c-9d0b-49c8-8465-71de57b1ede6 img.shogun-image {
    

    
    
    
  }


#s-b5b04b0c-9d0b-49c8-8465-71de57b1ede6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9e53f3c-9af3-4daf-9269-eef1d32f3a41 {
  max-width: 400px;
text-align: center;
}

#s-c9e53f3c-9af3-4daf-9269-eef1d32f3a41 {
  overflow: hidden;
}







  #s-c9e53f3c-9af3-4daf-9269-eef1d32f3a41 img.shogun-image {
    

    
    
    
  }


#s-c9e53f3c-9af3-4daf-9269-eef1d32f3a41 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f62849a-bda5-4e43-a969-94d69e8243ff {
  max-width: 400px;
text-align: center;
}

#s-8f62849a-bda5-4e43-a969-94d69e8243ff {
  overflow: hidden;
}







  #s-8f62849a-bda5-4e43-a969-94d69e8243ff img.shogun-image {
    

    
    
    
  }


#s-8f62849a-bda5-4e43-a969-94d69e8243ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-7649d10f-00cc-4548-9cec-513c1c82281e {
  max-width: 400px;
text-align: center;
}

#s-7649d10f-00cc-4548-9cec-513c1c82281e {
  overflow: hidden;
}







  #s-7649d10f-00cc-4548-9cec-513c1c82281e img.shogun-image {
    

    
    
    
  }


#s-7649d10f-00cc-4548-9cec-513c1c82281e .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3599b18-a432-4b4d-8031-b46c43931c9f {
  max-width: 400px;
text-align: center;
}

#s-a3599b18-a432-4b4d-8031-b46c43931c9f {
  overflow: hidden;
}







  #s-a3599b18-a432-4b4d-8031-b46c43931c9f img.shogun-image {
    

    
    
    
  }


#s-a3599b18-a432-4b4d-8031-b46c43931c9f .shogun-image-content {
  
    justify-content: center;
  
}

#s-3d25c057-fbad-4cdd-af99-b4181cee61f0 {
  max-width: 400px;
text-align: center;
}

#s-3d25c057-fbad-4cdd-af99-b4181cee61f0 {
  overflow: hidden;
}







  #s-3d25c057-fbad-4cdd-af99-b4181cee61f0 img.shogun-image {
    

    
    
    
  }


#s-3d25c057-fbad-4cdd-af99-b4181cee61f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5517b93f-51f5-48e4-a8a9-dd8f61fe3244 {
  max-width: 400px;
text-align: center;
}

#s-5517b93f-51f5-48e4-a8a9-dd8f61fe3244 {
  overflow: hidden;
}







  #s-5517b93f-51f5-48e4-a8a9-dd8f61fe3244 img.shogun-image {
    

    
    
    
  }


#s-5517b93f-51f5-48e4-a8a9-dd8f61fe3244 .shogun-image-content {
  
    justify-content: center;
  
}

#s-08f91c8b-8345-4f0a-9e62-ace9a9e6c223 {
  max-width: 400px;
text-align: center;
}

#s-08f91c8b-8345-4f0a-9e62-ace9a9e6c223 {
  overflow: hidden;
}







  #s-08f91c8b-8345-4f0a-9e62-ace9a9e6c223 img.shogun-image {
    

    
    
    
  }


#s-08f91c8b-8345-4f0a-9e62-ace9a9e6c223 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7bef217-786a-45b9-af63-a72f97c88acd {
  max-width: 400px;
text-align: center;
}

#s-a7bef217-786a-45b9-af63-a72f97c88acd {
  overflow: hidden;
}







  #s-a7bef217-786a-45b9-af63-a72f97c88acd img.shogun-image {
    

    
    
    
  }


#s-a7bef217-786a-45b9-af63-a72f97c88acd .shogun-image-content {
  
    justify-content: center;
  
}

#s-0bd7d704-d484-4655-bfa8-dba9dadd3322 {
  max-width: 400px;
text-align: center;
}

#s-0bd7d704-d484-4655-bfa8-dba9dadd3322 {
  overflow: hidden;
}







  #s-0bd7d704-d484-4655-bfa8-dba9dadd3322 img.shogun-image {
    

    
    
    
  }


#s-0bd7d704-d484-4655-bfa8-dba9dadd3322 .shogun-image-content {
  
    justify-content: center;
  
}

#s-941bab50-8b44-4a51-b374-b3d72bb5cb85 {
  max-width: 400px;
text-align: center;
}

#s-941bab50-8b44-4a51-b374-b3d72bb5cb85 {
  overflow: hidden;
}







  #s-941bab50-8b44-4a51-b374-b3d72bb5cb85 img.shogun-image {
    

    
    
    
  }


#s-941bab50-8b44-4a51-b374-b3d72bb5cb85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ad15e72-d4c9-4f00-b304-efc0d1ec6a95 {
  max-width: 400px;
text-align: center;
}

#s-8ad15e72-d4c9-4f00-b304-efc0d1ec6a95 {
  overflow: hidden;
}







  #s-8ad15e72-d4c9-4f00-b304-efc0d1ec6a95 img.shogun-image {
    

    
    
    
  }


#s-8ad15e72-d4c9-4f00-b304-efc0d1ec6a95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-42278a9a-8ecc-4d56-94d6-76c5ae638c70 {
  max-width: 400px;
text-align: center;
}

#s-42278a9a-8ecc-4d56-94d6-76c5ae638c70 {
  overflow: hidden;
}







  #s-42278a9a-8ecc-4d56-94d6-76c5ae638c70 img.shogun-image {
    

    
    
    
  }


#s-42278a9a-8ecc-4d56-94d6-76c5ae638c70 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bc769a8-f6d5-404c-9863-3b3e56ec271f {
  max-width: 400px;
text-align: center;
}

#s-7bc769a8-f6d5-404c-9863-3b3e56ec271f {
  overflow: hidden;
}







  #s-7bc769a8-f6d5-404c-9863-3b3e56ec271f img.shogun-image {
    

    
    
    
  }


#s-7bc769a8-f6d5-404c-9863-3b3e56ec271f .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0f7a1e5-e687-405b-b3c0-f08d0580dbfd {
  max-width: 400px;
text-align: center;
}

#s-c0f7a1e5-e687-405b-b3c0-f08d0580dbfd {
  overflow: hidden;
}








#s-c0f7a1e5-e687-405b-b3c0-f08d0580dbfd .shogun-image-content {
  
    justify-content: center;
  
}

#s-f0a7bcaa-cbb8-441f-a780-f5555b476617 {
  max-width: 400px;
text-align: center;
}

#s-f0a7bcaa-cbb8-441f-a780-f5555b476617 {
  overflow: hidden;
}







  #s-f0a7bcaa-cbb8-441f-a780-f5555b476617 img.shogun-image {
    

    
    
    
  }


#s-f0a7bcaa-cbb8-441f-a780-f5555b476617 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7aad6323-54c3-466c-bdc1-5cdb355c4eb9 {
  max-width: 400px;
text-align: center;
}

#s-7aad6323-54c3-466c-bdc1-5cdb355c4eb9 {
  overflow: hidden;
}








#s-7aad6323-54c3-466c-bdc1-5cdb355c4eb9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-44b25644-59be-483d-8dac-b0ab0528474a {
  max-width: 400px;
text-align: center;
}

#s-44b25644-59be-483d-8dac-b0ab0528474a {
  overflow: hidden;
}







  #s-44b25644-59be-483d-8dac-b0ab0528474a img.shogun-image {
    

    
    
    
  }


#s-44b25644-59be-483d-8dac-b0ab0528474a .shogun-image-content {
  
    justify-content: center;
  
}

#s-cdd364dd-0602-467c-8dcf-6c224c2694ca {
  max-width: 400px;
text-align: center;
}

#s-cdd364dd-0602-467c-8dcf-6c224c2694ca {
  overflow: hidden;
}







  #s-cdd364dd-0602-467c-8dcf-6c224c2694ca img.shogun-image {
    

    
    
    
  }


#s-cdd364dd-0602-467c-8dcf-6c224c2694ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-af71770d-c2c4-4d75-b35c-5b8d1b65f2f0 {
  max-width: 400px;
text-align: center;
}

#s-af71770d-c2c4-4d75-b35c-5b8d1b65f2f0 {
  overflow: hidden;
}







  #s-af71770d-c2c4-4d75-b35c-5b8d1b65f2f0 img.shogun-image {
    

    
    
    
  }


#s-af71770d-c2c4-4d75-b35c-5b8d1b65f2f0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-930a35e7-0812-4fc6-8a2f-39333bd64dcc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-930a35e7-0812-4fc6-8a2f-39333bd64dcc {
  max-width: 1200px;
}
}







#s-930a35e7-0812-4fc6-8a2f-39333bd64dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-930a35e7-0812-4fc6-8a2f-39333bd64dcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72d555b4-fc4d-452e-88fe-8bd677491b3e {
  margin-top: 70px;
margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-72d555b4-fc4d-452e-88fe-8bd677491b3e {
  padding-left: 2em;
padding-right: 2em;
}
}@media (max-width: 767px){#s-72d555b4-fc4d-452e-88fe-8bd677491b3e {
  padding-left: 2em;
padding-right: 2em;
}
}
@media (min-width: 0px) {
[id="s-72d555b4-fc4d-452e-88fe-8bd677491b3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72d555b4-fc4d-452e-88fe-8bd677491b3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72d555b4-fc4d-452e-88fe-8bd677491b3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72d555b4-fc4d-452e-88fe-8bd677491b3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-298e2c06-152b-4388-acee-0bfb445f831a {
  margin-left: 0px;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-298e2c06-152b-4388-acee-0bfb445f831a {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}
}
#s-298e2c06-152b-4388-acee-0bfb445f831a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 0.64);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-91616a53-59c9-4b1b-8e31-bbba4be71981 {
  margin-left: auto;
margin-right: auto;
}

#s-91616a53-59c9-4b1b-8e31-bbba4be71981 .shg-proportional-font-size,
#s-91616a53-59c9-4b1b-8e31-bbba4be71981 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69a11dd7-82d6-4b52-8831-23179d332d64 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69a11dd7-82d6-4b52-8831-23179d332d64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69a11dd7-82d6-4b52-8831-23179d332d64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-69a11dd7-82d6-4b52-8831-23179d332d64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-69a11dd7-82d6-4b52-8831-23179d332d64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin-left: auto;
margin-right: auto;
max-width: 249px;
text-align: center;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a img.shogun-image {
  width: 100%;
  
  
  max-width: 249px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a img.shogun-image {
  width: 100%;
  
  
  max-width: 249px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a img.shogun-image {
  width: 100%;
  
  
  max-width: 249px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a img.shogun-image {
  width: 100%;
  
  
  max-width: 249px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a img.shogun-image {
  width: 100%;
  
  
  max-width: 249px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ef39ee7-ed0f-406e-a2fd-9b726b93f61a.shogun-image {
  box-sizing: border-box;
}




}
#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin-left: auto;
margin-right: auto;
max-width: 1768px;
text-align: center;
}
@media (min-width: 1200px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  max-width: 250px;
}
}@media (max-width: 767px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  max-width: 249px;
}
}
#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa img.shogun-image {
  width: 100%;
  
  
  max-width: 1768px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dc9a5889-da4f-499a-af80-2f085bb8befa .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa img.shogun-image {
  width: 100%;
  
  
  max-width: 1768px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dc9a5889-da4f-499a-af80-2f085bb8befa .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa img.shogun-image {
  width: 100%;
  
  
  max-width: 1768px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dc9a5889-da4f-499a-af80-2f085bb8befa .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa img.shogun-image {
  width: 100%;
  
  
  max-width: 1768px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dc9a5889-da4f-499a-af80-2f085bb8befa .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-dc9a5889-da4f-499a-af80-2f085bb8befa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa img.shogun-image {
  width: 100%;
  
  
  max-width: 1768px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dc9a5889-da4f-499a-af80-2f085bb8befa .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9a5889-da4f-499a-af80-2f085bb8befa.shogun-image {
  box-sizing: border-box;
}




}
#s-2eb99fb7-e091-4b1a-ad0b-96d6cb2ef96f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2eb99fb7-e091-4b1a-ad0b-96d6cb2ef96f {
  min-height: 200px;
}
}







#s-2eb99fb7-e091-4b1a-ad0b-96d6cb2ef96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2eb99fb7-e091-4b1a-ad0b-96d6cb2ef96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin-left: auto;
margin-right: auto;
height: 200px;
max-width: 400px;
text-align: right;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 img.shogun-image {
  width: 100%;
  height: 200px;
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b22be944-244b-4516-9f1f-e4a6085380a5 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 img.shogun-image {
  width: 100%;
  height: 200px;
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b22be944-244b-4516-9f1f-e4a6085380a5 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 img.shogun-image {
  width: 100%;
  height: 200px;
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b22be944-244b-4516-9f1f-e4a6085380a5 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 img.shogun-image {
  width: 100%;
  height: 200px;
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b22be944-244b-4516-9f1f-e4a6085380a5 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b22be944-244b-4516-9f1f-e4a6085380a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5 img.shogun-image {
  width: 100%;
  height: 200px;
  
  max-width: 400px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-b22be944-244b-4516-9f1f-e4a6085380a5 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b22be944-244b-4516-9f1f-e4a6085380a5.shogun-image {
  box-sizing: border-box;
}




}
#s-47d0d9ad-300e-460c-8d21-f4023d393af0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-47d0d9ad-300e-460c-8d21-f4023d393af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47d0d9ad-300e-460c-8d21-f4023d393af0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9db8eb4b-d29f-4467-93b0-2bf19e935a6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9db8eb4b-d29f-4467-93b0-2bf19e935a6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db8eb4b-d29f-4467-93b0-2bf19e935a6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa442b4-5639-4690-8e58-471f7739e691 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-3aa442b4-5639-4690-8e58-471f7739e691 {
  display: none;
}
#s-3aa442b4-5639-4690-8e58-471f7739e691, #wrap-s-3aa442b4-5639-4690-8e58-471f7739e691, #wrap-content-s-3aa442b4-5639-4690-8e58-471f7739e691 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3aa442b4-5639-4690-8e58-471f7739e691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aa442b4-5639-4690-8e58-471f7739e691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3aa442b4-5639-4690-8e58-471f7739e691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aa442b4-5639-4690-8e58-471f7739e691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fddcd690-72a8-429b-87e6-496d545f34cf {
  margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-bottom: 1em;
}
@media (max-width: 767px){#s-fddcd690-72a8-429b-87e6-496d545f34cf {
  padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-fddcd690-72a8-429b-87e6-496d545f34cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fddcd690-72a8-429b-87e6-496d545f34cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fddcd690-72a8-429b-87e6-496d545f34cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fddcd690-72a8-429b-87e6-496d545f34cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9bc224b5-432b-4b6e-901b-d99db64366ed .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9bc224b5-432b-4b6e-901b-d99db64366ed .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9bc224b5-432b-4b6e-901b-d99db64366ed .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9bc224b5-432b-4b6e-901b-d99db64366ed .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 1em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9bc224b5-432b-4b6e-901b-d99db64366ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 1em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-9bc224b5-432b-4b6e-901b-d99db64366ed .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bc224b5-432b-4b6e-901b-d99db64366ed.shogun-image {
  box-sizing: border-box;
}




}
#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin-left: auto;
margin-right: auto;
max-width: 526px;
text-align: center;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af96bf55-2547-4122-950b-e1509cd1d8db .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af96bf55-2547-4122-950b-e1509cd1d8db .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af96bf55-2547-4122-950b-e1509cd1d8db .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af96bf55-2547-4122-950b-e1509cd1d8db .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-af96bf55-2547-4122-950b-e1509cd1d8db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af96bf55-2547-4122-950b-e1509cd1d8db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-af96bf55-2547-4122-950b-e1509cd1d8db .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af96bf55-2547-4122-950b-e1509cd1d8db.shogun-image {
  box-sizing: border-box;
}




}
#s-9b733bf0-e353-426a-ba12-48f1be74e4a4 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b733bf0-e353-426a-ba12-48f1be74e4a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b733bf0-e353-426a-ba12-48f1be74e4a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b733bf0-e353-426a-ba12-48f1be74e4a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b733bf0-e353-426a-ba12-48f1be74e4a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-af8e2324-6e79-4e77-afae-616cc8235d23 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-af8e2324-6e79-4e77-afae-616cc8235d23 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-af8e2324-6e79-4e77-afae-616cc8235d23 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-af8e2324-6e79-4e77-afae-616cc8235d23 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 1em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-af8e2324-6e79-4e77-afae-616cc8235d23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 1em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-af8e2324-6e79-4e77-afae-616cc8235d23 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8e2324-6e79-4e77-afae-616cc8235d23.shogun-image {
  box-sizing: border-box;
}




}
#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin-left: auto;
margin-right: auto;
max-width: 544px;
text-align: center;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7aba9111-4002-4e63-9de0-29d25c2e4a04 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7aba9111-4002-4e63-9de0-29d25c2e4a04 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7aba9111-4002-4e63-9de0-29d25c2e4a04 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7aba9111-4002-4e63-9de0-29d25c2e4a04 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 1em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7aba9111-4002-4e63-9de0-29d25c2e4a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 1em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7aba9111-4002-4e63-9de0-29d25c2e4a04 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aba9111-4002-4e63-9de0-29d25c2e4a04.shogun-image {
  box-sizing: border-box;
}




}
#s-af5fb21d-9b13-4871-af43-ed85634fe51d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 21px;
text-align: left;
}

#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f {
  display: none;
}
#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-content-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f {
  display: none;
}
#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-content-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f {
  display: none;
}
#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f, #wrap-content-s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f { display: none !important; }}@media (max-width: 767px){#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0e48c9c-82f3-4532-9fa8-9bdd9aca728f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  max-width: 526px;
}
}
#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-03007d61-5e8b-4703-b5b9-1658329ea10d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-03007d61-5e8b-4703-b5b9-1658329ea10d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-03007d61-5e8b-4703-b5b9-1658329ea10d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-03007d61-5e8b-4703-b5b9-1658329ea10d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 2em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-03007d61-5e8b-4703-b5b9-1658329ea10d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 2em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-03007d61-5e8b-4703-b5b9-1658329ea10d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03007d61-5e8b-4703-b5b9-1658329ea10d.shogun-image {
  box-sizing: border-box;
}




}
#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin-left: auto;
margin-right: auto;
max-width: 526px;
text-align: center;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-391180a3-cce8-4362-8fe3-3da84bd0d763 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-391180a3-cce8-4362-8fe3-3da84bd0d763 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-391180a3-cce8-4362-8fe3-3da84bd0d763 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-391180a3-cce8-4362-8fe3-3da84bd0d763 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 2em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-391180a3-cce8-4362-8fe3-3da84bd0d763 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 2em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763 img.shogun-image {
  width: 100%;
  
  
  max-width: 526px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-391180a3-cce8-4362-8fe3-3da84bd0d763 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shg-align-container {
  display: flex;
  justify-content: center
}

.s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-391180a3-cce8-4362-8fe3-3da84bd0d763.shogun-image {
  box-sizing: border-box;
}




}
#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  max-width: 526px;
}
}
#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 2em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 2em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  object-position: none;
  transform: none;
  transform-origin: none;
}




.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71f5b4b-c173-41d8-a4d1-e5ea7629cdda.shogun-image {
  box-sizing: border-box;
}




}
#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin-left: auto;
margin-right: auto;
max-width: 544px;
text-align: center;
}
@media (min-width: 1200px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  display: none;
}
#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-content-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  display: none;
}
#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-content-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  display: none;
}
#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871, #wrap-content-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 { display: none !important; }}
#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  padding-bottom: 2em;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  padding-bottom: 2em;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 img.shogun-image {
  width: 100%;
  
  
  max-width: 544px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7b75e4-6ecc-4171-a8d0-a9e2a30e1871.shogun-image {
  box-sizing: border-box;
}




}
#s-fe949f40-3585-4c06-aac1-5ed83e8076f0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-fe949f40-3585-4c06-aac1-5ed83e8076f0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 21px;
max-width: 526px;
}
}
#s-bf39b05f-6185-4768-82a7-0c46f0827379 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf39b05f-6185-4768-82a7-0c46f0827379 {
  display: none;
}
#s-bf39b05f-6185-4768-82a7-0c46f0827379, #wrap-s-bf39b05f-6185-4768-82a7-0c46f0827379, #wrap-content-s-bf39b05f-6185-4768-82a7-0c46f0827379 { display: none !important; }}@media (max-width: 767px){#s-bf39b05f-6185-4768-82a7-0c46f0827379 {
  display: none;
}
#s-bf39b05f-6185-4768-82a7-0c46f0827379, #wrap-s-bf39b05f-6185-4768-82a7-0c46f0827379, #wrap-content-s-bf39b05f-6185-4768-82a7-0c46f0827379 { display: none !important; }}







#s-bf39b05f-6185-4768-82a7-0c46f0827379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf39b05f-6185-4768-82a7-0c46f0827379.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29afada-433a-4311-a81f-df8594676810 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-d29afada-433a-4311-a81f-df8594676810"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d29afada-433a-4311-a81f-df8594676810"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d29afada-433a-4311-a81f-df8594676810"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d29afada-433a-4311-a81f-df8594676810"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-c99f41b9-9924-44a4-bea2-46f3611c90a0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-189f39ae-6561-47a5-9cc1-82863bf9a58e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1a922fb4-b89a-464f-a616-b7eb41d8b724 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ca0016c9-5b6b-4319-88de-abe58eef34fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-013b1668-f969-4283-bb65-ce68225cebf5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-973fc9af-3f43-4fe4-9396-81725e60cd01 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd {
  display: none;
}
#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd, #wrap-s-1bdda053-d224-40bc-9a32-9d7bc90e46dd, #wrap-content-s-1bdda053-d224-40bc-9a32-9d7bc90e46dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd {
  display: none;
}
#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd, #wrap-s-1bdda053-d224-40bc-9a32-9d7bc90e46dd, #wrap-content-s-1bdda053-d224-40bc-9a32-9d7bc90e46dd { display: none !important; }}







#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bdda053-d224-40bc-9a32-9d7bc90e46dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-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: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

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

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

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

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

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

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

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

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-prev,
#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-next {
  
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-prev svg,
#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-a2c3fba8-8c52-4c8a-bdcf-171be6ad4aa1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-9904e39a-86f5-4a4c-941c-3e38fe83e782 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c3484567-5f72-4b8b-af87-4cbc9bbd28b7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b4a7dcda-ccf6-4f9f-8180-b167b98553b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d544ba27-bc9a-45e1-907a-069c6d7f3a0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-1da9ec6b-c40f-4ab3-8d49-427ba1a291e8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bc9f60ec-4caf-4dc6-845a-84e0bb1375e9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b0b8ff79-6e85-4782-9aba-460c22939a45 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b797f8c8-ba16-46b1-b0be-2b261f11083a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}