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

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

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

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

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

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

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

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

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

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

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

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

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







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

#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  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 top;
}
@media (min-width: 1200px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}@media (max-width: 767px){#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  
}
}
#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 {
  background-image: url(https://i.shgcdn.com/4385e601-5838-4d99-a83b-8e745f38486f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0b6ffc54-8dae-41f6-87bd-8b88b3273875.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-c655fb04-9321-4f18-9da5-6c1aa502a2a9 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c655fb04-9321-4f18-9da5-6c1aa502a2a9 {
  display: none;
}
#s-c655fb04-9321-4f18-9da5-6c1aa502a2a9, #wrap-s-c655fb04-9321-4f18-9da5-6c1aa502a2a9 { display: none !important; }}@media (max-width: 767px){#s-c655fb04-9321-4f18-9da5-6c1aa502a2a9 {
  display: none;
}
#s-c655fb04-9321-4f18-9da5-6c1aa502a2a9, #wrap-s-c655fb04-9321-4f18-9da5-6c1aa502a2a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c655fb04-9321-4f18-9da5-6c1aa502a2a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c655fb04-9321-4f18-9da5-6c1aa502a2a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c655fb04-9321-4f18-9da5-6c1aa502a2a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c655fb04-9321-4f18-9da5-6c1aa502a2a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f {
  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-6c06f1e3-142e-4f77-9e24-2ff65c440f8f {
  display: none;
}
#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f, #wrap-s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f { display: none !important; }}@media (max-width: 767px){#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f {
  display: none;
}
#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f, #wrap-s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f { display: none !important; }}







#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c06f1e3-142e-4f77-9e24-2ff65c440f8f.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f501e5e9-0d90-4171-b81a-7ae6188caa63 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1122px;
aspect-ratio: 2048/1462;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f501e5e9-0d90-4171-b81a-7ae6188caa63 img.shogun-image,
  #s-f501e5e9-0d90-4171-b81a-7ae6188caa63 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f501e5e9-0d90-4171-b81a-7ae6188caa63 {
    width: 100%;
    height: auto;
  }



  #s-f501e5e9-0d90-4171-b81a-7ae6188caa63 img.shogun-image {
    

    
    
    
  }


#s-f501e5e9-0d90-4171-b81a-7ae6188caa63 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-be9e8422-9c47-4a35-8f08-848228ac93fe {
  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(0, 197, 191, 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-be9e8422-9c47-4a35-8f08-848228ac93fe:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-be9e8422-9c47-4a35-8f08-848228ac93fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be9e8422-9c47-4a35-8f08-848228ac93fe-root {
    text-align: left;
  }


#s-be9e8422-9c47-4a35-8f08-848228ac93fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be9e8422-9c47-4a35-8f08-848228ac93fe-root {
    text-align: left;
  }


#s-be9e8422-9c47-4a35-8f08-848228ac93fe.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-be9e8422-9c47-4a35-8f08-848228ac93fe-root {
    text-align: left;
  }


#s-be9e8422-9c47-4a35-8f08-848228ac93fe.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-be9e8422-9c47-4a35-8f08-848228ac93fe-root {
    text-align: left;
  }


#s-be9e8422-9c47-4a35-8f08-848228ac93fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be9e8422-9c47-4a35-8f08-848228ac93fe-root {
    text-align: left;
  }


#s-be9e8422-9c47-4a35-8f08-848228ac93fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d {
  margin-left: 11px;
margin-right: 50px;
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-37bdad5b-3d39-45a3-9cfb-2b8a8f8f1d6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-3953c77a-778a-449f-9fae-9f1912c36de2 {
  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-3953c77a-778a-449f-9fae-9f1912c36de2:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3953c77a-778a-449f-9fae-9f1912c36de2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3953c77a-778a-449f-9fae-9f1912c36de2-root {
    text-align: left;
  }


#s-3953c77a-778a-449f-9fae-9f1912c36de2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3953c77a-778a-449f-9fae-9f1912c36de2-root {
    text-align: left;
  }


#s-3953c77a-778a-449f-9fae-9f1912c36de2.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-3953c77a-778a-449f-9fae-9f1912c36de2-root {
    text-align: left;
  }


#s-3953c77a-778a-449f-9fae-9f1912c36de2.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-3953c77a-778a-449f-9fae-9f1912c36de2-root {
    text-align: left;
  }


#s-3953c77a-778a-449f-9fae-9f1912c36de2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3953c77a-778a-449f-9fae-9f1912c36de2-root {
    text-align: left;
  }


#s-3953c77a-778a-449f-9fae-9f1912c36de2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0-root {
    text-align: left;
  }


#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0-root {
    text-align: left;
  }


#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0.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-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0-root {
    text-align: left;
  }


#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0.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-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0-root {
    text-align: left;
  }


#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0-root {
    text-align: left;
  }


#s-443b3347-ffcd-40e9-bf6d-32bbeb5f50d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3ead34b3-d4d7-4866-b598-fac35ce95e42 {
  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-3ead34b3-d4d7-4866-b598-fac35ce95e42:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ead34b3-d4d7-4866-b598-fac35ce95e42:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ead34b3-d4d7-4866-b598-fac35ce95e42-root {
    text-align: left;
  }


#s-3ead34b3-d4d7-4866-b598-fac35ce95e42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ead34b3-d4d7-4866-b598-fac35ce95e42-root {
    text-align: left;
  }


#s-3ead34b3-d4d7-4866-b598-fac35ce95e42.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-3ead34b3-d4d7-4866-b598-fac35ce95e42-root {
    text-align: left;
  }


#s-3ead34b3-d4d7-4866-b598-fac35ce95e42.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-3ead34b3-d4d7-4866-b598-fac35ce95e42-root {
    text-align: left;
  }


#s-3ead34b3-d4d7-4866-b598-fac35ce95e42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ead34b3-d4d7-4866-b598-fac35ce95e42-root {
    text-align: left;
  }


#s-3ead34b3-d4d7-4866-b598-fac35ce95e42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-562822b4-28f3-4583-a2b2-d8e478a90be5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-562822b4-28f3-4583-a2b2-d8e478a90be5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-562822b4-28f3-4583-a2b2-d8e478a90be5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-562822b4-28f3-4583-a2b2-d8e478a90be5-root {
    text-align: left;
  }


#s-562822b4-28f3-4583-a2b2-d8e478a90be5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-562822b4-28f3-4583-a2b2-d8e478a90be5-root {
    text-align: left;
  }


#s-562822b4-28f3-4583-a2b2-d8e478a90be5.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-562822b4-28f3-4583-a2b2-d8e478a90be5-root {
    text-align: left;
  }


#s-562822b4-28f3-4583-a2b2-d8e478a90be5.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-562822b4-28f3-4583-a2b2-d8e478a90be5-root {
    text-align: left;
  }


#s-562822b4-28f3-4583-a2b2-d8e478a90be5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-562822b4-28f3-4583-a2b2-d8e478a90be5-root {
    text-align: left;
  }


