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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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








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






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

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

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

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

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

}

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

}

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

}

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

}

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







#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







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

    
    
    
  }


#s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa .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 {
  font-weight: ;
  font-family: ;
}

.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-cecf119e-cc88-4b10-b848-cc68c31cff5b {
  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(137, 180, 211, 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-cecf119e-cc88-4b10-b848-cc68c31cff5b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTg4NmUxOGUtZDFlNS00MmQzLTk0MDQtZjZiMmQyZjY0NjRiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTExZjhmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4MzcyMzU4ODQyMzI5NTQiIHN0eWxlPSJzdG9wLWNvbG9yOiNlMTFmOGY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlNzE4OGY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZTE5MjM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E4ODZlMThlLWQxZTUtNDJkMy05NDA0LWY2YjJkMmY2NDY0YikiLz48L3N2Zz4=) !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"=>"#e11f8f"}, {"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-cecf119e-cc88-4b10-b848-cc68c31cff5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGZjN2I3NzctZTcyOS00YmExLWI5N2ItYzY0ZDVlMGNhYTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZmM3Yjc3Ny1lNzI5LTRiYTEtYjk3Yi1jNjRkNWUwY2FhMGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#89b4d3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:active {background-color: #000000 !important;
text-decoration: none !important;}

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


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


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


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


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


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

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


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


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


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


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


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-184f80ca-6b92-40a6-9d27-b91319233ec3 {
  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-184f80ca-6b92-40a6-9d27-b91319233ec3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGNlMTU4OGItMzc2NS00MTJjLTljOWUtZmMyMDBiN2EyNTI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwY2UxNTg4Yi0zNzY1LTQxMmMtOWM5ZS1mYzIwMGI3YTI1MjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-184f80ca-6b92-40a6-9d27-b91319233ec3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-184f80ca-6b92-40a6-9d27-b91319233ec3-root {
    text-align: left;
  }


#s-184f80ca-6b92-40a6-9d27-b91319233ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-184f80ca-6b92-40a6-9d27-b91319233ec3-root {
    text-align: left;
  }


#s-184f80ca-6b92-40a6-9d27-b91319233ec3.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-184f80ca-6b92-40a6-9d27-b91319233ec3-root {
    text-align: left;
  }


#s-184f80ca-6b92-40a6-9d27-b91319233ec3.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-184f80ca-6b92-40a6-9d27-b91319233ec3-root {
    text-align: left;
  }


#s-184f80ca-6b92-40a6-9d27-b91319233ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-184f80ca-6b92-40a6-9d27-b91319233ec3-root {
    text-align: left;
  }


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

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


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


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


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


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


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e0829cea-2253-4f25-bea1-8833c84e6b9a {
  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-e0829cea-2253-4f25-bea1-8833c84e6b9a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2QzMWNjYjctZTZlMS00MzBjLWI3NGEtYWI5ODIzNjcyZGRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZDMxY2NiNy1lNmUxLTQzMGMtYjc0YS1hYjk4MjM2NzJkZGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e0829cea-2253-4f25-bea1-8833c84e6b9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0829cea-2253-4f25-bea1-8833c84e6b9a-root {
    text-align: left;
  }


#s-e0829cea-2253-4f25-bea1-8833c84e6b9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0829cea-2253-4f25-bea1-8833c84e6b9a-root {
    text-align: left;
  }


#s-e0829cea-2253-4f25-bea1-8833c84e6b9a.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-e0829cea-2253-4f25-bea1-8833c84e6b9a-root {
    text-align: left;
  }


#s-e0829cea-2253-4f25-bea1-8833c84e6b9a.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-e0829cea-2253-4f25-bea1-8833c84e6b9a-root {
    text-align: left;
  }


#s-e0829cea-2253-4f25-bea1-8833c84e6b9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0829cea-2253-4f25-bea1-8833c84e6b9a-root {
    text-align: left;
  }


#s-e0829cea-2253-4f25-bea1-8833c84e6b9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1978f94c-73db-4384-b00d-ef34bad29eef {
  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-1978f94c-73db-4384-b00d-ef34bad29eef:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTMyYzI4YTItMzVmNy00YTZlLWJhZjctNzIwNjAyMGRmNDczIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMzJjMjhhMi0zNWY3LTRhNmUtYmFmNy03MjA2MDIwZGY0NzMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1978f94c-73db-4384-b00d-ef34bad29eef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1978f94c-73db-4384-b00d-ef34bad29eef-root {
    text-align: left;
  }


