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

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

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

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

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

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

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

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

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

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

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

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

#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}@media (max-width: 767px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-image: url(https://i.shgcdn.com/a937443a-8984-4913-a334-6c9283fa4827/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-9640ca85-6480-4816-947b-1170a2654602 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  
}
}@media (max-width: 767px){#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  
}
}







#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9.shg-box.shg-c {
  justify-content: flex-end;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa {
  max-width: 591px;
aspect-ratio: 591/464;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa img.shogun-image,
  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa {
    width: 100%;
    height: auto;
  }



  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa img.shogun-image {
    

    
    
    
  }


#s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-82786b03-4368-4276-85ca-a7cce7f089b1 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(247, 165, 56, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-82786b03-4368-4276-85ca-a7cce7f089b1:hover {border-style: solid !important;
border-color: rgba(225, 31, 143, 1) !important;
background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-82786b03-4368-4276-85ca-a7cce7f089b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82786b03-4368-4276-85ca-a7cce7f089b1-root {
    text-align: left;
  }


#s-82786b03-4368-4276-85ca-a7cce7f089b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-82786b03-4368-4276-85ca-a7cce7f089b1-root {
    text-align: left;
  }


#s-82786b03-4368-4276-85ca-a7cce7f089b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82786b03-4368-4276-85ca-a7cce7f089b1-root {
    text-align: left;
  }


#s-82786b03-4368-4276-85ca-a7cce7f089b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82786b03-4368-4276-85ca-a7cce7f089b1-root {
    text-align: left;
  }


#s-82786b03-4368-4276-85ca-a7cce7f089b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-82786b03-4368-4276-85ca-a7cce7f089b1-root {
    text-align: left;
  }


#s-82786b03-4368-4276-85ca-a7cce7f089b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-right: 0px;
}
}
#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTY5MmMzMzQtMTYzYS00Yzg1LTgwNzEtZTBhM2I4OGZmZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNjkyYzMzNC0xNjNhLTRjODUtODA3MS1lMGEzYjg4ZmZlNGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDYzZDJmOWYtZDYzOS00ZWMxLWJkYmQtN2U1NDNjMmY5MmVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NjNkMmY5Zi1kNjM5LTRlYzEtYmRiZC03ZTU0M2MyZjkyZWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#89b4d3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDdhZTVlNmYtNjczMS00YjY4LWJjODMtNGFlZTJjNzc0NjIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNDdhZTVlNmYtNjczMS00YjY4LWJjODMtNGFlZTJjNzc0NjIwKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ed9bc3"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c532261d-9a67-43e0-8226-831fd8e83d35 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c532261d-9a67-43e0-8226-831fd8e83d35:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODJiZTZiZGMtODk0Yy00YTI3LTgwNTctMTg3ZDIyYjc4YTI3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MmJlNmJkYy04OTRjLTRhMjctODA1Ny0xODdkMjJiNzhhMjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c532261d-9a67-43e0-8226-831fd8e83d35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjFhYzc3N2UtYzYxZS00NDU3LWExZDAtMDIwYzY0MDA1N2VjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMWFjNzc3ZS1jNjFlLTQ0NTctYTFkMC0wMjBjNjQwMDU3ZWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWUzYmFkOGMtMGI2Mi00OTYxLTlkMDItMjQ5YWUxMzc0YjhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzFlM2JhZDhjLTBiNjItNDk2MS05ZDAyLTI0OWFlMTM3NGI4ZikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#89b4d3"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-104f3efd-242e-4e15-b22a-f37ac8f36f00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-104f3efd-242e-4e15-b22a-f37ac8f36f00:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGIyNDBiYTUtODFiZC00ZDc0LTk4MWQtN2FjMWMxYTgzM2I3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YjI0MGJhNS04MWJkLTRkNzQtOTgxZC03YWMxYzFhODMzYjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-104f3efd-242e-4e15-b22a-f37ac8f36f00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODJkZWQxOGEtOGRkYy00M2ZhLWFlMzgtMWViOGJkOTkwMGRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MmRlZDE4YS04ZGRjLTQzZmEtYWUzOC0xZWI4YmQ5OTAwZGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE0MjI0MDQtZTg0Zi00ZTg5LWEwZjctN2UxZGQ3NDI5ZGExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhhNDIyNDA0LWU4NGYtNGU4OS1hMGY3LTdlMWRkNzQyOWRhMSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-554cc4cf-c77d-46e8-b34d-7c66ea023360 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-554cc4cf-c77d-46e8-b34d-7c66ea023360:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjQ4YTc3YjItNTMwMC00NDJiLWEzNmItZTY4YWUyN2I5MWI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NDhhNzdiMi01MzAwLTQ0MmItYTM2Yi1lNjhhZTI3YjkxYjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-554cc4cf-c77d-46e8-b34d-7c66ea023360:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY3ZmQxZTAtOWU0YS00MGY4LWIyZTMtNWE1ZWQyNWJhOTY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q2N2ZkMWUwLTllNGEtNDBmOC1iMmUzLTVhNWVkMjViYTk2OSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1-root {
    text-align: left;
  }