#s-562822b4-28f3-4583-a2b2-d8e478a90be5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c7416810-2518-456b-be6f-581be764e7e5 {
  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-c7416810-2518-456b-be6f-581be764e7e5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c7416810-2518-456b-be6f-581be764e7e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c7416810-2518-456b-be6f-581be764e7e5-root {
    text-align: left;
  }


#s-c7416810-2518-456b-be6f-581be764e7e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7416810-2518-456b-be6f-581be764e7e5-root {
    text-align: left;
  }


#s-c7416810-2518-456b-be6f-581be764e7e5.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-c7416810-2518-456b-be6f-581be764e7e5-root {
    text-align: left;
  }


#s-c7416810-2518-456b-be6f-581be764e7e5.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-c7416810-2518-456b-be6f-581be764e7e5-root {
    text-align: left;
  }


#s-c7416810-2518-456b-be6f-581be764e7e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7416810-2518-456b-be6f-581be764e7e5-root {
    text-align: left;
  }


#s-c7416810-2518-456b-be6f-581be764e7e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2 {
  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-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2-root {
    text-align: left;
  }


#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2-root {
    text-align: left;
  }


#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2.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-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2-root {
    text-align: left;
  }


#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2.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-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2-root {
    text-align: left;
  }


#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2-root {
    text-align: left;
  }


#s-ea6de8fa-e5e9-4b38-99a6-cd4ebbceb2a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41 {
  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-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41-root {
    text-align: left;
  }


#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41-root {
    text-align: left;
  }


#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41.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-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41-root {
    text-align: left;
  }


#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41.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-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41-root {
    text-align: left;
  }


#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41-root {
    text-align: left;
  }


#s-ef08ee0a-b674-4d4c-8b13-0542cbb5bf41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d25f8659-e823-404f-a4a4-d5e9628cc892 {
  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-d25f8659-e823-404f-a4a4-d5e9628cc892:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d25f8659-e823-404f-a4a4-d5e9628cc892:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d25f8659-e823-404f-a4a4-d5e9628cc892-root {
    text-align: left;
  }


#s-d25f8659-e823-404f-a4a4-d5e9628cc892.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d25f8659-e823-404f-a4a4-d5e9628cc892-root {
    text-align: left;
  }


#s-d25f8659-e823-404f-a4a4-d5e9628cc892.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-d25f8659-e823-404f-a4a4-d5e9628cc892-root {
    text-align: left;
  }


#s-d25f8659-e823-404f-a4a4-d5e9628cc892.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-d25f8659-e823-404f-a4a4-d5e9628cc892-root {
    text-align: left;
  }


#s-d25f8659-e823-404f-a4a4-d5e9628cc892.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d25f8659-e823-404f-a4a4-d5e9628cc892-root {
    text-align: left;
  }


#s-d25f8659-e823-404f-a4a4-d5e9628cc892.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d {
  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-ef9ccff4-8eaa-4470-b582-fc749fc0e20d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d-root {
    text-align: left;
  }


#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d-root {
    text-align: left;
  }


#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d.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-ef9ccff4-8eaa-4470-b582-fc749fc0e20d-root {
    text-align: left;
  }


#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d.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-ef9ccff4-8eaa-4470-b582-fc749fc0e20d-root {
    text-align: left;
  }


#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d-root {
    text-align: left;
  }


#s-ef9ccff4-8eaa-4470-b582-fc749fc0e20d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e {
  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-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e-root {
    text-align: left;
  }


#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e-root {
    text-align: left;
  }


#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e.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-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e-root {
    text-align: left;
  }


#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e.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-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e-root {
    text-align: left;
  }


#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e-root {
    text-align: left;
  }


#s-cc6ee25c-07d6-45fe-a996-5c4d49b46b5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-faa30931-91be-46ab-b9cc-6c630402c883 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-faa30931-91be-46ab-b9cc-6c630402c883:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-faa30931-91be-46ab-b9cc-6c630402c883:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-faa30931-91be-46ab-b9cc-6c630402c883-root {
    text-align: center;
  }


#s-faa30931-91be-46ab-b9cc-6c630402c883.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-faa30931-91be-46ab-b9cc-6c630402c883-root {
    text-align: center;
  }


#s-faa30931-91be-46ab-b9cc-6c630402c883.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-faa30931-91be-46ab-b9cc-6c630402c883-root {
    text-align: center;
  }


#s-faa30931-91be-46ab-b9cc-6c630402c883.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-faa30931-91be-46ab-b9cc-6c630402c883-root {
    text-align: center;
  }


#s-faa30931-91be-46ab-b9cc-6c630402c883.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-faa30931-91be-46ab-b9cc-6c630402c883-root {
    text-align: center;
  }


#s-faa30931-91be-46ab-b9cc-6c630402c883.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da {
  display: none;
}
#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da, #wrap-s-3426eff8-302c-4749-a5ac-9fa7cd2e04da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da {
  display: none;
}
#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da, #wrap-s-3426eff8-302c-4749-a5ac-9fa7cd2e04da { display: none !important; }}







#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3426eff8-302c-4749-a5ac-9fa7cd2e04da.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5d6ff3c5-43fd-4603-a30a-cbf58bc0d1d7 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-5d6ff3c5-43fd-4603-a30a-cbf58bc0d1d7 img.shogun-image {
    

    
    
    
  }


#s-5d6ff3c5-43fd-4603-a30a-cbf58bc0d1d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-685758fe-5200-4ab2-8aee-446a8df498b9 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 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-685758fe-5200-4ab2-8aee-446a8df498b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-685758fe-5200-4ab2-8aee-446a8df498b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-685758fe-5200-4ab2-8aee-446a8df498b9-root {
    text-align: left;
  }


#s-685758fe-5200-4ab2-8aee-446a8df498b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-685758fe-5200-4ab2-8aee-446a8df498b9-root {
    text-align: left;
  }


#s-685758fe-5200-4ab2-8aee-446a8df498b9.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-685758fe-5200-4ab2-8aee-446a8df498b9-root {
    text-align: left;
  }


#s-685758fe-5200-4ab2-8aee-446a8df498b9.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-685758fe-5200-4ab2-8aee-446a8df498b9-root {
    text-align: left;
  }


#s-685758fe-5200-4ab2-8aee-446a8df498b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-685758fe-5200-4ab2-8aee-446a8df498b9-root {
    text-align: left;
  }


#s-685758fe-5200-4ab2-8aee-446a8df498b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-533492c1-a414-4f7c-ac4b-77e05382a801 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-533492c1-a414-4f7c-ac4b-77e05382a801 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-533492c1-a414-4f7c-ac4b-77e05382a801 {
  margin-right: 0px;
}
}
#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-533492c1-a414-4f7c-ac4b-77e05382a801 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-375a23cd-4b40-475e-aed5-8110d75a66a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-375a23cd-4b40-475e-aed5-8110d75a66a2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-375a23cd-4b40-475e-aed5-8110d75a66a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-375a23cd-4b40-475e-aed5-8110d75a66a2-root {
    text-align: left;
  }