#s-1978f94c-73db-4384-b00d-ef34bad29eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1978f94c-73db-4384-b00d-ef34bad29eef-root {
    text-align: left;
  }


#s-1978f94c-73db-4384-b00d-ef34bad29eef.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-1978f94c-73db-4384-b00d-ef34bad29eef-root {
    text-align: left;
  }


#s-1978f94c-73db-4384-b00d-ef34bad29eef.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-1978f94c-73db-4384-b00d-ef34bad29eef-root {
    text-align: left;
  }


#s-1978f94c-73db-4384-b00d-ef34bad29eef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1978f94c-73db-4384-b00d-ef34bad29eef-root {
    text-align: left;
  }


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e {
  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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzQ2MjVkYTUtZjc5YS00ZTM3LThiOGYtM2MwMTUwNDUxMWEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2M0NjI1ZGE1LWY3OWEtNGUzNy04YjhmLTNjMDE1MDQ1MTFhMCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8a768028-edf1-44b7-9363-8ea5e54164b8 {
  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-8a768028-edf1-44b7-9363-8ea5e54164b8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWJkNGI1ZGItMDdiOC00NTkyLWFlMjEtYTQ5YjMzYWM4MmI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzViZDRiNWRiLTA3YjgtNDU5Mi1hZTIxLWE0OWIzM2FjODJiNCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8a768028-edf1-44b7-9363-8ea5e54164b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a768028-edf1-44b7-9363-8ea5e54164b8-root {
    text-align: left;
  }


#s-8a768028-edf1-44b7-9363-8ea5e54164b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a768028-edf1-44b7-9363-8ea5e54164b8-root {
    text-align: left;
  }


#s-8a768028-edf1-44b7-9363-8ea5e54164b8.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-8a768028-edf1-44b7-9363-8ea5e54164b8-root {
    text-align: left;
  }


#s-8a768028-edf1-44b7-9363-8ea5e54164b8.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-8a768028-edf1-44b7-9363-8ea5e54164b8-root {
    text-align: left;
  }


#s-8a768028-edf1-44b7-9363-8ea5e54164b8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a768028-edf1-44b7-9363-8ea5e54164b8-root {
    text-align: left;
  }


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

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


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


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


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


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


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-57047b08-1292-409f-bd87-61efdca9df71 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57047b08-1292-409f-bd87-61efdca9df71 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-57047b08-1292-409f-bd87-61efdca9df71 {
  margin-right: 0px;
}
}
#s-57047b08-1292-409f-bd87-61efdca9df71 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-57047b08-1292-409f-bd87-61efdca9df71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-57047b08-1292-409f-bd87-61efdca9df71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-57047b08-1292-409f-bd87-61efdca9df71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-57047b08-1292-409f-bd87-61efdca9df71 > .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-weight: ;
  font-style: ;
  font-size: 17px;
}

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

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


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


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


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


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


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eeda2556-1df6-4b80-a757-fb5edc7b1386 {
  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-eeda2556-1df6-4b80-a757-fb5edc7b1386:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI5ZmU4OTUtZGFiOS00NjgxLWFlNmMtZTkyMWFmOGJkMWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNDI5ZmU4OTUtZGFiOS00NjgxLWFlNmMtZTkyMWFmOGJkMWI5KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ed9bc3"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-eeda2556-1df6-4b80-a757-fb5edc7b1386:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eeda2556-1df6-4b80-a757-fb5edc7b1386-root {
    text-align: left;
  }


#s-eeda2556-1df6-4b80-a757-fb5edc7b1386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eeda2556-1df6-4b80-a757-fb5edc7b1386-root {
    text-align: left;
  }


#s-eeda2556-1df6-4b80-a757-fb5edc7b1386.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-eeda2556-1df6-4b80-a757-fb5edc7b1386-root {
    text-align: left;
  }


#s-eeda2556-1df6-4b80-a757-fb5edc7b1386.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-eeda2556-1df6-4b80-a757-fb5edc7b1386-root {
    text-align: left;
  }