#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1-root {
    text-align: left;
  }


#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1-root {
    text-align: left;
  }


#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1-root {
    text-align: left;
  }


#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1-root {
    text-align: left;
  }


#s-2672c3e1-2c0b-46f5-86e0-42c02de18ea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f2257b96-33c2-4e10-94b1-c6fb29058e34 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f2257b96-33c2-4e10-94b1-c6fb29058e34:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjhiYzItNGYzMy00YWU4LTljMmUtNzM4NzQ1ODc0ZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhNTM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiOGJjMi00ZjMzLTRhZTgtOWMyZS03Mzg3NDU4NzRlM2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#f7a538"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2257b96-33c2-4e10-94b1-c6fb29058e34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmY1OGU1MDAtY2U5MS00MTI3LWJiODctZmM3Y2I5ZGEzZDNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmNThlNTAwLWNlOTEtNDEyNy1iYjg3LWZjN2NiOWRhM2QzYykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed-root {
    text-align: left;
  }


#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed-root {
    text-align: left;
  }


#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed-root {
    text-align: left;
  }


#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed-root {
    text-align: left;
  }


#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed-root {
    text-align: left;
  }


#s-084b7a90-57fa-48b5-a4c7-ee67ea5111ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTkzMmJhMmMtMmVhMy00N2U1LTg0YTEtMzQ0OTdjOTQwOGRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOTMyYmEyYy0yZWEzLTQ3ZTUtODRhMS0zNDQ5N2M5NDA4ZGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(237, 155, 195, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 {
  display: none;
}
#s-b3d6501e-4594-4e9f-8bbd-09243bbad987, #wrap-s-b3d6501e-4594-4e9f-8bbd-09243bbad987 { display: none !important; }}







#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3d6501e-4594-4e9f-8bbd-09243bbad987.shg-box.shg-c {
  justify-content: flex-end;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  display: none;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-s-1733f064-d0fa-4acc-b5c0-de1727876334 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  display: none;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-s-1733f064-d0fa-4acc-b5c0-de1727876334 { display: none !important; }}


.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    align-items: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  
  
  
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    align-items: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

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

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  
  
  
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    align-items: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

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

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  
  
  
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    align-items: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

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

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  
  
  
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    align-items: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}







#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d.shg-box.shg-c {
  justify-content: center;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  max-width: 5000px;
aspect-ratio: 7008/4672;
text-align: center;
}





  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image,
  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
    width: 100%;
    height: auto;
  }



  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image {
    

    
    
    
  }


#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (max-width: 767px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}







#s-bca27ead-8b4b-4350-ad9e-94e696d22715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca27ead-8b4b-4350-ad9e-94e696d22715.shg-box.shg-c {
  justify-content: center;
}

#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e {
  min-height: 50px;
}








#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-937ca5a4-3418-4f57-bf15-129791cf484f {
  display: none;
}
#s-937ca5a4-3418-4f57-bf15-129791cf484f, #wrap-s-937ca5a4-3418-4f57-bf15-129791cf484f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-937ca5a4-3418-4f57-bf15-129791cf484f {
  display: none;
}
#s-937ca5a4-3418-4f57-bf15-129791cf484f, #wrap-s-937ca5a4-3418-4f57-bf15-129791cf484f { display: none !important; }}
#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(146, 179, 208, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-89dd623b-a969-4221-a92b-d6d1f4c78499 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-89dd623b-a969-4221-a92b-d6d1f4c78499:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWJjNmIxYzEtMDUwZC00NWM4LWFlNDAtMjE5NGZlYTgyNzg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YmM2YjFjMS0wNTBkLTQ1YzgtYWU0MC0yMTk0ZmVhODI3ODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-89dd623b-a969-4221-a92b-d6d1f4c78499:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89dd623b-a969-4221-a92b-d6d1f4c78499-root {
    text-align: center;
  }


#s-89dd623b-a969-4221-a92b-d6d1f4c78499.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89dd623b-a969-4221-a92b-d6d1f4c78499-root {
    text-align: center;
  }


#s-89dd623b-a969-4221-a92b-d6d1f4c78499.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89dd623b-a969-4221-a92b-d6d1f4c78499-root {
    text-align: center;
  }