#s-375a23cd-4b40-475e-aed5-8110d75a66a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-375a23cd-4b40-475e-aed5-8110d75a66a2-root {
    text-align: left;
  }


#s-375a23cd-4b40-475e-aed5-8110d75a66a2.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-375a23cd-4b40-475e-aed5-8110d75a66a2-root {
    text-align: left;
  }


#s-375a23cd-4b40-475e-aed5-8110d75a66a2.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-375a23cd-4b40-475e-aed5-8110d75a66a2-root {
    text-align: left;
  }


#s-375a23cd-4b40-475e-aed5-8110d75a66a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-375a23cd-4b40-475e-aed5-8110d75a66a2-root {
    text-align: left;
  }


#s-375a23cd-4b40-475e-aed5-8110d75a66a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f {
  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-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f-root {
    text-align: left;
  }


#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f-root {
    text-align: left;
  }


#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f.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-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f-root {
    text-align: left;
  }


#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f.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-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f-root {
    text-align: left;
  }


#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f-root {
    text-align: left;
  }


#s-536a50cf-ddb8-4ad6-8a56-e7b59b356c1f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1 {
  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-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1-root {
    text-align: left;
  }


#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1-root {
    text-align: left;
  }


#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1.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-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1-root {
    text-align: left;
  }


#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1.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-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1-root {
    text-align: left;
  }


#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1-root {
    text-align: left;
  }


#s-c12eb6e8-1826-43ed-aa69-9ad08ef68cd1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2aaf2fa4-6882-4275-a101-edd6835760a4 {
  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-2aaf2fa4-6882-4275-a101-edd6835760a4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2aaf2fa4-6882-4275-a101-edd6835760a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2aaf2fa4-6882-4275-a101-edd6835760a4-root {
    text-align: left;
  }


#s-2aaf2fa4-6882-4275-a101-edd6835760a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2aaf2fa4-6882-4275-a101-edd6835760a4-root {
    text-align: left;
  }


#s-2aaf2fa4-6882-4275-a101-edd6835760a4.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-2aaf2fa4-6882-4275-a101-edd6835760a4-root {
    text-align: left;
  }


#s-2aaf2fa4-6882-4275-a101-edd6835760a4.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-2aaf2fa4-6882-4275-a101-edd6835760a4-root {
    text-align: left;
  }


#s-2aaf2fa4-6882-4275-a101-edd6835760a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2aaf2fa4-6882-4275-a101-edd6835760a4-root {
    text-align: left;
  }


#s-2aaf2fa4-6882-4275-a101-edd6835760a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0 {
  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-cd3441e6-877b-46ac-b1ba-f31da011a5a0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd3441e6-877b-46ac-b1ba-f31da011a5a0-root {
    text-align: left;
  }


#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd3441e6-877b-46ac-b1ba-f31da011a5a0-root {
    text-align: left;
  }


#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0.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-cd3441e6-877b-46ac-b1ba-f31da011a5a0-root {
    text-align: left;
  }


#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0.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-cd3441e6-877b-46ac-b1ba-f31da011a5a0-root {
    text-align: left;
  }


#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd3441e6-877b-46ac-b1ba-f31da011a5a0-root {
    text-align: left;
  }


#s-cd3441e6-877b-46ac-b1ba-f31da011a5a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b333ee19-e276-4bf7-a8b2-c722448d51e2 {
  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-b333ee19-e276-4bf7-a8b2-c722448d51e2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b333ee19-e276-4bf7-a8b2-c722448d51e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b333ee19-e276-4bf7-a8b2-c722448d51e2-root {
    text-align: left;
  }


#s-b333ee19-e276-4bf7-a8b2-c722448d51e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b333ee19-e276-4bf7-a8b2-c722448d51e2-root {
    text-align: left;
  }


#s-b333ee19-e276-4bf7-a8b2-c722448d51e2.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-b333ee19-e276-4bf7-a8b2-c722448d51e2-root {
    text-align: left;
  }


#s-b333ee19-e276-4bf7-a8b2-c722448d51e2.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-b333ee19-e276-4bf7-a8b2-c722448d51e2-root {
    text-align: left;
  }


#s-b333ee19-e276-4bf7-a8b2-c722448d51e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b333ee19-e276-4bf7-a8b2-c722448d51e2-root {
    text-align: left;
  }


#s-b333ee19-e276-4bf7-a8b2-c722448d51e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e18566c1-150b-4bfd-900b-db81dfefd3a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-e18566c1-150b-4bfd-900b-db81dfefd3a5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e18566c1-150b-4bfd-900b-db81dfefd3a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e18566c1-150b-4bfd-900b-db81dfefd3a5-root {
    text-align: left;
  }


#s-e18566c1-150b-4bfd-900b-db81dfefd3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e18566c1-150b-4bfd-900b-db81dfefd3a5-root {
    text-align: left;
  }


#s-e18566c1-150b-4bfd-900b-db81dfefd3a5.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-e18566c1-150b-4bfd-900b-db81dfefd3a5-root {
    text-align: left;
  }


#s-e18566c1-150b-4bfd-900b-db81dfefd3a5.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-e18566c1-150b-4bfd-900b-db81dfefd3a5-root {
    text-align: left;
  }


#s-e18566c1-150b-4bfd-900b-db81dfefd3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e18566c1-150b-4bfd-900b-db81dfefd3a5-root {
    text-align: left;
  }


#s-e18566c1-150b-4bfd-900b-db81dfefd3a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00 {
  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-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00-root {
    text-align: left;
  }


#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00-root {
    text-align: left;
  }


#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00.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-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00-root {
    text-align: left;
  }


#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00.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-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00-root {
    text-align: left;
  }


#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00-root {
    text-align: left;
  }


#s-8cd6e17a-3e6b-47f8-b4fe-9281fe674b00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51 {
  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-79f15f0e-20b7-46de-b0b6-2239e62a1e51:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79f15f0e-20b7-46de-b0b6-2239e62a1e51-root {
    text-align: left;
  }


#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79f15f0e-20b7-46de-b0b6-2239e62a1e51-root {
    text-align: left;
  }


#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51.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-79f15f0e-20b7-46de-b0b6-2239e62a1e51-root {
    text-align: left;
  }


#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51.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-79f15f0e-20b7-46de-b0b6-2239e62a1e51-root {
    text-align: left;
  }


#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79f15f0e-20b7-46de-b0b6-2239e62a1e51-root {
    text-align: left;
  }


#s-79f15f0e-20b7-46de-b0b6-2239e62a1e51.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cc552abb-2499-4c20-b954-d942e828b5b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-cc552abb-2499-4c20-b954-d942e828b5b2:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc552abb-2499-4c20-b954-d942e828b5b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc552abb-2499-4c20-b954-d942e828b5b2-root {
    text-align: center;
  }