#s-eeda2556-1df6-4b80-a757-fb5edc7b1386.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eeda2556-1df6-4b80-a757-fb5edc7b1386-root {
    text-align: left;
  }


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

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


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


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


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


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


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9944a01f-63ed-4de7-93f7-246aa14a14a6 {
  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-9944a01f-63ed-4de7-93f7-246aa14a14a6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODQ5YTA4ZjctMGQ3Yi00ZDIyLTliZDEtNzI4YmMyMDQzN2IzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg0OWEwOGY3LTBkN2ItNGQyMi05YmQxLTcyOGJjMjA0MzdiMykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#89b4d3"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9944a01f-63ed-4de7-93f7-246aa14a14a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9944a01f-63ed-4de7-93f7-246aa14a14a6-root {
    text-align: left;
  }


#s-9944a01f-63ed-4de7-93f7-246aa14a14a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9944a01f-63ed-4de7-93f7-246aa14a14a6-root {
    text-align: left;
  }


#s-9944a01f-63ed-4de7-93f7-246aa14a14a6.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-9944a01f-63ed-4de7-93f7-246aa14a14a6-root {
    text-align: left;
  }


#s-9944a01f-63ed-4de7-93f7-246aa14a14a6.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-9944a01f-63ed-4de7-93f7-246aa14a14a6-root {
    text-align: left;
  }


#s-9944a01f-63ed-4de7-93f7-246aa14a14a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9944a01f-63ed-4de7-93f7-246aa14a14a6-root {
    text-align: left;
  }


#s-9944a01f-63ed-4de7-93f7-246aa14a14a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-048e3eab-f822-4dff-9f15-0f070d88a641 {
  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-048e3eab-f822-4dff-9f15-0f070d88a641:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzQwZTBiZDAtZDEzZC00ZDQwLWI3NTQtNDNjYjk3MTE4YzU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzM0MGUwYmQwLWQxM2QtNGQ0MC1iNzU0LTQzY2I5NzExOGM1NikiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-048e3eab-f822-4dff-9f15-0f070d88a641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-048e3eab-f822-4dff-9f15-0f070d88a641-root {
    text-align: left;
  }


#s-048e3eab-f822-4dff-9f15-0f070d88a641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-048e3eab-f822-4dff-9f15-0f070d88a641-root {
    text-align: left;
  }


#s-048e3eab-f822-4dff-9f15-0f070d88a641.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-048e3eab-f822-4dff-9f15-0f070d88a641-root {
    text-align: left;
  }


#s-048e3eab-f822-4dff-9f15-0f070d88a641.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-048e3eab-f822-4dff-9f15-0f070d88a641-root {
    text-align: left;
  }


#s-048e3eab-f822-4dff-9f15-0f070d88a641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-048e3eab-f822-4dff-9f15-0f070d88a641-root {
    text-align: left;
  }


#s-048e3eab-f822-4dff-9f15-0f070d88a641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945 {
  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-3c5ba1f3-63c7-441e-b34a-d91c845ee945:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODc0OGExYzUtZGRjZi00NGI4LWE0MDQtMTBjNGJjNWYzNGExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NzQ4YTFjNS1kZGNmLTQ0YjgtYTQwNC0xMGM0YmM1ZjM0YTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c5ba1f3-63c7-441e-b34a-d91c845ee945-root {
    text-align: left;
  }


#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c5ba1f3-63c7-441e-b34a-d91c845ee945-root {
    text-align: left;
  }


#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945.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-3c5ba1f3-63c7-441e-b34a-d91c845ee945-root {
    text-align: left;
  }


#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945.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-3c5ba1f3-63c7-441e-b34a-d91c845ee945-root {
    text-align: left;
  }


#s-3c5ba1f3-63c7-441e-b34a-d91c845ee945.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c5ba1f3-63c7-441e-b34a-d91c845ee945-root {
    text-align: left;
  }


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

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


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


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


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


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


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







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

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







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

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  text-align: center;
}







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

    
    
    
  }


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

#s-a6427e12-de26-4036-9453-82066ac70b55 {
  margin-top: 0px;
margin-right: 50%;
text-align: center;
}







  #s-a6427e12-de26-4036-9453-82066ac70b55 img.shogun-image {
    

    
    
    
  }


