.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-293daeb2-4eec-4604-b51a-386c5f417059 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 28, 36, 1);
}
@media (min-width: 1200px){#s-293daeb2-4eec-4604-b51a-386c5f417059 {
  display: none;
}
#s-293daeb2-4eec-4604-b51a-386c5f417059, #wrap-s-293daeb2-4eec-4604-b51a-386c5f417059, #wrap-content-s-293daeb2-4eec-4604-b51a-386c5f417059 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-293daeb2-4eec-4604-b51a-386c5f417059 {
  display: none;
}
#s-293daeb2-4eec-4604-b51a-386c5f417059, #wrap-s-293daeb2-4eec-4604-b51a-386c5f417059, #wrap-content-s-293daeb2-4eec-4604-b51a-386c5f417059 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-293daeb2-4eec-4604-b51a-386c5f417059 {
  
}
}







#s-293daeb2-4eec-4604-b51a-386c5f417059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-293daeb2-4eec-4604-b51a-386c5f417059.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-b69e591a-65cb-4613-a503-9c6184ab3da5 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b69e591a-65cb-4613-a503-9c6184ab3da5 {
  display: none;
}
#s-b69e591a-65cb-4613-a503-9c6184ab3da5, #wrap-s-b69e591a-65cb-4613-a503-9c6184ab3da5, #wrap-content-s-b69e591a-65cb-4613-a503-9c6184ab3da5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b69e591a-65cb-4613-a503-9c6184ab3da5 {
  display: none;
}
#s-b69e591a-65cb-4613-a503-9c6184ab3da5, #wrap-s-b69e591a-65cb-4613-a503-9c6184ab3da5, #wrap-content-s-b69e591a-65cb-4613-a503-9c6184ab3da5 { display: none !important; }}@media (max-width: 767px){#s-b69e591a-65cb-4613-a503-9c6184ab3da5 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-b69e591a-65cb-4613-a503-9c6184ab3da5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b69e591a-65cb-4613-a503-9c6184ab3da5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b69e591a-65cb-4613-a503-9c6184ab3da5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b69e591a-65cb-4613-a503-9c6184ab3da5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2284081f-5ced-461c-bd53-f629b7e53bfa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2284081f-5ced-461c-bd53-f629b7e53bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2284081f-5ced-461c-bd53-f629b7e53bfa.shg-box.shg-c {
  justify-content: center;
}

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

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

.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-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin-left: 10%;
margin-right: auto;
max-width: 3725px;
text-align: center;
}
@media (max-width: 767px){#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin-left: 0%;
}
}
#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  
  
  
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4f1c6638-362f-4c47-93de-5ac34797d732 img.shogun-image {
  width: 100%;
  
  
  max-width: 3725px;

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




.s-4f1c6638-362f-4c47-93de-5ac34797d732 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4f1c6638-362f-4c47-93de-5ac34797d732 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4f1c6638-362f-4c47-93de-5ac34797d732 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4f1c6638-362f-4c47-93de-5ac34797d732 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4f1c6638-362f-4c47-93de-5ac34797d732 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4f1c6638-362f-4c47-93de-5ac34797d732 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4f1c6638-362f-4c47-93de-5ac34797d732 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  
  
  
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4f1c6638-362f-4c47-93de-5ac34797d732 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4f1c6638-362f-4c47-93de-5ac34797d732 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4f1c6638-362f-4c47-93de-5ac34797d732 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1c6638-362f-4c47-93de-5ac34797d732.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-9c6d1144-9e14-4cec-8400-3e47184a7bfa {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(237, 28, 36, 1);
}
#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa:hover {background-color: rgba(10, 32, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 32, 72, 1) !important;}@media (max-width: 767px){#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa {
  margin-left: 10%;
margin-right: 0%;
text-align: center;
}
#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa:hover {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}}

  #s-9c6d1144-9e14-4cec-8400-3e47184a7bfa-root {
    text-align: left;
  }


#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c6d1144-9e14-4cec-8400-3e47184a7bfa-root {
    text-align: left;
  }


#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c6d1144-9e14-4cec-8400-3e47184a7bfa-root {
    text-align: left;
  }


#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c6d1144-9e14-4cec-8400-3e47184a7bfa-root {
    text-align: left;
  }


#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c6d1144-9e14-4cec-8400-3e47184a7bfa-root {
    text-align: center;
  }


#s-9c6d1144-9e14-4cec-8400-3e47184a7bfa.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 {
  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(74, 198, 234, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 114, 83, 1) !important;}#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 114, 83, 1) !important;}@media (min-width: 1200px){#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 {
  display: none;
}
#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542, #wrap-s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542, #wrap-content-s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 {
  display: none;
}
#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542, #wrap-s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542, #wrap-content-s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 {
  
}
}@media (max-width: 767px){#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542 {
  border-style: none;
text-align: center;
color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542:active {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542-root {
    text-align: center;
  }


#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542-root {
    text-align: center;
  }


#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542-root {
    text-align: center;
  }


#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542-root {
    text-align: center;
  }


#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542.shg-btn {
  color: rgba(74, 198, 234, 1);
  font-size: 14px;
  font-weight: 800;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542-root {
    text-align: center;
  }


#s-ec9c4f59-66fb-4a30-ac2a-05aa77a29542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  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);
}

@media (min-width: 1200px){#s-b63cf015-2d5e-425f-b163-1799ac33285e {
  display: none;
}
#s-b63cf015-2d5e-425f-b163-1799ac33285e, #wrap-s-b63cf015-2d5e-425f-b163-1799ac33285e, #wrap-content-s-b63cf015-2d5e-425f-b163-1799ac33285e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b63cf015-2d5e-425f-b163-1799ac33285e {
  display: none;
}
#s-b63cf015-2d5e-425f-b163-1799ac33285e, #wrap-s-b63cf015-2d5e-425f-b163-1799ac33285e, #wrap-content-s-b63cf015-2d5e-425f-b163-1799ac33285e { display: none !important; }}
#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 198, 234, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 198, 234, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: 600;
  
  font-size: 14px;
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (max-width: 767px){#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 28, 36, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 28, 36, 1);
  padding: 5px;
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 28, 36, 1);
  border-top: 1px solid rgba(237, 28, 36, 1);
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-b63cf015-2d5e-425f-b163-1799ac33285e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-18c8cb15-2a19-4a0d-abda-408ac4891700 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-18c8cb15-2a19-4a0d-abda-408ac4891700:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-18c8cb15-2a19-4a0d-abda-408ac4891700:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-18c8cb15-2a19-4a0d-abda-408ac4891700 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-18c8cb15-2a19-4a0d-abda-408ac4891700:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-18c8cb15-2a19-4a0d-abda-408ac4891700:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-18c8cb15-2a19-4a0d-abda-408ac4891700-root {
    text-align: center;
  }


#s-18c8cb15-2a19-4a0d-abda-408ac4891700.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18c8cb15-2a19-4a0d-abda-408ac4891700-root {
    text-align: center;
  }


#s-18c8cb15-2a19-4a0d-abda-408ac4891700.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18c8cb15-2a19-4a0d-abda-408ac4891700-root {
    text-align: center;
  }


#s-18c8cb15-2a19-4a0d-abda-408ac4891700.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18c8cb15-2a19-4a0d-abda-408ac4891700-root {
    text-align: center;
  }


#s-18c8cb15-2a19-4a0d-abda-408ac4891700.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18c8cb15-2a19-4a0d-abda-408ac4891700-root {
    text-align: center;
  }