#s-89dd623b-a969-4221-a92b-d6d1f4c78499.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89dd623b-a969-4221-a92b-d6d1f4c78499-root {
    text-align: center;
  }


#s-89dd623b-a969-4221-a92b-d6d1f4c78499.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89dd623b-a969-4221-a92b-d6d1f4c78499-root {
    text-align: center;
  }


#s-89dd623b-a969-4221-a92b-d6d1f4c78499.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmUxNDM2MzctZmY5ZS00MjA3LWExM2ItMDI3NDMwMDc2ZmNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZTE0MzYzNy1mZjllLTQyMDctYTEzYi0wMjc0MzAwNzZmY2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ece88b67-d769-41ce-857d-c0e2aa6afa23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ece88b67-d769-41ce-857d-c0e2aa6afa23:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQ0MDY2ZjAtZTgwMi00ODk1LThlYjUtYzYxNWQwYWQ5MmI3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNDQwNjZmMC1lODAyLTQ4OTUtOGViNS1jNjE1ZDBhZDkyYjcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ece88b67-d769-41ce-857d-c0e2aa6afa23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmIyZWNmNDAtMzdjZC00YjJlLTg0MWMtODYxNGMyOTFjNzViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYjJlY2Y0MC0zN2NkLTRiMmUtODQxYy04NjE0YzI5MWM3NWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTZjMzNhOWMtOTMwYS00NDJjLTkyZjUtMTM4MTUxYmFlNjc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNmMzM2E5Yy05MzBhLTQ0MmMtOTJmNS0xMzgxNTFiYWU2NzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16286e0a-3424-437c-b8bf-9a0cbb3263c1-root {
    text-align: center;
  }


#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-16286e0a-3424-437c-b8bf-9a0cbb3263c1-root {
    text-align: center;
  }


#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16286e0a-3424-437c-b8bf-9a0cbb3263c1-root {
    text-align: center;
  }


#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16286e0a-3424-437c-b8bf-9a0cbb3263c1-root {
    text-align: center;
  }


#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-16286e0a-3424-437c-b8bf-9a0cbb3263c1-root {
    text-align: center;
  }


#s-16286e0a-3424-437c-b8bf-9a0cbb3263c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjQyMTIyZTAtODgzOS00NTcxLTkwY2MtYmQ0YzJhOGRkODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNDIxMjJlMC04ODM5LTQ1NzEtOTBjYy1iZDRjMmE4ZGQ4NmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e-root {
    text-align: center;
  }


#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e-root {
    text-align: center;
  }


#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e-root {
    text-align: center;
  }


#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e-root {
    text-align: center;
  }


#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e-root {
    text-align: center;
  }


#s-7fc23a5a-02bb-48a8-802a-e5d603a01a8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQ3ZWFiZDktZjdhYi00MzZhLWJhODItMWQzODVlMjc5YzdmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDdlYWJkOS1mN2FiLTQzNmEtYmE4Mi0xZDM4NWUyNzljN2YpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-75809e9c-9e25-46d6-b526-8e0f5099d1db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-75809e9c-9e25-46d6-b526-8e0f5099d1db:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWZhZTQ4NjgtNzI1Ny00ODZiLTg3NmYtYTIwMmNlYjdlODk4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZmFlNDg2OC03MjU3LTQ4NmItODc2Zi1hMjAyY2ViN2U4OTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-75809e9c-9e25-46d6-b526-8e0f5099d1db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4efa6432-6107-4fb6-a6a4-f206fe818c19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4efa6432-6107-4fb6-a6a4-f206fe818c19:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjZlMTNkMjItMDJiMi00ZWNlLTg2ZmMtODg4Njk1ZjM0ZGQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNmUxM2QyMi0wMmIyLTRlY2UtODZmYy04ODg2OTVmMzRkZDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4efa6432-6107-4fb6-a6a4-f206fe818c19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDE2NGEzODUtODQyMy00YWJjLTk1NGYtMzYwM2U4YzMwZWMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMTY0YTM4NS04NDIzLTRhYmMtOTU0Zi0zNjAzZThjMzBlYzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDFlOWE0ODAtM2FkYi00OTQwLTkxMzEtM2M1M2NjODY1NGRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMWU5YTQ4MC0zYWRiLTQ5NDAtOTEzMS0zYzUzY2M4NjU0ZGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-066f561f-60c8-40ba-a7c0-e4e7ff94d367-root {
    text-align: center;
  }


#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-066f561f-60c8-40ba-a7c0-e4e7ff94d367-root {
    text-align: center;
  }


#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-066f561f-60c8-40ba-a7c0-e4e7ff94d367-root {
    text-align: center;
  }