#s-a6427e12-de26-4036-9453-82066ac70b55 .shogun-image-content {
  
    align-items: center;
  
}

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







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

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








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

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

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

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

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

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

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667 {
  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-63c2a20a-2d5d-4dcf-8846-8ea32f47c667:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE0NDlhODQtYTQyYS00NWM3LWFiMjgtOTgxOTM1NDE4YjVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTQ0OWE4NC1hNDJhLTQ1YzctYWIyOC05ODE5MzU0MThiNWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667-root {
    text-align: center;
  }


#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667-root {
    text-align: center;
  }


#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667.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-63c2a20a-2d5d-4dcf-8846-8ea32f47c667-root {
    text-align: center;
  }


#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667.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-63c2a20a-2d5d-4dcf-8846-8ea32f47c667-root {
    text-align: center;
  }


#s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-63c2a20a-2d5d-4dcf-8846-8ea32f47c667-root {
    text-align: center;
  }


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-71d04f58-e567-4a99-9c49-5e62cc9394f6 {
  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-71d04f58-e567-4a99-9c49-5e62cc9394f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFhZGNlZjUtMzIzYy00M2I5LThhNWUtYzBlZTlmMThkM2E4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWFkY2VmNS0zMjNjLTQzYjktOGE1ZS1jMGVlOWYxOGQzYTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-71d04f58-e567-4a99-9c49-5e62cc9394f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.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-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.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-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 {
  min-height: 50px;
}








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

#s-62bf3612-5c1d-400d-bf86-d50ffd23f430 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-62bf3612-5c1d-400d-bf86-d50ffd23f430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62bf3612-5c1d-400d-bf86-d50ffd23f430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-28001df9-4dbe-4683-84c3-436ae1864b46 {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-63ad9123-9fea-4cd4-ad5b-a48be72139ad {
  margin-top: 0px;
margin-left: 9%;
margin-bottom: 20px;
margin-right: 9%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-968f603a-0b63-4775-a616-11f47da4c3a9 {
  max-width: 1200px;
aspect-ratio: 1200/350;
text-align: center;
}





  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image,
  #s-968f603a-0b63-4775-a616-11f47da4c3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 {
    width: 100%;
    height: auto;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
    
    
  }


.s-968f603a-0b63-4775-a616-11f47da4c3a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-968f603a-0b63-4775-a616-11f47da4c3a9 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
      position: relative;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image,
  #s-968f603a-0b63-4775-a616-11f47da4c3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 {
    width: 100%;
    height: auto;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
    
    
  }


.s-968f603a-0b63-4775-a616-11f47da4c3a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-968f603a-0b63-4775-a616-11f47da4c3a9 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
      position: relative;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image,
  #s-968f603a-0b63-4775-a616-11f47da4c3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 {
    width: 100%;
    height: auto;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
    
    
  }


.s-968f603a-0b63-4775-a616-11f47da4c3a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-968f603a-0b63-4775-a616-11f47da4c3a9 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
      position: relative;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image,
  #s-968f603a-0b63-4775-a616-11f47da4c3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 {
    width: 100%;
    height: auto;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
    
    
  }


.s-968f603a-0b63-4775-a616-11f47da4c3a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-968f603a-0b63-4775-a616-11f47da4c3a9 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
      position: relative;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image,
  #s-968f603a-0b63-4775-a616-11f47da4c3a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 {
    width: 100%;
    height: auto;
  }

  #s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
    
    
  }


.s-968f603a-0b63-4775-a616-11f47da4c3a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-968f603a-0b63-4775-a616-11f47da4c3a9 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container {
      position: relative;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-968f603a-0b63-4775-a616-11f47da4c3a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-de60758f-12a7-48b4-82ed-315647797c2d {
  max-width: 1200px;
aspect-ratio: 1200/350;
text-align: center;
}





  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image,
  #s-de60758f-12a7-48b4-82ed-315647797c2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d {
    width: 100%;
    height: auto;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
    
    
  }