#s-18c8cb15-2a19-4a0d-abda-408ac4891700.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-7b56d609-5055-4441-94fa-23f538185917 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7b56d609-5055-4441-94fa-23f538185917:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-7b56d609-5055-4441-94fa-23f538185917:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-7b56d609-5055-4441-94fa-23f538185917 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-7b56d609-5055-4441-94fa-23f538185917:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-7b56d609-5055-4441-94fa-23f538185917:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-7b56d609-5055-4441-94fa-23f538185917-root {
    text-align: center;
  }


#s-7b56d609-5055-4441-94fa-23f538185917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b56d609-5055-4441-94fa-23f538185917-root {
    text-align: center;
  }


#s-7b56d609-5055-4441-94fa-23f538185917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b56d609-5055-4441-94fa-23f538185917-root {
    text-align: center;
  }


#s-7b56d609-5055-4441-94fa-23f538185917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b56d609-5055-4441-94fa-23f538185917-root {
    text-align: center;
  }


#s-7b56d609-5055-4441-94fa-23f538185917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b56d609-5055-4441-94fa-23f538185917-root {
    text-align: center;
  }


#s-7b56d609-5055-4441-94fa-23f538185917.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-7f6940f5-a966-454a-ad1b-29c8d337cb4c-root {
    text-align: center;
  }


#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f6940f5-a966-454a-ad1b-29c8d337cb4c-root {
    text-align: center;
  }


#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f6940f5-a966-454a-ad1b-29c8d337cb4c-root {
    text-align: center;
  }


#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f6940f5-a966-454a-ad1b-29c8d337cb4c-root {
    text-align: center;
  }


#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f6940f5-a966-454a-ad1b-29c8d337cb4c-root {
    text-align: center;
  }


#s-7f6940f5-a966-454a-ad1b-29c8d337cb4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170-root {
    text-align: center;
  }


#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170-root {
    text-align: center;
  }


#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170-root {
    text-align: center;
  }


#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170-root {
    text-align: center;
  }


#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170-root {
    text-align: center;
  }


#s-8ae9a6dd-05c5-450a-b0cb-50ac0c1c8170.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47-root {
    text-align: center;
  }


#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47-root {
    text-align: center;
  }


#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47-root {
    text-align: center;
  }


#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47-root {
    text-align: center;
  }


#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47-root {
    text-align: center;
  }


#s-feb0cf0f-1ecc-4b23-9d67-1f9d878f6a47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
@media (min-width: 1200px){#s-53e0db26-629a-4028-a1fa-496f76e83314 {
  display: none;
}
#s-53e0db26-629a-4028-a1fa-496f76e83314, #wrap-s-53e0db26-629a-4028-a1fa-496f76e83314, #wrap-content-s-53e0db26-629a-4028-a1fa-496f76e83314 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53e0db26-629a-4028-a1fa-496f76e83314 {
  display: none;
}
#s-53e0db26-629a-4028-a1fa-496f76e83314, #wrap-s-53e0db26-629a-4028-a1fa-496f76e83314, #wrap-content-s-53e0db26-629a-4028-a1fa-496f76e83314 { display: none !important; }}
#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 198, 234, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 198, 234, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: 600;
  
  font-size: 14px;
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}@media (max-width: 767px){#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 28, 36, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 28, 36, 1);
  padding: 5px;
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 28, 36, 1);
  border-top: 1px solid rgba(237, 28, 36, 1);
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-53e0db26-629a-4028-a1fa-496f76e83314 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-fc94ac36-efac-422c-84db-769f10b6d14d {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fc94ac36-efac-422c-84db-769f10b6d14d:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-fc94ac36-efac-422c-84db-769f10b6d14d:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-fc94ac36-efac-422c-84db-769f10b6d14d {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-fc94ac36-efac-422c-84db-769f10b6d14d:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-fc94ac36-efac-422c-84db-769f10b6d14d:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-fc94ac36-efac-422c-84db-769f10b6d14d-root {
    text-align: center;
  }


#s-fc94ac36-efac-422c-84db-769f10b6d14d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc94ac36-efac-422c-84db-769f10b6d14d-root {
    text-align: center;
  }


#s-fc94ac36-efac-422c-84db-769f10b6d14d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc94ac36-efac-422c-84db-769f10b6d14d-root {
    text-align: center;
  }


#s-fc94ac36-efac-422c-84db-769f10b6d14d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc94ac36-efac-422c-84db-769f10b6d14d-root {
    text-align: center;
  }


#s-fc94ac36-efac-422c-84db-769f10b6d14d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc94ac36-efac-422c-84db-769f10b6d14d-root {
    text-align: center;
  }


#s-fc94ac36-efac-422c-84db-769f10b6d14d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9-root {
    text-align: center;
  }


#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9-root {
    text-align: center;
  }


#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9-root {
    text-align: center;
  }


#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9-root {
    text-align: center;
  }


#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9-root {
    text-align: center;
  }


#s-1b56dc36-cebb-40d6-a8ed-3c8c9c7fc7a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-c5e95345-3604-4817-b845-f0a16a61a475 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c5e95345-3604-4817-b845-f0a16a61a475:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-c5e95345-3604-4817-b845-f0a16a61a475:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-c5e95345-3604-4817-b845-f0a16a61a475 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-c5e95345-3604-4817-b845-f0a16a61a475:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-c5e95345-3604-4817-b845-f0a16a61a475:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-c5e95345-3604-4817-b845-f0a16a61a475-root {
    text-align: center;
  }


#s-c5e95345-3604-4817-b845-f0a16a61a475.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5e95345-3604-4817-b845-f0a16a61a475-root {
    text-align: center;
  }


#s-c5e95345-3604-4817-b845-f0a16a61a475.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5e95345-3604-4817-b845-f0a16a61a475-root {
    text-align: center;
  }


#s-c5e95345-3604-4817-b845-f0a16a61a475.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5e95345-3604-4817-b845-f0a16a61a475-root {
    text-align: center;
  }


#s-c5e95345-3604-4817-b845-f0a16a61a475.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5e95345-3604-4817-b845-f0a16a61a475-root {
    text-align: center;
  }


#s-c5e95345-3604-4817-b845-f0a16a61a475.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7-root {
    text-align: center;
  }


#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7-root {
    text-align: center;
  }


#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7-root {
    text-align: center;
  }


#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7-root {
    text-align: center;
  }


#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7-root {
    text-align: center;
  }


#s-795df1ab-9d67-4f1a-8135-b6f9a04b5ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-adcad9d1-6f13-48a9-86a2-2c95aaa89737-root {
    text-align: center;
  }


#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-adcad9d1-6f13-48a9-86a2-2c95aaa89737-root {
    text-align: center;
  }


#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adcad9d1-6f13-48a9-86a2-2c95aaa89737-root {
    text-align: center;
  }


#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adcad9d1-6f13-48a9-86a2-2c95aaa89737-root {
    text-align: center;
  }


#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-adcad9d1-6f13-48a9-86a2-2c95aaa89737-root {
    text-align: center;
  }


#s-adcad9d1-6f13-48a9-86a2-2c95aaa89737.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf-root {
    text-align: center;
  }


#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf-root {
    text-align: center;
  }


#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf-root {
    text-align: center;
  }


#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf-root {
    text-align: center;
  }


#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf-root {
    text-align: center;
  }


#s-4c450d89-e2a5-4ddf-b017-00b2b39cbfcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7 {
  background-image: none;
