.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-3da2feed-7cc0-46fa-bb1e-83ec19a3c692 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3da2feed-7cc0-46fa-bb1e-83ec19a3c692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3da2feed-7cc0-46fa-bb1e-83ec19a3c692.shg-box.shg-c {
  justify-content: center;
}

#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  
}
}@media (max-width: 767px){#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  
}
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/480x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/960x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/768x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/1536x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/1024x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/2048x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/1200x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee {
  background-image: url(https://i.shgcdn.com/b0e9c849-6d11-4e33-a25f-032f78024409/-/resize/2048x/);
}
#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f1fcc1d-3f92-4654-a9c4-a3f2180503ee.shg-box.shg-c {
  justify-content: center;
}

#s-decf6b9d-77b2-4fb9-b3df-bfe116428062 {
  margin-top: 70px;
margin-left: 7%;
margin-bottom: 70px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-decf6b9d-77b2-4fb9-b3df-bfe116428062"] > .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-6c91d0fa-a724-4db0-8fe4-59986f419ca9 .shg-proportional-font-size,
#s-6c91d0fa-a724-4db0-8fe4-59986f419ca9 .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: 768px) and (max-width: 991px){#s-8f71f33f-a499-4833-9767-03c5611b8f4a {
  display: none;
}
#s-8f71f33f-a499-4833-9767-03c5611b8f4a, #wrap-s-8f71f33f-a499-4833-9767-03c5611b8f4a, #wrap-content-s-8f71f33f-a499-4833-9767-03c5611b8f4a { display: none !important; }}@media (max-width: 767px){#s-8f71f33f-a499-4833-9767-03c5611b8f4a {
  display: none;
}
#s-8f71f33f-a499-4833-9767-03c5611b8f4a, #wrap-s-8f71f33f-a499-4833-9767-03c5611b8f4a, #wrap-content-s-8f71f33f-a499-4833-9767-03c5611b8f4a { display: none !important; }}
#s-8f71f33f-a499-4833-9767-03c5611b8f4a .shg-proportional-font-size,
#s-8f71f33f-a499-4833-9767-03c5611b8f4a .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-c719df52-d328-4b43-a84e-270a1080ffb2 {
  display: none;
}
#s-c719df52-d328-4b43-a84e-270a1080ffb2, #wrap-s-c719df52-d328-4b43-a84e-270a1080ffb2, #wrap-content-s-c719df52-d328-4b43-a84e-270a1080ffb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c719df52-d328-4b43-a84e-270a1080ffb2 {
  display: none;
}
#s-c719df52-d328-4b43-a84e-270a1080ffb2, #wrap-s-c719df52-d328-4b43-a84e-270a1080ffb2, #wrap-content-s-c719df52-d328-4b43-a84e-270a1080ffb2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c719df52-d328-4b43-a84e-270a1080ffb2 {
  
}
}@media (max-width: 767px){#s-c719df52-d328-4b43-a84e-270a1080ffb2 {
  
}
}
#s-c719df52-d328-4b43-a84e-270a1080ffb2 .shg-proportional-font-size,
#s-c719df52-d328-4b43-a84e-270a1080ffb2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eed12314-0ee7-4c81-822e-2f2d4adf15bf .shg-proportional-font-size,
#s-eed12314-0ee7-4c81-822e-2f2d4adf15bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-28e67e39-a990-436a-acd3-0900abb6ffd5 {
  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: rgb(0, 0, 0);
}
#s-28e67e39-a990-436a-acd3-0900abb6ffd5:hover {background-color: rgba(237, 28, 36, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28e67e39-a990-436a-acd3-0900abb6ffd5: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-28e67e39-a990-436a-acd3-0900abb6ffd5-root {
    text-align: left;
  }


#s-28e67e39-a990-436a-acd3-0900abb6ffd5.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-28e67e39-a990-436a-acd3-0900abb6ffd5-root {
    text-align: left;
  }


#s-28e67e39-a990-436a-acd3-0900abb6ffd5.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-28e67e39-a990-436a-acd3-0900abb6ffd5-root {
    text-align: left;
  }


#s-28e67e39-a990-436a-acd3-0900abb6ffd5.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-28e67e39-a990-436a-acd3-0900abb6ffd5-root {
    text-align: left;
  }


#s-28e67e39-a990-436a-acd3-0900abb6ffd5.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-28e67e39-a990-436a-acd3-0900abb6ffd5-root {
    text-align: left;
  }


#s-28e67e39-a990-436a-acd3-0900abb6ffd5.shg-btn {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-4d14947d-c579-4508-9cb9-14d39929d0c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4d14947d-c579-4508-9cb9-14d39929d0c7 {
  
}
}@media (max-width: 767px){#s-4d14947d-c579-4508-9cb9-14d39929d0c7 {
  
}
}







#s-4d14947d-c579-4508-9cb9-14d39929d0c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d14947d-c579-4508-9cb9-14d39929d0c7.shg-box.shg-c {
  justify-content: center;
}

#s-ff424943-0424-4379-bb28-cfbeb3896fa3 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ff424943-0424-4379-bb28-cfbeb3896fa3 {
  display: none;
}
#s-ff424943-0424-4379-bb28-cfbeb3896fa3, #wrap-s-ff424943-0424-4379-bb28-cfbeb3896fa3, #wrap-content-s-ff424943-0424-4379-bb28-cfbeb3896fa3 { display: none !important; }}@media (max-width: 767px){#s-ff424943-0424-4379-bb28-cfbeb3896fa3 {
  display: none;
}
#s-ff424943-0424-4379-bb28-cfbeb3896fa3, #wrap-s-ff424943-0424-4379-bb28-cfbeb3896fa3, #wrap-content-s-ff424943-0424-4379-bb28-cfbeb3896fa3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff424943-0424-4379-bb28-cfbeb3896fa3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ff424943-0424-4379-bb28-cfbeb3896fa3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff424943-0424-4379-bb28-cfbeb3896fa3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff424943-0424-4379-bb28-cfbeb3896fa3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b8eb99d9-8932-430d-8000-6a9aaa6c5e82 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-b8eb99d9-8932-430d-8000-6a9aaa6c5e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8eb99d9-8932-430d-8000-6a9aaa6c5e82.shg-box.shg-c {
  justify-content: center;
}

#s-b0d69247-1093-45cb-9d95-4cd818002883 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0d69247-1093-45cb-9d95-4cd818002883"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-67d5684d-7fbf-4381-87d4-81cc9f329f4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-67d5684d-7fbf-4381-87d4-81cc9f329f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67d5684d-7fbf-4381-87d4-81cc9f329f4c.shg-box.shg-c {
  justify-content: center;
}

#s-9a9eb41b-8394-4e29-bed4-131bbaab77d7 {
  margin-left: auto;
margin-right: auto;
}

#s-9a9eb41b-8394-4e29-bed4-131bbaab77d7 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a9eb41b-8394-4e29-bed4-131bbaab77d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8364e4c6-c9d3-4357-992a-ed84b400a38f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8364e4c6-c9d3-4357-992a-ed84b400a38f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8364e4c6-c9d3-4357-992a-ed84b400a38f.shg-box.shg-c {
  justify-content: center;
}

#s-2d08e478-557f-46b0-bbcd-47103ac617cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-2d08e478-557f-46b0-bbcd-47103ac617cd .shg-proportional-font-size,
#s-2d08e478-557f-46b0-bbcd-47103ac617cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e69b0870-42be-4303-8744-8382f2f3b62d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-e69b0870-42be-4303-8744-8382f2f3b62d .shg-proportional-font-size,
#s-e69b0870-42be-4303-8744-8382f2f3b62d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6a5c287b-4e0f-48f4-aab6-0955d1f53e50 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-6a5c287b-4e0f-48f4-aab6-0955d1f53e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5c287b-4e0f-48f4-aab6-0955d1f53e50.shg-box.shg-c {
  justify-content: center;
}