#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-066f561f-60c8-40ba-a7c0-e4e7ff94d367-root {
    text-align: center;
  }


#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-066f561f-60c8-40ba-a7c0-e4e7ff94d367-root {
    text-align: center;
  }


#s-066f561f-60c8-40ba-a7c0-e4e7ff94d367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRhZGJmMzgtOTM5OC00ZDMyLWIwOTQtZmY2NGU4MGI2ZWFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGFkYmYzOC05Mzk4LTRkMzItYjA5NC1mZjY0ZTgwYjZlYWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71903111-22ca-4ae2-ad6a-1eed1bb6c553-root {
    text-align: center;
  }


#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-71903111-22ca-4ae2-ad6a-1eed1bb6c553-root {
    text-align: center;
  }


#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71903111-22ca-4ae2-ad6a-1eed1bb6c553-root {
    text-align: center;
  }


#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71903111-22ca-4ae2-ad6a-1eed1bb6c553-root {
    text-align: center;
  }


#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-71903111-22ca-4ae2-ad6a-1eed1bb6c553-root {
    text-align: center;
  }


#s-71903111-22ca-4ae2-ad6a-1eed1bb6c553.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDVjOTkwMjAtYTQwMy00OGE5LThmYzQtZmI2ZDM2OTIzZDg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNWM5OTAyMC1hNDAzLTQ4YTktOGZjNC1mYjZkMzY5MjNkODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b74f3017-bf59-455b-b9af-e7130a84080f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b74f3017-bf59-455b-b9af-e7130a84080f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmQwMDFiMTgtYWYwZi00ZWUwLWIxMGMtYmJmYzVkMmRmY2Q0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZDAwMWIxOC1hZjBmLTRlZTAtYjEwYy1iYmZjNWQyZGZjZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b74f3017-bf59-455b-b9af-e7130a84080f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-50871e96-e2cf-493d-8c4b-27c46e2259b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-50871e96-e2cf-493d-8c4b-27c46e2259b6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2FkZWZmOGYtMzUwZC00MDAzLTg0NzgtYWQwYzA1OTk2MTg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYWRlZmY4Zi0zNTBkLTQwMDMtODQ3OC1hZDBjMDU5OTYxODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#a0d0c2"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-50871e96-e2cf-493d-8c4b-27c46e2259b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c595e913-4d20-4cd5-b29b-1785f493df9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c595e913-4d20-4cd5-b29b-1785f493df9b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGY2ODdhMDItZTgwZS00YjQ2LWIwM2ItM2M4NTgzZDM5NzMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjY4N2EwMi1lODBlLTRiNDYtYjAzYi0zYzg1ODNkMzk3MzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c595e913-4d20-4cd5-b29b-1785f493df9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-863eb773-4ce3-49f5-adeb-cbdd6958a0b0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3d02e074-25c1-4ea8-83c2-07a7499c8b57 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73933118-eb22-4a11-bb91-9997a10fffc6 {
  box-shadow:1px 1px 11px 1px rgba(212, 212, 212, 1);
padding-top: 33px;
padding-bottom: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(235, 169, 80, 1);
}








#s-73933118-eb22-4a11-bb91-9997a10fffc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73933118-eb22-4a11-bb91-9997a10fffc6.shg-box.shg-c {
  justify-content: center;
}

#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 .shogun-icon-wrapper {
  text-align: center;
}


#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 90px !important;
  color: rgba(255, 251, 249, 1);
}

#s-4739d482-8e13-47dc-91a5-3d5fb8de6298 {
  margin-bottom: 20px;
}

#s-774d5356-9d81-4665-9bb4-cfba22288487 {
  margin-left: 6%;
margin-right: 6%;
}

#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 {
  box-shadow:1px 1px 11px 1px rgba(212, 212, 212, 1);
padding-top: 39px;
padding-bottom: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 61px;
background-color: rgba(160, 208, 194, 1);
}
@media (max-width: 767px){#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 50px;
}
}







#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-630303ca-0c4d-4ee5-91c0-94a4b4170318.shg-box.shg-c {
  justify-content: center;
}

#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 .shogun-icon-wrapper {
  text-align: center;
}


#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: rgba(255, 255, 255, 1);
}

#s-8e2d437c-18af-41d6-a391-70be17decbd6 {
  margin-bottom: 20px;
}

#s-3f4de4c4-000a-4efc-821d-100da63faec5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 {
  min-height: 50px;
}








#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2.shg-box.shg-c {
  justify-content: center;
}

#s-8687ff3d-b49c-41cf-939d-133020aba941 {
  min-height: 50px;
}








