.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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  display: none;
}
#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5, #wrap-s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 { display: none !important; }}@media (max-width: 767px){#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  display: none;
}
#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5, #wrap-s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 { display: none !important; }}







#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  justify-content: center;
}

#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  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-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  display: none;
}
#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108, #wrap-s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 { display: none !important; }}@media (max-width: 767px){#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  display: none;
}
#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108, #wrap-s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 { display: none !important; }}
#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 {
  background-image: url(https://i.shgcdn.com/ddfb8a36-61ab-45e8-acfd-0a217f3b37b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-8058e427-7b38-4fab-a8ba-bd15c5ff1108.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-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3 {
  display: none;
}
#s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3, #wrap-s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3 { display: none !important; }}@media (max-width: 767px){#s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3 {
  display: none;
}
#s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3, #wrap-s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eefcc4c-4c9b-4932-85f8-be8aab6d8bf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c0bbc55c-8197-422a-942a-1f5cf037e494 {
  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-c0bbc55c-8197-422a-942a-1f5cf037e494 {
  
}
}@media (max-width: 767px){#s-c0bbc55c-8197-422a-942a-1f5cf037e494 {
  display: none;
}
#s-c0bbc55c-8197-422a-942a-1f5cf037e494, #wrap-s-c0bbc55c-8197-422a-942a-1f5cf037e494 { display: none !important; }}







#s-c0bbc55c-8197-422a-942a-1f5cf037e494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0bbc55c-8197-422a-942a-1f5cf037e494.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6e126ab2-228e-4528-962c-cda113701267 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e126ab2-228e-4528-962c-cda113701267 {
  display: none;
}
#s-6e126ab2-228e-4528-962c-cda113701267, #wrap-s-6e126ab2-228e-4528-962c-cda113701267 { display: none !important; }}@media (max-width: 767px){#s-6e126ab2-228e-4528-962c-cda113701267 {
  display: none;
}
#s-6e126ab2-228e-4528-962c-cda113701267, #wrap-s-6e126ab2-228e-4528-962c-cda113701267 { display: none !important; }}







#s-6e126ab2-228e-4528-962c-cda113701267 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e126ab2-228e-4528-962c-cda113701267.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-84160dcf-8043-4a14-b90a-ce3ef6bcd67b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1250px;
aspect-ratio: 1/1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-84160dcf-8043-4a14-b90a-ce3ef6bcd67b img.shogun-image,
  #s-84160dcf-8043-4a14-b90a-ce3ef6bcd67b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84160dcf-8043-4a14-b90a-ce3ef6bcd67b {
    width: 100%;
    height: auto;
  }



  #s-84160dcf-8043-4a14-b90a-ce3ef6bcd67b img.shogun-image {
    

    
    
    
  }


#s-84160dcf-8043-4a14-b90a-ce3ef6bcd67b .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-29599a57-b072-4979-9443-17dab24f61f7 {
  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(238, 45, 42, 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-29599a57-b072-4979-9443-17dab24f61f7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjYzY0OGYtZDk1NS00NjExLTg2NmItMWQyYTg5YzRlODAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3MzAyODU2NDQ1MzEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45ODM3MjM1ODg0MjMyOTU0IiBzdHlsZT0ic3RvcC1jb2xvcjojZTExZjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTcxODhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmNjNjQ4Zi1kOTU1LTQ2MTEtODY2Yi0xZDJhODljNGU4MDMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>5, "pos"=>0.973028564453125, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9837235884232954, "color"=>"#e11f8f"}, {"id"=>4, "pos"=>1, "color"=>"#e7188f"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-29599a57-b072-4979-9443-17dab24f61f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29599a57-b072-4979-9443-17dab24f61f7-root {
    text-align: left;
  }


#s-29599a57-b072-4979-9443-17dab24f61f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29599a57-b072-4979-9443-17dab24f61f7-root {
    text-align: left;
  }


#s-29599a57-b072-4979-9443-17dab24f61f7.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-29599a57-b072-4979-9443-17dab24f61f7-root {
    text-align: left;
  }


#s-29599a57-b072-4979-9443-17dab24f61f7.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-29599a57-b072-4979-9443-17dab24f61f7-root {
    text-align: left;
  }


#s-29599a57-b072-4979-9443-17dab24f61f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29599a57-b072-4979-9443-17dab24f61f7-root {
    text-align: left;
  }


#s-29599a57-b072-4979-9443-17dab24f61f7.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-2b2ec392-86ce-4db7-89e4-37f3da8cfaca {
  margin-left: 11px;
margin-right: 15px;
}

#s-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .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-2b2ec392-86ce-4db7-89e4-37f3da8cfaca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e {
  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-2c6457ee-8578-4452-b1ca-bf81ee705a9e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBmMzhjYjktZTc0MC00M2YzLTg0ZmMtMmMzNzBiNzliODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NDA5ODM0NDI4MjY3MDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMGYzOGNiOS1lNzQwLTQzZjMtODRmYy0yYzM3MGI3OWI4NmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9740983442826705, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c6457ee-8578-4452-b1ca-bf81ee705a9e-root {
    text-align: left;
  }


#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c6457ee-8578-4452-b1ca-bf81ee705a9e-root {
    text-align: left;
  }


#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e.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-2c6457ee-8578-4452-b1ca-bf81ee705a9e-root {
    text-align: left;
  }


#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e.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-2c6457ee-8578-4452-b1ca-bf81ee705a9e-root {
    text-align: left;
  }


#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c6457ee-8578-4452-b1ca-bf81ee705a9e-root {
    text-align: left;
  }


#s-2c6457ee-8578-4452-b1ca-bf81ee705a9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzg0ZWJkZTktMTYxYi00YWVmLWIxYjUtMWRmZjgwNGQ5YzRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ODRlYmRlOS0xNjFiLTRhZWYtYjFiNS0xZGZmODA0ZDljNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
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;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjNlZWM1ZmYtYWU3Mi00ZGI2LTlhNGQtOWZlMzJlYTg5YzZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmM2VlYzVmZi1hZTcyLTRkYjYtOWE0ZC05ZmUzMmVhODljNmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9821194735440341, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc86d9e1-d29e-421d-b6db-c1c37379cc97-root {
    text-align: left;
  }


#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc86d9e1-d29e-421d-b6db-c1c37379cc97-root {
    text-align: left;
  }


#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97.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-dc86d9e1-d29e-421d-b6db-c1c37379cc97-root {
    text-align: left;
  }


#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97.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-dc86d9e1-d29e-421d-b6db-c1c37379cc97-root {
    text-align: left;
  }


#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc86d9e1-d29e-421d-b6db-c1c37379cc97-root {
    text-align: left;
  }


#s-dc86d9e1-d29e-421d-b6db-c1c37379cc97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3 {
  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-f4bce1a7-81b7-486c-8b01-41d028bac4a3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjAyNzkwOTItNWUzOC00ZmIzLWJmMmItNWUzMGZhZTZjZDM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMDI3OTA5Mi01ZTM4LTRmYjMtYmYyYi01ZTMwZmFlNmNkMzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4bce1a7-81b7-486c-8b01-41d028bac4a3-root {
    text-align: left;
  }


#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4bce1a7-81b7-486c-8b01-41d028bac4a3-root {
    text-align: left;
  }


#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3.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-f4bce1a7-81b7-486c-8b01-41d028bac4a3-root {
    text-align: left;
  }


#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3.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-f4bce1a7-81b7-486c-8b01-41d028bac4a3-root {
    text-align: left;
  }


#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4bce1a7-81b7-486c-8b01-41d028bac4a3-root {
    text-align: left;
  }


#s-f4bce1a7-81b7-486c-8b01-41d028bac4a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4 {
  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-a0216d9c-ba32-4f49-86c9-2686fd220fa4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWQ4N2E3Y2ItMGNkNy00YWUzLWE2OGYtYTc5ZTkzYmYyMmY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjOWQ4N2E3Y2ItMGNkNy00YWUzLWE2OGYtYTc5ZTkzYmYyMmY2KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9821194735440341, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0216d9c-ba32-4f49-86c9-2686fd220fa4-root {
    text-align: left;
  }


#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0216d9c-ba32-4f49-86c9-2686fd220fa4-root {
    text-align: left;
  }


#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4.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-a0216d9c-ba32-4f49-86c9-2686fd220fa4-root {
    text-align: left;
  }


#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4.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-a0216d9c-ba32-4f49-86c9-2686fd220fa4-root {
    text-align: left;
  }


#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0216d9c-ba32-4f49-86c9-2686fd220fa4-root {
    text-align: left;
  }


#s-a0216d9c-ba32-4f49-86c9-2686fd220fa4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a130cea6-763c-4145-913e-a5763694286c {
  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-a130cea6-763c-4145-913e-a5763694286c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmQwYzQ1OWUtZjgwYS00NWY0LTk1MzAtZWVmNGNjZTY1MmUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZDBjNDU5ZS1mODBhLTQ1ZjQtOTUzMC1lZWY0Y2NlNjUyZTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a130cea6-763c-4145-913e-a5763694286c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a130cea6-763c-4145-913e-a5763694286c-root {
    text-align: left;
  }


#s-a130cea6-763c-4145-913e-a5763694286c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a130cea6-763c-4145-913e-a5763694286c-root {
    text-align: left;
  }


#s-a130cea6-763c-4145-913e-a5763694286c.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-a130cea6-763c-4145-913e-a5763694286c-root {
    text-align: left;
  }


#s-a130cea6-763c-4145-913e-a5763694286c.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-a130cea6-763c-4145-913e-a5763694286c-root {
    text-align: left;
  }


#s-a130cea6-763c-4145-913e-a5763694286c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a130cea6-763c-4145-913e-a5763694286c-root {
    text-align: left;
  }


#s-a130cea6-763c-4145-913e-a5763694286c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c {
  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-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjZTM2MGUtNmQ3MC00NGYyLWJjYmItYjE2ZmUyOTQzMGE1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjU3MzAyODU2NDQ1MzEyNSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45NzMwMjg1NjQ0NTMxMjUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYzhjZTM2MGUtNmQ3MC00NGYyLWJjYmItYjE2ZmUyOTQzMGE1KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.573028564453125, "color"=>"#ee2d2a"}, {"id"=>5, "pos"=>0.973028564453125, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c-root {
    text-align: left;
  }


#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c-root {
    text-align: left;
  }


#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c.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-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c-root {
    text-align: left;
  }


#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c.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-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c-root {
    text-align: left;
  }


#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c-root {
    text-align: left;
  }


#s-4e74e396-ebb1-4cad-88e6-200a4ad8ac7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4f1c9493-183a-46d9-8828-cfb5abc99aab {
  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-4f1c9493-183a-46d9-8828-cfb5abc99aab:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQ2NGQ0YjgtZmVkYi00ZjQ4LWJjZmQtNjM3Njg4MTNhY2NjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDY0ZDRiOC1mZWRiLTRmNDgtYmNmZC02Mzc2ODgxM2FjY2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4f1c9493-183a-46d9-8828-cfb5abc99aab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f1c9493-183a-46d9-8828-cfb5abc99aab-root {
    text-align: left;
  }


#s-4f1c9493-183a-46d9-8828-cfb5abc99aab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f1c9493-183a-46d9-8828-cfb5abc99aab-root {
    text-align: left;
  }


#s-4f1c9493-183a-46d9-8828-cfb5abc99aab.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-4f1c9493-183a-46d9-8828-cfb5abc99aab-root {
    text-align: left;
  }