background-color: rgba(237, 28, 36, 1);
hover-type: color;
}
#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}}

  #s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7-root {
    text-align: center;
  }


#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7-root {
    text-align: center;
  }


#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7-root {
    text-align: center;
  }


#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7-root {
    text-align: center;
  }


#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7-root {
    text-align: center;
  }


#s-2ed713fe-6f78-455b-a97b-dce44ebc7ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-0f0030e8-8859-4422-9241-b199b80d58f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(237, 28, 36, 1);
}
@media (min-width: 1200px){#s-0f0030e8-8859-4422-9241-b199b80d58f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f0030e8-8859-4422-9241-b199b80d58f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f0030e8-8859-4422-9241-b199b80d58f5 {
  display: none;
}
#s-0f0030e8-8859-4422-9241-b199b80d58f5, #wrap-s-0f0030e8-8859-4422-9241-b199b80d58f5, #wrap-content-s-0f0030e8-8859-4422-9241-b199b80d58f5 { display: none !important; }}@media (max-width: 767px){#s-0f0030e8-8859-4422-9241-b199b80d58f5 {
  display: none;
}
#s-0f0030e8-8859-4422-9241-b199b80d58f5, #wrap-s-0f0030e8-8859-4422-9241-b199b80d58f5, #wrap-content-s-0f0030e8-8859-4422-9241-b199b80d58f5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-0f0030e8-8859-4422-9241-b199b80d58f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-b4734765-27be-4bc1-86dd-a48fc81f5ead {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4734765-27be-4bc1-86dd-a48fc81f5ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4734765-27be-4bc1-86dd-a48fc81f5ead.shg-box.shg-c {
  justify-content: center;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: auto;
max-width: 3725px;
text-align: center;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 img.shogun-image {
  width: 100%;
  
  
  max-width: 3725px;

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




.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1a27bb8-a889-4ec2-a9d2-7f53160eb373.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5b860f49-875b-4121-9675-eba6c17c332c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5b860f49-875b-4121-9675-eba6c17c332c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b860f49-875b-4121-9675-eba6c17c332c.shg-box.shg-c {
  justify-content: center;
}

#s-5f55c459-d1f0-4d64-a085-dfc4c760b144 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5f55c459-d1f0-4d64-a085-dfc4c760b144:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-5f55c459-d1f0-4d64-a085-dfc4c760b144:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 32, 72, 1) !important;}

  #s-5f55c459-d1f0-4d64-a085-dfc4c760b144-root {
    text-align: center;
  }


#s-5f55c459-d1f0-4d64-a085-dfc4c760b144.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f55c459-d1f0-4d64-a085-dfc4c760b144-root {
    text-align: center;
  }


#s-5f55c459-d1f0-4d64-a085-dfc4c760b144.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f55c459-d1f0-4d64-a085-dfc4c760b144-root {
    text-align: center;
  }


#s-5f55c459-d1f0-4d64-a085-dfc4c760b144.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f55c459-d1f0-4d64-a085-dfc4c760b144-root {
    text-align: center;
  }


#s-5f55c459-d1f0-4d64-a085-dfc4c760b144.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f55c459-d1f0-4d64-a085-dfc4c760b144-root {
    text-align: center;
  }


#s-5f55c459-d1f0-4d64-a085-dfc4c760b144.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Barlow Semi Condensed;
  display:  block ;
}
}
#s-68212b47-2bcf-4218-8f07-65b57a1c9e3c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-68212b47-2bcf-4218-8f07-65b57a1c9e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68212b47-2bcf-4218-8f07-65b57a1c9e3c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f {
  
}
}
#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 28, 36, 1);
}

#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 28, 36, 1);
  padding: 5px;
}

#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 28, 36, 1);
  border-top: 1px solid rgba(237, 28, 36, 1);
}

#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-baff0593-fe3e-434a-80ca-76fb9e7e3d1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d {
  
}
#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d-root {
    text-align: center;
  }


#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d-root {
    text-align: center;
  }


#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d-root {
    text-align: center;
  }


#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d-root {
    text-align: center;
  }


#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d-root {
    text-align: center;
  }


#s-20c9fa6e-7b12-4eca-ac46-fcf4e471ab5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd {
  
}
#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-f5b784b1-b74c-4801-94b8-ed09aeb611cd-root {
    text-align: center;
  }


#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5b784b1-b74c-4801-94b8-ed09aeb611cd-root {
    text-align: center;
  }


#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5b784b1-b74c-4801-94b8-ed09aeb611cd-root {
    text-align: center;
  }


#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5b784b1-b74c-4801-94b8-ed09aeb611cd-root {
    text-align: center;
  }


#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5b784b1-b74c-4801-94b8-ed09aeb611cd-root {
    text-align: center;
  }


#s-f5b784b1-b74c-4801-94b8-ed09aeb611cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-47e9890d-8547-4fc4-b237-87b44639cf34 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-47e9890d-8547-4fc4-b237-87b44639cf34:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-47e9890d-8547-4fc4-b237-87b44639cf34:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-47e9890d-8547-4fc4-b237-87b44639cf34 {
  
}
#s-47e9890d-8547-4fc4-b237-87b44639cf34:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-47e9890d-8547-4fc4-b237-87b44639cf34-root {
    text-align: center;
  }


#s-47e9890d-8547-4fc4-b237-87b44639cf34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47e9890d-8547-4fc4-b237-87b44639cf34-root {
    text-align: center;
  }


#s-47e9890d-8547-4fc4-b237-87b44639cf34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47e9890d-8547-4fc4-b237-87b44639cf34-root {
    text-align: center;
  }


#s-47e9890d-8547-4fc4-b237-87b44639cf34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47e9890d-8547-4fc4-b237-87b44639cf34-root {
    text-align: center;
  }


#s-47e9890d-8547-4fc4-b237-87b44639cf34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47e9890d-8547-4fc4-b237-87b44639cf34-root {
    text-align: center;
  }


#s-47e9890d-8547-4fc4-b237-87b44639cf34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa {
  
}
#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-8ea5d011-1daf-492c-b618-a7bd306ba8aa-root {
    text-align: center;
  }


#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ea5d011-1daf-492c-b618-a7bd306ba8aa-root {
    text-align: center;
  }


#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ea5d011-1daf-492c-b618-a7bd306ba8aa-root {
    text-align: center;
  }


#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ea5d011-1daf-492c-b618-a7bd306ba8aa-root {
    text-align: center;
  }


#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ea5d011-1daf-492c-b618-a7bd306ba8aa-root {
    text-align: center;
  }


#s-8ea5d011-1daf-492c-b618-a7bd306ba8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-f2359330-3b40-4a3c-a609-ec320d53e212 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f2359330-3b40-4a3c-a609-ec320d53e212:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-f2359330-3b40-4a3c-a609-ec320d53e212:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-f2359330-3b40-4a3c-a609-ec320d53e212 {
  
}
#s-f2359330-3b40-4a3c-a609-ec320d53e212:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-f2359330-3b40-4a3c-a609-ec320d53e212-root {
    text-align: center;
  }


#s-f2359330-3b40-4a3c-a609-ec320d53e212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2359330-3b40-4a3c-a609-ec320d53e212-root {
    text-align: center;
  }


#s-f2359330-3b40-4a3c-a609-ec320d53e212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2359330-3b40-4a3c-a609-ec320d53e212-root {
    text-align: center;
  }