.s-de60758f-12a7-48b4-82ed-315647797c2d .shogun-image-content {
  
    align-items: center;
  
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de60758f-12a7-48b4-82ed-315647797c2d {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
      position: relative;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image,
  #s-de60758f-12a7-48b4-82ed-315647797c2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d {
    width: 100%;
    height: auto;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
    
    
  }


.s-de60758f-12a7-48b4-82ed-315647797c2d .shogun-image-content {
  
    align-items: center;
  
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de60758f-12a7-48b4-82ed-315647797c2d {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
      position: relative;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image,
  #s-de60758f-12a7-48b4-82ed-315647797c2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d {
    width: 100%;
    height: auto;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
    
    
  }


.s-de60758f-12a7-48b4-82ed-315647797c2d .shogun-image-content {
  
    align-items: center;
  
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de60758f-12a7-48b4-82ed-315647797c2d {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
      position: relative;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image,
  #s-de60758f-12a7-48b4-82ed-315647797c2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d {
    width: 100%;
    height: auto;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
    
    
  }


.s-de60758f-12a7-48b4-82ed-315647797c2d .shogun-image-content {
  
    align-items: center;
  
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de60758f-12a7-48b4-82ed-315647797c2d {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
      position: relative;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image,
  #s-de60758f-12a7-48b4-82ed-315647797c2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d {
    width: 100%;
    height: auto;
  }

  #s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
    
    
  }


.s-de60758f-12a7-48b4-82ed-315647797c2d .shogun-image-content {
  
    align-items: center;
  
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de60758f-12a7-48b4-82ed-315647797c2d {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container {
      position: relative;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de60758f-12a7-48b4-82ed-315647797c2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
  max-width: 1200px;
aspect-ratio: 1200/350;
text-align: center;
}





  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image,
  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
    width: 100%;
    height: auto;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
    
    
  }


.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
      position: relative;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image,
  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
    width: 100%;
    height: auto;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
    
    
  }


.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
      position: relative;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image,
  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
    width: 100%;
    height: auto;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
    
    
  }


.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
      position: relative;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image,
  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
    width: 100%;
    height: auto;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
    
    
  }


.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
      position: relative;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image,
  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
    width: 100%;
    height: auto;
  }

  #s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
    
    
  }


.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 {
      --shg-aspect-ratio: calc(1200/350); 
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container {
      position: relative;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12d602a1-17c6-4dc3-9e7b-441bf31685a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a151ec25-ac77-4664-a880-327ea852fe8e {
  box-shadow:1px 1px 11px 1px rgba(212, 212, 212, 1);
background-repeat: no-repeat;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 149, 0, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}

#s-a151ec25-ac77-4664-a880-327ea852fe8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjU2OWJhOWUtMTQ2Mi00NDFjLTlmMjUtYjMxZTJkMzkwOWUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhZTVjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NTY5YmE5ZS0xNDYyLTQ0MWMtOWYyNS1iMzFlMmQzOTA5ZTEpIi8+PC9zdmc+);
}








#s-a151ec25-ac77-4664-a880-327ea852fe8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a151ec25-ac77-4664-a880-327ea852fe8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8513244-133e-4ca2-83e6-62e1a630f170 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(241, 174, 92, 1);
}
#s-c8513244-133e-4ca2-83e6-62e1a630f170:hover {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8513244-133e-4ca2-83e6-62e1a630f170:active {background-color: rgba(230, 64, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8513244-133e-4ca2-83e6-62e1a630f170-root {
    text-align: center;
  }


#s-c8513244-133e-4ca2-83e6-62e1a630f170.shg-btn {
  color: rgba(241, 174, 92, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8513244-133e-4ca2-83e6-62e1a630f170-root {
    text-align: center;
  }


#s-c8513244-133e-4ca2-83e6-62e1a630f170.shg-btn {
  color: rgba(241, 174, 92, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8513244-133e-4ca2-83e6-62e1a630f170-root {
    text-align: center;
  }


#s-c8513244-133e-4ca2-83e6-62e1a630f170.shg-btn {
  color: rgba(241, 174, 92, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8513244-133e-4ca2-83e6-62e1a630f170-root {
    text-align: center;
  }


#s-c8513244-133e-4ca2-83e6-62e1a630f170.shg-btn {
  color: rgba(241, 174, 92, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8513244-133e-4ca2-83e6-62e1a630f170-root {
    text-align: center;
  }


#s-c8513244-133e-4ca2-83e6-62e1a630f170.shg-btn {
  color: rgba(241, 174, 92, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-39476870-b509-4293-83fd-8d1e21ec8393 {
  min-height: 50px;
}








#s-39476870-b509-4293-83fd-8d1e21ec8393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39476870-b509-4293-83fd-8d1e21ec8393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ca84639-65c1-4147-b94a-e7971f447eee {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-6ca84639-65c1-4147-b94a-e7971f447eee {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-6ca84639-65c1-4147-b94a-e7971f447eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca84639-65c1-4147-b94a-e7971f447eee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bf1c558-6aaa-401d-a81e-65d7a6fe496d {
  margin-top: 30px;
margin-bottom: 20px;
}

#s-1cf779a4-b393-4655-889b-5823973ab9c8 {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-4dc7b924-0443-435f-b68f-8e10765c3b85 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dc7b924-0443-435f-b68f-8e10765c3b85 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-4dc7b924-0443-435f-b68f-8e10765c3b85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dc7b924-0443-435f-b68f-8e10765c3b85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4dc7b924-0443-435f-b68f-8e10765c3b85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dc7b924-0443-435f-b68f-8e10765c3b85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c2caa56-2133-40a6-9eae-8b0778441aaf {
  margin-top: 5px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
}
}@media (max-width: 767px){#s-0c2caa56-2133-40a6-9eae-8b0778441aaf {
  margin-left: 20%;
margin-right: 20%;
}
}






  img.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
    
    
  }