#s-4f1c9493-183a-46d9-8828-cfb5abc99aab.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-4f1c9493-183a-46d9-8828-cfb5abc99aab-root {
    text-align: left;
  }


#s-4f1c9493-183a-46d9-8828-cfb5abc99aab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f1c9493-183a-46d9-8828-cfb5abc99aab-root {
    text-align: left;
  }


#s-4f1c9493-183a-46d9-8828-cfb5abc99aab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7 {
  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-b3b06514-7b2e-4616-aabe-3c5f0856bea7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQ2YWM2OTktN2Y5OC00MDk2LWJkMDktYzQ5NDZiZDBjNDA2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk3NzU3NDAxODk5ODU3OTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTc3NTc0MDE4OTk4NTc5NSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC45OTU0NTQ1NDU0NTQ1NDU1IiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDZhYzY5OS03Zjk4LTQwOTYtYmQwOS1jNDk0NmJkMGM0MDYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9775740189985795, "color"=>"#ee2d2a"}, {"id"=>8, "pos"=>0.9775740189985795, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>6, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>7, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3b06514-7b2e-4616-aabe-3c5f0856bea7-root {
    text-align: left;
  }


#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3b06514-7b2e-4616-aabe-3c5f0856bea7-root {
    text-align: left;
  }


#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7.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-b3b06514-7b2e-4616-aabe-3c5f0856bea7-root {
    text-align: left;
  }


#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7.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-b3b06514-7b2e-4616-aabe-3c5f0856bea7-root {
    text-align: left;
  }


#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3b06514-7b2e-4616-aabe-3c5f0856bea7-root {
    text-align: left;
  }


#s-b3b06514-7b2e-4616-aabe-3c5f0856bea7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a5418f62-34b2-4f08-b43d-49262f5cec62 {
  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-a5418f62-34b2-4f08-b43d-49262f5cec62:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjI3ZDQ3ZjEtYjY4ZC00ODFiLTk4MGMtMDk3YzM3NWJiNTFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMjdkNDdmMS1iNjhkLTQ4MWItOTgwYy0wOTdjMzc1YmI1MWMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a5418f62-34b2-4f08-b43d-49262f5cec62:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5418f62-34b2-4f08-b43d-49262f5cec62-root {
    text-align: left;
  }


#s-a5418f62-34b2-4f08-b43d-49262f5cec62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5418f62-34b2-4f08-b43d-49262f5cec62-root {
    text-align: left;
  }


#s-a5418f62-34b2-4f08-b43d-49262f5cec62.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-a5418f62-34b2-4f08-b43d-49262f5cec62-root {
    text-align: left;
  }


#s-a5418f62-34b2-4f08-b43d-49262f5cec62.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-a5418f62-34b2-4f08-b43d-49262f5cec62-root {
    text-align: left;
  }


#s-a5418f62-34b2-4f08-b43d-49262f5cec62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5418f62-34b2-4f08-b43d-49262f5cec62-root {
    text-align: left;
  }


#s-a5418f62-34b2-4f08-b43d-49262f5cec62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8485b466-eae4-428a-b38c-309c65457f3d {
  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-8485b466-eae4-428a-b38c-309c65457f3d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWUwNDQ2M2EtNDQxYi00Yzk5LTljMmMtOWY0OGVmNzIxYWY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5MTIxMDM4MjYzNDk0MzIiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMWUwNDQ2M2EtNDQxYi00Yzk5LTljMmMtOWY0OGVmNzIxYWY0KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>4, "pos"=>0.9912103826349432, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8485b466-eae4-428a-b38c-309c65457f3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8485b466-eae4-428a-b38c-309c65457f3d-root {
    text-align: left;
  }


#s-8485b466-eae4-428a-b38c-309c65457f3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8485b466-eae4-428a-b38c-309c65457f3d-root {
    text-align: left;
  }


#s-8485b466-eae4-428a-b38c-309c65457f3d.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-8485b466-eae4-428a-b38c-309c65457f3d-root {
    text-align: left;
  }


#s-8485b466-eae4-428a-b38c-309c65457f3d.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-8485b466-eae4-428a-b38c-309c65457f3d-root {
    text-align: left;
  }


#s-8485b466-eae4-428a-b38c-309c65457f3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8485b466-eae4-428a-b38c-309c65457f3d-root {
    text-align: left;
  }


#s-8485b466-eae4-428a-b38c-309c65457f3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9f2329db-5229-4e76-b5f1-12017b3855b4 {
  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-9f2329db-5229-4e76-b5f1-12017b3855b4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTJmMmM3NzMtNTMwYS00YmQzLWFiMDItMDNmNWIwNzgxZGEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MmYyYzc3My01MzBhLTRiZDMtYWIwMi0wM2Y1YjA3ODFkYTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f2329db-5229-4e76-b5f1-12017b3855b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9f2329db-5229-4e76-b5f1-12017b3855b4-root {
    text-align: left;
  }


#s-9f2329db-5229-4e76-b5f1-12017b3855b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f2329db-5229-4e76-b5f1-12017b3855b4-root {
    text-align: left;
  }


#s-9f2329db-5229-4e76-b5f1-12017b3855b4.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-9f2329db-5229-4e76-b5f1-12017b3855b4-root {
    text-align: left;
  }


#s-9f2329db-5229-4e76-b5f1-12017b3855b4.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-9f2329db-5229-4e76-b5f1-12017b3855b4-root {
    text-align: left;
  }


#s-9f2329db-5229-4e76-b5f1-12017b3855b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f2329db-5229-4e76-b5f1-12017b3855b4-root {
    text-align: left;
  }


#s-9f2329db-5229-4e76-b5f1-12017b3855b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-419ee83d-c0a7-4eca-b589-2bbb229be22b {
  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-419ee83d-c0a7-4eca-b589-2bbb229be22b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzA4MzZkZWItYWMyMC00OWYyLWE2NGYtZDg3OGFiYTM5Njg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMDgzNmRlYi1hYzIwLTQ5ZjItYTY0Zi1kODc4YWJhMzk2ODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-419ee83d-c0a7-4eca-b589-2bbb229be22b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-419ee83d-c0a7-4eca-b589-2bbb229be22b-root {
    text-align: left;
  }


#s-419ee83d-c0a7-4eca-b589-2bbb229be22b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-419ee83d-c0a7-4eca-b589-2bbb229be22b-root {
    text-align: left;
  }


#s-419ee83d-c0a7-4eca-b589-2bbb229be22b.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-419ee83d-c0a7-4eca-b589-2bbb229be22b-root {
    text-align: left;
  }


#s-419ee83d-c0a7-4eca-b589-2bbb229be22b.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-419ee83d-c0a7-4eca-b589-2bbb229be22b-root {
    text-align: left;
  }


#s-419ee83d-c0a7-4eca-b589-2bbb229be22b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-419ee83d-c0a7-4eca-b589-2bbb229be22b-root {
    text-align: left;
  }


#s-419ee83d-c0a7-4eca-b589-2bbb229be22b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f {
  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-302b2db8-cac6-41ce-b0b5-0f29fa0d304f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODFiM2Y1YmMtNjM3Ni00YzMwLTg1YWQtZmVkM2E5ZDhhZDBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MWIzZjViYy02Mzc2LTRjMzAtODVhZC1mZWQzYTlkOGFkMGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f-root {
    text-align: left;
  }


#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f-root {
    text-align: left;
  }


#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f.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-302b2db8-cac6-41ce-b0b5-0f29fa0d304f-root {
    text-align: left;
  }


#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f.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-302b2db8-cac6-41ce-b0b5-0f29fa0d304f-root {
    text-align: left;
  }


#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f-root {
    text-align: left;
  }


#s-302b2db8-cac6-41ce-b0b5-0f29fa0d304f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-892fa9cf-2b99-47c9-ab6f-01974fc01164 {
  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-892fa9cf-2b99-47c9-ab6f-01974fc01164:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzI3YWNjYmUtMWIxYy00NDE2LThhODktYTdjMzQzMGVjYzBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMjdhY2NiZS0xYjFjLTQ0MTYtOGE4OS1hN2MzNDMwZWNjMGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-892fa9cf-2b99-47c9-ab6f-01974fc01164:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-892fa9cf-2b99-47c9-ab6f-01974fc01164-root {
    text-align: left;
  }


#s-892fa9cf-2b99-47c9-ab6f-01974fc01164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-892fa9cf-2b99-47c9-ab6f-01974fc01164-root {
    text-align: left;
  }


#s-892fa9cf-2b99-47c9-ab6f-01974fc01164.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-892fa9cf-2b99-47c9-ab6f-01974fc01164-root {
    text-align: left;
  }


#s-892fa9cf-2b99-47c9-ab6f-01974fc01164.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-892fa9cf-2b99-47c9-ab6f-01974fc01164-root {
    text-align: left;
  }


#s-892fa9cf-2b99-47c9-ab6f-01974fc01164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-892fa9cf-2b99-47c9-ab6f-01974fc01164-root {
    text-align: left;
  }


#s-892fa9cf-2b99-47c9-ab6f-01974fc01164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a {
  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-806cfcbd-c031-4335-82ec-8f13a12d9f9a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTQzNDg5Y2MtOWI4MS00NjBlLWI3NjItZTIwNmJlOWNiZTc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NDM0ODljYy05YjgxLTQ2MGUtYjc2Mi1lMjA2YmU5Y2JlNzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-806cfcbd-c031-4335-82ec-8f13a12d9f9a-root {
    text-align: left;
  }


#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-806cfcbd-c031-4335-82ec-8f13a12d9f9a-root {
    text-align: left;
  }


#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a.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-806cfcbd-c031-4335-82ec-8f13a12d9f9a-root {
    text-align: left;
  }


#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a.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-806cfcbd-c031-4335-82ec-8f13a12d9f9a-root {
    text-align: left;
  }


#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-806cfcbd-c031-4335-82ec-8f13a12d9f9a-root {
    text-align: left;
  }


#s-806cfcbd-c031-4335-82ec-8f13a12d9f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0b14dd06-4995-436f-8798-c5f329971b03 {
  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-0b14dd06-4995-436f-8798-c5f329971b03:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2ZmNTliYjAtYjE0OS00YTM0LWIwYjUtNDM2MGQzMjAxM2RiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk3NDA5ODM0NDI4MjY3MDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTJkMmE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTg5MDcxMzc3ODQwOTA5IiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjM3MDIxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZmY1OWJiMC1iMTQ5LTRhMzQtYjBiNS00MzYwZDMyMDEzZGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee2d2a"}, {"id"=>4, "pos"=>0.9740983442826705, "color"=>"#ee2d2a"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0b14dd06-4995-436f-8798-c5f329971b03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b14dd06-4995-436f-8798-c5f329971b03-root {
    text-align: left;
  }


#s-0b14dd06-4995-436f-8798-c5f329971b03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b14dd06-4995-436f-8798-c5f329971b03-root {
    text-align: left;
  }


#s-0b14dd06-4995-436f-8798-c5f329971b03.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-0b14dd06-4995-436f-8798-c5f329971b03-root {
    text-align: left;
  }


#s-0b14dd06-4995-436f-8798-c5f329971b03.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-0b14dd06-4995-436f-8798-c5f329971b03-root {
    text-align: left;
  }