#s-f2359330-3b40-4a3c-a609-ec320d53e212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2359330-3b40-4a3c-a609-ec320d53e212-root {
    text-align: center;
  }


#s-f2359330-3b40-4a3c-a609-ec320d53e212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2359330-3b40-4a3c-a609-ec320d53e212-root {
    text-align: center;
  }


#s-f2359330-3b40-4a3c-a609-ec320d53e212.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-3b1f78e4-9ac1-4703-96b5-4641615c62be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3b1f78e4-9ac1-4703-96b5-4641615c62be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b1f78e4-9ac1-4703-96b5-4641615c62be.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 {
  
}
}
#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 28, 36, 1);
}

#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 28, 36, 1);
  padding: 5px;
}

#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 28, 36, 1);
  border-top: 1px solid rgba(237, 28, 36, 1);
}

#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Barlow;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-7d0b397d-5b3e-42d3-8f37-e9a3bffedf92 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241 {
  
}
#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-bb4fea8f-65a9-40cb-91cc-cdf431f01241-root {
    text-align: center;
  }


#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb4fea8f-65a9-40cb-91cc-cdf431f01241-root {
    text-align: center;
  }


#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb4fea8f-65a9-40cb-91cc-cdf431f01241-root {
    text-align: center;
  }


#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb4fea8f-65a9-40cb-91cc-cdf431f01241-root {
    text-align: center;
  }


#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb4fea8f-65a9-40cb-91cc-cdf431f01241-root {
    text-align: center;
  }


#s-bb4fea8f-65a9-40cb-91cc-cdf431f01241.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-dc2ff028-ba28-4fde-bd71-892b1e039337 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dc2ff028-ba28-4fde-bd71-892b1e039337:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-dc2ff028-ba28-4fde-bd71-892b1e039337:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-dc2ff028-ba28-4fde-bd71-892b1e039337 {
  
}
#s-dc2ff028-ba28-4fde-bd71-892b1e039337:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-dc2ff028-ba28-4fde-bd71-892b1e039337-root {
    text-align: center;
  }


#s-dc2ff028-ba28-4fde-bd71-892b1e039337.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc2ff028-ba28-4fde-bd71-892b1e039337-root {
    text-align: center;
  }


#s-dc2ff028-ba28-4fde-bd71-892b1e039337.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc2ff028-ba28-4fde-bd71-892b1e039337-root {
    text-align: center;
  }


#s-dc2ff028-ba28-4fde-bd71-892b1e039337.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc2ff028-ba28-4fde-bd71-892b1e039337-root {
    text-align: center;
  }


#s-dc2ff028-ba28-4fde-bd71-892b1e039337.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc2ff028-ba28-4fde-bd71-892b1e039337-root {
    text-align: center;
  }


#s-dc2ff028-ba28-4fde-bd71-892b1e039337.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c {
  
}
#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-271d76b6-c80f-4d5d-9a3a-40c79f51858c-root {
    text-align: center;
  }


#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-271d76b6-c80f-4d5d-9a3a-40c79f51858c-root {
    text-align: center;
  }


#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-271d76b6-c80f-4d5d-9a3a-40c79f51858c-root {
    text-align: center;
  }


#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-271d76b6-c80f-4d5d-9a3a-40c79f51858c-root {
    text-align: center;
  }


#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-271d76b6-c80f-4d5d-9a3a-40c79f51858c-root {
    text-align: center;
  }


#s-271d76b6-c80f-4d5d-9a3a-40c79f51858c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-89337730-bb21-4621-b2ce-8045e101c52c {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-89337730-bb21-4621-b2ce-8045e101c52c:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-89337730-bb21-4621-b2ce-8045e101c52c:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-89337730-bb21-4621-b2ce-8045e101c52c {
  
}
#s-89337730-bb21-4621-b2ce-8045e101c52c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-89337730-bb21-4621-b2ce-8045e101c52c-root {
    text-align: center;
  }


#s-89337730-bb21-4621-b2ce-8045e101c52c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89337730-bb21-4621-b2ce-8045e101c52c-root {
    text-align: center;
  }


#s-89337730-bb21-4621-b2ce-8045e101c52c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89337730-bb21-4621-b2ce-8045e101c52c-root {
    text-align: center;
  }


#s-89337730-bb21-4621-b2ce-8045e101c52c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89337730-bb21-4621-b2ce-8045e101c52c-root {
    text-align: center;
  }


#s-89337730-bb21-4621-b2ce-8045e101c52c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89337730-bb21-4621-b2ce-8045e101c52c-root {
    text-align: center;
  }


#s-89337730-bb21-4621-b2ce-8045e101c52c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-731fdc60-129b-4a0c-b496-cfc60e1e7032 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-731fdc60-129b-4a0c-b496-cfc60e1e7032:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-731fdc60-129b-4a0c-b496-cfc60e1e7032:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-731fdc60-129b-4a0c-b496-cfc60e1e7032 {
  
}
#s-731fdc60-129b-4a0c-b496-cfc60e1e7032:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-731fdc60-129b-4a0c-b496-cfc60e1e7032-root {
    text-align: center;
  }


#s-731fdc60-129b-4a0c-b496-cfc60e1e7032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-731fdc60-129b-4a0c-b496-cfc60e1e7032-root {
    text-align: center;
  }


#s-731fdc60-129b-4a0c-b496-cfc60e1e7032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-731fdc60-129b-4a0c-b496-cfc60e1e7032-root {
    text-align: center;
  }


#s-731fdc60-129b-4a0c-b496-cfc60e1e7032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-731fdc60-129b-4a0c-b496-cfc60e1e7032-root {
    text-align: center;
  }


#s-731fdc60-129b-4a0c-b496-cfc60e1e7032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-731fdc60-129b-4a0c-b496-cfc60e1e7032-root {
    text-align: center;
  }


#s-731fdc60-129b-4a0c-b496-cfc60e1e7032.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895 {
  
}
#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-4c9dae4b-e2e4-49da-95b4-a76d1726d895-root {
    text-align: center;
  }


#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c9dae4b-e2e4-49da-95b4-a76d1726d895-root {
    text-align: center;
  }


#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c9dae4b-e2e4-49da-95b4-a76d1726d895-root {
    text-align: center;
  }


#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c9dae4b-e2e4-49da-95b4-a76d1726d895-root {
    text-align: center;
  }


#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c9dae4b-e2e4-49da-95b4-a76d1726d895-root {
    text-align: center;
  }


#s-4c9dae4b-e2e4-49da-95b4-a76d1726d895.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6 {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6 {
  
}
#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-612ab721-7e7f-4ec7-80bb-1d2337550cd6-root {
    text-align: center;
  }


#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-612ab721-7e7f-4ec7-80bb-1d2337550cd6-root {
    text-align: center;
  }


#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-612ab721-7e7f-4ec7-80bb-1d2337550cd6-root {
    text-align: center;
  }


#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-612ab721-7e7f-4ec7-80bb-1d2337550cd6-root {
    text-align: center;
  }


#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-612ab721-7e7f-4ec7-80bb-1d2337550cd6-root {
    text-align: center;
  }