#s-ea1cccd4-2721-4545-979b-7e436ed3bb0b {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea1cccd4-2721-4545-979b-7e436ed3bb0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bfb287b7-c9ef-4c47-a961-b187fd07d7e6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bfb287b7-c9ef-4c47-a961-b187fd07d7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfb287b7-c9ef-4c47-a961-b187fd07d7e6.shg-box.shg-c {
  justify-content: center;
}

#s-746fe6be-3bb2-41e9-ace9-30653e050f57 {
  margin-left: auto;
margin-right: auto;
}

#s-746fe6be-3bb2-41e9-ace9-30653e050f57 .shogun-icon-wrapper {
  text-align: center;
}


#s-746fe6be-3bb2-41e9-ace9-30653e050f57 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ef473d85-e541-4e41-b902-053f39303a39 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ef473d85-e541-4e41-b902-053f39303a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef473d85-e541-4e41-b902-053f39303a39.shg-box.shg-c {
  justify-content: center;
}

#s-13c8343b-1a1a-4231-ab32-150ab4472ac9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-13c8343b-1a1a-4231-ab32-150ab4472ac9 .shg-proportional-font-size,
#s-13c8343b-1a1a-4231-ab32-150ab4472ac9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-edbdbed4-0f11-46ee-849e-4b21efecbae2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-edbdbed4-0f11-46ee-849e-4b21efecbae2 .shg-proportional-font-size,
#s-edbdbed4-0f11-46ee-849e-4b21efecbae2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-14dd939f-def0-4586-965f-bfe318de54b6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-14dd939f-def0-4586-965f-bfe318de54b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14dd939f-def0-4586-965f-bfe318de54b6.shg-box.shg-c {
  justify-content: center;
}

#s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2da9acd7-a5a7-44bb-a38f-db0fe5fd5cd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e53624b7-66dc-4d76-88ea-bf1b2c4ce1e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e53624b7-66dc-4d76-88ea-bf1b2c4ce1e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e53624b7-66dc-4d76-88ea-bf1b2c4ce1e0.shg-box.shg-c {
  justify-content: center;
}

#s-9507a1cb-c966-4ef4-b995-bc573d1550ed {
  margin-left: auto;
margin-right: auto;
}

#s-9507a1cb-c966-4ef4-b995-bc573d1550ed .shogun-icon-wrapper {
  text-align: center;
}


#s-9507a1cb-c966-4ef4-b995-bc573d1550ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-cf569540-9ee9-4743-90fa-cc4536b694d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cf569540-9ee9-4743-90fa-cc4536b694d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf569540-9ee9-4743-90fa-cc4536b694d6.shg-box.shg-c {
  justify-content: center;
}

#s-3938e81c-f2c5-4c0d-8eec-92fafd9f5226 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-3938e81c-f2c5-4c0d-8eec-92fafd9f5226 .shg-proportional-font-size,
#s-3938e81c-f2c5-4c0d-8eec-92fafd9f5226 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec72d20f-49a4-49e5-bc25-737217d090a4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-ec72d20f-49a4-49e5-bc25-737217d090a4 .shg-proportional-font-size,
#s-ec72d20f-49a4-49e5-bc25-737217d090a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e19467e2-b62b-41a2-8c96-c0e3bd47a6d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-e19467e2-b62b-41a2-8c96-c0e3bd47a6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e19467e2-b62b-41a2-8c96-c0e3bd47a6d9.shg-box.shg-c {
  justify-content: center;
}

#s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9a1c7ea-baff-4fc2-9523-bbedd073a28e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-34ced68c-ef89-44f2-9abd-9cdacc3c1688 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-34ced68c-ef89-44f2-9abd-9cdacc3c1688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34ced68c-ef89-44f2-9abd-9cdacc3c1688.shg-box.shg-c {
  justify-content: center;
}

#s-ccf4de17-d310-4645-9086-5e77360e8f5d {
  margin-left: auto;
margin-right: auto;
}

#s-ccf4de17-d310-4645-9086-5e77360e8f5d .shogun-icon-wrapper {
  text-align: center;
}


#s-ccf4de17-d310-4645-9086-5e77360e8f5d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}

#s-b3a57c8f-a48e-4d8c-a2e5-c4b3b4955c1e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b3a57c8f-a48e-4d8c-a2e5-c4b3b4955c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3a57c8f-a48e-4d8c-a2e5-c4b3b4955c1e.shg-box.shg-c {
  justify-content: center;
}

#s-b63a9b17-fa83-4575-b762-907659d8b2f7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-b63a9b17-fa83-4575-b762-907659d8b2f7 .shg-proportional-font-size,
#s-b63a9b17-fa83-4575-b762-907659d8b2f7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-21c948a7-bed6-4ca9-bd39-b252ef133883 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-21c948a7-bed6-4ca9-bd39-b252ef133883 .shg-proportional-font-size,
#s-21c948a7-bed6-4ca9-bd39-b252ef133883 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f154e705-7a18-4a8b-9752-2dde629d72a1 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f154e705-7a18-4a8b-9752-2dde629d72a1 {
  display: none;
}
#s-f154e705-7a18-4a8b-9752-2dde629d72a1, #wrap-s-f154e705-7a18-4a8b-9752-2dde629d72a1, #wrap-content-s-f154e705-7a18-4a8b-9752-2dde629d72a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f154e705-7a18-4a8b-9752-2dde629d72a1 {
  display: none;
}
#s-f154e705-7a18-4a8b-9752-2dde629d72a1, #wrap-s-f154e705-7a18-4a8b-9752-2dde629d72a1, #wrap-content-s-f154e705-7a18-4a8b-9752-2dde629d72a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f154e705-7a18-4a8b-9752-2dde629d72a1 {
  
}
}@media (max-width: 767px){#s-f154e705-7a18-4a8b-9752-2dde629d72a1 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-f154e705-7a18-4a8b-9752-2dde629d72a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f154e705-7a18-4a8b-9752-2dde629d72a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f154e705-7a18-4a8b-9752-2dde629d72a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f154e705-7a18-4a8b-9752-2dde629d72a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3487fa09-e93b-40bc-9f67-e0d2bcd09cc1 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-3487fa09-e93b-40bc-9f67-e0d2bcd09cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3487fa09-e93b-40bc-9f67-e0d2bcd09cc1.shg-box.shg-c {
  justify-content: center;
}

#s-0e048d73-1fc6-460c-9dcc-c99eb04e779d {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e048d73-1fc6-460c-9dcc-c99eb04e779d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3c48d243-fbef-4097-ad76-9f778cd50e90 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3c48d243-fbef-4097-ad76-9f778cd50e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c48d243-fbef-4097-ad76-9f778cd50e90.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-3c48d243-fbef-4097-ad76-9f778cd50e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c48d243-fbef-4097-ad76-9f778cd50e90.shg-box.shg-c {
  justify-content: center;
}
}
#s-ef82443e-154c-47b1-8c87-a1d84dae5237 {
  margin-left: auto;
margin-right: auto;
}

#s-ef82443e-154c-47b1-8c87-a1d84dae5237 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef82443e-154c-47b1-8c87-a1d84dae5237 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-ef82443e-154c-47b1-8c87-a1d84dae5237 .shogun-icon-wrapper {
  text-align: left;
}