#s-cc552abb-2499-4c20-b954-d942e828b5b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc552abb-2499-4c20-b954-d942e828b5b2-root {
    text-align: center;
  }


#s-cc552abb-2499-4c20-b954-d942e828b5b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc552abb-2499-4c20-b954-d942e828b5b2-root {
    text-align: center;
  }


#s-cc552abb-2499-4c20-b954-d942e828b5b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc552abb-2499-4c20-b954-d942e828b5b2-root {
    text-align: center;
  }


#s-cc552abb-2499-4c20-b954-d942e828b5b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc552abb-2499-4c20-b954-d942e828b5b2-root {
    text-align: center;
  }


#s-cc552abb-2499-4c20-b954-d942e828b5b2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-716b51ef-293a-496e-a855-939a8dacf8ce {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-716b51ef-293a-496e-a855-939a8dacf8ce {
  display: none;
}
#s-716b51ef-293a-496e-a855-939a8dacf8ce, #wrap-s-716b51ef-293a-496e-a855-939a8dacf8ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-716b51ef-293a-496e-a855-939a8dacf8ce {
  display: none;
}
#s-716b51ef-293a-496e-a855-939a8dacf8ce, #wrap-s-716b51ef-293a-496e-a855-939a8dacf8ce { display: none !important; }}







#s-716b51ef-293a-496e-a855-939a8dacf8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-716b51ef-293a-496e-a855-939a8dacf8ce.shg-box.shg-c {
  justify-content: flex-end;
}

#s-39f53bb7-82e2-4c97-9573-1fa227645f67 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-39f53bb7-82e2-4c97-9573-1fa227645f67 img.shogun-image {
    

    
    
    
  }


#s-39f53bb7-82e2-4c97-9573-1fa227645f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-027383c0-520f-408f-a8ea-2624b8bcb584 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 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-027383c0-520f-408f-a8ea-2624b8bcb584:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-027383c0-520f-408f-a8ea-2624b8bcb584:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-027383c0-520f-408f-a8ea-2624b8bcb584-root {
    text-align: left;
  }


#s-027383c0-520f-408f-a8ea-2624b8bcb584.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-027383c0-520f-408f-a8ea-2624b8bcb584-root {
    text-align: left;
  }


#s-027383c0-520f-408f-a8ea-2624b8bcb584.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-027383c0-520f-408f-a8ea-2624b8bcb584-root {
    text-align: left;
  }


#s-027383c0-520f-408f-a8ea-2624b8bcb584.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-027383c0-520f-408f-a8ea-2624b8bcb584-root {
    text-align: left;
  }


#s-027383c0-520f-408f-a8ea-2624b8bcb584.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-027383c0-520f-408f-a8ea-2624b8bcb584-root {
    text-align: left;
  }


#s-027383c0-520f-408f-a8ea-2624b8bcb584.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 {
  margin-right: 0px;
}
}
#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-b2f813c4-f4cd-48ed-a82c-7faad7a64ec3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-deacc404-1e91-4b75-995c-4e1ec2f4377d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-deacc404-1e91-4b75-995c-4e1ec2f4377d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-deacc404-1e91-4b75-995c-4e1ec2f4377d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-deacc404-1e91-4b75-995c-4e1ec2f4377d-root {
    text-align: left;
  }


#s-deacc404-1e91-4b75-995c-4e1ec2f4377d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-deacc404-1e91-4b75-995c-4e1ec2f4377d-root {
    text-align: left;
  }


#s-deacc404-1e91-4b75-995c-4e1ec2f4377d.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-deacc404-1e91-4b75-995c-4e1ec2f4377d-root {
    text-align: left;
  }


#s-deacc404-1e91-4b75-995c-4e1ec2f4377d.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-deacc404-1e91-4b75-995c-4e1ec2f4377d-root {
    text-align: left;
  }


#s-deacc404-1e91-4b75-995c-4e1ec2f4377d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-deacc404-1e91-4b75-995c-4e1ec2f4377d-root {
    text-align: left;
  }


#s-deacc404-1e91-4b75-995c-4e1ec2f4377d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1a851c49-4b2a-4f69-9fa0-95839465348b {
  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-1a851c49-4b2a-4f69-9fa0-95839465348b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-1a851c49-4b2a-4f69-9fa0-95839465348b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a851c49-4b2a-4f69-9fa0-95839465348b-root {
    text-align: left;
  }


#s-1a851c49-4b2a-4f69-9fa0-95839465348b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a851c49-4b2a-4f69-9fa0-95839465348b-root {
    text-align: left;
  }


#s-1a851c49-4b2a-4f69-9fa0-95839465348b.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-1a851c49-4b2a-4f69-9fa0-95839465348b-root {
    text-align: left;
  }


#s-1a851c49-4b2a-4f69-9fa0-95839465348b.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-1a851c49-4b2a-4f69-9fa0-95839465348b-root {
    text-align: left;
  }


#s-1a851c49-4b2a-4f69-9fa0-95839465348b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a851c49-4b2a-4f69-9fa0-95839465348b-root {
    text-align: left;
  }


#s-1a851c49-4b2a-4f69-9fa0-95839465348b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a {
  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-a2ea9178-8279-46ac-94ba-cf9b2c530a1a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a-root {
    text-align: left;
  }


#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a-root {
    text-align: left;
  }


#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a.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-a2ea9178-8279-46ac-94ba-cf9b2c530a1a-root {
    text-align: left;
  }


#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a.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-a2ea9178-8279-46ac-94ba-cf9b2c530a1a-root {
    text-align: left;
  }


#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a-root {
    text-align: left;
  }


#s-a2ea9178-8279-46ac-94ba-cf9b2c530a1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eb9c099a-f339-4381-b41a-0b1647405a1d {
  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-eb9c099a-f339-4381-b41a-0b1647405a1d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb9c099a-f339-4381-b41a-0b1647405a1d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb9c099a-f339-4381-b41a-0b1647405a1d-root {
    text-align: left;
  }


#s-eb9c099a-f339-4381-b41a-0b1647405a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb9c099a-f339-4381-b41a-0b1647405a1d-root {
    text-align: left;
  }


#s-eb9c099a-f339-4381-b41a-0b1647405a1d.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-eb9c099a-f339-4381-b41a-0b1647405a1d-root {
    text-align: left;
  }


#s-eb9c099a-f339-4381-b41a-0b1647405a1d.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-eb9c099a-f339-4381-b41a-0b1647405a1d-root {
    text-align: left;
  }


#s-eb9c099a-f339-4381-b41a-0b1647405a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb9c099a-f339-4381-b41a-0b1647405a1d-root {
    text-align: left;
  }


#s-eb9c099a-f339-4381-b41a-0b1647405a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb {
  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-95d31ead-ed2e-44e2-97dd-496d98d69fcb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95d31ead-ed2e-44e2-97dd-496d98d69fcb-root {
    text-align: left;
  }