#s-612ab721-7e7f-4ec7-80bb-1d2337550cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-c89014bf-8799-4401-8e99-295e963a17bd {
  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(237, 28, 36, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c89014bf-8799-4401-8e99-295e963a17bd:hover {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}#s-c89014bf-8799-4401-8e99-295e963a17bd:active {border-style: solid !important;
border-color: rgba(237, 28, 36, 1) !important;
background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}@media (max-width: 767px){#s-c89014bf-8799-4401-8e99-295e963a17bd {
  
}
#s-c89014bf-8799-4401-8e99-295e963a17bd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQ3NmEyNjItYzBkMy00NTc0LTg5NWYtNzBjMTY2ZTlkZjliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOGZjNmNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NDc2YTI2Mi1jMGQzLTQ1NzQtODk1Zi03MGMxNjZlOWRmOWIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#8fc6cf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-c89014bf-8799-4401-8e99-295e963a17bd-root {
    text-align: center;
  }


#s-c89014bf-8799-4401-8e99-295e963a17bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c89014bf-8799-4401-8e99-295e963a17bd-root {
    text-align: center;
  }


#s-c89014bf-8799-4401-8e99-295e963a17bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c89014bf-8799-4401-8e99-295e963a17bd-root {
    text-align: center;
  }


#s-c89014bf-8799-4401-8e99-295e963a17bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c89014bf-8799-4401-8e99-295e963a17bd-root {
    text-align: center;
  }


#s-c89014bf-8799-4401-8e99-295e963a17bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c89014bf-8799-4401-8e99-295e963a17bd-root {
    text-align: center;
  }


#s-c89014bf-8799-4401-8e99-295e963a17bd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-2b5af9db-be91-4725-8fc4-638aab1c125b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2b5af9db-be91-4725-8fc4-638aab1c125b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b5af9db-be91-4725-8fc4-638aab1c125b.shg-box.shg-c {
  justify-content: center;
}

#s-123682c5-d7c4-4847-8fa9-65908f57eece {
  margin-top: 5px;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(237, 28, 36, 1);
}
#s-123682c5-d7c4-4847-8fa9-65908f57eece:hover {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-123682c5-d7c4-4847-8fa9-65908f57eece:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}

  #s-123682c5-d7c4-4847-8fa9-65908f57eece-root {
    text-align: center;
  }


#s-123682c5-d7c4-4847-8fa9-65908f57eece.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-123682c5-d7c4-4847-8fa9-65908f57eece-root {
    text-align: center;
  }


#s-123682c5-d7c4-4847-8fa9-65908f57eece.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-123682c5-d7c4-4847-8fa9-65908f57eece-root {
    text-align: center;
  }


#s-123682c5-d7c4-4847-8fa9-65908f57eece.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-123682c5-d7c4-4847-8fa9-65908f57eece-root {
    text-align: center;
  }


#s-123682c5-d7c4-4847-8fa9-65908f57eece.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-123682c5-d7c4-4847-8fa9-65908f57eece-root {
    text-align: center;
  }


#s-123682c5-d7c4-4847-8fa9-65908f57eece.shg-btn {
  color: rgba(237, 28, 36, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  display: none;
}
#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a, #wrap-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a, #wrap-content-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a { display: none !important; }}@media (max-width: 767px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  display: none;
}
#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a, #wrap-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a, #wrap-content-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a { display: none !important; }}
#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0466e092-632a-41d2-a0b2-c083bc8dcd4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a img.shogun-image {
  width: 100%;
  
  
  

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




.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0466e092-632a-41d2-a0b2-c083bc8dcd4a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-629711a3-df3f-4b78-9e59-b797375c7a92 {
  margin-top: 70px;
margin-left: 7%;
margin-bottom: 70px;
margin-right: 7%;
}
@media (max-width: 767px){#s-629711a3-df3f-4b78-9e59-b797375c7a92 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-629711a3-df3f-4b78-9e59-b797375c7a92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.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-e2bf137c-84f2-43a4-969e-1ca6fb4311d8 .shg-proportional-font-size,
#s-e2bf137c-84f2-43a4-969e-1ca6fb4311d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 {
  display: none;
}
#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285, #wrap-s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285, #wrap-content-s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 { display: none !important; }}@media (max-width: 767px){#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 {
  display: none;
}
#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285, #wrap-s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285, #wrap-content-s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 { display: none !important; }}
#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 .shg-proportional-font-size,
#s-16c2f7a1-e0c2-4c5f-98d5-2ec5085ae285 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4652f0d1-ee03-43f8-8b19-a2c97c8edd81 .shg-proportional-font-size,
#s-4652f0d1-ee03-43f8-8b19-a2c97c8edd81 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 1200px){#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e {
  display: none;
}
#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e, #wrap-s-3a7da662-1989-4f7a-9e27-b0937fd5f30e, #wrap-content-s-3a7da662-1989-4f7a-9e27-b0937fd5f30e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e {
  display: none;
}
#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e, #wrap-s-3a7da662-1989-4f7a-9e27-b0937fd5f30e, #wrap-content-s-3a7da662-1989-4f7a-9e27-b0937fd5f30e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e {
  
}
}@media (max-width: 767px){#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e {
  
}
}
#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e .shg-proportional-font-size,
#s-3a7da662-1989-4f7a-9e27-b0937fd5f30e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (min-width: 1200px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  display: none;
}
#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115, #wrap-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115, #wrap-content-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  display: none;
}
#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115, #wrap-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115, #wrap-content-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  
}
}@media (max-width: 767px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  
}
}
#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

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




.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 img.shogun-image {
  width: 100%;
  
  
  

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




.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e66f63b-20f2-43b4-b8f8-2cbcc2d6c115.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c {
  margin-top: 70px;
margin-left: 7%;
margin-bottom: 70px;
margin-right: 7%;
}
@media (max-width: 767px){#s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf12843c-8b9f-4171-bc03-0ee1fc2e2c0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4632e7eb-a6fd-4842-a74b-0ee7c9e0adc2 .shg-proportional-font-size,
#s-4632e7eb-a6fd-4842-a74b-0ee7c9e0adc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff {
  display: none;
}
#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff, #wrap-s-dad5b2e1-6258-4e5a-a026-23a0be4190ff, #wrap-content-s-dad5b2e1-6258-4e5a-a026-23a0be4190ff { display: none !important; }}@media (max-width: 767px){#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff {
  display: none;
}
#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff, #wrap-s-dad5b2e1-6258-4e5a-a026-23a0be4190ff, #wrap-content-s-dad5b2e1-6258-4e5a-a026-23a0be4190ff { display: none !important; }}
#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff .shg-proportional-font-size,
#s-dad5b2e1-6258-4e5a-a026-23a0be4190ff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 1200px){#s-9841a7ad-7896-40d6-af4c-55e4236629c2 {
  display: none;
}
#s-9841a7ad-7896-40d6-af4c-55e4236629c2, #wrap-s-9841a7ad-7896-40d6-af4c-55e4236629c2, #wrap-content-s-9841a7ad-7896-40d6-af4c-55e4236629c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9841a7ad-7896-40d6-af4c-55e4236629c2 {
  display: none;
}
#s-9841a7ad-7896-40d6-af4c-55e4236629c2, #wrap-s-9841a7ad-7896-40d6-af4c-55e4236629c2, #wrap-content-s-9841a7ad-7896-40d6-af4c-55e4236629c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9841a7ad-7896-40d6-af4c-55e4236629c2 {
  
}
}@media (max-width: 767px){#s-9841a7ad-7896-40d6-af4c-55e4236629c2 {
  
}
}
#s-9841a7ad-7896-40d6-af4c-55e4236629c2 .shg-proportional-font-size,
#s-9841a7ad-7896-40d6-af4c-55e4236629c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (max-width: 767px){#s-b3e0d6ba-c8c8-468f-bdd4-a310cf6465d6 {
  margin-right: 25%;
}
}
#s-b3e0d6ba-c8c8-468f-bdd4-a310cf6465d6 .shg-proportional-font-size,
#s-b3e0d6ba-c8c8-468f-bdd4-a310cf6465d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-127be2fe-b48c-4eb1-b112-4b0ac397372e {
  margin-left: 7%;