#s-ef82443e-154c-47b1-8c87-a1d84dae5237 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-5dbb3e11-9360-4ba9-b3cf-b88c2de7e4c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5dbb3e11-9360-4ba9-b3cf-b88c2de7e4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dbb3e11-9360-4ba9-b3cf-b88c2de7e4c4.shg-box.shg-c {
  justify-content: center;
}

#s-48e720fa-5b53-45a4-a1c6-d1ad80f1236e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-48e720fa-5b53-45a4-a1c6-d1ad80f1236e .shg-proportional-font-size,
#s-48e720fa-5b53-45a4-a1c6-d1ad80f1236e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-61e659ce-e6ae-4ef0-aff7-446ce5abab0c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-61e659ce-e6ae-4ef0-aff7-446ce5abab0c .shg-proportional-font-size,
#s-61e659ce-e6ae-4ef0-aff7-446ce5abab0c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c306ad0f-1b1b-472b-84ac-0552e7666117 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-c306ad0f-1b1b-472b-84ac-0552e7666117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c306ad0f-1b1b-472b-84ac-0552e7666117.shg-box.shg-c {
  justify-content: center;
}

#s-519a30c6-fbd9-4143-9dd6-f4616e9ee412 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-519a30c6-fbd9-4143-9dd6-f4616e9ee412"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cfdd97b0-7afd-49a0-8106-e451e8264cf3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cfdd97b0-7afd-49a0-8106-e451e8264cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfdd97b0-7afd-49a0-8106-e451e8264cf3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-cfdd97b0-7afd-49a0-8106-e451e8264cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfdd97b0-7afd-49a0-8106-e451e8264cf3.shg-box.shg-c {
  justify-content: center;
}
}
#s-503cc743-c187-4c66-9626-ad9b00c1fa37 {
  margin-left: auto;
margin-right: auto;
}

#s-503cc743-c187-4c66-9626-ad9b00c1fa37 .shogun-icon-wrapper {
  text-align: center;
}


#s-503cc743-c187-4c66-9626-ad9b00c1fa37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-503cc743-c187-4c66-9626-ad9b00c1fa37 .shogun-icon-wrapper {
  text-align: left;
}


#s-503cc743-c187-4c66-9626-ad9b00c1fa37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-60860d7b-00ce-459e-a508-b66b4b6b1c06 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-60860d7b-00ce-459e-a508-b66b4b6b1c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60860d7b-00ce-459e-a508-b66b4b6b1c06.shg-box.shg-c {
  justify-content: center;
}

#s-abd068e1-e096-49ef-a883-8f1fee3dccd4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-abd068e1-e096-49ef-a883-8f1fee3dccd4 .shg-proportional-font-size,
#s-abd068e1-e096-49ef-a883-8f1fee3dccd4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25653ee1-64b3-4cdc-8d0b-43adad88fadf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-25653ee1-64b3-4cdc-8d0b-43adad88fadf .shg-proportional-font-size,
#s-25653ee1-64b3-4cdc-8d0b-43adad88fadf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-83b89bf6-f0b0-4982-a773-d7222f331b51 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-83b89bf6-f0b0-4982-a773-d7222f331b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83b89bf6-f0b0-4982-a773-d7222f331b51.shg-box.shg-c {
  justify-content: center;
}

#s-871a0e94-b51a-49a6-8b5d-cfc44055285c {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-871a0e94-b51a-49a6-8b5d-cfc44055285c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-503b90e1-ef38-4d4a-ae76-41a5feec694c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-503b90e1-ef38-4d4a-ae76-41a5feec694c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-503b90e1-ef38-4d4a-ae76-41a5feec694c.shg-box.shg-c {
  justify-content: center;
}

#s-19f592a1-2b5b-43ec-85ff-dd4fa78fe82c {
  margin-left: auto;
margin-right: auto;
}

#s-19f592a1-2b5b-43ec-85ff-dd4fa78fe82c .shogun-icon-wrapper {
  text-align: center;
}


#s-19f592a1-2b5b-43ec-85ff-dd4fa78fe82c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-19f592a1-2b5b-43ec-85ff-dd4fa78fe82c .shogun-icon-wrapper {
  text-align: left;
}


#s-19f592a1-2b5b-43ec-85ff-dd4fa78fe82c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-e8a71668-ea53-4007-8e43-36a584802452 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e8a71668-ea53-4007-8e43-36a584802452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8a71668-ea53-4007-8e43-36a584802452.shg-box.shg-c {
  justify-content: center;
}

#s-4afb19bd-6be3-4fed-8911-3e773b389da9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-4afb19bd-6be3-4fed-8911-3e773b389da9 .shg-proportional-font-size,
#s-4afb19bd-6be3-4fed-8911-3e773b389da9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cd71926-ebc4-49d6-860f-ae8e015f4c4b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-2cd71926-ebc4-49d6-860f-ae8e015f4c4b .shg-proportional-font-size,
#s-2cd71926-ebc4-49d6-860f-ae8e015f4c4b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b3cbfcf8-a33b-483e-a29d-c34bd2a92f3f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
}








#s-b3cbfcf8-a33b-483e-a29d-c34bd2a92f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3cbfcf8-a33b-483e-a29d-c34bd2a92f3f.shg-box.shg-c {
  justify-content: center;
}

#s-d8416583-c982-42df-829d-8d634e21312e {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8416583-c982-42df-829d-8d634e21312e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5f8eef22-2c17-46e5-8b4e-8b91d297206c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f8eef22-2c17-46e5-8b4e-8b91d297206c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f8eef22-2c17-46e5-8b4e-8b91d297206c.shg-box.shg-c {
  justify-content: center;
}

#s-2c76a262-e9f6-4921-be3e-b2669cbe3bdd {
  margin-left: auto;
margin-right: auto;
}

#s-2c76a262-e9f6-4921-be3e-b2669cbe3bdd .shogun-icon-wrapper {
  text-align: center;
}


#s-2c76a262-e9f6-4921-be3e-b2669cbe3bdd .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-2c76a262-e9f6-4921-be3e-b2669cbe3bdd .shogun-icon-wrapper {
  text-align: left;
}


#s-2c76a262-e9f6-4921-be3e-b2669cbe3bdd .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 0, 0, 1);
}
}
#s-870e8565-5f3e-4b5a-92c8-7f0d5717f2ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-870e8565-5f3e-4b5a-92c8-7f0d5717f2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-870e8565-5f3e-4b5a-92c8-7f0d5717f2ab.shg-box.shg-c {
  justify-content: center;
}

#s-9de1072d-888f-4805-b69f-46303308c660 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-9de1072d-888f-4805-b69f-46303308c660 .shg-proportional-font-size,
#s-9de1072d-888f-4805-b69f-46303308c660 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dfaaac9b-071e-4e2e-af41-db25ab376c43 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dfaaac9b-071e-4e2e-af41-db25ab376c43 .shg-proportional-font-size,
#s-dfaaac9b-071e-4e2e-af41-db25ab376c43 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1d17bc4d-7f50-4e89-95ba-7b07c47c8fc1 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-1d17bc4d-7f50-4e89-95ba-7b07c47c8fc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d17bc4d-7f50-4e89-95ba-7b07c47c8fc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d17bc4d-7f50-4e89-95ba-7b07c47c8fc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d17bc4d-7f50-4e89-95ba-7b07c47c8fc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7f70aa50-eb17-4dbd-8558-d8e0d8be9149 {
  margin-right: auto;
min-height: 50px;
}








#s-7f70aa50-eb17-4dbd-8558-d8e0d8be9149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f70aa50-eb17-4dbd-8558-d8e0d8be9149.shg-box.shg-c {
  justify-content: center;
}