#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-95d31ead-ed2e-44e2-97dd-496d98d69fcb-root {
    text-align: left;
  }


#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb.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-95d31ead-ed2e-44e2-97dd-496d98d69fcb-root {
    text-align: left;
  }


#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb.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-95d31ead-ed2e-44e2-97dd-496d98d69fcb-root {
    text-align: left;
  }


#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-95d31ead-ed2e-44e2-97dd-496d98d69fcb-root {
    text-align: left;
  }


#s-95d31ead-ed2e-44e2-97dd-496d98d69fcb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5af8180e-1797-4451-a24d-4920b2ced4e9 {
  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-5af8180e-1797-4451-a24d-4920b2ced4e9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-5af8180e-1797-4451-a24d-4920b2ced4e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5af8180e-1797-4451-a24d-4920b2ced4e9-root {
    text-align: left;
  }


#s-5af8180e-1797-4451-a24d-4920b2ced4e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5af8180e-1797-4451-a24d-4920b2ced4e9-root {
    text-align: left;
  }


#s-5af8180e-1797-4451-a24d-4920b2ced4e9.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-5af8180e-1797-4451-a24d-4920b2ced4e9-root {
    text-align: left;
  }


#s-5af8180e-1797-4451-a24d-4920b2ced4e9.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-5af8180e-1797-4451-a24d-4920b2ced4e9-root {
    text-align: left;
  }


#s-5af8180e-1797-4451-a24d-4920b2ced4e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5af8180e-1797-4451-a24d-4920b2ced4e9-root {
    text-align: left;
  }


#s-5af8180e-1797-4451-a24d-4920b2ced4e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-acd102b9-dd47-4612-952d-e0c9570236a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-acd102b9-dd47-4612-952d-e0c9570236a0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-acd102b9-dd47-4612-952d-e0c9570236a0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acd102b9-dd47-4612-952d-e0c9570236a0-root {
    text-align: left;
  }


#s-acd102b9-dd47-4612-952d-e0c9570236a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acd102b9-dd47-4612-952d-e0c9570236a0-root {
    text-align: left;
  }


#s-acd102b9-dd47-4612-952d-e0c9570236a0.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-acd102b9-dd47-4612-952d-e0c9570236a0-root {
    text-align: left;
  }


#s-acd102b9-dd47-4612-952d-e0c9570236a0.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-acd102b9-dd47-4612-952d-e0c9570236a0-root {
    text-align: left;
  }


#s-acd102b9-dd47-4612-952d-e0c9570236a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acd102b9-dd47-4612-952d-e0c9570236a0-root {
    text-align: left;
  }


#s-acd102b9-dd47-4612-952d-e0c9570236a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7 {
  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-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7-root {
    text-align: left;
  }


#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7-root {
    text-align: left;
  }


#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7.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-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7-root {
    text-align: left;
  }


#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7.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-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7-root {
    text-align: left;
  }


#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7-root {
    text-align: left;
  }


#s-15e4b931-6bf7-4d3e-8242-b1c9817e3fd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4 {
  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-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4-root {
    text-align: left;
  }


#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4-root {
    text-align: left;
  }


#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4.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-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4-root {
    text-align: left;
  }


#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4.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-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4-root {
    text-align: left;
  }


#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4-root {
    text-align: left;
  }


#s-9041f5dc-a751-4f2b-a8ed-9c7af709ebd4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22-root {
    text-align: center;
  }


#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22-root {
    text-align: center;
  }


#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22-root {
    text-align: center;
  }


#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22-root {
    text-align: center;
  }


#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22-root {
    text-align: center;
  }


#s-5f0bef27-13b7-4bb5-9c21-3032eaffaa22.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.shg-image-margin-container-s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
      position: relative;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  
  
  
  
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
      position: relative;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  
  
  
  
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
      position: relative;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  
  
  
  
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
      position: relative;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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

.shg-image-margin-container-s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  
  
  
  
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container {
      position: relative;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dba798d-d4b1-4d0b-b31f-ef287cc28e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}
#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin-left: auto;
margin-right: auto;
max-width: 5669px;
aspect-ratio: 2400/1600;
text-align: center;
}
@media (min-width: 1200px){#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  display: none;
}
#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d, #wrap-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  display: none;
}
#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d, #wrap-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d { display: none !important; }}


.shg-image-margin-container-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }

    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-link {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5669px;
  }



  img.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
    
    
    
    max-height: 5669px;
  }


.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
      --shg-aspect-ratio: calc(2400/1600); 
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
      position: relative;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5669px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  
  
  
  
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }

    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-link {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5669px;
  }



  img.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
    
    
    
    max-height: 5669px;
  }


.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
      --shg-aspect-ratio: calc(2400/1600); 
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
      position: relative;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5669px;
    }
  }

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

.shg-image-margin-container-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  
  
  
  
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }

    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-link {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5669px;
  }



  img.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
    
    
    
    max-height: 5669px;
  }


.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
      --shg-aspect-ratio: calc(2400/1600); 
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
      position: relative;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5669px;
    }
  }

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

.shg-image-margin-container-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  
  
  
  
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }

    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-link {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5669px;
  }



  img.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
    
    
    
    max-height: 5669px;
  }


.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
      --shg-aspect-ratio: calc(2400/1600); 
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
      position: relative;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5669px;
    }
  }

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

.shg-image-margin-container-s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  
  
  
  
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }

    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-link {
      aspect-ratio: 2400/1600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 5669px;
  }



  img.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
    
    
    
    max-height: 5669px;
  }


.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d .shogun-image-content {
  
    align-items: center;
  
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d {
      --shg-aspect-ratio: calc(2400/1600); 
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container {
      position: relative;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ddde390-c2ba-44cd-bf8f-45224ce4747d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5669px;
    }
  }

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








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

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 {
  display: none;
}
#s-1841f5ef-7345-48da-a7a3-3e2149c8b686, #wrap-s-1841f5ef-7345-48da-a7a3-3e2149c8b686 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 {
  display: none;
}
#s-1841f5ef-7345-48da-a7a3-3e2149c8b686, #wrap-s-1841f5ef-7345-48da-a7a3-3e2149c8b686 { display: none !important; }}
#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-1841f5ef-7345-48da-a7a3-3e2149c8b686 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-bcde139f-768f-4681-8dc3-907c06c69cdb {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
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(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-bcde139f-768f-4681-8dc3-907c06c69cdb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bcde139f-768f-4681-8dc3-907c06c69cdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcde139f-768f-4681-8dc3-907c06c69cdb-root {
    text-align: center;
  }


#s-bcde139f-768f-4681-8dc3-907c06c69cdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bcde139f-768f-4681-8dc3-907c06c69cdb-root {
    text-align: center;
  }


#s-bcde139f-768f-4681-8dc3-907c06c69cdb.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-bcde139f-768f-4681-8dc3-907c06c69cdb-root {
    text-align: center;
  }