#s-8687ff3d-b49c-41cf-939d-133020aba941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8687ff3d-b49c-41cf-939d-133020aba941.shg-box.shg-c {
  justify-content: center;
}

#s-5ac27a23-f3a8-4fd0-bc7e-e474dccb1910 {
  margin-top: 0px;
margin-bottom: 0px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 {
  margin-left: auto;
margin-right: auto;
}

#s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 .shogun-countdown span, #s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 .shogun-countdown label {
  color: rgba(225, 31, 143, 1);
}
#s-769dc77a-302e-4cb8-978c-0f1687278f9b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZlYWRjMTItYjM2Yy00NTgxLWFmMWMtMWYzZDg2MzJkODE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmVhZGMxMi1iMzZjLTQ1ODEtYWYxYy0xZjNkODYzMmQ4MTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-769dc77a-302e-4cb8-978c-0f1687278f9b:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-769dc77a-302e-4cb8-978c-0f1687278f9b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (max-width: 767px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-92fcf031-56d1-4488-84fe-93a177f5c53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92fcf031-56d1-4488-84fe-93a177f5c53a.shg-box.shg-c {
  justify-content: center;
}

#s-356894ff-5ef5-4eef-80f8-cce7b1e1e1e9 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-c042bf1f-da58-4f1a-9958-370fad3b0d81 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-469dabac-f638-4ef9-b796-18609569b0b4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(226, 159, 193, 1);
}








#s-469dabac-f638-4ef9-b796-18609569b0b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-469dabac-f638-4ef9-b796-18609569b0b4 {
  cursor: pointer;
}#s-469dabac-f638-4ef9-b796-18609569b0b4.shg-box.shg-c {
  justify-content: center;
}

#s-986f8090-8958-4037-b902-58e07249014b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-233794db-356d-4978-862e-6d375e95a514 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(226, 159, 193, 1);
}
#s-233794db-356d-4978-862e-6d375e95a514:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-233794db-356d-4978-862e-6d375e95a514:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-e1480740-8fcb-48d1-89ee-86261dd75caa {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1480740-8fcb-48d1-89ee-86261dd75caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1480740-8fcb-48d1-89ee-86261dd75caa {
  cursor: pointer;
}#s-e1480740-8fcb-48d1-89ee-86261dd75caa.shg-box.shg-c {
  justify-content: center;
}

#s-c3e53bf4-94ea-4b6c-b341-a3ed0a761ac7 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a {
  cursor: pointer;
}#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a.shg-box.shg-c {
  justify-content: center;
}

#s-2d8bc1e8-127d-4812-af93-4dde58ae4135 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(226, 159, 193, 1);
}








#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 {
  cursor: pointer;
}#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38.shg-box.shg-c {
  justify-content: center;
}

#s-be510bdc-db4b-424d-9107-309a4cb81e33 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-28707916-325a-4a67-86bd-35849ef74eea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(226, 159, 193, 1);
}
#s-28707916-325a-4a67-86bd-35849ef74eea:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-28707916-325a-4a67-86bd-35849ef74eea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-961400fa-f461-4f18-8364-4084bf15af1e {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-961400fa-f461-4f18-8364-4084bf15af1e {
  margin-left: 15%;
margin-right: 15%;
padding-left: 0px;
padding-right: 0px;
}
}
#s-6949f86c-76e0-470c-82eb-9b63873ae74f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6949f86c-76e0-470c-82eb-9b63873ae74f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6949f86c-76e0-470c-82eb-9b63873ae74f.shg-box.shg-c {
  justify-content: center;
}

#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 38px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (max-width: 767px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e.shg-box.shg-c {
  justify-content: center;
}

#s-0d352843-0919-4f95-b845-1fecafef9d3a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-36e57e07-a381-43b8-ad70-57dffda1dbf1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93f500c7-3efc-45c1-86fb-4b3037322e50 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(146, 179, 208, 1);
}








#s-93f500c7-3efc-45c1-86fb-4b3037322e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f500c7-3efc-45c1-86fb-4b3037322e50 {
  cursor: pointer;
}#s-93f500c7-3efc-45c1-86fb-4b3037322e50.shg-box.shg-c {
  justify-content: center;
}

#s-4b089356-6682-4d83-854c-362fa724cbb3 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(146, 179, 208, 1);
}
#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953:hover {background-color: rgba(37, 103, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 {
  cursor: pointer;
}#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48.shg-box.shg-c {
  justify-content: center;
}

#s-96222354-38ec-4126-a1eb-9b81a2ca0a72 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-38f30363-defa-4a16-9377-fde300d94c5e {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-38f30363-defa-4a16-9377-fde300d94c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38f30363-defa-4a16-9377-fde300d94c5e {
  cursor: pointer;
}#s-38f30363-defa-4a16-9377-fde300d94c5e.shg-box.shg-c {
  justify-content: center;
}