#s-0b14dd06-4995-436f-8798-c5f329971b03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b14dd06-4995-436f-8798-c5f329971b03-root {
    text-align: left;
  }


#s-0b14dd06-4995-436f-8798-c5f329971b03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTA3MGRjY2UtYzk3ZC00NDBlLTgzYmQtOTgxMTgwNDhhZmI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMDcwZGNjZS1jOTdkLTQ0MGUtODNiZC05ODExODA0OGFmYjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmU2MzNkOGUtOTY5Zi00MGYxLWEyZjEtMDYzMGE4NWI2NmI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk4MjExOTQ3MzU0NDAzNDEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTk1NDU0NTQ1NDU0NTQ1NSIgc3R5bGU9InN0b3AtY29sb3I6I2IzOGJiZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2VlMmQyYTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZmU2MzNkOGUtOTY5Zi00MGYxLWEyZjEtMDYzMGE4NWI2NmI5KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>4, "pos"=>0.9821194735440341, "color"=>"#000000"}, {"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}] !important;
hover-type: gradient !important;}#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba-root {
    text-align: center;
  }


#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba-root {
    text-align: center;
  }


#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba-root {
    text-align: center;
  }


#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba-root {
    text-align: center;
  }


#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba-root {
    text-align: center;
  }


#s-b9b80a0c-2d4f-4d59-82fe-d08bdce4a1ba.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2a1d7501-81c1-4f33-b668-e53c6d7bf24b {
  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-2a1d7501-81c1-4f33-b668-e53c6d7bf24b {
  display: none;
}
#s-2a1d7501-81c1-4f33-b668-e53c6d7bf24b, #wrap-s-2a1d7501-81c1-4f33-b668-e53c6d7bf24b { display: none !important; }}







#s-2a1d7501-81c1-4f33-b668-e53c6d7bf24b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a1d7501-81c1-4f33-b668-e53c6d7bf24b.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-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  display: none;
}
#s-55987cca-9bd7-4e16-8f7e-7cd411872400, #wrap-s-55987cca-9bd7-4e16-8f7e-7cd411872400 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  display: none;
}
#s-55987cca-9bd7-4e16-8f7e-7cd411872400, #wrap-s-55987cca-9bd7-4e16-8f7e-7cd411872400 { display: none !important; }}


.shg-image-margin-container-s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-content {
  
    align-items: center;
  
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
      position: relative;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 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-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  
  
  
  
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-content {
  
    align-items: center;
  
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
      position: relative;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 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-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  
  
  
  
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-content {
  
    align-items: center;
  
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
      position: relative;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 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-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  
  
  
  
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-content {
  
    align-items: center;
  
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
      position: relative;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 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-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  
  
  
  
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-55987cca-9bd7-4e16-8f7e-7cd411872400 .shogun-image-content {
  
    align-items: center;
  
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container {
      position: relative;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55987cca-9bd7-4e16-8f7e-7cd411872400 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}
#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 {
  min-height: 50px;
}








#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a21c62-bae1-44d4-9577-a74f83cd7e59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6df249aa-9918-47b5-908d-d4a2efb9fbb9 {
  min-height: 50px;
}








#s-6df249aa-9918-47b5-908d-d4a2efb9fbb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6df249aa-9918-47b5-908d-d4a2efb9fbb9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ed210712-3b27-40aa-8304-b0ba5c98db6f {
  display: none;
}
#s-ed210712-3b27-40aa-8304-b0ba5c98db6f, #wrap-s-ed210712-3b27-40aa-8304-b0ba5c98db6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed210712-3b27-40aa-8304-b0ba5c98db6f {
  display: none;
}
#s-ed210712-3b27-40aa-8304-b0ba5c98db6f, #wrap-s-ed210712-3b27-40aa-8304-b0ba5c98db6f { display: none !important; }}
#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-ed210712-3b27-40aa-8304-b0ba5c98db6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99 {
  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-6bca77cd-f496-463e-9580-e0f1ca4d9d99:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDg2NDE4OTQtZWExMC00NjNjLWFkOGEtMjU5Y2IwN2IzNmI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ODY0MTg5NC1lYTEwLTQ2M2MtYWQ4YS0yNTljYjA3YjM2YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6bca77cd-f496-463e-9580-e0f1ca4d9d99-root {
    text-align: center;
  }


#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6bca77cd-f496-463e-9580-e0f1ca4d9d99-root {
    text-align: center;
  }


#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99.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-6bca77cd-f496-463e-9580-e0f1ca4d9d99-root {
    text-align: center;
  }


#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99.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-6bca77cd-f496-463e-9580-e0f1ca4d9d99-root {
    text-align: center;
  }


#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6bca77cd-f496-463e-9580-e0f1ca4d9d99-root {
    text-align: center;
  }


#s-6bca77cd-f496-463e-9580-e0f1ca4d9d99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0612ea99-25b9-43df-bec8-bf8ef653c97e {
  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-0612ea99-25b9-43df-bec8-bf8ef653c97e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRiMjFlYzItNTdjNS00NDJlLWEyYTctZGUzMjZmMGMwMTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGIyMWVjMi01N2M1LTQ0MmUtYTJhNy1kZTMyNmYwYzAxODEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0612ea99-25b9-43df-bec8-bf8ef653c97e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0612ea99-25b9-43df-bec8-bf8ef653c97e-root {
    text-align: center;
  }


#s-0612ea99-25b9-43df-bec8-bf8ef653c97e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0612ea99-25b9-43df-bec8-bf8ef653c97e-root {
    text-align: center;
  }


#s-0612ea99-25b9-43df-bec8-bf8ef653c97e.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-0612ea99-25b9-43df-bec8-bf8ef653c97e-root {
    text-align: center;
  }


#s-0612ea99-25b9-43df-bec8-bf8ef653c97e.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-0612ea99-25b9-43df-bec8-bf8ef653c97e-root {
    text-align: center;
  }


#s-0612ea99-25b9-43df-bec8-bf8ef653c97e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0612ea99-25b9-43df-bec8-bf8ef653c97e-root {
    text-align: center;
  }


#s-0612ea99-25b9-43df-bec8-bf8ef653c97e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-427cb817-bfcb-4931-b857-3446354c2153 {
  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-427cb817-bfcb-4931-b857-3446354c2153:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2VlODQyMjEtZDEyZS00NTZhLTgyZDItOTU2ZjRjYmY4MjA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZWU4NDIyMS1kMTJlLTQ1NmEtODJkMi05NTZmNGNiZjgyMDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-427cb817-bfcb-4931-b857-3446354c2153:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-427cb817-bfcb-4931-b857-3446354c2153-root {
    text-align: center;
  }


#s-427cb817-bfcb-4931-b857-3446354c2153.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-427cb817-bfcb-4931-b857-3446354c2153-root {
    text-align: center;
  }


#s-427cb817-bfcb-4931-b857-3446354c2153.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-427cb817-bfcb-4931-b857-3446354c2153-root {
    text-align: center;
  }


#s-427cb817-bfcb-4931-b857-3446354c2153.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-427cb817-bfcb-4931-b857-3446354c2153-root {
    text-align: center;
  }


#s-427cb817-bfcb-4931-b857-3446354c2153.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-427cb817-bfcb-4931-b857-3446354c2153-root {
    text-align: center;
  }


#s-427cb817-bfcb-4931-b857-3446354c2153.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-db2be823-6973-42ca-a06e-e17cfe738072 {
  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-db2be823-6973-42ca-a06e-e17cfe738072:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNiZmM3ZTItYmZlYS00ZmZkLWIzN2ItZDJjNDIxNmU1ZGVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2JmYzdlMi1iZmVhLTRmZmQtYjM3Yi1kMmM0MjE2ZTVkZWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-db2be823-6973-42ca-a06e-e17cfe738072:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db2be823-6973-42ca-a06e-e17cfe738072-root {
    text-align: center;
  }


#s-db2be823-6973-42ca-a06e-e17cfe738072.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db2be823-6973-42ca-a06e-e17cfe738072-root {
    text-align: center;
  }


#s-db2be823-6973-42ca-a06e-e17cfe738072.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-db2be823-6973-42ca-a06e-e17cfe738072-root {
    text-align: center;
  }


#s-db2be823-6973-42ca-a06e-e17cfe738072.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-db2be823-6973-42ca-a06e-e17cfe738072-root {
    text-align: center;
  }


#s-db2be823-6973-42ca-a06e-e17cfe738072.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db2be823-6973-42ca-a06e-e17cfe738072-root {
    text-align: center;
  }


#s-db2be823-6973-42ca-a06e-e17cfe738072.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70 {
  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-e7be2b59-25f0-4af5-a8a5-cf11624d3d70:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDNlNjc1Y2QtYmVhZC00NTM1LWFhYTktMjY2YjgzZjYwYWJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwM2U2NzVjZC1iZWFkLTQ1MzUtYWFhOS0yNjZiODNmNjBhYmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70-root {
    text-align: center;
  }


#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70-root {
    text-align: center;
  }


#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70.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-e7be2b59-25f0-4af5-a8a5-cf11624d3d70-root {
    text-align: center;
  }


#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70.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-e7be2b59-25f0-4af5-a8a5-cf11624d3d70-root {
    text-align: center;
  }


#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70-root {
    text-align: center;
  }


#s-e7be2b59-25f0-4af5-a8a5-cf11624d3d70.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2991b66a-431d-420c-a359-1228027648c5 {
  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-2991b66a-431d-420c-a359-1228027648c5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E2M2E0NzEtMjNlYS00MjNhLTkzNDgtN2I0YzgzZmFkNzI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTYzYTQ3MS0yM2VhLTQyM2EtOTM0OC03YjRjODNmYWQ3MjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2991b66a-431d-420c-a359-1228027648c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2991b66a-431d-420c-a359-1228027648c5-root {
    text-align: center;
  }


#s-2991b66a-431d-420c-a359-1228027648c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2991b66a-431d-420c-a359-1228027648c5-root {
    text-align: center;
  }


#s-2991b66a-431d-420c-a359-1228027648c5.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-2991b66a-431d-420c-a359-1228027648c5-root {
    text-align: center;
  }


#s-2991b66a-431d-420c-a359-1228027648c5.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-2991b66a-431d-420c-a359-1228027648c5-root {
    text-align: center;
  }


#s-2991b66a-431d-420c-a359-1228027648c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2991b66a-431d-420c-a359-1228027648c5-root {
    text-align: center;
  }


#s-2991b66a-431d-420c-a359-1228027648c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fe073d84-f162-4049-bf74-7db4747e5f61 {
  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-fe073d84-f162-4049-bf74-7db4747e5f61:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmM0MGZhZTEtYzUwMy00OWJiLWE0NDItZDI0N2MxMWZhZDdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYzQwZmFlMS1jNTAzLTQ5YmItYTQ0Mi1kMjQ3YzExZmFkN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe073d84-f162-4049-bf74-7db4747e5f61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe073d84-f162-4049-bf74-7db4747e5f61-root {
    text-align: center;
  }


#s-fe073d84-f162-4049-bf74-7db4747e5f61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe073d84-f162-4049-bf74-7db4747e5f61-root {
    text-align: center;
  }


#s-fe073d84-f162-4049-bf74-7db4747e5f61.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-fe073d84-f162-4049-bf74-7db4747e5f61-root {
    text-align: center;
  }


#s-fe073d84-f162-4049-bf74-7db4747e5f61.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-fe073d84-f162-4049-bf74-7db4747e5f61-root {
    text-align: center;
  }