#s-bcde139f-768f-4681-8dc3-907c06c69cdb.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-bcde139f-768f-4681-8dc3-907c06c69cdb-root {
    text-align: center;
  }


#s-bcde139f-768f-4681-8dc3-907c06c69cdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bcde139f-768f-4681-8dc3-907c06c69cdb-root {
    text-align: center;
  }


#s-bcde139f-768f-4681-8dc3-907c06c69cdb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794-root {
    text-align: center;
  }


#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794-root {
    text-align: center;
  }


#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794.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-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794-root {
    text-align: center;
  }


#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794.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-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794-root {
    text-align: center;
  }


#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794-root {
    text-align: center;
  }


#s-8ca4ddf1-6cd1-42a6-9fe1-20da2436b794.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef3aebd3-7d90-4363-90d6-df867b20ea98 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 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-ef3aebd3-7d90-4363-90d6-df867b20ea98:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef3aebd3-7d90-4363-90d6-df867b20ea98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef3aebd3-7d90-4363-90d6-df867b20ea98-root {
    text-align: center;
  }


#s-ef3aebd3-7d90-4363-90d6-df867b20ea98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef3aebd3-7d90-4363-90d6-df867b20ea98-root {
    text-align: center;
  }


#s-ef3aebd3-7d90-4363-90d6-df867b20ea98.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-ef3aebd3-7d90-4363-90d6-df867b20ea98-root {
    text-align: center;
  }


#s-ef3aebd3-7d90-4363-90d6-df867b20ea98.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-ef3aebd3-7d90-4363-90d6-df867b20ea98-root {
    text-align: center;
  }


#s-ef3aebd3-7d90-4363-90d6-df867b20ea98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef3aebd3-7d90-4363-90d6-df867b20ea98-root {
    text-align: center;
  }


#s-ef3aebd3-7d90-4363-90d6-df867b20ea98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c {
  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-e6b3b145-9c38-452a-b8b7-65a3be61ba0c:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c-root {
    text-align: center;
  }


#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c-root {
    text-align: center;
  }


#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c.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-e6b3b145-9c38-452a-b8b7-65a3be61ba0c-root {
    text-align: center;
  }


#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c.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-e6b3b145-9c38-452a-b8b7-65a3be61ba0c-root {
    text-align: center;
  }


#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c-root {
    text-align: center;
  }


#s-e6b3b145-9c38-452a-b8b7-65a3be61ba0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-858cf3ec-202b-4796-a267-c73c28351324 {
  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-858cf3ec-202b-4796-a267-c73c28351324:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-858cf3ec-202b-4796-a267-c73c28351324:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-858cf3ec-202b-4796-a267-c73c28351324-root {
    text-align: center;
  }


#s-858cf3ec-202b-4796-a267-c73c28351324.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-858cf3ec-202b-4796-a267-c73c28351324-root {
    text-align: center;
  }


#s-858cf3ec-202b-4796-a267-c73c28351324.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-858cf3ec-202b-4796-a267-c73c28351324-root {
    text-align: center;
  }


#s-858cf3ec-202b-4796-a267-c73c28351324.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-858cf3ec-202b-4796-a267-c73c28351324-root {
    text-align: center;
  }


#s-858cf3ec-202b-4796-a267-c73c28351324.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-858cf3ec-202b-4796-a267-c73c28351324-root {
    text-align: center;
  }


#s-858cf3ec-202b-4796-a267-c73c28351324.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367 {
  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-25be4cc2-e7fb-474c-a1a7-b2d2c3125367:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367-root {
    text-align: center;
  }


#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367-root {
    text-align: center;
  }


#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367.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-25be4cc2-e7fb-474c-a1a7-b2d2c3125367-root {
    text-align: center;
  }


#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367.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-25be4cc2-e7fb-474c-a1a7-b2d2c3125367-root {
    text-align: center;
  }


#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367-root {
    text-align: center;
  }


#s-25be4cc2-e7fb-474c-a1a7-b2d2c3125367.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d0783002-8e37-4893-babf-29229498925e {
  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-d0783002-8e37-4893-babf-29229498925e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d0783002-8e37-4893-babf-29229498925e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0783002-8e37-4893-babf-29229498925e-root {
    text-align: center;
  }


#s-d0783002-8e37-4893-babf-29229498925e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0783002-8e37-4893-babf-29229498925e-root {
    text-align: center;
  }


#s-d0783002-8e37-4893-babf-29229498925e.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-d0783002-8e37-4893-babf-29229498925e-root {
    text-align: center;
  }


#s-d0783002-8e37-4893-babf-29229498925e.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-d0783002-8e37-4893-babf-29229498925e-root {
    text-align: center;
  }


#s-d0783002-8e37-4893-babf-29229498925e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0783002-8e37-4893-babf-29229498925e-root {
    text-align: center;
  }


#s-d0783002-8e37-4893-babf-29229498925e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4050cbaf-1993-4732-bb4d-b7bd80578194 {
  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-4050cbaf-1993-4732-bb4d-b7bd80578194:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4050cbaf-1993-4732-bb4d-b7bd80578194:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4050cbaf-1993-4732-bb4d-b7bd80578194-root {
    text-align: center;
  }


#s-4050cbaf-1993-4732-bb4d-b7bd80578194.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4050cbaf-1993-4732-bb4d-b7bd80578194-root {
    text-align: center;
  }


#s-4050cbaf-1993-4732-bb4d-b7bd80578194.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-4050cbaf-1993-4732-bb4d-b7bd80578194-root {
    text-align: center;
  }


#s-4050cbaf-1993-4732-bb4d-b7bd80578194.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-4050cbaf-1993-4732-bb4d-b7bd80578194-root {
    text-align: center;
  }


#s-4050cbaf-1993-4732-bb4d-b7bd80578194.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4050cbaf-1993-4732-bb4d-b7bd80578194-root {
    text-align: center;
  }


#s-4050cbaf-1993-4732-bb4d-b7bd80578194.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20 {
  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-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20-root {
    text-align: center;
  }


#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20-root {
    text-align: center;
  }


#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20.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-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20-root {
    text-align: center;
  }


#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20.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-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20-root {
    text-align: center;
  }


#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20-root {
    text-align: center;
  }


#s-9fc1f0a1-b100-49a8-90f5-8bb7b067ac20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-29f57d47-7683-495d-a4f8-40a3af206aba {
  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-29f57d47-7683-495d-a4f8-40a3af206aba:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-29f57d47-7683-495d-a4f8-40a3af206aba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29f57d47-7683-495d-a4f8-40a3af206aba-root {
    text-align: center;
  }


#s-29f57d47-7683-495d-a4f8-40a3af206aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29f57d47-7683-495d-a4f8-40a3af206aba-root {
    text-align: center;
  }


#s-29f57d47-7683-495d-a4f8-40a3af206aba.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-29f57d47-7683-495d-a4f8-40a3af206aba-root {
    text-align: center;
  }