#s-3ac5add3-e4f8-4309-9545-8655c23c13ce {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-ec26db14-3215-4fe7-8035-adde6018bf58 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(146, 179, 208, 1);
}








#s-ec26db14-3215-4fe7-8035-adde6018bf58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec26db14-3215-4fe7-8035-adde6018bf58 {
  cursor: pointer;
}#s-ec26db14-3215-4fe7-8035-adde6018bf58.shg-box.shg-c {
  justify-content: center;
}

#s-e0d7741f-61a4-4d64-b5a4-355ff6eb3d24 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-5776476c-e6c0-4e43-a13c-297fc31ef055 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(146, 179, 208, 1);
}
#s-5776476c-e6c0-4e43-a13c-297fc31ef055:hover {background-color: rgba(37, 103, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5776476c-e6c0-4e43-a13c-297fc31ef055:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-16caa5f5-d94e-4e68-89bd-344f4f8c033f {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 18px;
}

#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a.shg-box.shg-c {
  justify-content: center;
}

#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (max-width: 767px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-8c95061b-6f91-45bc-b316-ab6606811e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c95061b-6f91-45bc-b316-ab6606811e31.shg-box.shg-c {
  justify-content: center;
}

#s-c71597bd-a790-4400-b538-2f10137c0fe8 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-0f55b10b-05c8-49ee-b51a-87a91624cd8d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(173, 140, 188, 1);
}








#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 {
  cursor: pointer;
}#s-ab491bb1-91b8-4470-85f8-8ec3648608b4.shg-box.shg-c {
  justify-content: center;
}

#s-2d2d98aa-2cf6-4daa-a3fc-bfbd25a1f719 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6b312017-6756-4ab5-a36b-23329cd0862b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 140, 188, 1);
}
#s-6b312017-6756-4ab5-a36b-23329cd0862b:hover {background-color: rgba(91, 25, 121, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b312017-6756-4ab5-a36b-23329cd0862b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 {
  cursor: pointer;
}#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8.shg-box.shg-c {
  justify-content: center;
}

#s-b04f6160-546d-4eed-94a3-0a8d377903e3 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 {
  cursor: pointer;
}#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34.shg-box.shg-c {
  justify-content: center;
}

#s-afea75c7-0062-4258-b316-63a97c1ed4dd {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(173, 140, 188, 1);
}








#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 {
  cursor: pointer;
}#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4.shg-box.shg-c {
  justify-content: center;
}

#s-ed779b62-b7cd-4d09-96e0-4974d53a0d5d {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-b8d25a69-5a4b-40b2-9866-799bf46c3369 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 140, 188, 1);
}
#s-b8d25a69-5a4b-40b2-9866-799bf46c3369:hover {background-color: rgba(91, 25, 121, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8d25a69-5a4b-40b2-9866-799bf46c3369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-157c99da-52cb-446a-a6e7-8073ce63497c {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-157c99da-52cb-446a-a6e7-8073ce63497c {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5.shg-box.shg-c {
  justify-content: center;
}

#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (max-width: 767px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-8798c960-623e-4e0c-afe1-5668c4bfc767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8798c960-623e-4e0c-afe1-5668c4bfc767.shg-box.shg-c {
  justify-content: center;
}

#s-c76914dc-14b7-4909-be4b-59a95081670e {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(225, 31, 143, 1);
}








#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e {
  cursor: pointer;
}#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e.shg-box.shg-c {
  justify-content: center;
}

#s-3144cd25-b398-49f0-b8d2-0205e542103b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(225, 31, 143, 1);
}
#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7085b305-575b-48d3-875b-eff1f81b9357 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-7085b305-575b-48d3-875b-eff1f81b9357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7085b305-575b-48d3-875b-eff1f81b9357 {
  cursor: pointer;
}#s-7085b305-575b-48d3-875b-eff1f81b9357.shg-box.shg-c {
  justify-content: center;
}

#s-c0b2b80c-3160-4c98-8abc-fd040b1ae905 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-7240d28c-72f9-409f-baa6-043b184eb4f2 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-7240d28c-72f9-409f-baa6-043b184eb4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7240d28c-72f9-409f-baa6-043b184eb4f2 {
  cursor: pointer;
}#s-7240d28c-72f9-409f-baa6-043b184eb4f2.shg-box.shg-c {
  justify-content: center;
}

#s-313e1fd4-d9db-4a64-ac09-5b8e5a50b9f1 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(225, 31, 143, 1);
}