#s-fe073d84-f162-4049-bf74-7db4747e5f61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe073d84-f162-4049-bf74-7db4747e5f61-root {
    text-align: center;
  }


#s-fe073d84-f162-4049-bf74-7db4747e5f61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03 {
  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-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc3MDc1MDMtMDY3MC00ZjE3LWFlNmMtYzQ0MTg2ZjBhMGZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzcwNzUwMy0wNjcwLTRmMTctYWU2Yy1jNDQxODZmMGEwZmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03-root {
    text-align: center;
  }


#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03-root {
    text-align: center;
  }


#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03.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-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03-root {
    text-align: center;
  }


#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03.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-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03-root {
    text-align: center;
  }


#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03-root {
    text-align: center;
  }


#s-87e9f0b6-25a4-48f2-ae56-29fc3eaa7c03.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114 {
  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-515c6535-6dbc-4c76-8fa9-c1e6b916a114:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmNiMWNlYzctMmY4Mi00MjI0LTllYmEtMmFlMTEwYTc4ZGMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2Y2IxY2VjNy0yZjgyLTQyMjQtOWViYS0yYWUxMTBhNzhkYzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-515c6535-6dbc-4c76-8fa9-c1e6b916a114-root {
    text-align: center;
  }


#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-515c6535-6dbc-4c76-8fa9-c1e6b916a114-root {
    text-align: center;
  }


#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114.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-515c6535-6dbc-4c76-8fa9-c1e6b916a114-root {
    text-align: center;
  }


#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114.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-515c6535-6dbc-4c76-8fa9-c1e6b916a114-root {
    text-align: center;
  }


#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-515c6535-6dbc-4c76-8fa9-c1e6b916a114-root {
    text-align: center;
  }


#s-515c6535-6dbc-4c76-8fa9-c1e6b916a114.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb {
  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-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGU5MWQzOWYtYTY0YS00MWExLTgzODUtMjUzMzE0Njg1MjQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZTkxZDM5Zi1hNjRhLTQxYTEtODM4NS0yNTMzMTQ2ODUyNDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb-root {
    text-align: center;
  }


#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb-root {
    text-align: center;
  }


#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb.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-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb-root {
    text-align: center;
  }


#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb.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-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb-root {
    text-align: center;
  }


#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb-root {
    text-align: center;
  }


#s-c48678a7-963f-4498-9ad3-e4dc8bb8f6cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-414a6f8f-6db8-4920-9f6c-bdcda2818702 {
  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-414a6f8f-6db8-4920-9f6c-bdcda2818702:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzQ4ZGNjMTAtYzU3NC00YzNjLTllYzctM2U0OTczY2E5NDZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNDhkY2MxMC1jNTc0LTRjM2MtOWVjNy0zZTQ5NzNjYTk0NmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-414a6f8f-6db8-4920-9f6c-bdcda2818702:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-414a6f8f-6db8-4920-9f6c-bdcda2818702-root {
    text-align: center;
  }


#s-414a6f8f-6db8-4920-9f6c-bdcda2818702.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-414a6f8f-6db8-4920-9f6c-bdcda2818702-root {
    text-align: center;
  }


#s-414a6f8f-6db8-4920-9f6c-bdcda2818702.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-414a6f8f-6db8-4920-9f6c-bdcda2818702-root {
    text-align: center;
  }


#s-414a6f8f-6db8-4920-9f6c-bdcda2818702.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-414a6f8f-6db8-4920-9f6c-bdcda2818702-root {
    text-align: center;
  }


#s-414a6f8f-6db8-4920-9f6c-bdcda2818702.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-414a6f8f-6db8-4920-9f6c-bdcda2818702-root {
    text-align: center;
  }


#s-414a6f8f-6db8-4920-9f6c-bdcda2818702.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-50acb785-12aa-4f10-8029-b534cd9f68d4 {
  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-50acb785-12aa-4f10-8029-b534cd9f68d4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGY1ODI0ZTgtNjY1OS00ZTZiLWI4NjItZDUzOTRlMmExYmJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjU4MjRlOC02NjU5LTRlNmItYjg2Mi1kNTM5NGUyYTFiYmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-50acb785-12aa-4f10-8029-b534cd9f68d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50acb785-12aa-4f10-8029-b534cd9f68d4-root {
    text-align: center;
  }


#s-50acb785-12aa-4f10-8029-b534cd9f68d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50acb785-12aa-4f10-8029-b534cd9f68d4-root {
    text-align: center;
  }


#s-50acb785-12aa-4f10-8029-b534cd9f68d4.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-50acb785-12aa-4f10-8029-b534cd9f68d4-root {
    text-align: center;
  }


#s-50acb785-12aa-4f10-8029-b534cd9f68d4.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-50acb785-12aa-4f10-8029-b534cd9f68d4-root {
    text-align: center;
  }


#s-50acb785-12aa-4f10-8029-b534cd9f68d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50acb785-12aa-4f10-8029-b534cd9f68d4-root {
    text-align: center;
  }


#s-50acb785-12aa-4f10-8029-b534cd9f68d4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e {
  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-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDVhMjVmYzYtNTYwZS00MTMyLTk5MzEtZDlmYTQ1MTUyMzJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NWEyNWZjNi01NjBlLTQxMzItOTkzMS1kOWZhNDUxNTIzMmMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e-root {
    text-align: center;
  }


#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e-root {
    text-align: center;
  }


#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e.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-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e-root {
    text-align: center;
  }


#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e.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-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e-root {
    text-align: center;
  }


#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e-root {
    text-align: center;
  }


#s-cd01afaa-cd1b-4ae8-98bb-006e78f9d88e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8efb0b26-c099-40b7-b531-74ca83ec8a81 {
  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-8efb0b26-c099-40b7-b531-74ca83ec8a81:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzhkNjRjZjMtZjIzZC00NjU5LWI2MTAtMTE2NmU3YjljZDZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OGQ2NGNmMy1mMjNkLTQ2NTktYjYxMC0xMTY2ZTdiOWNkNmIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8efb0b26-c099-40b7-b531-74ca83ec8a81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8efb0b26-c099-40b7-b531-74ca83ec8a81-root {
    text-align: center;
  }


#s-8efb0b26-c099-40b7-b531-74ca83ec8a81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8efb0b26-c099-40b7-b531-74ca83ec8a81-root {
    text-align: center;
  }


#s-8efb0b26-c099-40b7-b531-74ca83ec8a81.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-8efb0b26-c099-40b7-b531-74ca83ec8a81-root {
    text-align: center;
  }


#s-8efb0b26-c099-40b7-b531-74ca83ec8a81.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-8efb0b26-c099-40b7-b531-74ca83ec8a81-root {
    text-align: center;
  }


#s-8efb0b26-c099-40b7-b531-74ca83ec8a81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8efb0b26-c099-40b7-b531-74ca83ec8a81-root {
    text-align: center;
  }


#s-8efb0b26-c099-40b7-b531-74ca83ec8a81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621 {
  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-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjNDIwMmQtZDI4Mi00YjQ4LThkMDItNGEyZDFlMzM5YzFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmM0MjAyZC1kMjgyLTRiNDgtOGQwMi00YTJkMWUzMzljMWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621-root {
    text-align: center;
  }


#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621-root {
    text-align: center;
  }


#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621.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-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621-root {
    text-align: center;
  }


#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621.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-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621-root {
    text-align: center;
  }


#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621-root {
    text-align: center;
  }


#s-5eae71b3-c0b7-42a5-9b3b-5d5e37cd9621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ea51c237-05be-49d3-ab66-db471bbc8efd {
  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-ea51c237-05be-49d3-ab66-db471bbc8efd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDU3MDYwNzItMzE4My00MWI3LWE5ZGEtNDE2ZWU3MjQ1YTBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNTcwNjA3Mi0zMTgzLTQxYjctYTlkYS00MTZlZTcyNDVhMGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea51c237-05be-49d3-ab66-db471bbc8efd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea51c237-05be-49d3-ab66-db471bbc8efd-root {
    text-align: center;
  }


#s-ea51c237-05be-49d3-ab66-db471bbc8efd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea51c237-05be-49d3-ab66-db471bbc8efd-root {
    text-align: center;
  }


#s-ea51c237-05be-49d3-ab66-db471bbc8efd.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-ea51c237-05be-49d3-ab66-db471bbc8efd-root {
    text-align: center;
  }


#s-ea51c237-05be-49d3-ab66-db471bbc8efd.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-ea51c237-05be-49d3-ab66-db471bbc8efd-root {
    text-align: center;
  }


#s-ea51c237-05be-49d3-ab66-db471bbc8efd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea51c237-05be-49d3-ab66-db471bbc8efd-root {
    text-align: center;
  }


#s-ea51c237-05be-49d3-ab66-db471bbc8efd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0 {
  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-8e1d34a5-166c-4000-ae6b-fa5705da29c0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIyYzExMDYtYmE3Yi00MjUzLThlNDItNGUyNjMwYjg3ZTRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjJjMTEwNi1iYTdiLTQyNTMtOGU0Mi00ZTI2MzBiODdlNGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e1d34a5-166c-4000-ae6b-fa5705da29c0-root {
    text-align: center;
  }


#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e1d34a5-166c-4000-ae6b-fa5705da29c0-root {
    text-align: center;
  }


#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0.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-8e1d34a5-166c-4000-ae6b-fa5705da29c0-root {
    text-align: center;
  }


#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0.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-8e1d34a5-166c-4000-ae6b-fa5705da29c0-root {
    text-align: center;
  }


#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e1d34a5-166c-4000-ae6b-fa5705da29c0-root {
    text-align: center;
  }


#s-8e1d34a5-166c-4000-ae6b-fa5705da29c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-88c433ea-66c0-4319-9438-38be6c63f830 {
  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-88c433ea-66c0-4319-9438-38be6c63f830:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzkxYmVmMDEtZmFlYS00OGZjLWJiN2MtZWFkZmVjMTdhMWNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTFiZWYwMS1mYWVhLTQ4ZmMtYmI3Yy1lYWRmZWMxN2ExY2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-88c433ea-66c0-4319-9438-38be6c63f830:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88c433ea-66c0-4319-9438-38be6c63f830-root {
    text-align: center;
  }


#s-88c433ea-66c0-4319-9438-38be6c63f830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-88c433ea-66c0-4319-9438-38be6c63f830-root {
    text-align: center;
  }


#s-88c433ea-66c0-4319-9438-38be6c63f830.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-88c433ea-66c0-4319-9438-38be6c63f830-root {
    text-align: center;
  }


#s-88c433ea-66c0-4319-9438-38be6c63f830.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-88c433ea-66c0-4319-9438-38be6c63f830-root {
    text-align: center;
  }


#s-88c433ea-66c0-4319-9438-38be6c63f830.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-88c433ea-66c0-4319-9438-38be6c63f830-root {
    text-align: center;
  }