.s-0c2caa56-2133-40a6-9eae-8b0778441aaf .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
    
    
  }


.s-0c2caa56-2133-40a6-9eae-8b0778441aaf .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
    
    
  }


.s-0c2caa56-2133-40a6-9eae-8b0778441aaf .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
    
    
  }


.s-0c2caa56-2133-40a6-9eae-8b0778441aaf .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
    
    
  }


.s-0c2caa56-2133-40a6-9eae-8b0778441aaf .shogun-image-content {
  
    align-items: center;
  
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c2caa56-2133-40a6-9eae-8b0778441aaf.shogun-image {
  box-sizing: border-box;
}



}
#s-6b4b7412-94f2-4bb6-8a3f-715b80fe105c {
  margin-top: 30px;
margin-left: 25%;
margin-bottom: 30px;
margin-right: 25%;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b4b7412-94f2-4bb6-8a3f-715b80fe105c {
  margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-6b4b7412-94f2-4bb6-8a3f-715b80fe105c {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
}
}






  #s-6b4b7412-94f2-4bb6-8a3f-715b80fe105c img.shogun-image {
    

    
    
    
  }


#s-6b4b7412-94f2-4bb6-8a3f-715b80fe105c .shogun-image-content {
  
    align-items: center;
  
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 30px;
padding-bottom: 30px;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 {
  margin-left: 20%;
margin-right: 20%;
}
}






  img.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
    
    
  }


.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 .shogun-image-content {
  
    align-items: center;
  
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
    
    
  }


.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 .shogun-image-content {
  
    align-items: center;
  
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
    
    
  }


.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 .shogun-image-content {
  
    align-items: center;
  
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
    
    
  }


.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 .shogun-image-content {
  
    align-items: center;
  
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
  box-sizing: border-box;
}



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





  img.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
    
    
  }


.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631 .shogun-image-content {
  
    align-items: center;
  
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dad10cbd-dd3d-4e22-b603-fa2b6135c631.shogun-image {
  box-sizing: border-box;
}



}
#s-418b4a9c-77c5-49c6-baf4-5928267752f4 {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNmZjE0ZTAtOTcxNy00ZGUwLTlhZDAtMDAxM2FmZDc4MDA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2ZmMTRlMC05NzE3LTRkZTAtOWFkMC0wMDEzYWZkNzgwMDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 40px;
margin-right: 25px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(230, 64, 151, 1);
}
#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6-root {
    text-align: center;
  }


#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6-root {
    text-align: center;
  }


#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6-root {
    text-align: center;
  }


#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6-root {
    text-align: center;
  }


#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6-root {
    text-align: center;
  }


#s-e255610e-6db5-45f8-ae8a-d16cc19eb7a6.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-caa0b17e-db86-4d5c-91c6-e2f7e8be7be2 {
  min-height: 50px;
}








#s-caa0b17e-db86-4d5c-91c6-e2f7e8be7be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa0b17e-db86-4d5c-91c6-e2f7e8be7be2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d99ab458-36f8-41de-8a77-a38b06ed221f {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
}