#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa {
  cursor: pointer;
}#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa.shg-box.shg-c {
  justify-content: center;
}

#s-0e6df9e9-2748-4e41-afbf-a8294dfa62dd {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(225, 31, 143, 1);
}
#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-8f266f42-3449-4755-a8c0-0c3230268f06 {
  margin-top: 20px;
margin-right: 4%;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-8f266f42-3449-4755-a8c0-0c3230268f06 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-1fd7513b-a9fd-439c-8877-ddd21b67f473 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1fd7513b-a9fd-439c-8877-ddd21b67f473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fd7513b-a9fd-439c-8877-ddd21b67f473.shg-box.shg-c {
  justify-content: center;
}

#s-0be0a527-12d8-4337-84bc-c118dda49624 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-0be0a527-12d8-4337-84bc-c118dda49624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be0a527-12d8-4337-84bc-c118dda49624.shg-box.shg-c {
  justify-content: center;
}

#s-215cc533-8399-4b3a-9f9f-f7945540b85a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2cd51931-f686-4d44-a19d-0a73a7aab41f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(235, 169, 80, 1);
}








#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b {
  cursor: pointer;
}#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b.shg-box.shg-c {
  justify-content: center;
}

#s-0d8d7f06-517f-4de4-9269-d083d1d36584 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-22e35086-bd96-4f81-948a-fa754c6ae9ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 169, 80, 1);
}
#s-22e35086-bd96-4f81-948a-fa754c6ae9ee:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-22e35086-bd96-4f81-948a-fa754c6ae9ee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 {
  cursor: pointer;
}#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7.shg-box.shg-c {
  justify-content: center;
}

#s-5e06a131-f993-4706-a3fb-20a56efaa38d {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb {
  cursor: pointer;
}#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb.shg-box.shg-c {
  justify-content: center;
}

#s-688c2d1b-3a0e-4a1f-8d31-26c158e7a5bb {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d {
  min-height: 50px;
}








#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d.shg-box.shg-c {
  justify-content: center;
}

#s-7df4ed2f-0294-436a-9d3d-27f980b5037c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-7df4ed2f-0294-436a-9d3d-27f980b5037c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7df4ed2f-0294-436a-9d3d-27f980b5037c.shg-box.shg-c {
  justify-content: center;
}

#s-7cbbe360-de14-4d17-967b-a34539fd7e9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}








#s-7cbbe360-de14-4d17-967b-a34539fd7e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cbbe360-de14-4d17-967b-a34539fd7e9c.shg-box.shg-c {
  justify-content: center;
}

#s-926d0422-41cc-4404-9088-f509f01e5767 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-5babbba5-32eb-4f30-be79-2ef13c50b270 {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-84f66ec5-efb0-4d0e-a0eb-70d2594362cd {
  margin-left: 15%;
margin-right: 15%;
}

#s-05fcdc49-f479-4e18-9720-e2bdd78ab410 {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-05fcdc49-f479-4e18-9720-e2bdd78ab410"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05fcdc49-f479-4e18-9720-e2bdd78ab410"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05fcdc49-f479-4e18-9720-e2bdd78ab410"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05fcdc49-f479-4e18-9720-e2bdd78ab410"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b4700efd-86cf-407d-9c55-1c2406330c3f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4700efd-86cf-407d-9c55-1c2406330c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4700efd-86cf-407d-9c55-1c2406330c3f.shg-box.shg-c {
  justify-content: center;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin-left: 25%;
margin-right: 25%;
max-width: 441px;
aspect-ratio: 441/490;
text-align: center;
}