margin-right: 7%;
}

#s-127be2fe-b48c-4eb1-b112-4b0ac397372e hr {
  border-top: 2px solid #ddd;
}

#s-36ab2717-ea04-4179-8dba-24636182dccf {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36ab2717-ea04-4179-8dba-24636182dccf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1206db84-1e5c-484f-8fdf-c096c68a71cf .shg-proportional-font-size,
#s-1206db84-1e5c-484f-8fdf-c096c68a71cf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7faff95a-5cf2-4147-892e-aaabe124715f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-7faff95a-5cf2-4147-892e-aaabe124715f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7faff95a-5cf2-4147-892e-aaabe124715f.shg-box.shg-c {
  justify-content: center;
}

#s-b7144534-77c6-4bbc-b596-1464c56f0b1b {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7144534-77c6-4bbc-b596-1464c56f0b1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9e366fae-b1fa-4135-a1cc-a7ebfc893161 .shg-proportional-font-size,
#s-9e366fae-b1fa-4135-a1cc-a7ebfc893161 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

#s-148142a7-ebe9-40de-a563-a9e93a51d420 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-148142a7-ebe9-40de-a563-a9e93a51d420 {
  
}
}@media (max-width: 767px){#s-148142a7-ebe9-40de-a563-a9e93a51d420 {
  
}
}
#s-148142a7-ebe9-40de-a563-a9e93a51d420 {
  overflow: hidden;
  
  
}







  #s-148142a7-ebe9-40de-a563-a9e93a51d420 img.shogun-image {
    

    
    
    
  }


#s-148142a7-ebe9-40de-a563-a9e93a51d420 .shogun-image-content {
  
    justify-content: center;
  
}

#s-27fa10d4-67fb-46ac-8b9e-6121632105e9 {
  margin-left: 7%;
margin-right: 7%;
}

#s-27fa10d4-67fb-46ac-8b9e-6121632105e9 hr {
  border-top: 2px solid #ddd;
}

#s-05f4d29c-623a-46e5-9bcb-1a6634293672 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05f4d29c-623a-46e5-9bcb-1a6634293672"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b70f47ab-9426-4216-b6c8-e3b77eb1344c .shg-proportional-font-size,
#s-b70f47ab-9426-4216-b6c8-e3b77eb1344c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-324a9164-219c-4265-b95d-5b738fd7a504 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-324a9164-219c-4265-b95d-5b738fd7a504 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-324a9164-219c-4265-b95d-5b738fd7a504.shg-box.shg-c {
  justify-content: center;
}

#s-bad85241-211a-4ba9-8d0c-5549dc78454d {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bad85241-211a-4ba9-8d0c-5549dc78454d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bad85241-211a-4ba9-8d0c-5549dc78454d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bad85241-211a-4ba9-8d0c-5549dc78454d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad85241-211a-4ba9-8d0c-5549dc78454d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b99b750a-32ee-4d97-b7ea-458d8efde07a {
  max-width: 400px;
text-align: center;
}

#s-b99b750a-32ee-4d97-b7ea-458d8efde07a {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b99b750a-32ee-4d97-b7ea-458d8efde07a .shogun-image-content {
  
    justify-content: center;
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 img.shogun-image {
  width: 100%;
  
  
  

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




.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 img.shogun-image {
  width: 100%;
  
  
  

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




.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 img.shogun-image {
  width: 100%;
  
  
  

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




.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 img.shogun-image {
  width: 100%;
  
  
  

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




.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ec7d6e-ba12-4aa1-b602-44b709c11e14.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bec6bc89-7405-4451-aaac-1b765f084ba9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-bec6bc89-7405-4451-aaac-1b765f084ba9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bec6bc89-7405-4451-aaac-1b765f084ba9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec6bc89-7405-4451-aaac-1b765f084ba9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-88e822ba-3224-46f9-b468-3b3b3a086181 {
  margin-left: 7%;
margin-right: 7%;
}

#s-88e822ba-3224-46f9-b468-3b3b3a086181 hr {
  border-top: 2px solid #ddd;
}

#s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc6eaaf-e745-4c66-83b8-5ebfbcbc11e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-67dccdb1-16fc-4680-8331-c5491c0b3ec8 .shg-proportional-font-size,
#s-67dccdb1-16fc-4680-8331-c5491c0b3ec8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-173545a6-89fc-4917-9cd9-e5db5b276748 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-173545a6-89fc-4917-9cd9-e5db5b276748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-173545a6-89fc-4917-9cd9-e5db5b276748.shg-box.shg-c {
  justify-content: center;
}

#s-d195a0ec-c8d8-4f5e-abeb-6e21962eab3c {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d195a0ec-c8d8-4f5e-abeb-6e21962eab3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d195a0ec-c8d8-4f5e-abeb-6e21962eab3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d195a0ec-c8d8-4f5e-abeb-6e21962eab3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d195a0ec-c8d8-4f5e-abeb-6e21962eab3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c580dc56-8ee6-4897-adda-cbd7f3b67126 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126 img.shogun-image {
  width: 100%;
  
  
  

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




.s-c580dc56-8ee6-4897-adda-cbd7f3b67126 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c580dc56-8ee6-4897-adda-cbd7f3b67126.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978fd2b4-13de-481c-8d39-6564f04ba601 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-978fd2b4-13de-481c-8d39-6564f04ba601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978fd2b4-13de-481c-8d39-6564f04ba601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-978fd2b4-13de-481c-8d39-6564f04ba601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978fd2b4-13de-481c-8d39-6564f04ba601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-978fd2b4-13de-481c-8d39-6564f04ba601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978fd2b4-13de-481c-8d39-6564f04ba601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-978fd2b4-13de-481c-8d39-6564f04ba601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-978fd2b4-13de-481c-8d39-6564f04ba601 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-978fd2b4-13de-481c-8d39-6564f04ba601 img.shogun-image {
  width: 100%;
  
  
  

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




.s-978fd2b4-13de-481c-8d39-6564f04ba601 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shg-align-container {
  display: flex;
  justify-content: center
}

.s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-978fd2b4-13de-481c-8d39-6564f04ba601.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad img.shogun-image {
  width: 100%;
  
  
  

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




.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad img.shogun-image {
  width: 100%;
  
  
  

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




.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad img.shogun-image {
  width: 100%;
  
  
  

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




.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad img.shogun-image {
  width: 100%;
  
  
  

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




.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f900a1-dbc8-4f39-88a9-350aa4fdaaad.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4d33c81f-cd39-466f-9a38-3fad3a5df75a {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4d33c81f-cd39-466f-9a38-3fad3a5df75a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e7d3ad86-115a-4940-b835-77efe6a03b40 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e7d3ad86-115a-4940-b835-77efe6a03b40 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e7d3ad86-115a-4940-b835-77efe6a03b40 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d3ad86-115a-4940-b835-77efe6a03b40.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d109127-8322-492d-a848-f7594b5d1d99 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-4d109127-8322-492d-a848-f7594b5d1d99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d109127-8322-492d-a848-f7594b5d1d99 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d109127-8322-492d-a848-f7594b5d1d99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d109127-8322-492d-a848-f7594b5d1d99 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d109127-8322-492d-a848-f7594b5d1d99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d109127-8322-492d-a848-f7594b5d1d99 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d109127-8322-492d-a848-f7594b5d1d99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4d109127-8322-492d-a848-f7594b5d1d99 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d109127-8322-492d-a848-f7594b5d1d99 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d109127-8322-492d-a848-f7594b5d1d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4d109127-8322-492d-a848-f7594b5d1d99 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4d109127-8322-492d-a848-f7594b5d1d99 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d109127-8322-492d-a848-f7594b5d1d99.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1a0e2519-f256-45c2-8aca-c92f9eebeb5e {
  margin-left: 7%;
margin-right: 7%;
}

#s-1a0e2519-f256-45c2-8aca-c92f9eebeb5e hr {
  border-top: 2px solid #ddd;
}

#s-601d5d94-827f-4ac5-8cf8-57c5be9011a9 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-601d5d94-827f-4ac5-8cf8-57c5be9011a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-43a1c079-3b2a-4de7-af9f-d093ff3fb5a1 .shg-proportional-font-size,
#s-43a1c079-3b2a-4de7-af9f-d093ff3fb5a1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c6ba5d44-ddf9-46f8-bab9-2800780011b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-c6ba5d44-ddf9-46f8-bab9-2800780011b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6ba5d44-ddf9-46f8-bab9-2800780011b4.shg-box.shg-c {
  justify-content: center;
}

#s-b2d1aa25-7eb9-4a7b-8cee-631cb9bb3d86 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b2d1aa25-7eb9-4a7b-8cee-631cb9bb3d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2d1aa25-7eb9-4a7b-8cee-631cb9bb3d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2d1aa25-7eb9-4a7b-8cee-631cb9bb3d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2d1aa25-7eb9-4a7b-8cee-631cb9bb3d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4e2afab7-9b88-4ad8-990e-64a7dd9a3c17 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e2afab7-9b88-4ad8-990e-64a7dd9a3c17 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4e2afab7-9b88-4ad8-990e-64a7dd9a3c17 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-4e2afab7-9b88-4ad8-990e-64a7dd9a3c17 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4e2afab7-9b88-4ad8-990e-64a7dd9a3c17 .shogun-image-content {
  
    justify-content: center;
  
}

#s-146023a9-67b5-4e52-9c1a-bf6c5a4ce0dd {
  margin-left: 7%;
margin-right: 7%;
}

#s-146023a9-67b5-4e52-9c1a-bf6c5a4ce0dd hr {
  border-top: 2px solid #ddd;
}

#s-f2e178d2-9003-485a-9080-480d891d0d15 {
  margin-left: 7%;
margin-bottom: 70px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2e178d2-9003-485a-9080-480d891d0d15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cd7ce8d1-92dc-4e2b-9778-571a62083395 .shg-proportional-font-size,
#s-cd7ce8d1-92dc-4e2b-9778-571a62083395 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a3be416-7aef-4728-9147-edb9179bcdbb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-4a3be416-7aef-4728-9147-edb9179bcdbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a3be416-7aef-4728-9147-edb9179bcdbb.shg-box.shg-c {
  justify-content: center;
}

#s-f0aa5b22-744d-4c51-9dcd-96d8950e3f25 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f0aa5b22-744d-4c51-9dcd-96d8950e3f25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0aa5b22-744d-4c51-9dcd-96d8950e3f25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0aa5b22-744d-4c51-9dcd-96d8950e3f25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0aa5b22-744d-4c51-9dcd-96d8950e3f25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1e3b0e9-271b-4841-b961-c91a143a2400 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b1e3b0e9-271b-4841-b961-c91a143a2400 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b1e3b0e9-271b-4841-b961-c91a143a2400 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1e3b0e9-271b-4841-b961-c91a143a2400.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-20e57163-ee03-4c1b-8f14-2a2e1f81044d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 28, 36, 1);
}








#s-20e57163-ee03-4c1b-8f14-2a2e1f81044d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-20e57163-ee03-4c1b-8f14-2a2e1f81044d.shg-box.shg-c {
  justify-content: center;
}