#s-88c433ea-66c0-4319-9438-38be6c63f830.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-57495b17-23a4-4f87-95d3-2fe31563946e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-cd29fe5a-77e8-4be0-bd58-71ff4f3da0ff {
  margin-top: 13px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-cbafc8ab-e6be-4006-9888-54e396d34750 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 27px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-cbafc8ab-e6be-4006-9888-54e396d34750 {
  display: none;
}
#s-cbafc8ab-e6be-4006-9888-54e396d34750, #wrap-s-cbafc8ab-e6be-4006-9888-54e396d34750 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbafc8ab-e6be-4006-9888-54e396d34750 {
  display: none;
}
#s-cbafc8ab-e6be-4006-9888-54e396d34750, #wrap-s-cbafc8ab-e6be-4006-9888-54e396d34750 { display: none !important; }}
#s-bff3b0c2-3d35-457f-98a2-ea8a9157282e {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bff3b0c2-3d35-457f-98a2-ea8a9157282e {
  
}
}@media (max-width: 767px){#s-bff3b0c2-3d35-457f-98a2-ea8a9157282e {
  
}
}
#s-95ced9f0-8591-4c7e-8a33-4315947f13e4 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95ced9f0-8591-4c7e-8a33-4315947f13e4 {
  
}
}@media (max-width: 767px){#s-95ced9f0-8591-4c7e-8a33-4315947f13e4 {
  
}
}
@media (min-width: 0px) {
[id="s-95ced9f0-8591-4c7e-8a33-4315947f13e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95ced9f0-8591-4c7e-8a33-4315947f13e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95ced9f0-8591-4c7e-8a33-4315947f13e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95ced9f0-8591-4c7e-8a33-4315947f13e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fb0e09c-da67-426d-aaae-3440a044b6a3 {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
}

#s-f4fd8c46-2b8e-4f66-9590-f29c1a64b8ce {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-5a9c35be-1c4d-464a-ba36-557298914ea7 {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a9c35be-1c4d-464a-ba36-557298914ea7 {
  
}
}@media (max-width: 767px){#s-5a9c35be-1c4d-464a-ba36-557298914ea7 {
  
}
}
#s-7452706d-9385-432e-b80f-05a1f7aa56c8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7452706d-9385-432e-b80f-05a1f7aa56c8 {
  
}
}@media (max-width: 767px){#s-7452706d-9385-432e-b80f-05a1f7aa56c8 {
  
}
}
@media (min-width: 0px) {
[id="s-7452706d-9385-432e-b80f-05a1f7aa56c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7452706d-9385-432e-b80f-05a1f7aa56c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7452706d-9385-432e-b80f-05a1f7aa56c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7452706d-9385-432e-b80f-05a1f7aa56c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 img.shogun-image,
  #s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 {
    width: 100%;
    height: auto;
  }



  #s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 img.shogun-image {
    

    
    
    
  }


#s-d1d3e062-1bd5-48a8-b8bc-468206cc2cc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  
  
  
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
      position: relative;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  
  
  
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
      position: relative;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  
  
  
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
      position: relative;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  
  
  
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
      position: relative;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  
  
  
  
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6d10e680-b44d-4f9b-8e52-034e76b26d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container {
      position: relative;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d10e680-b44d-4f9b-8e52-034e76b26d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzlmN2FiZGYtMWM1ZS00NDkwLTk5MWMtMjM2Yzc3MDQ2MDliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3OWY3YWJkZi0xYzVlLTQ0OTAtOTkxYy0yMzZjNzcwNDYwOWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8b0e2874-7c78-417f-95f4-73bb4c19bb47-root {
    text-align: center;
  }


#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b0e2874-7c78-417f-95f4-73bb4c19bb47-root {
    text-align: center;
  }


#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b0e2874-7c78-417f-95f4-73bb4c19bb47-root {
    text-align: center;
  }


#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b0e2874-7c78-417f-95f4-73bb4c19bb47-root {
    text-align: center;
  }


#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b0e2874-7c78-417f-95f4-73bb4c19bb47-root {
    text-align: center;
  }


#s-8b0e2874-7c78-417f-95f4-73bb4c19bb47.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-791df425-c3f4-45a9-9b2e-6745f07e8a48 {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-791df425-c3f4-45a9-9b2e-6745f07e8a48 {
  
}
}@media (max-width: 767px){#s-791df425-c3f4-45a9-9b2e-6745f07e8a48 {
  
}
}
#s-c37792a6-a3bc-4152-bc7a-2554332796d6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c37792a6-a3bc-4152-bc7a-2554332796d6 {
  
}
}@media (max-width: 767px){#s-c37792a6-a3bc-4152-bc7a-2554332796d6 {
  
}
}
@media (min-width: 0px) {
[id="s-c37792a6-a3bc-4152-bc7a-2554332796d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c37792a6-a3bc-4152-bc7a-2554332796d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c37792a6-a3bc-4152-bc7a-2554332796d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c37792a6-a3bc-4152-bc7a-2554332796d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa img.shogun-image,
  #s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa {
    width: 100%;
    height: auto;
  }



  #s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa img.shogun-image {
    

    
    
    
  }


#s-3dc39f6c-590f-4df6-a84d-bb6bbfde24fa .shogun-image-content {
  
    align-items: center;
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  
  
  
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc50ae79-1c58-42a3-812e-486ece78df40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
      position: relative;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  
  
  
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc50ae79-1c58-42a3-812e-486ece78df40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
      position: relative;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  
  
  
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc50ae79-1c58-42a3-812e-486ece78df40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
      position: relative;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  
  
  
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc50ae79-1c58-42a3-812e-486ece78df40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
      position: relative;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  
  
  
  
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc50ae79-1c58-42a3-812e-486ece78df40 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-fc50ae79-1c58-42a3-812e-486ece78df40 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc50ae79-1c58-42a3-812e-486ece78df40 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container {
      position: relative;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc50ae79-1c58-42a3-812e-486ece78df40 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-ee0fc361-126e-43d8-a98f-87cfc881775a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmUyODdkOTYtMTU4Yi00OTUwLTk0YzItYTA2ODZmMDJjZDcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZTI4N2Q5Ni0xNThiLTQ5NTAtOTRjMi1hMDY4NmYwMmNkNzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-ee0fc361-126e-43d8-a98f-87cfc881775a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee0fc361-126e-43d8-a98f-87cfc881775a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ee0fc361-126e-43d8-a98f-87cfc881775a-root {
    text-align: center;
  }


#s-ee0fc361-126e-43d8-a98f-87cfc881775a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee0fc361-126e-43d8-a98f-87cfc881775a-root {
    text-align: center;
  }


#s-ee0fc361-126e-43d8-a98f-87cfc881775a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee0fc361-126e-43d8-a98f-87cfc881775a-root {
    text-align: center;
  }


#s-ee0fc361-126e-43d8-a98f-87cfc881775a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee0fc361-126e-43d8-a98f-87cfc881775a-root {
    text-align: center;
  }


#s-ee0fc361-126e-43d8-a98f-87cfc881775a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee0fc361-126e-43d8-a98f-87cfc881775a-root {
    text-align: center;
  }


#s-ee0fc361-126e-43d8-a98f-87cfc881775a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7209d461-19df-4013-8c25-8c5f6d1ae4d4 {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7209d461-19df-4013-8c25-8c5f6d1ae4d4 {
  
}
}@media (max-width: 767px){#s-7209d461-19df-4013-8c25-8c5f6d1ae4d4 {
  
}
}
#s-2aec814b-0890-4f8a-92ef-611cf10b39b0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2aec814b-0890-4f8a-92ef-611cf10b39b0 {
  
}
}@media (max-width: 767px){#s-2aec814b-0890-4f8a-92ef-611cf10b39b0 {
  
}
}
@media (min-width: 0px) {
[id="s-2aec814b-0890-4f8a-92ef-611cf10b39b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2aec814b-0890-4f8a-92ef-611cf10b39b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2aec814b-0890-4f8a-92ef-611cf10b39b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2aec814b-0890-4f8a-92ef-611cf10b39b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  
  
  
  
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
      position: relative;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  
  
  
  
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
      position: relative;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  
  
  
  
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
      position: relative;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  
  
  
  
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
      position: relative;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  
  
  
  
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-9acae6c0-c9ee-45c0-a84c-48db20037de1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container {
      position: relative;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9acae6c0-c9ee-45c0-a84c-48db20037de1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  
  
  
  
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b821575-1eae-4605-8bbc-5537a2f09725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
      position: relative;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  
  
  
  
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b821575-1eae-4605-8bbc-5537a2f09725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
      position: relative;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  
  
  
  
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b821575-1eae-4605-8bbc-5537a2f09725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
      position: relative;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  
  
  
  
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b821575-1eae-4605-8bbc-5537a2f09725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
      position: relative;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  
  
  
  
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b821575-1eae-4605-8bbc-5537a2f09725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-1b821575-1eae-4605-8bbc-5537a2f09725 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b821575-1eae-4605-8bbc-5537a2f09725 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container {
      position: relative;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b821575-1eae-4605-8bbc-5537a2f09725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 {
  margin-left: 0%;
margin-right: 0%;
max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 img.shogun-image,
  #s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 {
    width: 100%;
    height: auto;
  }



  #s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 img.shogun-image {
    

    
    
    
  }


#s-6ae11b5f-65f2-4f1f-8845-f9f7b6a63518 .shogun-image-content {
  
    align-items: center;
  
}

#s-388ec2b9-c946-48f4-bdd9-839a5fb189f7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-388ec2b9-c946-48f4-bdd9-839a5fb189f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388ec2b9-c946-48f4-bdd9-839a5fb189f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-388ec2b9-c946-48f4-bdd9-839a5fb189f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-388ec2b9-c946-48f4-bdd9-839a5fb189f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWIwNzM2MzUtOWZkNi00NTEyLTlmNzYtMjJkZWU3M2FiN2Q2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjA3MzYzNS05ZmQ2LTQ1MTItOWY3Ni0yMmRlZTczYWI3ZDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a-root {
    text-align: center;
  }


#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a-root {
    text-align: center;
  }


#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a-root {
    text-align: center;
  }


#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a-root {
    text-align: center;
  }


#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a-root {
    text-align: center;
  }


#s-bb89bb7d-1244-4a7a-93cb-f4546ccf007a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNkM2YxYTMtYTE5ZC00NmQ1LTg5MWItNjI2NTk2MTA5MTdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjM2QzZjFhMy1hMTlkLTQ2ZDUtODkxYi02MjY1OTYxMDkxN2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf-root {
    text-align: center;
  }


#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf-root {
    text-align: center;
  }


#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf-root {
    text-align: center;
  }


#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf-root {
    text-align: center;
  }


#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf-root {
    text-align: center;
  }


#s-5fd07977-e37d-4e4d-bbdc-0521e6242fcf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4a3d6489-f5d0-492c-827c-dc958b1f83d9 {
  margin-top: 7px;
margin-left: 5%;
margin-right: 5%;
padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a3d6489-f5d0-492c-827c-dc958b1f83d9 {
  
}
}@media (max-width: 767px){#s-4a3d6489-f5d0-492c-827c-dc958b1f83d9 {
  
}
}
#s-c7667bdf-0749-4414-8dc8-63cae26429da {
  margin-top: 14px;
margin-bottom: 14px;
min-height: 50px;
}








#s-c7667bdf-0749-4414-8dc8-63cae26429da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7667bdf-0749-4414-8dc8-63cae26429da.shg-box.shg-c {
  justify-content: center;
}