#s-7cb9c815-1180-4048-9603-b01b74865467 .shg-proportional-font-size,
#s-7cb9c815-1180-4048-9603-b01b74865467 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa {
  display: none;
}
#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa, #wrap-s-12abb9c9-35b0-4ced-96d6-a60e82f458aa, #wrap-content-s-12abb9c9-35b0-4ced-96d6-a60e82f458aa { display: none !important; }}@media (max-width: 767px){#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa {
  display: none;
}
#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa, #wrap-s-12abb9c9-35b0-4ced-96d6-a60e82f458aa, #wrap-content-s-12abb9c9-35b0-4ced-96d6-a60e82f458aa { display: none !important; }}
#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa .shg-proportional-font-size,
#s-12abb9c9-35b0-4ced-96d6-a60e82f458aa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b5f81fe0-7199-4932-84b1-94c78cfd486e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b5f81fe0-7199-4932-84b1-94c78cfd486e {
  display: none;
}
#s-b5f81fe0-7199-4932-84b1-94c78cfd486e, #wrap-s-b5f81fe0-7199-4932-84b1-94c78cfd486e, #wrap-content-s-b5f81fe0-7199-4932-84b1-94c78cfd486e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5f81fe0-7199-4932-84b1-94c78cfd486e {
  display: none;
}
#s-b5f81fe0-7199-4932-84b1-94c78cfd486e, #wrap-s-b5f81fe0-7199-4932-84b1-94c78cfd486e, #wrap-content-s-b5f81fe0-7199-4932-84b1-94c78cfd486e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5f81fe0-7199-4932-84b1-94c78cfd486e {
  
}
}@media (max-width: 767px){#s-b5f81fe0-7199-4932-84b1-94c78cfd486e {
  margin-bottom: 10px;
}
}
#s-b5f81fe0-7199-4932-84b1-94c78cfd486e .shg-proportional-font-size,
#s-b5f81fe0-7199-4932-84b1-94c78cfd486e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b3dca42b-e37a-416d-82b4-efce37e6ca9e .shg-proportional-font-size,
#s-b3dca42b-e37a-416d-82b4-efce37e6ca9e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-97c83e37-1f1c-403d-8a44-1283402f83c3 {
  margin-top: 15px;
margin-bottom: 15px;
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(237, 28, 36, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-97c83e37-1f1c-403d-8a44-1283402f83c3: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-97c83e37-1f1c-403d-8a44-1283402f83c3: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-97c83e37-1f1c-403d-8a44-1283402f83c3-root {
    text-align: left;
  }


#s-97c83e37-1f1c-403d-8a44-1283402f83c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-97c83e37-1f1c-403d-8a44-1283402f83c3-root {
    text-align: left;
  }


#s-97c83e37-1f1c-403d-8a44-1283402f83c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-97c83e37-1f1c-403d-8a44-1283402f83c3-root {
    text-align: left;
  }


#s-97c83e37-1f1c-403d-8a44-1283402f83c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-97c83e37-1f1c-403d-8a44-1283402f83c3-root {
    text-align: left;
  }


#s-97c83e37-1f1c-403d-8a44-1283402f83c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-97c83e37-1f1c-403d-8a44-1283402f83c3-root {
    text-align: left;
  }


#s-97c83e37-1f1c-403d-8a44-1283402f83c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-83ce9e27-8e27-40c8-8212-23b1646e4930 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 28, 36, 1);
}








#s-83ce9e27-8e27-40c8-8212-23b1646e4930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83ce9e27-8e27-40c8-8212-23b1646e4930.shg-box.shg-c {
  justify-content: center;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