#s-c1690779-8e89-4150-8c0a-d8a1b379ee11 {
  margin-top: 70px;
margin-left: 20%;
margin-right: 20%;
}

#s-c1690779-8e89-4150-8c0a-d8a1b379ee11 .shg-proportional-font-size,
#s-c1690779-8e89-4150-8c0a-d8a1b379ee11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-27f994f0-3f82-4db8-8c66-b5bb41a2fe4b {
  margin-left: 20%;
margin-right: 20%;
}
@media (max-width: 767px){#s-27f994f0-3f82-4db8-8c66-b5bb41a2fe4b {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-27f994f0-3f82-4db8-8c66-b5bb41a2fe4b .shg-proportional-font-size,
#s-27f994f0-3f82-4db8-8c66-b5bb41a2fe4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e6e9562-1f7e-407d-a599-857c7588d787 {
  margin-left: 20%;
margin-right: 20%;
}

#s-1e6e9562-1f7e-407d-a599-857c7588d787 .shg-proportional-font-size,
#s-1e6e9562-1f7e-407d-a599-857c7588d787 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6c16051b-9906-49cb-a623-412c2872e716 {
  margin-top: 15px;
margin-left: 20%;
margin-bottom: 70px;
margin-right: 20%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgb(0, 0, 0);
}
#s-6c16051b-9906-49cb-a623-412c2872e716:hover {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}#s-6c16051b-9906-49cb-a623-412c2872e716:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}@media (max-width: 767px){#s-6c16051b-9906-49cb-a623-412c2872e716 {
  color: rgb(0, 0, 0);
}
#s-6c16051b-9906-49cb-a623-412c2872e716:hover {background-color: rgb(0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 28, 36, 1) !important;}#s-6c16051b-9906-49cb-a623-412c2872e716:active {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgb(0, 0, 0) !important;}}

  #s-6c16051b-9906-49cb-a623-412c2872e716-root {
    text-align: center;
  }


#s-6c16051b-9906-49cb-a623-412c2872e716.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6c16051b-9906-49cb-a623-412c2872e716-root {
    text-align: center;
  }


#s-6c16051b-9906-49cb-a623-412c2872e716.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c16051b-9906-49cb-a623-412c2872e716-root {
    text-align: center;
  }


#s-6c16051b-9906-49cb-a623-412c2872e716.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6c16051b-9906-49cb-a623-412c2872e716-root {
    text-align: center;
  }


#s-6c16051b-9906-49cb-a623-412c2872e716.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6c16051b-9906-49cb-a623-412c2872e716-root {
    text-align: center;
  }


#s-6c16051b-9906-49cb-a623-412c2872e716.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-fe3b68fe-5353-4a36-9f51-53ad998030eb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-fe3b68fe-5353-4a36-9f51-53ad998030eb {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-fe3b68fe-5353-4a36-9f51-53ad998030eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe3b68fe-5353-4a36-9f51-53ad998030eb.shg-box.shg-c {
  justify-content: center;
}

#s-20649e5f-ef90-4074-ab51-9ea938126fac {
  margin-left: 15%;
margin-right: 15%;
}