#s-04dec892-fe74-4f95-b981-f93ec2dcb322 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-04dec892-fe74-4f95-b981-f93ec2dcb322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04dec892-fe74-4f95-b981-f93ec2dcb322"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04dec892-fe74-4f95-b981-f93ec2dcb322"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04dec892-fe74-4f95-b981-f93ec2dcb322"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  max-width: 271px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  
  
  
  
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
      position: relative;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  
  
  
  
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
      position: relative;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  
  
  
  
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
      position: relative;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  
  
  
  
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
      position: relative;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  
  
  
  
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container {
      position: relative;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a1f8e79-6f55-4c47-8a7c-d67152d99727 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

}
#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  max-width: 271px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  
  
  
  
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e88ccbc-c44f-422d-b927-35763d56f439 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
      position: relative;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  
  
  
  
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e88ccbc-c44f-422d-b927-35763d56f439 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
      position: relative;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  
  
  
  
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e88ccbc-c44f-422d-b927-35763d56f439 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
      position: relative;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  
  
  
  
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e88ccbc-c44f-422d-b927-35763d56f439 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
      position: relative;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

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

.shg-image-margin-container-s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  
  
  
  
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e88ccbc-c44f-422d-b927-35763d56f439 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 271px;
  }



  img.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
    
    
    
    max-height: 271px;
  }


.s-9e88ccbc-c44f-422d-b927-35763d56f439 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e88ccbc-c44f-422d-b927-35763d56f439 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container {
      position: relative;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e88ccbc-c44f-422d-b927-35763d56f439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 271px;
    }
  }

}
#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin-left: auto;
margin-right: auto;
max-width: 265px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 265px;
  }



  img.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95be49df-d767-4930-9068-84b0a9f66fe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
      position: relative;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 265px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  
  
  
  
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 265px;
  }



  img.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95be49df-d767-4930-9068-84b0a9f66fe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
      position: relative;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 265px;
    }
  }

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

.shg-image-margin-container-s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  
  
  
  
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 265px;
  }



  img.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95be49df-d767-4930-9068-84b0a9f66fe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
      position: relative;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 265px;
    }
  }

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

.shg-image-margin-container-s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  
  
  
  
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 265px;
  }



  img.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95be49df-d767-4930-9068-84b0a9f66fe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
      position: relative;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 265px;
    }
  }

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

.shg-image-margin-container-s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  
  
  
  
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95be49df-d767-4930-9068-84b0a9f66fe0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 265px;
  }



  img.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
    
    
    
    max-height: 265px;
  }


.s-95be49df-d767-4930-9068-84b0a9f66fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95be49df-d767-4930-9068-84b0a9f66fe0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container {
      position: relative;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95be49df-d767-4930-9068-84b0a9f66fe0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 265px;
    }
  }

}
#s-d8937435-756f-4053-b6eb-96255fdc3e04 {
  margin-top: 0px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-d8937435-756f-4053-b6eb-96255fdc3e04 {
  display: none;
}
#s-d8937435-756f-4053-b6eb-96255fdc3e04, #wrap-s-d8937435-756f-4053-b6eb-96255fdc3e04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8937435-756f-4053-b6eb-96255fdc3e04 {
  display: none;
}
#s-d8937435-756f-4053-b6eb-96255fdc3e04, #wrap-s-d8937435-756f-4053-b6eb-96255fdc3e04 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d8937435-756f-4053-b6eb-96255fdc3e04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8937435-756f-4053-b6eb-96255fdc3e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8937435-756f-4053-b6eb-96255fdc3e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8937435-756f-4053-b6eb-96255fdc3e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4014b279-9656-4272-bfa5-1b20a18f38c6 {
  margin-top: 25px;
margin-left: 12%;
margin-bottom: 10px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4014b279-9656-4272-bfa5-1b20a18f38c6 {
  display: none;
}
#s-4014b279-9656-4272-bfa5-1b20a18f38c6, #wrap-s-4014b279-9656-4272-bfa5-1b20a18f38c6 { display: none !important; }}@media (max-width: 767px){#s-4014b279-9656-4272-bfa5-1b20a18f38c6 {
  display: none;
}
#s-4014b279-9656-4272-bfa5-1b20a18f38c6, #wrap-s-4014b279-9656-4272-bfa5-1b20a18f38c6 { display: none !important; }}
#s-799cf26a-bcf5-438b-946e-e20a3b0e213e {
  margin-top: 10px;
margin-left: 3%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-799cf26a-bcf5-438b-946e-e20a3b0e213e {
  display: none;
}
#s-799cf26a-bcf5-438b-946e-e20a3b0e213e, #wrap-s-799cf26a-bcf5-438b-946e-e20a3b0e213e { display: none !important; }}@media (max-width: 767px){#s-799cf26a-bcf5-438b-946e-e20a3b0e213e {
  display: none;
}
#s-799cf26a-bcf5-438b-946e-e20a3b0e213e, #wrap-s-799cf26a-bcf5-438b-946e-e20a3b0e213e { display: none !important; }}
#s-f84c4476-ccb5-48a1-8bef-f4b49605747e {
  margin-top: 10px;
margin-bottom: 50px;
padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f84c4476-ccb5-48a1-8bef-f4b49605747e {
  
}
}@media (max-width: 767px){#s-f84c4476-ccb5-48a1-8bef-f4b49605747e {
  
}
}
@media (min-width: 0px) {
[id="s-f84c4476-ccb5-48a1-8bef-f4b49605747e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f84c4476-ccb5-48a1-8bef-f4b49605747e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f84c4476-ccb5-48a1-8bef-f4b49605747e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f84c4476-ccb5-48a1-8bef-f4b49605747e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f420dd9-10ef-4c88-b4e0-b91682fc0089 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-febe6c49-56e2-4834-92f2-9342ddbc38f0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1a2f26a2-c608-4805-9072-7b0095af5300 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1a2f26a2-c608-4805-9072-7b0095af5300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a2f26a2-c608-4805-9072-7b0095af5300"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a2f26a2-c608-4805-9072-7b0095af5300"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a2f26a2-c608-4805-9072-7b0095af5300"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1825849a-e260-494f-b342-3b7f95448969 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjlhNjA1NDItZDU4Yi00NzBjLTkxNjYtZmUxNmM3NDgwYjQwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OWE2MDU0Mi1kNThiLTQ3MGMtOTE2Ni1mZTE2Yzc0ODBiNDApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-1825849a-e260-494f-b342-3b7f95448969:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1825849a-e260-494f-b342-3b7f95448969:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1825849a-e260-494f-b342-3b7f95448969-root {
    text-align: center;
  }


#s-1825849a-e260-494f-b342-3b7f95448969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1825849a-e260-494f-b342-3b7f95448969-root {
    text-align: center;
  }


#s-1825849a-e260-494f-b342-3b7f95448969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1825849a-e260-494f-b342-3b7f95448969-root {
    text-align: center;
  }


#s-1825849a-e260-494f-b342-3b7f95448969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1825849a-e260-494f-b342-3b7f95448969-root {
    text-align: center;
  }


#s-1825849a-e260-494f-b342-3b7f95448969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1825849a-e260-494f-b342-3b7f95448969-root {
    text-align: center;
  }


#s-1825849a-e260-494f-b342-3b7f95448969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-604d80e6-dc59-44aa-b20e-c941c69e3b00 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmFmMWU3NDAtOWQyNy00ZGUwLWExYmItY2ZlMTMzMWVjYWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YWYxZTc0MC05ZDI3LTRkZTAtYTFiYi1jZmUxMzMxZWNhYjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-604d80e6-dc59-44aa-b20e-c941c69e3b00:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-604d80e6-dc59-44aa-b20e-c941c69e3b00:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-604d80e6-dc59-44aa-b20e-c941c69e3b00-root {
    text-align: center;
  }


#s-604d80e6-dc59-44aa-b20e-c941c69e3b00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-604d80e6-dc59-44aa-b20e-c941c69e3b00-root {
    text-align: center;
  }


#s-604d80e6-dc59-44aa-b20e-c941c69e3b00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-604d80e6-dc59-44aa-b20e-c941c69e3b00-root {
    text-align: center;
  }


#s-604d80e6-dc59-44aa-b20e-c941c69e3b00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-604d80e6-dc59-44aa-b20e-c941c69e3b00-root {
    text-align: center;
  }


#s-604d80e6-dc59-44aa-b20e-c941c69e3b00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-604d80e6-dc59-44aa-b20e-c941c69e3b00-root {
    text-align: center;
  }


#s-604d80e6-dc59-44aa-b20e-c941c69e3b00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-6ee1c16d-1d5a-4617-b8b8-a7c555c307ce {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 31px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ee1c16d-1d5a-4617-b8b8-a7c555c307ce {
  
}
}@media (max-width: 767px){#s-6ee1c16d-1d5a-4617-b8b8-a7c555c307ce {
  
}
}
#s-fbe09e95-2945-4bc3-9924-59678baddc39 {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fbe09e95-2945-4bc3-9924-59678baddc39 {
  
}
}@media (max-width: 767px){#s-fbe09e95-2945-4bc3-9924-59678baddc39 {
  
}
}
@media (min-width: 0px) {
[id="s-fbe09e95-2945-4bc3-9924-59678baddc39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbe09e95-2945-4bc3-9924-59678baddc39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe09e95-2945-4bc3-9924-59678baddc39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe09e95-2945-4bc3-9924-59678baddc39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin-left: 0%;
margin-right: 0%;
max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
      position: relative;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  
  
  
  
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
      position: relative;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  
  
  
  
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
      position: relative;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  
  
  
  
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
      position: relative;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  
  
  
  
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container {
      position: relative;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c5b53f8d-36ab-423c-9f12-73dbe6d06583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  max-width: 5464px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6a82439a-c21f-468e-a07e-5819319acf5a {
  
  
  
  
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }

    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-link {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a82439a-c21f-468e-a07e-5819319acf5a {
      --shg-aspect-ratio: calc(1719/1804); 
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
      position: relative;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6a82439a-c21f-468e-a07e-5819319acf5a {
  
  
  
  
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }

    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-link {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a82439a-c21f-468e-a07e-5819319acf5a {
      --shg-aspect-ratio: calc(1719/1804); 
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
      position: relative;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6a82439a-c21f-468e-a07e-5819319acf5a {
  
  
  
  
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }

    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-link {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a82439a-c21f-468e-a07e-5819319acf5a {
      --shg-aspect-ratio: calc(1719/1804); 
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
      position: relative;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6a82439a-c21f-468e-a07e-5819319acf5a {
  
  
  
  
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }

    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-link {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a82439a-c21f-468e-a07e-5819319acf5a {
      --shg-aspect-ratio: calc(1719/1804); 
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
      position: relative;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-6a82439a-c21f-468e-a07e-5819319acf5a {
  
  
  
  
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }

    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-link {
      aspect-ratio: 1719/1804;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a82439a-c21f-468e-a07e-5819319acf5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-6a82439a-c21f-468e-a07e-5819319acf5a .shogun-image-content {
  
    align-items: center;
  
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6a82439a-c21f-468e-a07e-5819319acf5a {
      --shg-aspect-ratio: calc(1719/1804); 
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container {
      position: relative;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a82439a-c21f-468e-a07e-5819319acf5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTI5NTA3M2MtMDdhMy00ZmU4LTg5YWEtYTExMjI5YjNkMGIwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlMjk1MDczYy0wN2EzLTRmZTgtODlhYS1hMTEyMjliM2QwYjApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-43b9f87f-2f21-4117-8ca8-4f65eab38dab-root {
    text-align: center;
  }


#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43b9f87f-2f21-4117-8ca8-4f65eab38dab-root {
    text-align: center;
  }


#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b9f87f-2f21-4117-8ca8-4f65eab38dab-root {
    text-align: center;
  }


#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b9f87f-2f21-4117-8ca8-4f65eab38dab-root {
    text-align: center;
  }


#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43b9f87f-2f21-4117-8ca8-4f65eab38dab-root {
    text-align: center;
  }


#s-43b9f87f-2f21-4117-8ca8-4f65eab38dab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30 {
  margin-top: 32px;
margin-left: 0%;
margin-bottom: 9px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30 {
  
}
}@media (max-width: 767px){#s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30 {
  
}
}
@media (min-width: 0px) {
[id="s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ac0377-eeb4-46ea-89f4-b08865fd3c30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin-left: 5%;
margin-right: 5%;
max-width: 5464px;
aspect-ratio: 1004/894;
text-align: center;
}



.shg-image-margin-container-s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }

    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-link {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
      --shg-aspect-ratio: calc(1004/894); 
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
      position: relative;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  
  
  
  
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }

    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-link {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
      --shg-aspect-ratio: calc(1004/894); 
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
      position: relative;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  
  
  
  
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }

    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-link {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
      --shg-aspect-ratio: calc(1004/894); 
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
      position: relative;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  
  
  
  
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }

    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-link {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
      --shg-aspect-ratio: calc(1004/894); 
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
      position: relative;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

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

.shg-image-margin-container-s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  
  
  
  
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }

    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-link {
      aspect-ratio: 1004/894;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5464px;
  }



  img.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
    
    
    
    max-height: 5464px;
  }


.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 {
      --shg-aspect-ratio: calc(1004/894); 
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container {
      position: relative;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-311fcaf8-d211-4172-8ebe-08d4b0c068c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 5464px;
    }
  }

}
#s-39ac3fb1-13ac-48aa-950f-c91bdf5a1e7a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39ac3fb1-13ac-48aa-950f-c91bdf5a1e7a {
  
}
}@media (max-width: 767px){#s-39ac3fb1-13ac-48aa-950f-c91bdf5a1e7a {
  
}
}
#s-ad6c7fc4-903c-4808-95f7-40aa08297880 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTNjNDM5MjQtYjNmOC00ZjQ4LTg3ZTMtYzM1ZmIyMzFiYTViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhM2M0MzkyNC1iM2Y4LTRmNDgtODdlMy1jMzVmYjIzMWJhNWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-ad6c7fc4-903c-4808-95f7-40aa08297880:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad6c7fc4-903c-4808-95f7-40aa08297880:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ad6c7fc4-903c-4808-95f7-40aa08297880-root {
    text-align: center;
  }


#s-ad6c7fc4-903c-4808-95f7-40aa08297880.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad6c7fc4-903c-4808-95f7-40aa08297880-root {
    text-align: center;
  }


#s-ad6c7fc4-903c-4808-95f7-40aa08297880.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad6c7fc4-903c-4808-95f7-40aa08297880-root {
    text-align: center;
  }


#s-ad6c7fc4-903c-4808-95f7-40aa08297880.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad6c7fc4-903c-4808-95f7-40aa08297880-root {
    text-align: center;
  }