#s-29f57d47-7683-495d-a4f8-40a3af206aba.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-29f57d47-7683-495d-a4f8-40a3af206aba-root {
    text-align: center;
  }


#s-29f57d47-7683-495d-a4f8-40a3af206aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29f57d47-7683-495d-a4f8-40a3af206aba-root {
    text-align: center;
  }


#s-29f57d47-7683-495d-a4f8-40a3af206aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc {
  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-5de2939d-e68e-4972-9ef4-7aaa8df897cc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5de2939d-e68e-4972-9ef4-7aaa8df897cc-root {
    text-align: center;
  }


#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5de2939d-e68e-4972-9ef4-7aaa8df897cc-root {
    text-align: center;
  }


#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc.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-5de2939d-e68e-4972-9ef4-7aaa8df897cc-root {
    text-align: center;
  }


#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc.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-5de2939d-e68e-4972-9ef4-7aaa8df897cc-root {
    text-align: center;
  }


#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5de2939d-e68e-4972-9ef4-7aaa8df897cc-root {
    text-align: center;
  }


#s-5de2939d-e68e-4972-9ef4-7aaa8df897cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-acf751b2-7325-4b15-9cf5-36d9a6adc707 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-acf751b2-7325-4b15-9cf5-36d9a6adc707:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-acf751b2-7325-4b15-9cf5-36d9a6adc707:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acf751b2-7325-4b15-9cf5-36d9a6adc707-root {
    text-align: center;
  }


#s-acf751b2-7325-4b15-9cf5-36d9a6adc707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acf751b2-7325-4b15-9cf5-36d9a6adc707-root {
    text-align: center;
  }


#s-acf751b2-7325-4b15-9cf5-36d9a6adc707.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-acf751b2-7325-4b15-9cf5-36d9a6adc707-root {
    text-align: center;
  }


#s-acf751b2-7325-4b15-9cf5-36d9a6adc707.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-acf751b2-7325-4b15-9cf5-36d9a6adc707-root {
    text-align: center;
  }


#s-acf751b2-7325-4b15-9cf5-36d9a6adc707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acf751b2-7325-4b15-9cf5-36d9a6adc707-root {
    text-align: center;
  }


#s-acf751b2-7325-4b15-9cf5-36d9a6adc707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-4a3002e0-350d-456e-aa62-798f4029a074 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-eaf37380-6147-4403-9895-b05985ca8eca {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-3cc43afb-b78e-4c51-b724-6d26b1479c24 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cc43afb-b78e-4c51-b724-6d26b1479c24 {
  display: none;
}
#s-3cc43afb-b78e-4c51-b724-6d26b1479c24, #wrap-s-3cc43afb-b78e-4c51-b724-6d26b1479c24 { display: none !important; }}@media (max-width: 767px){#s-3cc43afb-b78e-4c51-b724-6d26b1479c24 {
  display: none;
}
#s-3cc43afb-b78e-4c51-b724-6d26b1479c24, #wrap-s-3cc43afb-b78e-4c51-b724-6d26b1479c24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cc43afb-b78e-4c51-b724-6d26b1479c24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-41ac3d4a-8fc9-494f-98fb-e7201f580818 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(173, 49, 146, 1);
border-style: solid;
min-height: 50px;
}








#s-41ac3d4a-8fc9-494f-98fb-e7201f580818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41ac3d4a-8fc9-494f-98fb-e7201f580818.shg-box.shg-c {
  justify-content: center;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1407px;
aspect-ratio: 1407/389;
text-align: center;
}