#s-20649e5f-ef90-4074-ab51-9ea938126fac .shg-proportional-font-size,
#s-20649e5f-ef90-4074-ab51-9ea938126fac .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  display: none;
}
#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-content-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 { display: none !important; }}@media (max-width: 767px){#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  display: none;
}
#s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569, #wrap-content-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev,
#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next {
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev svg,
#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-5c339bfb-53d4-4a7a-9273-d98b15f5b569 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-5e1fde92-15a1-47d0-9961-1b079cc7a835 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5e1fde92-15a1-47d0-9961-1b079cc7a835 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5e1fde92-15a1-47d0-9961-1b079cc7a835"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-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;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  margin: 0 !important;
  overflow: visible;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-96ac5817-f3a9-49e4-9819-c16e9314f7ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add background color handling */
  
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac5817-f3a9-49e4-9819-c16e9314f7ea.shogun-image {
  box-sizing: border-box;
}



.s-96ac5817-f3a9-49e4-9819-c16e9314f7ea img.shogun-image {
  
}


}
#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  margin: 0 !important;
  overflow: visible;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add background color handling */
  
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe.shogun-image {
  box-sizing: border-box;
}



.s-2ea8cfad-0aa5-4178-917a-5cbf1eb37dbe img.shogun-image {
  
}


}
#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b {
  max-width: 400px;
text-align: center;
}

#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8fb2d9e2-2f7b-459e-ab27-9db59336a43b .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 {
  max-width: 400px;
text-align: center;
}

#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1ed03d37-337e-4cd0-8bcc-220734b1a9d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6a31fa2-55fe-4de1-addc-6ec1d428099e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-b6a31fa2-55fe-4de1-addc-6ec1d428099e {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-sm-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-md-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-lg-1_2 {
  width: calc(10.0% - 24.0px);
}

[id="s-b6a31fa2-55fe-4de1-addc-6ec1d428099e"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

#s-a9e408f2-5485-440c-af6c-37f3f0182608 {
  max-width: 400px;
text-align: center;
}

#s-a9e408f2-5485-440c-af6c-37f3f0182608 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a9e408f2-5485-440c-af6c-37f3f0182608 .shogun-image-content {
  
    justify-content: center;
  
}

#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 {
  max-width: 400px;
text-align: center;
}

#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41157d90-66be-4796-b31b-0e9a5ffb52f3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  min-height: 0px;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-a3c1e900-079b-4eea-91ef-3258a049c4af {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a3c1e900-079b-4eea-91ef-3258a049c4af .shogun-image-content {
  
    justify-content: center;
  
}

#s-63e81c3e-5674-43e5-8e05-dbe960307083 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-63e81c3e-5674-43e5-8e05-dbe960307083 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-63e81c3e-5674-43e5-8e05-dbe960307083"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5059720c-276a-4bd3-b926-2e9f4855e09b {
  max-width: 400px;
text-align: center;
}

#s-5059720c-276a-4bd3-b926-2e9f4855e09b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5059720c-276a-4bd3-b926-2e9f4855e09b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  max-width: 400px;
text-align: center;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2.shogun-image {
  box-sizing: border-box;
}



.s-a4d11f44-ec4f-4fd3-a189-4880fd6b55c2 img.shogun-image {
  
}


}
#s-1b4e54a7-4bec-4402-89b1-6ef942734996 {
  max-width: 400px;
text-align: center;
}

#s-1b4e54a7-4bec-4402-89b1-6ef942734996 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1b4e54a7-4bec-4402-89b1-6ef942734996 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62a5c391-bad1-4855-9660-689d6768984d {
  max-width: 400px;
text-align: center;
}

#s-62a5c391-bad1-4855-9660-689d6768984d {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-62a5c391-bad1-4855-9660-689d6768984d .shogun-image-content {
  
    justify-content: center;
  
}

#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  display: none;
}
#s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-content-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  display: none;
}
#s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-s-22b62e97-ee2b-4479-b5b0-ef718cc10493, #wrap-content-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 { display: none !important; }}@media (max-width: 767px){#s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  margin-left: 2%;
margin-right: 2%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev svg,
#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-22b62e97-ee2b-4479-b5b0-ef718cc10493 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-0ba3815e-987e-44f6-8f67-7f25b47cf714 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ba3815e-987e-44f6-8f67-7f25b47cf714"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-41833db5-089e-40be-84ad-99405a539506 {
  max-width: 400px;
text-align: center;
}

#s-41833db5-089e-40be-84ad-99405a539506 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41833db5-089e-40be-84ad-99405a539506 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 {
  max-width: 400px;
text-align: center;
}

#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8bc9c9c2-7c7e-4847-a796-77b6a62216c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 {
  max-width: 400px;
text-align: center;
}

#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-316f7bf2-7780-4c2c-82a4-5a0a2c9eea57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f7b0774-d5ed-4008-aa91-342421489bba {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7b0774-d5ed-4008-aa91-342421489bba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb {
  max-width: 400px;
text-align: center;
}

#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-aae81ab0-95fd-4657-b4b1-fbb38ed5aafb .shogun-image-content {
  
    justify-content: center;
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  max-width: 400px;
text-align: center;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-542affb6-e53b-4875-a202-2e3477a628c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-542affb6-e53b-4875-a202-2e3477a628c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-542affb6-e53b-4875-a202-2e3477a628c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-542affb6-e53b-4875-a202-2e3477a628c7.shogun-image {
  box-sizing: border-box;
}



.s-542affb6-e53b-4875-a202-2e3477a628c7 img.shogun-image {
  
}


}
#s-f4259ba5-a8a6-4261-96c8-1689a51a668b {
  max-width: 400px;
text-align: center;
}

#s-f4259ba5-a8a6-4261-96c8-1689a51a668b {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f4259ba5-a8a6-4261-96c8-1689a51a668b .shogun-image-content {
  
    justify-content: center;
  
}

#s-d00323a2-fff5-4378-9f2b-26cf49403423 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d00323a2-fff5-4378-9f2b-26cf49403423"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-41862c42-480f-4998-b11e-1801586a0905 {
  max-width: 400px;
text-align: center;
}

#s-41862c42-480f-4998-b11e-1801586a0905 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-41862c42-480f-4998-b11e-1801586a0905 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 400px;
text-align: center;
}

#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a3160d26-5539-4bec-be8f-65a7ef5a2a0a .shogun-image-content {
  
    justify-content: center;
  
}

#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  margin-top: 19px;
margin-bottom: 19px;
min-height: 0px;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-48e13134-d5ea-4977-ba67-f0777b8fc410 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-48e13134-d5ea-4977-ba67-f0777b8fc410 .shogun-image-content {
  
    justify-content: center;
  
}

#s-01b3429e-4299-4b5b-ab39-c48822c7e10e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01b3429e-4299-4b5b-ab39-c48822c7e10e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-e548a9a9-70f9-4805-897f-2294873f4ec4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e548a9a9-70f9-4805-897f-2294873f4ec4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e548a9a9-70f9-4805-897f-2294873f4ec4.shogun-image {
  box-sizing: border-box;
}



.s-e548a9a9-70f9-4805-897f-2294873f4ec4 img.shogun-image {
  
}


}
#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (max-width: 767px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-ab693eff-b051-4d77-9c34-c11fc9227a19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ab693eff-b051-4d77-9c34-c11fc9227a19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab693eff-b051-4d77-9c34-c11fc9227a19.shogun-image {
  box-sizing: border-box;
}



.s-ab693eff-b051-4d77-9c34-c11fc9227a19 img.shogun-image {
  
}


}
#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c {
  max-width: 400px;
text-align: center;
}

#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-47ace5ac-5850-491b-b6a6-97ed4c37bc1c .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}