#s-ad6c7fc4-903c-4808-95f7-40aa08297880.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad6c7fc4-903c-4808-95f7-40aa08297880-root {
    text-align: center;
  }


#s-ad6c7fc4-903c-4808-95f7-40aa08297880.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-3b2bda8d-2d1b-45ea-9b68-7ba6209a8449 {
  margin-top: 40px;
margin-left: 7%;
margin-bottom: 40px;
margin-right: 7%;
}

#s-a57e4c1b-7862-4dec-aaa5-6eebe555a79f {
  margin-top: 40px;
margin-left: 7%;
margin-bottom: 40px;
margin-right: 7%;
}

#s-b234d443-309f-44da-9b3c-e16b3f66fe06 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b234d443-309f-44da-9b3c-e16b3f66fe06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b234d443-309f-44da-9b3c-e16b3f66fe06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b234d443-309f-44da-9b3c-e16b3f66fe06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b234d443-309f-44da-9b3c-e16b3f66fe06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjM5ZjM0NjMtOTkzYS00NDdjLWI4OGYtMmFlMDEzNzkzZjcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzlmMzQ2My05OTNhLTQ0N2MtYjg4Zi0yYWUwMTM3OTNmNzIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4-root {
    text-align: center;
  }


#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4-root {
    text-align: center;
  }


#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4-root {
    text-align: center;
  }


#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4-root {
    text-align: center;
  }


#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4-root {
    text-align: center;
  }


#s-3fd7b9f0-b57c-4a0d-90f6-4b6c585521b4.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-bea65241-e59e-4643-8c3c-3012963fec5c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmI5Y2EzOGUtM2M4ZS00NzhhLTljMTUtODMxMTc4M2ZmZTg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUyZDJhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYjljYTM4ZS0zYzhlLTQ3OGEtOWMxNS04MzExNzgzZmZlODYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 29px;
margin-left: 25px;
margin-bottom: 42px;
margin-right: 25px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ee2d2a"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-bea65241-e59e-4643-8c3c-3012963fec5c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bea65241-e59e-4643-8c3c-3012963fec5c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bea65241-e59e-4643-8c3c-3012963fec5c-root {
    text-align: center;
  }


#s-bea65241-e59e-4643-8c3c-3012963fec5c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bea65241-e59e-4643-8c3c-3012963fec5c-root {
    text-align: center;
  }


#s-bea65241-e59e-4643-8c3c-3012963fec5c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bea65241-e59e-4643-8c3c-3012963fec5c-root {
    text-align: center;
  }


#s-bea65241-e59e-4643-8c3c-3012963fec5c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bea65241-e59e-4643-8c3c-3012963fec5c-root {
    text-align: center;
  }


#s-bea65241-e59e-4643-8c3c-3012963fec5c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bea65241-e59e-4643-8c3c-3012963fec5c-root {
    text-align: center;
  }


#s-bea65241-e59e-4643-8c3c-3012963fec5c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-af8a2f57-a550-4d93-ba69-ba40ef5c26b0 hr {
  border-top: 2px solid #ddd;
}

#s-5db4f880-62dc-41b0-ac79-e4407bee77cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}








#s-5db4f880-62dc-41b0-ac79-e4407bee77cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db4f880-62dc-41b0-ac79-e4407bee77cb.shg-box.shg-c {
  justify-content: center;
}

.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-df53b499-fe48-48b8-b70a-818825775cb2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown span, #s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-ed1f0c39-e4f1-4904-a6a3-a76a99614c66 {
  min-height: 50px;
}








#s-ed1f0c39-e4f1-4904-a6a3-a76a99614c66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed1f0c39-e4f1-4904-a6a3-a76a99614c66.shg-box.shg-c {
  justify-content: center;
}

#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 {
  margin-left: 3px;
margin-right: 3px;
display: none;
}
#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25, #wrap-s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 { display: none !important; }}@media (max-width: 767px){#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
display: none;
}
#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25, #wrap-s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 { display: none !important; }}







#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6db8c9a9-4c1c-4bfd-a03a-9de94daede25.shg-box.shg-c {
  justify-content: center;
}

#s-c2caaa81-6a43-4521-b3ea-d6492ca75a2e {
  margin-top: 40px;
margin-bottom: 20px;
}

#s-3690faba-112f-4849-9430-fdea56265246 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3690faba-112f-4849-9430-fdea56265246"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3690faba-112f-4849-9430-fdea56265246"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3690faba-112f-4849-9430-fdea56265246"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3690faba-112f-4849-9430-fdea56265246"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cb1b6d09-778b-46fb-b940-dce664329682 {
  text-align: center;
}







  #s-cb1b6d09-778b-46fb-b940-dce664329682 img.shogun-image {
    

    
    
    
  }


#s-cb1b6d09-778b-46fb-b940-dce664329682 .shogun-image-content {
  
    align-items: center;
  
}

#s-df2dbf1e-8d6d-4fc3-8e7a-7a7ff75887e6 {
  text-align: center;
}







  #s-df2dbf1e-8d6d-4fc3-8e7a-7a7ff75887e6 img.shogun-image {
    

    
    
    
  }


#s-df2dbf1e-8d6d-4fc3-8e7a-7a7ff75887e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  max-width: 250px;
aspect-ratio: 250/160;
text-align: center;
}



.shg-image-margin-container-s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  
  
  
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-865ae384-f8df-4351-bab7-dfd109048aa1 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
      position: relative;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  
  
  
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-865ae384-f8df-4351-bab7-dfd109048aa1 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
      position: relative;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  
  
  
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-865ae384-f8df-4351-bab7-dfd109048aa1 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
      position: relative;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  
  
  
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-865ae384-f8df-4351-bab7-dfd109048aa1 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
      position: relative;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  
  
  
  
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-865ae384-f8df-4351-bab7-dfd109048aa1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-865ae384-f8df-4351-bab7-dfd109048aa1 .shogun-image-content {
  
    align-items: center;
  
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-865ae384-f8df-4351-bab7-dfd109048aa1 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container {
      position: relative;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-865ae384-f8df-4351-bab7-dfd109048aa1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

}
#s-41d414eb-b506-44e0-9265-44f2a51fcdc9 {
  text-align: center;
}







  #s-41d414eb-b506-44e0-9265-44f2a51fcdc9 img.shogun-image {
    

    
    
    
  }


#s-41d414eb-b506-44e0-9265-44f2a51fcdc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef97af1-3f06-410f-9e93-9a0b889ae01b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6ef97af1-3f06-410f-9e93-9a0b889ae01b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ef97af1-3f06-410f-9e93-9a0b889ae01b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-6ef97af1-3f06-410f-9e93-9a0b889ae01b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ef97af1-3f06-410f-9e93-9a0b889ae01b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 450/229;
text-align: center;
}



.shg-image-margin-container-s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
      position: relative;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  
  
  
  
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
      position: relative;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  
  
  
  
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
      position: relative;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  
  
  
  
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
      position: relative;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  
  
  
  
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container {
      position: relative;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bce0c8b9-e972-4dcd-ac6e-8717184a36c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

}
#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2063px;
aspect-ratio: 2063/1152;
text-align: center;
}



.shg-image-margin-container-s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8536c6e-b21c-46a0-94dc-c904e547369a {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
      position: relative;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  
  
  
  
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8536c6e-b21c-46a0-94dc-c904e547369a {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
      position: relative;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  
  
  
  
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8536c6e-b21c-46a0-94dc-c904e547369a {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
      position: relative;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  
  
  
  
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8536c6e-b21c-46a0-94dc-c904e547369a {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
      position: relative;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  
  
  
  
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8536c6e-b21c-46a0-94dc-c904e547369a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f8536c6e-b21c-46a0-94dc-c904e547369a .shogun-image-content {
  
    align-items: center;
  
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8536c6e-b21c-46a0-94dc-c904e547369a {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container {
      position: relative;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8536c6e-b21c-46a0-94dc-c904e547369a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

}
#s-a2d87eb1-13ef-431e-b10a-c9109c03664a {
  text-align: center;
}







  #s-a2d87eb1-13ef-431e-b10a-c9109c03664a img.shogun-image {
    

    
    
    
  }


#s-a2d87eb1-13ef-431e-b10a-c9109c03664a .shogun-image-content {
  
    align-items: center;
  
}

#s-f8fba959-b943-4dc2-a259-4725207ff47c {
  text-align: center;
}







  #s-f8fba959-b943-4dc2-a259-4725207ff47c img.shogun-image {
    

    
    
    
  }


#s-f8fba959-b943-4dc2-a259-4725207ff47c .shogun-image-content {
  
    align-items: center;
  
}