.shg-image-margin-container-s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc70fd4-2126-4704-8701-679db00ddf5c {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
      position: relative;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  
  
  
  
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc70fd4-2126-4704-8701-679db00ddf5c {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
      position: relative;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

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

.shg-image-margin-container-s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  
  
  
  
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc70fd4-2126-4704-8701-679db00ddf5c {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
      position: relative;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

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

.shg-image-margin-container-s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  
  
  
  
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc70fd4-2126-4704-8701-679db00ddf5c {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
      position: relative;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

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

.shg-image-margin-container-s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  
  
  
  
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4cc70fd4-2126-4704-8701-679db00ddf5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4cc70fd4-2126-4704-8701-679db00ddf5c .shogun-image-content {
  
    align-items: center;
  
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cc70fd4-2126-4704-8701-679db00ddf5c {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container {
      position: relative;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cc70fd4-2126-4704-8701-679db00ddf5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}
#s-0d5003cb-a67e-4d5c-b660-b302dfb1e7d0 {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}







  #s-0d5003cb-a67e-4d5c-b660-b302dfb1e7d0 img.shogun-image {
    

    
    
    
  }


#s-0d5003cb-a67e-4d5c-b660-b302dfb1e7d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b57d09b-cf3b-4a90-bb74-5a5a6bb7c1ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9b57d09b-cf3b-4a90-bb74-5a5a6bb7c1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b57d09b-cf3b-4a90-bb74-5a5a6bb7c1ba.shg-box.shg-c {
  justify-content: center;
}

#s-213af1ca-b25f-4266-be88-604ca44bdc2f {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-213af1ca-b25f-4266-be88-604ca44bdc2f {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-213af1ca-b25f-4266-be88-604ca44bdc2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-213af1ca-b25f-4266-be88-604ca44bdc2f.shg-box.shg-c {
  justify-content: center;
}

#s-f93fe297-6aad-4141-8186-ef683027b4a6 {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-a59bba57-e01a-437e-aad3-a77edec29e49 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NzM0NWUtMzQ1MC00ZGE5LWE1ZjEtZWEzZmViMDE5NTY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc3MzQ1ZS0zNDUwLTRkYTktYTVmMS1lYTNmZWIwMTk1NjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 25px;
margin-bottom: 40px;
margin-right: 25px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(230, 64, 151, 1);
}
#s-a59bba57-e01a-437e-aad3-a77edec29e49:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a59bba57-e01a-437e-aad3-a77edec29e49:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a59bba57-e01a-437e-aad3-a77edec29e49-root {
    text-align: center;
  }


#s-a59bba57-e01a-437e-aad3-a77edec29e49.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a59bba57-e01a-437e-aad3-a77edec29e49-root {
    text-align: center;
  }


#s-a59bba57-e01a-437e-aad3-a77edec29e49.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a59bba57-e01a-437e-aad3-a77edec29e49-root {
    text-align: center;
  }


#s-a59bba57-e01a-437e-aad3-a77edec29e49.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a59bba57-e01a-437e-aad3-a77edec29e49-root {
    text-align: center;
  }


#s-a59bba57-e01a-437e-aad3-a77edec29e49.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a59bba57-e01a-437e-aad3-a77edec29e49-root {
    text-align: center;
  }


#s-a59bba57-e01a-437e-aad3-a77edec29e49.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7123d20d-b367-4d00-b408-6484abff36f5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7123d20d-b367-4d00-b408-6484abff36f5 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-7123d20d-b367-4d00-b408-6484abff36f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7123d20d-b367-4d00-b408-6484abff36f5.shg-box.shg-c {
  justify-content: center;
}

#s-a3281578-e262-4b18-8084-6d0a2f997014 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  display: none;
}
#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  display: none;
}
#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  
  
  
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  
  
  
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  
  
  
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  
  
  
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  
  
  
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  
  
  
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  
  
  
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  
  
  
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    align-items: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  
  
  
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  
  
  
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  
  
  
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  
  
  
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    align-items: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  
  
  
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    align-items: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  
  
  
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    align-items: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  
  
  
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    align-items: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  
  
  
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    align-items: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  display: none;
}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  display: none;
}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    align-items: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  
  
  
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    align-items: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  
  
  
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    align-items: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  
  
  
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    align-items: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  
  
  
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    align-items: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  
  
  
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  
  
  
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  
  
  
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  
  
  
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  
  
  
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  
  
  
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  
  
  
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  
  
  
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  display: none;
}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 { display: none !important; }}@media (max-width: 767px){#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  display: none;
}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  
  
  
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  
  
  
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  
  
  
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  
  
  
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    align-items: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  
  
  
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  
  
  
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  
  
  
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  
  
  
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  
  
  
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  
  
  
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  
  
  
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  
  
  
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    align-items: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    align-items: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  
  
  
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    align-items: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  
  
  
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    align-items: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  
  
  
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    align-items: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  
  
  
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    align-items: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  display: none;
}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 { display: none !important; }}@media (max-width: 767px){#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  display: none;
}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  
  
  
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  
  
  
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  
  
  
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  
  
  
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    align-items: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  
  
  
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    align-items: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  
  
  
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    align-items: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  
  
  
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    align-items: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  
  
  
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    align-items: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  
  
  
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  
  
  
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  
  
  
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

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

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  
  
  
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-fedd3870-8abe-4b97-900d-c79f633a7f8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODNiMGYxYTctYWE5Yy00NjlmLWJiZGItMzk4NGEwNmI5ZTIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4M2IwZjFhNy1hYTljLTQ2OWYtYmJkYi0zOTg0YTA2YjllMjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-fedd3870-8abe-4b97-900d-c79f633a7f8e:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fedd3870-8abe-4b97-900d-c79f633a7f8e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