.shg-image-margin-container-s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 10px;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-content {
  
    align-items: center;
  
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e180d2f6-50b6-4b95-8619-0161c694690e {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
      position: relative;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e180d2f6-50b6-4b95-8619-0161c694690e {
  
  
  
  
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-content {
  
    align-items: center;
  
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e180d2f6-50b6-4b95-8619-0161c694690e {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
      position: relative;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-e180d2f6-50b6-4b95-8619-0161c694690e {
  
  
  
  
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-content {
  
    align-items: center;
  
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e180d2f6-50b6-4b95-8619-0161c694690e {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
      position: relative;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-e180d2f6-50b6-4b95-8619-0161c694690e {
  
  
  
  
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-content {
  
    align-items: center;
  
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e180d2f6-50b6-4b95-8619-0161c694690e {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
      position: relative;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-e180d2f6-50b6-4b95-8619-0161c694690e {
  
  
  
  
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e180d2f6-50b6-4b95-8619-0161c694690e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-e180d2f6-50b6-4b95-8619-0161c694690e .shogun-image-content {
  
    align-items: center;
  
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e180d2f6-50b6-4b95-8619-0161c694690e {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container {
      position: relative;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e180d2f6-50b6-4b95-8619-0161c694690e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}
#s-468ec527-7536-4757-9c01-33e36eb87985 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(173, 49, 146, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 {
  display: none;
}
#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8, #wrap-s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 {
  display: none;
}
#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8, #wrap-s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 { display: none !important; }}







#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d8fcac9-f3ca-4947-a3e7-8543907a76d8.shg-box.shg-c {
  justify-content: center;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 1407px;
aspect-ratio: 1407/389;
text-align: center;
}
@media (min-width: 1200px){#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  display: none;
}
#s-71783abd-7faa-406d-83ae-98f3265c9337, #wrap-s-71783abd-7faa-406d-83ae-98f3265c9337 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  display: none;
}
#s-71783abd-7faa-406d-83ae-98f3265c9337, #wrap-s-71783abd-7faa-406d-83ae-98f3265c9337 { display: none !important; }}


.shg-image-margin-container-s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71783abd-7faa-406d-83ae-98f3265c9337 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
      position: relative;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-71783abd-7faa-406d-83ae-98f3265c9337 {
  
  
  
  
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71783abd-7faa-406d-83ae-98f3265c9337 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
      position: relative;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-71783abd-7faa-406d-83ae-98f3265c9337 {
  
  
  
  
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71783abd-7faa-406d-83ae-98f3265c9337 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
      position: relative;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-71783abd-7faa-406d-83ae-98f3265c9337 {
  
  
  
  
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71783abd-7faa-406d-83ae-98f3265c9337 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
      position: relative;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

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

.shg-image-margin-container-s-71783abd-7faa-406d-83ae-98f3265c9337 {
  
  
  
  
}

#s-71783abd-7faa-406d-83ae-98f3265c9337 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71783abd-7faa-406d-83ae-98f3265c9337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1407px;
  }



  img.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-71783abd-7faa-406d-83ae-98f3265c9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-71783abd-7faa-406d-83ae-98f3265c9337 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container {
      position: relative;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71783abd-7faa-406d-83ae-98f3265c9337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}
#s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf {
  display: none;
}
#s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf, #wrap-s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf {
  display: none;
}
#s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf, #wrap-s-03afbc53-ccc0-4dc4-b8e9-98fa5b551baf { display: none !important; }}
#s-150ca394-3126-4300-a593-cf78d5995ba8 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-56ae5bde-4b1d-412b-976e-053e9823f999 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-56ae5bde-4b1d-412b-976e-053e9823f999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56ae5bde-4b1d-412b-976e-053e9823f999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-56ae5bde-4b1d-412b-976e-053e9823f999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-56ae5bde-4b1d-412b-976e-053e9823f999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e img.shogun-image {
  width: 100%;

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




.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  
  
  
  
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e img.shogun-image {
  width: 100%;

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




.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  
  
  
  
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e img.shogun-image {
  width: 100%;

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




.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  
  
  
  
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e img.shogun-image {
  width: 100%;

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




.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  
  
  
  
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e img.shogun-image {
  width: 100%;

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




.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8d8b48b-50e8-438a-b9c7-433a93fc7c6e.shogun-image {
  box-sizing: border-box;
}




}
#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-content {
  
    align-items: center;
  
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f99556b9-829f-4818-beda-09166d3d1770 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
      position: relative;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f99556b9-829f-4818-beda-09166d3d1770 {
  
  
  
  
}

#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-content {
  
    align-items: center;
  
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f99556b9-829f-4818-beda-09166d3d1770 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
      position: relative;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-f99556b9-829f-4818-beda-09166d3d1770 {
  
  
  
  
}

#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-content {
  
    align-items: center;
  
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f99556b9-829f-4818-beda-09166d3d1770 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
      position: relative;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-f99556b9-829f-4818-beda-09166d3d1770 {
  
  
  
  
}

#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-content {
  
    align-items: center;
  
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f99556b9-829f-4818-beda-09166d3d1770 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
      position: relative;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

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

.shg-image-margin-container-s-f99556b9-829f-4818-beda-09166d3d1770 {
  
  
  
  
}

#s-f99556b9-829f-4818-beda-09166d3d1770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f99556b9-829f-4818-beda-09166d3d1770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 400px;
  }



  img.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-f99556b9-829f-4818-beda-09166d3d1770 .shogun-image-content {
  
    align-items: center;
  
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f99556b9-829f-4818-beda-09166d3d1770 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container {
      position: relative;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f99556b9-829f-4818-beda-09166d3d1770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 img.shogun-image {
  width: 100%;

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




.s-1941edef-b143-4fd2-93de-f0065b4ca2d0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  
  
  
  
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 img.shogun-image {
  width: 100%;

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




.s-1941edef-b143-4fd2-93de-f0065b4ca2d0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  
  
  
  
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 img.shogun-image {
  width: 100%;

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




.s-1941edef-b143-4fd2-93de-f0065b4ca2d0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  
  
  
  
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 img.shogun-image {
  width: 100%;

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




.s-1941edef-b143-4fd2-93de-f0065b4ca2d0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  
  
  
  
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0 img.shogun-image {
  width: 100%;

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




.s-1941edef-b143-4fd2-93de-f0065b4ca2d0 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1941edef-b143-4fd2-93de-f0065b4ca2d0.shogun-image {
  box-sizing: border-box;
}




}
#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.shg-image-margin-container-s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa img.shogun-image {
  width: 100%;

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




.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  
  
  
  
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa img.shogun-image {
  width: 100%;

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




.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  
  
  
  
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa img.shogun-image {
  width: 100%;

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




.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  
  
  
  
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa img.shogun-image {
  width: 100%;

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




.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  
  
  
  
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa img.shogun-image {
  width: 100%;

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




.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66e98cca-3b0d-4ec2-978f-da9d2617f2fa.shogun-image {
  box-sizing: border-box;
}




}
#s-5c36af92-c728-4011-a983-50e15f6ca346 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-d9e69b69-c37e-49bc-949a-3f862c6e938a {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d9e69b69-c37e-49bc-949a-3f862c6e938a {
  display: none;
}
#s-d9e69b69-c37e-49bc-949a-3f862c6e938a, #wrap-s-d9e69b69-c37e-49bc-949a-3f862c6e938a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9e69b69-c37e-49bc-949a-3f862c6e938a {
  display: none;
}
#s-d9e69b69-c37e-49bc-949a-3f862c6e938a, #wrap-s-d9e69b69-c37e-49bc-949a-3f862c6e938a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9e69b69-c37e-49bc-949a-3f862c6e938a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d9e69b69-c37e-49bc-949a-3f862c6e938a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e69b69-c37e-49bc-949a-3f862c6e938a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e69b69-c37e-49bc-949a-3f862c6e938a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 img.shogun-image,
  #s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 {
    width: 100%;
    height: auto;
  }



  #s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 img.shogun-image {
    

    
    
    
  }


#s-99ce9a62-9b41-4b3b-9cf4-cc937958b027 .shogun-image-content {
  
    align-items: center;
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
      position: relative;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  
  
  
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
      position: relative;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  
  
  
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
      position: relative;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  
  
  
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
      position: relative;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  
  
  
  
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e .shogun-image-content {
  
    align-items: center;
  
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container {
      position: relative;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8efb0d75-762f-4b4b-adc5-02a12e53b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d695e798-b860-476b-88f3-39dc28b3a5b1 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d695e798-b860-476b-88f3-39dc28b3a5b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d695e798-b860-476b-88f3-39dc28b3a5b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d695e798-b860-476b-88f3-39dc28b3a5b1 {
  display: none;
}
#s-d695e798-b860-476b-88f3-39dc28b3a5b1, #wrap-s-d695e798-b860-476b-88f3-39dc28b3a5b1 { display: none !important; }}@media (max-width: 767px){#s-d695e798-b860-476b-88f3-39dc28b3a5b1 {
  display: none;
}
#s-d695e798-b860-476b-88f3-39dc28b3a5b1, #wrap-s-d695e798-b860-476b-88f3-39dc28b3a5b1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d695e798-b860-476b-88f3-39dc28b3a5b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d695e798-b860-476b-88f3-39dc28b3a5b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d695e798-b860-476b-88f3-39dc28b3a5b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d695e798-b860-476b-88f3-39dc28b3a5b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}





  #s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e img.shogun-image,
  #s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e {
    width: 100%;
    height: auto;
  }



  #s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e img.shogun-image {
    

    
    
    
  }


#s-74b5f8bb-e1cf-4592-a6cb-dbef9ad3b40e .shogun-image-content {
  
    align-items: center;
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}



.shg-image-margin-container-s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-content {
  
    align-items: center;
  
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
      position: relative;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  
  
  
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-content {
  
    align-items: center;
  
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
      position: relative;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  
  
  
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-content {
  
    align-items: center;
  
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
      position: relative;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  
  
  
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-content {
  
    align-items: center;
  
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
      position: relative;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

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

.shg-image-margin-container-s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  
  
  
  
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca .shogun-image-content {
  
    align-items: center;
  
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container {
      position: relative;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95b5025b-b3d6-40a0-95d7-baf6a6ac92ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

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

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