#s-10cac5e9-1893-498e-949c-95a4887a5421 {
  max-width: 588px;
aspect-ratio: 588/294;
text-align: center;
}





  #s-10cac5e9-1893-498e-949c-95a4887a5421 img.shogun-image,
  #s-10cac5e9-1893-498e-949c-95a4887a5421 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10cac5e9-1893-498e-949c-95a4887a5421 {
    width: 100%;
    height: auto;
  }



  #s-10cac5e9-1893-498e-949c-95a4887a5421 img.shogun-image {
    

    
    
    
  }


#s-10cac5e9-1893-498e-949c-95a4887a5421 .shogun-image-content {
  
    align-items: center;
  
}

#s-012bc378-a932-4106-bd8b-b0621f51ed86 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-012bc378-a932-4106-bd8b-b0621f51ed86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-012bc378-a932-4106-bd8b-b0621f51ed86"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-012bc378-a932-4106-bd8b-b0621f51ed86"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-012bc378-a932-4106-bd8b-b0621f51ed86"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-2e00c099-f1ea-4603-8348-b5e07b5cc661 {
  text-align: center;
}







  #s-2e00c099-f1ea-4603-8348-b5e07b5cc661 img.shogun-image {
    

    
    
    
  }


#s-2e00c099-f1ea-4603-8348-b5e07b5cc661 .shogun-image-content {
  
    align-items: center;
  
}

#s-f12e52bf-df7f-489c-83c7-d77c15760d89 {
  text-align: center;
}







  #s-f12e52bf-df7f-489c-83c7-d77c15760d89 img.shogun-image {
    

    
    
    
  }


#s-f12e52bf-df7f-489c-83c7-d77c15760d89 .shogun-image-content {
  
    align-items: center;
  
}

#s-dca98282-c8d9-4fea-b830-6fd03fc12e1c {
  margin-top: 19px;
margin-bottom: 19px;
min-height: 0px;
text-align: center;
}







  #s-dca98282-c8d9-4fea-b830-6fd03fc12e1c img.shogun-image {
    

    
    
    
  }


#s-dca98282-c8d9-4fea-b830-6fd03fc12e1c .shogun-image-content {
  
    align-items: center;
  
}

#s-2663b02e-97c0-4f9a-aea2-9613e04602f2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-2663b02e-97c0-4f9a-aea2-9613e04602f2 img.shogun-image {
    

    
    
    
  }


#s-2663b02e-97c0-4f9a-aea2-9613e04602f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0de3a557-4c86-450e-8bdf-85ec63f4e919 {
  text-align: center;
}







  #s-0de3a557-4c86-450e-8bdf-85ec63f4e919 img.shogun-image {
    

    
    
    
  }


#s-0de3a557-4c86-450e-8bdf-85ec63f4e919 .shogun-image-content {
  
    align-items: center;
  
}

#s-8379a129-cc32-43ec-9fcf-f798b59d542a {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8379a129-cc32-43ec-9fcf-f798b59d542a {
  display: none;
}
#s-8379a129-cc32-43ec-9fcf-f798b59d542a, #wrap-s-8379a129-cc32-43ec-9fcf-f798b59d542a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8379a129-cc32-43ec-9fcf-f798b59d542a {
  display: none;
}
#s-8379a129-cc32-43ec-9fcf-f798b59d542a, #wrap-s-8379a129-cc32-43ec-9fcf-f798b59d542a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8379a129-cc32-43ec-9fcf-f798b59d542a {
  margin-left: 3px;
margin-right: 3px;
}
}@media (max-width: 767px){#s-8379a129-cc32-43ec-9fcf-f798b59d542a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-8379a129-cc32-43ec-9fcf-f798b59d542a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8379a129-cc32-43ec-9fcf-f798b59d542a.shg-box.shg-c {
  justify-content: center;
}

#s-1d72dac9-41ca-4a93-a1d5-a9bc467ece95 {
  margin-top: 40px;
margin-bottom: 20px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-310d3ddd-6831-4010-8926-e4bb7200b332 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-310d3ddd-6831-4010-8926-e4bb7200b332 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-310d3ddd-6831-4010-8926-e4bb7200b332 .shg-sld-nav-button.shg-sld-left,
#s-310d3ddd-6831-4010-8926-e4bb7200b332 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5c3d2051-3540-425d-9562-064a6c22d2b2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5c3d2051-3540-425d-9562-064a6c22d2b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c3d2051-3540-425d-9562-064a6c22d2b2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5c3d2051-3540-425d-9562-064a6c22d2b2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c3d2051-3540-425d-9562-064a6c22d2b2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4f592ef7-1a20-4860-a49f-63b50d44ddca {
  text-align: center;
}







  #s-4f592ef7-1a20-4860-a49f-63b50d44ddca img.shogun-image {
    

    
    
    
  }


#s-4f592ef7-1a20-4860-a49f-63b50d44ddca .shogun-image-content {
  
    align-items: center;
  
}

#s-1e31cee6-c6bd-475f-8e45-3ef8ee93f35a {
  text-align: center;
}







  #s-1e31cee6-c6bd-475f-8e45-3ef8ee93f35a img.shogun-image {
    

    
    
    
  }


#s-1e31cee6-c6bd-475f-8e45-3ef8ee93f35a .shogun-image-content {
  
    align-items: center;
  
}

#s-7a0c6282-cf18-4e08-893c-4ee17246a2ed {
  margin-top: 19px;
margin-bottom: 19px;
min-height: 0px;
text-align: center;
}







  #s-7a0c6282-cf18-4e08-893c-4ee17246a2ed img.shogun-image {
    

    
    
    
  }


#s-7a0c6282-cf18-4e08-893c-4ee17246a2ed .shogun-image-content {
  
    align-items: center;
  
}

#s-314a00d6-afd4-4878-ab5a-2dd83c45ceca {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-314a00d6-afd4-4878-ab5a-2dd83c45ceca img.shogun-image {
    

    
    
    
  }


#s-314a00d6-afd4-4878-ab5a-2dd83c45ceca .shogun-image-content {
  
    align-items: center;
  
}

#s-9936ed39-f2f4-4b88-b0c9-5f1ab5f203c0 {
  text-align: center;
}







  #s-9936ed39-f2f4-4b88-b0c9-5f1ab5f203c0 img.shogun-image {
    

    
    
    
  }


#s-9936ed39-f2f4-4b88-b0c9-5f1ab5f203c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9d72f9-6147-4461-a9a1-7f9ff79f797b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cc9d72f9-6147-4461-a9a1-7f9ff79f797b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc9d72f9-6147-4461-a9a1-7f9ff79f797b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9d72f9-6147-4461-a9a1-7f9ff79f797b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9d72f9-6147-4461-a9a1-7f9ff79f797b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 450px;
aspect-ratio: 450/229;
text-align: center;
}



.shg-image-margin-container-s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
      position: relative;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  
  
  
  
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
      position: relative;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  
  
  
  
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
      position: relative;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  
  
  
  
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
      position: relative;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

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

.shg-image-margin-container-s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  
  
  
  
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }

    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-link {
      aspect-ratio: 450/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 450px;
  }



  img.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
    
    
    
    max-height: 450px;
  }


.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 {
      --shg-aspect-ratio: calc(450/229); 
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container {
      position: relative;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2f25951-c1b4-49b9-a270-94b7d80eebe5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 450px;
    }
  }

}
#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 2063px;
aspect-ratio: 2063/1152;
text-align: center;
}



.shg-image-margin-container-s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
      position: relative;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  
  
  
  
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
      position: relative;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  
  
  
  
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
      position: relative;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  
  
  
  
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
      position: relative;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

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

.shg-image-margin-container-s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  
  
  
  
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }

    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-link {
      aspect-ratio: 2063/1152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2063px;
  }



  img.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
    
    
    
    max-height: 2063px;
  }


.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 .shogun-image-content {
  
    align-items: center;
  
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 {
      --shg-aspect-ratio: calc(2063/1152); 
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container {
      position: relative;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f26c8b3c-6f82-4af9-aa41-03aec8eaa583 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2063px;
    }
  }

}
#s-3864b53d-0065-41b8-9f1c-11fab9c1db50 {
  text-align: center;
}







  #s-3864b53d-0065-41b8-9f1c-11fab9c1db50 img.shogun-image {
    

    
    
    
  }


#s-3864b53d-0065-41b8-9f1c-11fab9c1db50 .shogun-image-content {
  
    align-items: center;
  
}

#s-91434218-ae35-45bf-9eec-5a5a06a47f8a {
  text-align: center;
}







  #s-91434218-ae35-45bf-9eec-5a5a06a47f8a img.shogun-image {
    

    
    
    
  }


#s-91434218-ae35-45bf-9eec-5a5a06a47f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 {
  max-width: 588px;
aspect-ratio: 588/294;
text-align: center;
}





  #s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 img.shogun-image,
  #s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 {
    width: 100%;
    height: auto;
  }



  #s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 img.shogun-image {
    

    
    
    
  }


#s-e3fb5213-c2f0-4e4a-b147-c3d7ba6e0774 .shogun-image-content {
  
    align-items: center;
  
}

#s-14cfd9a3-ab7b-4dc2-9e23-8b16bdd5029d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-14cfd9a3-ab7b-4dc2-9e23-8b16bdd5029d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14cfd9a3-ab7b-4dc2-9e23-8b16bdd5029d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-14cfd9a3-ab7b-4dc2-9e23-8b16bdd5029d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-14cfd9a3-ab7b-4dc2-9e23-8b16bdd5029d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-558ae416-a05f-4e31-aef5-a785e43216ef {
  text-align: center;
}







  #s-558ae416-a05f-4e31-aef5-a785e43216ef img.shogun-image {
    

    
    
    
  }


#s-558ae416-a05f-4e31-aef5-a785e43216ef .shogun-image-content {
  
    align-items: center;
  
}

#s-48f0dad7-0ad3-4c7b-b9eb-74698a642b61 {
  text-align: center;
}







  #s-48f0dad7-0ad3-4c7b-b9eb-74698a642b61 img.shogun-image {
    

    
    
    
  }


#s-48f0dad7-0ad3-4c7b-b9eb-74698a642b61 .shogun-image-content {
  
    align-items: center;
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  max-width: 250px;
aspect-ratio: 250/160;
text-align: center;
}



.shg-image-margin-container-s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  
  
  
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
      position: relative;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  
  
  
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
      position: relative;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  
  
  
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
      position: relative;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  
  
  
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
      position: relative;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

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

.shg-image-margin-container-s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  
  
  
  
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }

    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-link {
      aspect-ratio: 250/160;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-70186bf3-0971-4508-b6ca-3f1ab18512b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 {
      --shg-aspect-ratio: calc(250/160); 
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container {
      position: relative;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70186bf3-0971-4508-b6ca-3f1ab18512b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 250px;
    }
  }

}
#s-01c1d790-0bd9-4403-86f7-f808894571a4 {
  text-align: center;
}







  #s-01c1d790-0bd9-4403-86f7-f808894571a4 img.shogun-image {
    

    
    
    
  }


#s-01c1d790-0bd9-4403-86f7-f808894571a4 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  }
}