#s-d99ab458-36f8-41de-8a77-a38b06ed221f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99ab458-36f8-41de-8a77-a38b06ed221f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ceecbd-8e18-4a4a-b6e9-b5c950ff6563 {
  min-height: 50px;
}
@media (max-width: 767px){#s-09ceecbd-8e18-4a4a-b6e9-b5c950ff6563 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-09ceecbd-8e18-4a4a-b6e9-b5c950ff6563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ceecbd-8e18-4a4a-b6e9-b5c950ff6563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0b181f5-2cd8-40f3-b524-a27710ae049d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (max-width: 767px){#s-02305710-a6cd-4043-8747-a0f1a4f40d3e {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-02305710-a6cd-4043-8747-a0f1a4f40d3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02305710-a6cd-4043-8747-a0f1a4f40d3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02305710-a6cd-4043-8747-a0f1a4f40d3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02305710-a6cd-4043-8747-a0f1a4f40d3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a4b1d2e4-674c-49f8-9ba3-f6a46044d975 {
  margin-top: 55px;
margin-bottom: 55px;
text-align: center;
}







  #s-a4b1d2e4-674c-49f8-9ba3-f6a46044d975 img.shogun-image {
    

    
    
    
  }


#s-a4b1d2e4-674c-49f8-9ba3-f6a46044d975 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e89143f-2ddd-4f9b-b2a0-96e98f57d697 {
  margin-top: 35px;
text-align: center;
}







  #s-0e89143f-2ddd-4f9b-b2a0-96e98f57d697 img.shogun-image {
    

    
    
    
  }


#s-0e89143f-2ddd-4f9b-b2a0-96e98f57d697 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b24230a-fdc9-4dcb-b13c-248caf815203 {
  margin-top: 55px;
margin-bottom: 55px;
text-align: center;
}







  #s-5b24230a-fdc9-4dcb-b13c-248caf815203 img.shogun-image {
    

    
    
    
  }


#s-5b24230a-fdc9-4dcb-b13c-248caf815203 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6be1f51e-2479-4278-849e-c6b6bc638cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be1f51e-2479-4278-849e-c6b6bc638cff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6be1f51e-2479-4278-849e-c6b6bc638cff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be1f51e-2479-4278-849e-c6b6bc638cff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63be8acf-d867-4ed7-98d2-9f2ab1e73885 {
  text-align: center;
}







  #s-63be8acf-d867-4ed7-98d2-9f2ab1e73885 img.shogun-image {
    

    
    
    
  }


#s-63be8acf-d867-4ed7-98d2-9f2ab1e73885 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8625d00-273b-4389-819b-75211238543a {
  text-align: center;
}







  #s-a8625d00-273b-4389-819b-75211238543a img.shogun-image {
    

    
    
    
  }


#s-a8625d00-273b-4389-819b-75211238543a .shogun-image-content {
  
    align-items: center;
  
}

#s-8854a519-2a9f-4b3e-909c-d3e9580305fc {
  margin-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-8854a519-2a9f-4b3e-909c-d3e9580305fc {
  margin-top: 45px;
}
}






  #s-8854a519-2a9f-4b3e-909c-d3e9580305fc img.shogun-image {
    

    
    
    
  }


#s-8854a519-2a9f-4b3e-909c-d3e9580305fc .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-b81a436d-019d-418e-a227-1be47d06b9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b81a436d-019d-418e-a227-1be47d06b9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b81a436d-019d-418e-a227-1be47d06b9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b81a436d-019d-418e-a227-1be47d06b9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-061feb1f-bfbf-4ccf-9a95-a9dc973c9ad4 {
  text-align: center;
}







  #s-061feb1f-bfbf-4ccf-9a95-a9dc973c9ad4 img.shogun-image {
    

    
    
    
  }


#s-061feb1f-bfbf-4ccf-9a95-a9dc973c9ad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-734a4f4a-dbfa-46bb-8bca-b1d422bc7e40 {
  text-align: center;
}







  #s-734a4f4a-dbfa-46bb-8bca-b1d422bc7e40 img.shogun-image {
    

    
    
    
  }


#s-734a4f4a-dbfa-46bb-8bca-b1d422bc7e40 .shogun-image-content {
  
    align-items: center;
  
}

#s-3548bbb5-4e6e-4b5b-aaa0-da64685921e7 {
  min-height: 50px;
}








#s-3548bbb5-4e6e-4b5b-aaa0-da64685921e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3548bbb5-4e6e-4b5b-aaa0-da64685921e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.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 {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