max-width: 1962px;
text-align: center;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef-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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 25px;
  margin-bottom: 20px;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1962px;

  /* 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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef-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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef 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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef-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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef 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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef-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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef 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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef-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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef 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-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ed55114-2cb0-4999-9bf0-1a6ab64c21ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e74393a2-2bc1-4193-8e9a-52563c29c8db {
  margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}
@media (max-width: 767px){#s-e74393a2-2bc1-4193-8e9a-52563c29c8db {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e74393a2-2bc1-4193-8e9a-52563c29c8db .shg-proportional-font-size,
#s-e74393a2-2bc1-4193-8e9a-52563c29c8db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f79e0d9b-fb9c-4749-97be-32ddc18ca29c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgb(0, 0, 0);
}








#s-f79e0d9b-fb9c-4749-97be-32ddc18ca29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f79e0d9b-fb9c-4749-97be-32ddc18ca29c.shg-box.shg-c {
  justify-content: center;
}

#s-8483551b-8cfc-46fa-b186-105c3383a6bb {
  margin-top: 70px;
margin-left: 7%;
margin-bottom: 70px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8483551b-8cfc-46fa-b186-105c3383a6bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-66feda6b-7ce5-47db-b386-d37f7ee8bd92 .shg-proportional-font-size,
#s-66feda6b-7ce5-47db-b386-d37f7ee8bd92 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-dd1eec20-afd2-4720-ab22-b0771158f13d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-dd1eec20-afd2-4720-ab22-b0771158f13d {
  display: none;
}
#s-dd1eec20-afd2-4720-ab22-b0771158f13d, #wrap-s-dd1eec20-afd2-4720-ab22-b0771158f13d, #wrap-content-s-dd1eec20-afd2-4720-ab22-b0771158f13d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd1eec20-afd2-4720-ab22-b0771158f13d {
  display: none;
}
#s-dd1eec20-afd2-4720-ab22-b0771158f13d, #wrap-s-dd1eec20-afd2-4720-ab22-b0771158f13d, #wrap-content-s-dd1eec20-afd2-4720-ab22-b0771158f13d { display: none !important; }}
#s-dd1eec20-afd2-4720-ab22-b0771158f13d .shg-proportional-font-size,
#s-dd1eec20-afd2-4720-ab22-b0771158f13d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b1159733-793a-44b7-bb3b-3667cbf0205a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-b1159733-793a-44b7-bb3b-3667cbf0205a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1159733-793a-44b7-bb3b-3667cbf0205a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1159733-793a-44b7-bb3b-3667cbf0205a {
  display: none;
}
#s-b1159733-793a-44b7-bb3b-3667cbf0205a, #wrap-s-b1159733-793a-44b7-bb3b-3667cbf0205a, #wrap-content-s-b1159733-793a-44b7-bb3b-3667cbf0205a { display: none !important; }}@media (max-width: 767px){#s-b1159733-793a-44b7-bb3b-3667cbf0205a {
  display: none;
}
#s-b1159733-793a-44b7-bb3b-3667cbf0205a, #wrap-s-b1159733-793a-44b7-bb3b-3667cbf0205a, #wrap-content-s-b1159733-793a-44b7-bb3b-3667cbf0205a { display: none !important; }}
#s-b1159733-793a-44b7-bb3b-3667cbf0205a .shg-proportional-font-size,
#s-b1159733-793a-44b7-bb3b-3667cbf0205a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bf7515da-2498-4055-bc16-3474c958cd54 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf7515da-2498-4055-bc16-3474c958cd54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6f07dc7a-0b88-4471-aa96-696334ad892b .shg-proportional-font-size,
#s-6f07dc7a-0b88-4471-aa96-696334ad892b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9cb31e9d-08cc-4522-b099-2f8f10a98f2c .shg-proportional-font-size,
#s-9cb31e9d-08cc-4522-b099-2f8f10a98f2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5aeec746-3d79-45a1-81ab-414a56a20e32 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5aeec746-3d79-45a1-81ab-414a56a20e32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-981bedbd-84a1-4951-9aa4-08a2cddd9dcb .shg-proportional-font-size,
#s-981bedbd-84a1-4951-9aa4-08a2cddd9dcb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ff3a2b3f-5b10-401c-8d07-c58cea2abbaa .shg-proportional-font-size,
#s-ff3a2b3f-5b10-401c-8d07-c58cea2abbaa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3de5e8df-ef4a-4327-b479-dbc56e0579cb {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3de5e8df-ef4a-4327-b479-dbc56e0579cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3c6e7d19-d3ff-4f2a-b233-8ae969fa764e .shg-proportional-font-size,
#s-3c6e7d19-d3ff-4f2a-b233-8ae969fa764e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-0fe92ca7-daca-48bd-9f9a-5e1e1e648402 .shg-proportional-font-size,
#s-0fe92ca7-daca-48bd-9f9a-5e1e1e648402 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-556580fc-0173-4570-a09a-51bfd36bc598 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-556580fc-0173-4570-a09a-51bfd36bc598"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-734c8199-7330-463d-8691-4f286895932e .shg-proportional-font-size,
#s-734c8199-7330-463d-8691-4f286895932e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4bd36d76-61df-41f0-ac3f-0a05d160431a .shg-proportional-font-size,
#s-4bd36d76-61df-41f0-ac3f-0a05d160431a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4f648ae1-698e-4b16-b565-201ee5035bc5 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f648ae1-698e-4b16-b565-201ee5035bc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0cb8db99-481e-4a2c-8b75-4c13c017222c .shg-proportional-font-size,
#s-0cb8db99-481e-4a2c-8b75-4c13c017222c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ab501ce9-279d-4598-a791-7f5327666854 .shg-proportional-font-size,
#s-ab501ce9-279d-4598-a791-7f5327666854 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5de71c3e-eb77-4925-b3ce-bfac9d811c59 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5de71c3e-eb77-4925-b3ce-bfac9d811c59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5448f4a2-5eb5-41c9-aef4-29c1898ec560 .shg-proportional-font-size,
#s-5448f4a2-5eb5-41c9-aef4-29c1898ec560 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1f031f07-4caa-4008-87db-d3f6a34f95ad .shg-proportional-font-size,
#s-1f031f07-4caa-4008-87db-d3f6a34f95ad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aedf9431-3d4f-4c2d-9367-4cb665e88a3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e559fbd4-ae66-4e6c-833b-afb4c62867b5 .shg-proportional-font-size,
#s-e559fbd4-ae66-4e6c-833b-afb4c62867b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-110a8c99-7467-48d5-941d-65c2e094b807 .shg-proportional-font-size,
#s-110a8c99-7467-48d5-941d-65c2e094b807 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b73d9c7c-71e3-4420-9b5c-42426e2275ce {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(237, 28, 36, 1);
}








#s-b73d9c7c-71e3-4420-9b5c-42426e2275ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b73d9c7c-71e3-4420-9b5c-42426e2275ce.shg-box.shg-c {
  justify-content: center;
}

#s-f2dd6118-8d24-4a01-9f83-86b288643986 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-f2dd6118-8d24-4a01-9f83-86b288643986 {
  display: none;
}
#s-f2dd6118-8d24-4a01-9f83-86b288643986, #wrap-s-f2dd6118-8d24-4a01-9f83-86b288643986, #wrap-content-s-f2dd6118-8d24-4a01-9f83-86b288643986 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2dd6118-8d24-4a01-9f83-86b288643986 {
  display: none;
}
#s-f2dd6118-8d24-4a01-9f83-86b288643986, #wrap-s-f2dd6118-8d24-4a01-9f83-86b288643986, #wrap-content-s-f2dd6118-8d24-4a01-9f83-86b288643986 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2dd6118-8d24-4a01-9f83-86b288643986 {
  
}
}@media (max-width: 767px){#s-f2dd6118-8d24-4a01-9f83-86b288643986 {
  
}
}
#s-f2dd6118-8d24-4a01-9f83-86b288643986 .shg-proportional-font-size,
#s-f2dd6118-8d24-4a01-9f83-86b288643986 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa {
  display: none;
}
#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa, #wrap-s-548bd649-a5c2-42de-8a11-dfe4f9e341fa, #wrap-content-s-548bd649-a5c2-42de-8a11-dfe4f9e341fa { display: none !important; }}@media (max-width: 767px){#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa {
  display: none;
}
#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa, #wrap-s-548bd649-a5c2-42de-8a11-dfe4f9e341fa, #wrap-content-s-548bd649-a5c2-42de-8a11-dfe4f9e341fa { display: none !important; }}
#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa .shg-proportional-font-size,
#s-548bd649-a5c2-42de-8a11-dfe4f9e341fa .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b21df22a-4611-491c-8cfc-9ce98f033337 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b21df22a-4611-491c-8cfc-9ce98f033337 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b21df22a-4611-491c-8cfc-9ce98f033337 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b21df22a-4611-491c-8cfc-9ce98f033337 {
  
}
}@media (max-width: 767px){#s-b21df22a-4611-491c-8cfc-9ce98f033337 {
  
}
}
#s-b21df22a-4611-491c-8cfc-9ce98f033337 .shg-proportional-font-size,
#s-b21df22a-4611-491c-8cfc-9ce98f033337 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec518a2c-fa8d-42b6-92a7-a58d692746d6 {
  margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-ec518a2c-fa8d-42b6-92a7-a58d692746d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec518a2c-fa8d-42b6-92a7-a58d692746d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ec518a2c-fa8d-42b6-92a7-a58d692746d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec518a2c-fa8d-42b6-92a7-a58d692746d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-40e6e950-ab22-4c12-973d-1eaa8791969c {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-40e6e950-ab22-4c12-973d-1eaa8791969c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40e6e950-ab22-4c12-973d-1eaa8791969c.shg-box.shg-c {
  justify-content: center;
}

#s-24d9fbc9-418d-4db3-b57d-2b199712ad31 {
  margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
}

#s-24d9fbc9-418d-4db3-b57d-2b199712ad31 .shg-proportional-font-size,
#s-24d9fbc9-418d-4db3-b57d-2b199712ad31 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-23d96116-9eb1-4110-aa32-95b98ab48676 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-23d96116-9eb1-4110-aa32-95b98ab48676 .shg-proportional-font-size,
#s-23d96116-9eb1-4110-aa32-95b98ab48676 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
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(237, 28, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95: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-ba8d7a20-a544-4b81-9f83-a2b10cc88f95: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-ba8d7a20-a544-4b81-9f83-a2b10cc88f95-root {
    text-align: center;
  }


#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95-root {
    text-align: center;
  }


#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95-root {
    text-align: center;
  }


#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95-root {
    text-align: center;
  }


#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95-root {
    text-align: center;
  }


#s-ba8d7a20-a544-4b81-9f83-a2b10cc88f95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Archivo Narrow;
  display:  inline-block ;
}
}
#s-dc6d0fb0-aeb6-4ae5-aad1-d4fb74732031 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-dc6d0fb0-aeb6-4ae5-aad1-d4fb74732031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc6d0fb0-aeb6-4ae5-aad1-d4fb74732031.shg-box.shg-c {
  justify-content: center;
}

#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb {
  display: none;
}
#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb, #wrap-s-6c677bec-31fd-4e1e-af67-34e6275ed7cb, #wrap-content-s-6c677bec-31fd-4e1e-af67-34e6275ed7cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb {
  display: none;
}
#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb, #wrap-s-6c677bec-31fd-4e1e-af67-34e6275ed7cb, #wrap-content-s-6c677bec-31fd-4e1e-af67-34e6275ed7cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb {
  
}
}@media (max-width: 767px){#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb {
  
}
}
#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb .shg-proportional-font-size,
#s-6c677bec-31fd-4e1e-af67-34e6275ed7cb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c48c741d-0598-4df8-9882-8284771790f3 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-c48c741d-0598-4df8-9882-8284771790f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c48c741d-0598-4df8-9882-8284771790f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c48c741d-0598-4df8-9882-8284771790f3 {
  display: none;
}
#s-c48c741d-0598-4df8-9882-8284771790f3, #wrap-s-c48c741d-0598-4df8-9882-8284771790f3, #wrap-content-s-c48c741d-0598-4df8-9882-8284771790f3 { display: none !important; }}@media (max-width: 767px){#s-c48c741d-0598-4df8-9882-8284771790f3 {
  display: none;
}
#s-c48c741d-0598-4df8-9882-8284771790f3, #wrap-s-c48c741d-0598-4df8-9882-8284771790f3, #wrap-content-s-c48c741d-0598-4df8-9882-8284771790f3 { display: none !important; }}
#s-c48c741d-0598-4df8-9882-8284771790f3 .shg-proportional-font-size,
#s-c48c741d-0598-4df8-9882-8284771790f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e23cdc64-9482-4f8d-a0e0-d2dba82559bd {
  margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
background-color: rgba(244, 241, 234, 1);
}

@media (min-width: 0px) {
[id="s-e23cdc64-9482-4f8d-a0e0-d2dba82559bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e23cdc64-9482-4f8d-a0e0-d2dba82559bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e23cdc64-9482-4f8d-a0e0-d2dba82559bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e23cdc64-9482-4f8d-a0e0-d2dba82559bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-d820aeeb-5d09-40a0-ab49-8b4e01ffe612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ebb8b616-d978-4530-a764-69b80b1cb121 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-ebb8b616-d978-4530-a764-69b80b1cb121 .shg-proportional-font-size,
#s-ebb8b616-d978-4530-a764-69b80b1cb121 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-954df224-5691-4df7-8351-207ee30cc6e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-148d1436-2212-47c0-98a1-f2b7936680e3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-148d1436-2212-47c0-98a1-f2b7936680e3 .shg-proportional-font-size,
#s-148d1436-2212-47c0-98a1-f2b7936680e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-f2fc8fca-0cc1-45b3-beb2-3ccd96bb1f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e064f336-b98f-4522-97b0-b9fca2cc6925 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-e064f336-b98f-4522-97b0-b9fca2cc6925 .shg-proportional-font-size,
#s-e064f336-b98f-4522-97b0-b9fca2cc6925 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-74439653-5ff9-49d7-a55b-48249b356a33 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-efbe3c7e-26df-424d-ab2e-b6e01a006e7e {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-efbe3c7e-26df-424d-ab2e-b6e01a006e7e .shg-proportional-font-size,
#s-efbe3c7e-26df-424d-ab2e-b6e01a006e7e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-6b90b158-13d2-40b5-8e29-2d3da08f5c9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-30b58b79-c78f-43d1-b77b-1f0adb40b8c5 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-30b58b79-c78f-43d1-b77b-1f0adb40b8c5 .shg-proportional-font-size,
#s-30b58b79-c78f-43d1-b77b-1f0adb40b8c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-411fcc13-f349-49b0-bef6-4a659f1679ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-eebbcca0-6ce3-49e8-938f-7f2fc56bdf7b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-eebbcca0-6ce3-49e8-938f-7f2fc56bdf7b .shg-proportional-font-size,
#s-eebbcca0-6ce3-49e8-938f-7f2fc56bdf7b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 td.shogun-table-column {
  background-color: #fff;
  padding: 2px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-dac0b04e-cdf0-45f9-872f-77c2b8052525 td.shogun-table-column, #s-dac0b04e-cdf0-45f9-872f-77c2b8052525 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

.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-b9b61deb-11cf-4846-9826-98b20fdb5211 {
  margin-left: auto;
margin-right: auto;
}

#s-a3c8d4be-e0d7-4486-98d2-741c288ec045 {
  margin-left: auto;
margin-right: auto;
}

#s-4fdb1a3d-6e9a-4f53-b210-174b4a73fc76 {
  margin-left: auto;
margin-right: auto;
}

#s-197a620c-54cc-466f-8f13-62d622d2f196 {
  margin-left: auto;
margin-right: auto;
}

#s-86a97aab-8203-4f0e-88d9-1aad59f0fb48 {
  margin-left: auto;
margin-right: auto;
}

#s-e8e96b3f-3db5-42e2-8028-6cb1d678a210 {
  margin-left: auto;
margin-right: auto;
}

#s-162f3811-8b34-480c-9f02-536d52090f7b {
  margin-left: auto;
margin-right: auto;
}

#s-4f624ac6-057c-46e9-83eb-939f365d4737 {
  margin-left: auto;
margin-right: auto;
}

#s-3ea54124-f6d7-41ab-8a8b-cf8957f98e48 {
  margin-left: auto;
margin-right: auto;
}

#s-34678d35-d9ed-4e82-8cb2-149340001164 {
  margin-left: auto;
margin-right: auto;
}

#s-f11590e3-2500-483e-a7ba-6830ddfc8cb8 {
  margin-left: auto;
margin-right: auto;
}

#s-1690b08f-1424-4244-93d6-b1fe6912c03c {
  margin-left: auto;
margin-right: auto;
}

#s-e761310a-5841-495b-b6e7-87a1d8a74d35 {
  margin-left: auto;
margin-right: auto;
}

#s-f1ebb68e-a623-47ec-95c2-d570fba30836 {
  margin-left: auto;
margin-right: auto;
}

#s-a6c1578b-001b-4278-99ed-36473893ad9b {
  margin-left: auto;
margin-right: auto;
}

#s-cc09915b-1323-4936-ad57-35777f971b70 {
  margin-left: auto;
margin-right: auto;
}

#s-c215a306-9474-4fdb-b7cf-e54dca4b058d {
  margin-left: auto;
margin-right: auto;
}

#s-781a3ff3-c32a-4468-915d-e06a65917676 {
  margin-left: auto;
margin-right: auto;
}

#s-33825ff8-fbfb-462b-bebe-bf95db7487c1 {
  margin-left: auto;
margin-right: auto;
}

#s-f1222218-9a67-4f58-933f-282d4d1665be {
  margin-left: auto;
margin-right: auto;
}

#s-385e0fa2-ff3a-4ef0-88b3-ca283d411521 {
  margin-left: auto;
margin-right: auto;
}

#s-f4daf376-2204-4ff3-81c5-6e195e1e541f {
  margin-left: auto;
margin-right: auto;
}

#s-62e6f21f-e089-4771-b75a-37b179ba7d35 {
  margin-left: auto;
margin-right: auto;
}

#s-0839aa01-de1d-4e79-83a2-71fab63514ce {
  margin-left: auto;
margin-right: auto;
}

#s-e41e7c99-0fde-486e-9e3b-88656d200bab {
  margin-left: auto;
margin-right: auto;
}

#s-b8b340ea-6372-49c8-b5d2-c283e74702b6 {
  margin-left: auto;
margin-right: auto;
}

#s-03c7243f-b193-45ab-9ffb-65d3c8fbfa6e {
  margin-left: auto;
margin-right: auto;
}

#s-30655e05-802d-459c-80fa-5f4cc6b46720 {
  margin-left: auto;
margin-right: auto;
}

#s-3ba1ada7-75c6-4645-8c45-4a6f3a67997d {
  margin-left: auto;
margin-right: auto;
}

#s-85f775e8-d357-4110-8c2d-7adc5300c67d {
  margin-left: auto;
margin-right: auto;
}

#s-6fbe8804-0761-4514-bbf2-2ef429ed3ffd {
  margin-left: auto;
margin-right: auto;
}

#s-ceced909-3d23-4ec5-bf3e-a22be82bddb6 {
  margin-left: auto;
margin-right: auto;
}

#s-f22b7177-da91-4131-802c-ba9a307b606d {
  margin-left: auto;
margin-right: auto;
}

#s-1cde5438-6079-4054-bd96-541904c3ecd5 {
  margin-left: auto;
margin-right: auto;
}

#s-0abe7fb8-fa93-44f2-89a1-ac99c6754814 {
  margin-left: auto;
margin-right: auto;
}

#s-03a2e1a5-d844-4c10-9cb3-c41e0a449eb6 {
  margin-left: auto;
margin-right: auto;
}

#s-ff0e3c9d-312d-491e-b861-f1d276a7edf9 {
  margin-left: auto;
margin-right: auto;
}

#s-c6bfbf45-db00-4ddd-842f-f98898fbfcb9 {
  margin-left: auto;
margin-right: auto;
}

#s-0b136923-7b4a-4fa4-9b0e-bc8a7cd661bf {
  margin-left: auto;
margin-right: auto;
}

#s-da4f77cb-1628-49ad-b49d-3802613329aa {
  margin-left: auto;
margin-right: auto;
}

#s-cdc9994c-9d19-4c52-ad58-eaf42a2221b7 {
  margin-left: auto;
margin-right: auto;
}

#s-d452d79d-0091-47c1-9497-63b04bafb0cf {
  margin-left: auto;
margin-right: auto;
}

#s-3eed6e35-0311-4a72-a675-9697dc2a1d84 {
  margin-left: auto;
margin-right: auto;
}

#s-02962ab7-932d-4b2e-9b48-aeeb668ea83c {
  margin-left: auto;
margin-right: auto;
}

#s-3375cb49-e444-4a3d-9da6-6fad34719050 {
  margin-left: auto;
margin-right: auto;
}

#s-47efd1ba-1058-4580-a6a6-ff94ab8c309e {
  margin-left: auto;
margin-right: auto;
}

#s-4ced1434-0e16-45e2-ac6b-3049e7ebce24 {
  margin-left: auto;
margin-right: auto;
}

#s-53136d56-af1e-4bb7-8eb0-138661536795 {
  margin-left: auto;
margin-right: auto;
}

#s-57dba2e6-caa0-48ec-8855-ab00e794b890 {
  margin-left: auto;
margin-right: auto;
}

#s-b8bf75fc-c0c2-4a9e-9d7c-920aa83a0361 {
  margin-left: auto;
margin-right: auto;
}

#s-d82bacce-b0c2-4ded-a4d0-9504ee945df3 {
  margin-left: auto;
margin-right: auto;
}

#s-c72b4e1e-3c97-4890-8db4-a643d4e42992 {
  margin-left: auto;
margin-right: auto;
}

#s-5ac134c6-0bf4-40a1-aab2-fb5df2c35cf2 {
  margin-left: auto;
margin-right: auto;
}

#s-2d49ad5b-23ec-4154-9bd8-53639742fae8 {
  margin-left: auto;
margin-right: auto;
}

#s-46e9b884-1c97-4486-a75e-d91a1f3792f8 {
  margin-left: auto;
margin-right: auto;
}

#s-f95bae83-cc1d-47ad-9aec-584e546415e3 {
  margin-left: auto;
margin-right: auto;
}

#s-c833d9c1-e9f0-4f87-8f0a-d8e27a277350 {
  margin-left: auto;
margin-right: auto;
}

#s-6c58a152-7fad-453d-86b6-e623872c4216 {
  margin-left: auto;
margin-right: auto;
}

#s-4071363c-7233-4f25-a195-e94725abd884 {
  margin-left: auto;
margin-right: auto;
}

#s-a98dd98f-d831-429c-96e3-b97b8f070899 {
  margin-left: auto;
margin-right: auto;
}

#s-dd3d33ce-af31-4c84-ae7c-c50e77b3c1d9 {
  margin-left: auto;
margin-right: auto;
}

#s-aa1a3bb5-deae-4934-9a8a-7640332e0e77 {
  margin-left: auto;
margin-right: auto;
}

#s-f251f98b-333c-4199-823a-2cdf5e4f2912 {
  margin-left: auto;
margin-right: auto;
}

#s-c411e0f9-0794-49ca-a093-c6f337e7c7dd {
  margin-left: auto;
margin-right: auto;
}

#s-97c6eac2-cacc-498f-a7b7-1aa2517db786 {
  margin-left: auto;
margin-right: auto;
}

#s-5c13e40a-1016-4a89-b01d-f926830605d5 {
  margin-left: auto;
margin-right: auto;
}

#s-be57182b-3db7-454d-a23d-bcaaebf07f95 {
  margin-left: auto;
margin-right: auto;
}

#s-ae930394-d85a-456a-8b44-e57c09e2fcdd {
  margin-left: auto;
margin-right: auto;
}

#s-36b54728-27d8-448b-a797-bda436ca5e1f {
  margin-left: auto;
margin-right: auto;
}

#s-a2d8840d-50e7-4f4b-8af0-0eb2812268be {
  margin-left: auto;
margin-right: auto;
}

#s-ff184dbb-fbf3-4ff9-a9af-6a7dc1a2d8b2 {
  margin-left: auto;
margin-right: auto;
}

#s-284964ea-3ac2-4539-b664-4fc99969052f {
  margin-left: auto;
margin-right: auto;
}

#s-d1635076-681e-4fb2-a08a-3016df170c2f {
  margin-left: auto;
margin-right: auto;
}

#s-ed227009-8764-4dd5-b097-99e9a5b10b95 {
  margin-left: auto;
margin-right: auto;
}

#s-90824f97-5e52-4177-935c-ad19c7c2ced0 {
  margin-left: auto;
margin-right: auto;
}

#s-fd14d3ab-d5c2-4f9b-8491-c948bb57cf88 {
  margin-left: auto;
margin-right: auto;
}

#s-a5488f49-fef2-4f64-b94e-582f924fcc70 {
  margin-left: auto;
margin-right: auto;
}

#s-aa27ac07-5ace-4a7a-8f76-88eaabf4274b {
  margin-left: auto;
margin-right: auto;
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-3973591f-1669-4a64-bc3a-65a02ffa6b55 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0e5a498f-80ee-4592-a3ce-b2eeef1c4a0a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-0e5a498f-80ee-4592-a3ce-b2eeef1c4a0a .shg-proportional-font-size,
#s-0e5a498f-80ee-4592-a3ce-b2eeef1c4a0a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-cc80b1f2-3712-4c49-8852-86f9951cd2bf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ae792e9d-6e1a-4131-9f65-dfd990a3e9d8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-ae792e9d-6e1a-4131-9f65-dfd990a3e9d8 .shg-proportional-font-size,
#s-ae792e9d-6e1a-4131-9f65-dfd990a3e9d8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-60f305ac-2ada-4d54-82ea-88ec8c3107fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b1993b15-153c-4945-bf44-03f4cd829ae3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-b1993b15-153c-4945-bf44-03f4cd829ae3 .shg-proportional-font-size,
#s-b1993b15-153c-4945-bf44-03f4cd829ae3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-eb22349b-427a-4dae-bf64-7bb017845e94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-08be50f5-52a7-4a9e-8bd9-0051b5cbcab6 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-08be50f5-52a7-4a9e-8bd9-0051b5cbcab6 .shg-proportional-font-size,
#s-08be50f5-52a7-4a9e-8bd9-0051b5cbcab6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-11ec8162-126b-4164-93a3-28d9648e5559 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4bef6a98-8bb0-4177-9784-ca73993a7c5a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-4bef6a98-8bb0-4177-9784-ca73993a7c5a .shg-proportional-font-size,
#s-4bef6a98-8bb0-4177-9784-ca73993a7c5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(237, 28, 36, 1);
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(237, 28, 36, 1);
  text-align: left;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-30600e18-6bb6-48a2-887a-c943aec581b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1eb5490c-d6be-443a-9b5b-5f415298f89d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-1eb5490c-d6be-443a-9b5b-5f415298f89d .shg-proportional-font-size,
#s-1eb5490c-d6be-443a-9b5b-5f415298f89d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c99f0ed5-1dd1-4ec8-97b1-e8a99822a569 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 241, 234, 1);
}








#s-c99f0ed5-1dd1-4ec8-97b1-e8a99822a569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c99f0ed5-1dd1-4ec8-97b1-e8a99822a569.shg-box.shg-c {
  justify-content: center;
}

#s-dede6edd-35a5-436e-ad33-e78bbfcdd50d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgb(0, 0, 0);
}








#s-dede6edd-35a5-436e-ad33-e78bbfcdd50d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dede6edd-35a5-436e-ad33-e78bbfcdd50d.shg-box.shg-c {
  justify-content: center;
}

#s-b34f11c5-9981-4134-b59c-0abe36e64584 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b34f11c5-9981-4134-b59c-0abe36e64584 {
  display: none;
}
#s-b34f11c5-9981-4134-b59c-0abe36e64584, #wrap-s-b34f11c5-9981-4134-b59c-0abe36e64584, #wrap-content-s-b34f11c5-9981-4134-b59c-0abe36e64584 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b34f11c5-9981-4134-b59c-0abe36e64584 {
  display: none;
}
#s-b34f11c5-9981-4134-b59c-0abe36e64584, #wrap-s-b34f11c5-9981-4134-b59c-0abe36e64584, #wrap-content-s-b34f11c5-9981-4134-b59c-0abe36e64584 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b34f11c5-9981-4134-b59c-0abe36e64584 {
  
}
}@media (max-width: 767px){#s-b34f11c5-9981-4134-b59c-0abe36e64584 {
  margin-bottom: 20px;
}
}
#s-b34f11c5-9981-4134-b59c-0abe36e64584 .shg-proportional-font-size,
#s-b34f11c5-9981-4134-b59c-0abe36e64584 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c4f76bec-08ad-4566-8b18-6240715c4d96 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 30px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-c4f76bec-08ad-4566-8b18-6240715c4d96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4f76bec-08ad-4566-8b18-6240715c4d96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4f76bec-08ad-4566-8b18-6240715c4d96 {
  display: none;
}
#s-c4f76bec-08ad-4566-8b18-6240715c4d96, #wrap-s-c4f76bec-08ad-4566-8b18-6240715c4d96, #wrap-content-s-c4f76bec-08ad-4566-8b18-6240715c4d96 { display: none !important; }}@media (max-width: 767px){#s-c4f76bec-08ad-4566-8b18-6240715c4d96 {
  display: none;
}
#s-c4f76bec-08ad-4566-8b18-6240715c4d96, #wrap-s-c4f76bec-08ad-4566-8b18-6240715c4d96, #wrap-content-s-c4f76bec-08ad-4566-8b18-6240715c4d96 { display: none !important; }}
#s-c4f76bec-08ad-4566-8b18-6240715c4d96 .shg-proportional-font-size,
#s-c4f76bec-08ad-4566-8b18-6240715c4d96 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a36549ac-cde2-4d97-a9c0-2d7e46cac631 {
  margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-a36549ac-cde2-4d97-a9c0-2d7e46cac631"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a36549ac-cde2-4d97-a9c0-2d7e46cac631"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a36549ac-cde2-4d97-a9c0-2d7e46cac631"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a36549ac-cde2-4d97-a9c0-2d7e46cac631"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-570eabe3-f5cb-4fa8-8c9b-acda09ca00ec {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(43, 43, 43, 1);
}








#s-570eabe3-f5cb-4fa8-8c9b-acda09ca00ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-570eabe3-f5cb-4fa8-8c9b-acda09ca00ec.shg-box.shg-c {
  justify-content: center;
}

#s-2c36253f-5327-4a3f-ba69-3bb8a819e6cb {
  margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-2c36253f-5327-4a3f-ba69-3bb8a819e6cb {
  margin-top: 5%;
}
}
#s-2c36253f-5327-4a3f-ba69-3bb8a819e6cb .shg-proportional-font-size,
#s-2c36253f-5327-4a3f-ba69-3bb8a819e6cb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c736b151-0326-4a8f-822d-43149939ff9b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (max-width: 767px){#s-c736b151-0326-4a8f-822d-43149939ff9b {
  margin-bottom: 5%;
}
}
#s-c736b151-0326-4a8f-822d-43149939ff9b .shg-proportional-font-size,
#s-c736b151-0326-4a8f-822d-43149939ff9b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4ce2164f-5d92-497d-acae-5d42c5914031 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(43, 43, 43, 1);
}








#s-4ce2164f-5d92-497d-acae-5d42c5914031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ce2164f-5d92-497d-acae-5d42c5914031.shg-box.shg-c {
  justify-content: center;
}

#s-17b451e9-a0c7-4598-8c76-d6d8b9b37a65 {
  margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-17b451e9-a0c7-4598-8c76-d6d8b9b37a65 {
  margin-top: 5%;
}
}
#s-17b451e9-a0c7-4598-8c76-d6d8b9b37a65 .shg-proportional-font-size,
#s-17b451e9-a0c7-4598-8c76-d6d8b9b37a65 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fdb6ab5e-a1c8-49ed-b79e-b26f05d49dad {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (max-width: 767px){#s-fdb6ab5e-a1c8-49ed-b79e-b26f05d49dad {
  margin-bottom: 5%;
}
}
#s-fdb6ab5e-a1c8-49ed-b79e-b26f05d49dad .shg-proportional-font-size,
#s-fdb6ab5e-a1c8-49ed-b79e-b26f05d49dad .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ec5831bf-c4a6-42aa-8ce5-1909883acde2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 220, 220, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(43, 43, 43, 1);
}








#s-ec5831bf-c4a6-42aa-8ce5-1909883acde2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec5831bf-c4a6-42aa-8ce5-1909883acde2.shg-box.shg-c {
  justify-content: center;
}

#s-0146f03a-b90b-40ad-a6ae-0f1b2784b380 {
  margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-0146f03a-b90b-40ad-a6ae-0f1b2784b380 {
  margin-top: 5%;
}
}
#s-0146f03a-b90b-40ad-a6ae-0f1b2784b380 .shg-proportional-font-size,
#s-0146f03a-b90b-40ad-a6ae-0f1b2784b380 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-89f05ff5-7fba-4551-b6a5-2cd160d83ec5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (max-width: 767px){#s-89f05ff5-7fba-4551-b6a5-2cd160d83ec5 {
  margin-bottom: 5%;
}
}
#s-89f05ff5-7fba-4551-b6a5-2cd160d83ec5 .shg-proportional-font-size,
#s-89f05ff5-7fba-4551-b6a5-2cd160d83ec5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 {
  
}
}@media (max-width: 767px){#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 {
  
}
}
#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 .shg-proportional-font-size,
#s-04e888c5-4323-4e77-b1e5-09facf5b9a80 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#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 {
  
}


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