.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-ab364f7a-f053-4688-95e2-b652a9529265 {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center top;
background-attachment: scroll;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-ab364f7a-f053-4688-95e2-b652a9529265 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab364f7a-f053-4688-95e2-b652a9529265 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab364f7a-f053-4688-95e2-b652a9529265 {
  display: none;
}
#s-ab364f7a-f053-4688-95e2-b652a9529265, #wrap-s-ab364f7a-f053-4688-95e2-b652a9529265, #wrap-content-s-ab364f7a-f053-4688-95e2-b652a9529265 { display: none !important; }}@media (max-width: 767px){#s-ab364f7a-f053-4688-95e2-b652a9529265 {
  display: none;
}
#s-ab364f7a-f053-4688-95e2-b652a9529265, #wrap-s-ab364f7a-f053-4688-95e2-b652a9529265, #wrap-content-s-ab364f7a-f053-4688-95e2-b652a9529265 { display: none !important; }}







#s-ab364f7a-f053-4688-95e2-b652a9529265 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ab364f7a-f053-4688-95e2-b652a9529265.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-c09fafc1-0600-4970-857c-8d88c74820fb {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c09fafc1-0600-4970-857c-8d88c74820fb {
  display: none;
}
#s-c09fafc1-0600-4970-857c-8d88c74820fb, #wrap-s-c09fafc1-0600-4970-857c-8d88c74820fb, #wrap-content-s-c09fafc1-0600-4970-857c-8d88c74820fb { display: none !important; }}@media (max-width: 767px){#s-c09fafc1-0600-4970-857c-8d88c74820fb {
  display: none;
}
#s-c09fafc1-0600-4970-857c-8d88c74820fb, #wrap-s-c09fafc1-0600-4970-857c-8d88c74820fb, #wrap-content-s-c09fafc1-0600-4970-857c-8d88c74820fb { display: none !important; }}
@media (min-width: 0px) {
[id="s-c09fafc1-0600-4970-857c-8d88c74820fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c09fafc1-0600-4970-857c-8d88c74820fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c09fafc1-0600-4970-857c-8d88c74820fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09fafc1-0600-4970-857c-8d88c74820fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-267da79e-099a-443e-b793-81ff288ae3b5 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-267da79e-099a-443e-b793-81ff288ae3b5 {
  display: none;
}
#s-267da79e-099a-443e-b793-81ff288ae3b5, #wrap-s-267da79e-099a-443e-b793-81ff288ae3b5, #wrap-content-s-267da79e-099a-443e-b793-81ff288ae3b5 { display: none !important; }}@media (max-width: 767px){#s-267da79e-099a-443e-b793-81ff288ae3b5 {
  display: none;
}
#s-267da79e-099a-443e-b793-81ff288ae3b5, #wrap-s-267da79e-099a-443e-b793-81ff288ae3b5, #wrap-content-s-267da79e-099a-443e-b793-81ff288ae3b5 { display: none !important; }}







#s-267da79e-099a-443e-b793-81ff288ae3b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-267da79e-099a-443e-b793-81ff288ae3b5.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-f04fe02a-1c7c-4969-bd06-0459e267292e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1122px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f04fe02a-1c7c-4969-bd06-0459e267292e {
  overflow: hidden;
  
  
      max-width: 1122px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f04fe02a-1c7c-4969-bd06-0459e267292e .shogun-image-content {
  
    justify-content: center;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 197, 191, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c-root {
    text-align: left;
  }


#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c-root {
    text-align: left;
  }


#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c-root {
    text-align: left;
  }


#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c-root {
    text-align: left;
  }


#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c-root {
    text-align: left;
  }


#s-ddf8c12f-9de4-4579-8184-53e7b62d4b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a0e0af51-1503-4709-afdb-11a779b639d1 {
  margin-left: 11px;
margin-right: 50px;
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-a0e0af51-1503-4709-afdb-11a779b639d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-269c8978-737e-4aa9-993f-a5cd5afdf760 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-269c8978-737e-4aa9-993f-a5cd5afdf760:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-269c8978-737e-4aa9-993f-a5cd5afdf760:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-269c8978-737e-4aa9-993f-a5cd5afdf760-root {
    text-align: left;
  }


#s-269c8978-737e-4aa9-993f-a5cd5afdf760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-269c8978-737e-4aa9-993f-a5cd5afdf760-root {
    text-align: left;
  }


#s-269c8978-737e-4aa9-993f-a5cd5afdf760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-269c8978-737e-4aa9-993f-a5cd5afdf760-root {
    text-align: left;
  }


#s-269c8978-737e-4aa9-993f-a5cd5afdf760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-269c8978-737e-4aa9-993f-a5cd5afdf760-root {
    text-align: left;
  }


#s-269c8978-737e-4aa9-993f-a5cd5afdf760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-269c8978-737e-4aa9-993f-a5cd5afdf760-root {
    text-align: left;
  }


#s-269c8978-737e-4aa9-993f-a5cd5afdf760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-833d3fd9-44e4-4c9a-a575-7754d9229312 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-833d3fd9-44e4-4c9a-a575-7754d9229312:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-833d3fd9-44e4-4c9a-a575-7754d9229312:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-833d3fd9-44e4-4c9a-a575-7754d9229312-root {
    text-align: left;
  }


#s-833d3fd9-44e4-4c9a-a575-7754d9229312.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-833d3fd9-44e4-4c9a-a575-7754d9229312-root {
    text-align: left;
  }


#s-833d3fd9-44e4-4c9a-a575-7754d9229312.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-833d3fd9-44e4-4c9a-a575-7754d9229312-root {
    text-align: left;
  }


#s-833d3fd9-44e4-4c9a-a575-7754d9229312.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-833d3fd9-44e4-4c9a-a575-7754d9229312-root {
    text-align: left;
  }


#s-833d3fd9-44e4-4c9a-a575-7754d9229312.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-833d3fd9-44e4-4c9a-a575-7754d9229312-root {
    text-align: left;
  }


#s-833d3fd9-44e4-4c9a-a575-7754d9229312.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b4050a3a-344b-434f-bff5-b7f97d163758 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b4050a3a-344b-434f-bff5-b7f97d163758:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b4050a3a-344b-434f-bff5-b7f97d163758:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4050a3a-344b-434f-bff5-b7f97d163758-root {
    text-align: left;
  }


#s-b4050a3a-344b-434f-bff5-b7f97d163758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4050a3a-344b-434f-bff5-b7f97d163758-root {
    text-align: left;
  }


#s-b4050a3a-344b-434f-bff5-b7f97d163758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4050a3a-344b-434f-bff5-b7f97d163758-root {
    text-align: left;
  }


#s-b4050a3a-344b-434f-bff5-b7f97d163758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4050a3a-344b-434f-bff5-b7f97d163758-root {
    text-align: left;
  }


#s-b4050a3a-344b-434f-bff5-b7f97d163758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4050a3a-344b-434f-bff5-b7f97d163758-root {
    text-align: left;
  }


#s-b4050a3a-344b-434f-bff5-b7f97d163758.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-38b5aed4-f813-41aa-861b-a74bf39ddb12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-38b5aed4-f813-41aa-861b-a74bf39ddb12:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-38b5aed4-f813-41aa-861b-a74bf39ddb12:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38b5aed4-f813-41aa-861b-a74bf39ddb12-root {
    text-align: left;
  }


#s-38b5aed4-f813-41aa-861b-a74bf39ddb12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-38b5aed4-f813-41aa-861b-a74bf39ddb12-root {
    text-align: left;
  }


#s-38b5aed4-f813-41aa-861b-a74bf39ddb12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38b5aed4-f813-41aa-861b-a74bf39ddb12-root {
    text-align: left;
  }


#s-38b5aed4-f813-41aa-861b-a74bf39ddb12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38b5aed4-f813-41aa-861b-a74bf39ddb12-root {
    text-align: left;
  }


#s-38b5aed4-f813-41aa-861b-a74bf39ddb12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-38b5aed4-f813-41aa-861b-a74bf39ddb12-root {
    text-align: left;
  }


#s-38b5aed4-f813-41aa-861b-a74bf39ddb12.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-def66d17-2bcf-491c-bcf1-9643aa5eb01b-root {
    text-align: left;
  }


#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-def66d17-2bcf-491c-bcf1-9643aa5eb01b-root {
    text-align: left;
  }


#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-def66d17-2bcf-491c-bcf1-9643aa5eb01b-root {
    text-align: left;
  }


#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-def66d17-2bcf-491c-bcf1-9643aa5eb01b-root {
    text-align: left;
  }


#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-def66d17-2bcf-491c-bcf1-9643aa5eb01b-root {
    text-align: left;
  }


#s-def66d17-2bcf-491c-bcf1-9643aa5eb01b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-01545177-bac9-4a27-bd3d-be8931c25af6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-01545177-bac9-4a27-bd3d-be8931c25af6:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-01545177-bac9-4a27-bd3d-be8931c25af6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01545177-bac9-4a27-bd3d-be8931c25af6-root {
    text-align: left;
  }


#s-01545177-bac9-4a27-bd3d-be8931c25af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01545177-bac9-4a27-bd3d-be8931c25af6-root {
    text-align: left;
  }


#s-01545177-bac9-4a27-bd3d-be8931c25af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01545177-bac9-4a27-bd3d-be8931c25af6-root {
    text-align: left;
  }


#s-01545177-bac9-4a27-bd3d-be8931c25af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01545177-bac9-4a27-bd3d-be8931c25af6-root {
    text-align: left;
  }


#s-01545177-bac9-4a27-bd3d-be8931c25af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01545177-bac9-4a27-bd3d-be8931c25af6-root {
    text-align: left;
  }


#s-01545177-bac9-4a27-bd3d-be8931c25af6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455-root {
    text-align: left;
  }


#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455-root {
    text-align: left;
  }


#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455-root {
    text-align: left;
  }


#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455-root {
    text-align: left;
  }


#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455-root {
    text-align: left;
  }


#s-c671d22c-d4b0-41fb-ae01-1b0b3d34e455.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57-root {
    text-align: left;
  }


#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57-root {
    text-align: left;
  }


#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57-root {
    text-align: left;
  }


#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57-root {
    text-align: left;
  }


#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57-root {
    text-align: left;
  }


#s-5402ccd0-2c96-4e1b-ba51-4c68f7d49f57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a2a9dbe3-8956-4d23-acaf-65415a68625e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a2a9dbe3-8956-4d23-acaf-65415a68625e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a2a9dbe3-8956-4d23-acaf-65415a68625e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2a9dbe3-8956-4d23-acaf-65415a68625e-root {
    text-align: left;
  }


#s-a2a9dbe3-8956-4d23-acaf-65415a68625e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2a9dbe3-8956-4d23-acaf-65415a68625e-root {
    text-align: left;
  }


#s-a2a9dbe3-8956-4d23-acaf-65415a68625e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2a9dbe3-8956-4d23-acaf-65415a68625e-root {
    text-align: left;
  }


#s-a2a9dbe3-8956-4d23-acaf-65415a68625e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2a9dbe3-8956-4d23-acaf-65415a68625e-root {
    text-align: left;
  }


#s-a2a9dbe3-8956-4d23-acaf-65415a68625e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2a9dbe3-8956-4d23-acaf-65415a68625e-root {
    text-align: left;
  }


#s-a2a9dbe3-8956-4d23-acaf-65415a68625e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cf55f118-e83b-4990-a80d-7439cf82073b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cf55f118-e83b-4990-a80d-7439cf82073b:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf55f118-e83b-4990-a80d-7439cf82073b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf55f118-e83b-4990-a80d-7439cf82073b-root {
    text-align: left;
  }


#s-cf55f118-e83b-4990-a80d-7439cf82073b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf55f118-e83b-4990-a80d-7439cf82073b-root {
    text-align: left;
  }


#s-cf55f118-e83b-4990-a80d-7439cf82073b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf55f118-e83b-4990-a80d-7439cf82073b-root {
    text-align: left;
  }


#s-cf55f118-e83b-4990-a80d-7439cf82073b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf55f118-e83b-4990-a80d-7439cf82073b-root {
    text-align: left;
  }


#s-cf55f118-e83b-4990-a80d-7439cf82073b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf55f118-e83b-4990-a80d-7439cf82073b-root {
    text-align: left;
  }


#s-cf55f118-e83b-4990-a80d-7439cf82073b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df-root {
    text-align: left;
  }


#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df-root {
    text-align: left;
  }


#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df-root {
    text-align: left;
  }


#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df-root {
    text-align: left;
  }


#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df-root {
    text-align: left;
  }


#s-31c3cdc3-2c3a-416d-9cb8-280d4976e6df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992-root {
    text-align: center;
  }


#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992-root {
    text-align: center;
  }


#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992-root {
    text-align: center;
  }


#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992-root {
    text-align: center;
  }


#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992-root {
    text-align: center;
  }


#s-4b2f8e1b-09f2-4e7c-94eb-9d4b70137992.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a2c47f29-4353-4f40-b966-7fb3e562985d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-a2c47f29-4353-4f40-b966-7fb3e562985d {
  display: none;
}
#s-a2c47f29-4353-4f40-b966-7fb3e562985d, #wrap-s-a2c47f29-4353-4f40-b966-7fb3e562985d, #wrap-content-s-a2c47f29-4353-4f40-b966-7fb3e562985d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2c47f29-4353-4f40-b966-7fb3e562985d {
  display: none;
}
#s-a2c47f29-4353-4f40-b966-7fb3e562985d, #wrap-s-a2c47f29-4353-4f40-b966-7fb3e562985d, #wrap-content-s-a2c47f29-4353-4f40-b966-7fb3e562985d { display: none !important; }}







#s-a2c47f29-4353-4f40-b966-7fb3e562985d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2c47f29-4353-4f40-b966-7fb3e562985d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fb6b769b-f55d-4d7e-9428-0de57d8ce500 {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-fb6b769b-f55d-4d7e-9428-0de57d8ce500 {
  overflow: hidden;
  
  
}







  #s-fb6b769b-f55d-4d7e-9428-0de57d8ce500 img.shogun-image {
    

    
    
    
  }


#s-fb6b769b-f55d-4d7e-9428-0de57d8ce500 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a9c544a0-9677-4e39-9898-60ef8b225da8 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a9c544a0-9677-4e39-9898-60ef8b225da8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-a9c544a0-9677-4e39-9898-60ef8b225da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9c544a0-9677-4e39-9898-60ef8b225da8-root {
    text-align: left;
  }


#s-a9c544a0-9677-4e39-9898-60ef8b225da8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a9c544a0-9677-4e39-9898-60ef8b225da8-root {
    text-align: left;
  }


#s-a9c544a0-9677-4e39-9898-60ef8b225da8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9c544a0-9677-4e39-9898-60ef8b225da8-root {
    text-align: left;
  }


#s-a9c544a0-9677-4e39-9898-60ef8b225da8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9c544a0-9677-4e39-9898-60ef8b225da8-root {
    text-align: left;
  }


#s-a9c544a0-9677-4e39-9898-60ef8b225da8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9c544a0-9677-4e39-9898-60ef8b225da8-root {
    text-align: left;
  }


#s-a9c544a0-9677-4e39-9898-60ef8b225da8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 {
  margin-right: 0px;
}
}
#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-d5e58f82-c341-4603-a8db-6ebc4ceee360 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-75e9ae62-3207-4051-b456-f484d7a93664 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-75e9ae62-3207-4051-b456-f484d7a93664:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-75e9ae62-3207-4051-b456-f484d7a93664:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75e9ae62-3207-4051-b456-f484d7a93664-root {
    text-align: left;
  }


#s-75e9ae62-3207-4051-b456-f484d7a93664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75e9ae62-3207-4051-b456-f484d7a93664-root {
    text-align: left;
  }


#s-75e9ae62-3207-4051-b456-f484d7a93664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75e9ae62-3207-4051-b456-f484d7a93664-root {
    text-align: left;
  }


#s-75e9ae62-3207-4051-b456-f484d7a93664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75e9ae62-3207-4051-b456-f484d7a93664-root {
    text-align: left;
  }


#s-75e9ae62-3207-4051-b456-f484d7a93664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75e9ae62-3207-4051-b456-f484d7a93664-root {
    text-align: left;
  }


#s-75e9ae62-3207-4051-b456-f484d7a93664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cc97c238-1da5-415c-857c-910b1fab2e7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-cc97c238-1da5-415c-857c-910b1fab2e7c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc97c238-1da5-415c-857c-910b1fab2e7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc97c238-1da5-415c-857c-910b1fab2e7c-root {
    text-align: left;
  }


#s-cc97c238-1da5-415c-857c-910b1fab2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc97c238-1da5-415c-857c-910b1fab2e7c-root {
    text-align: left;
  }


#s-cc97c238-1da5-415c-857c-910b1fab2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc97c238-1da5-415c-857c-910b1fab2e7c-root {
    text-align: left;
  }


#s-cc97c238-1da5-415c-857c-910b1fab2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc97c238-1da5-415c-857c-910b1fab2e7c-root {
    text-align: left;
  }


#s-cc97c238-1da5-415c-857c-910b1fab2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc97c238-1da5-415c-857c-910b1fab2e7c-root {
    text-align: left;
  }


#s-cc97c238-1da5-415c-857c-910b1fab2e7c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a-root {
    text-align: left;
  }


#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a-root {
    text-align: left;
  }


#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a-root {
    text-align: left;
  }


#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a-root {
    text-align: left;
  }


#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a-root {
    text-align: left;
  }


#s-76ad3f00-b3c8-4a79-9ee3-2a8b321a536a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3fa7082f-3927-428e-bd46-61402b9d86ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3fa7082f-3927-428e-bd46-61402b9d86ae:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-3fa7082f-3927-428e-bd46-61402b9d86ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fa7082f-3927-428e-bd46-61402b9d86ae-root {
    text-align: left;
  }


#s-3fa7082f-3927-428e-bd46-61402b9d86ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3fa7082f-3927-428e-bd46-61402b9d86ae-root {
    text-align: left;
  }


#s-3fa7082f-3927-428e-bd46-61402b9d86ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fa7082f-3927-428e-bd46-61402b9d86ae-root {
    text-align: left;
  }


#s-3fa7082f-3927-428e-bd46-61402b9d86ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fa7082f-3927-428e-bd46-61402b9d86ae-root {
    text-align: left;
  }


#s-3fa7082f-3927-428e-bd46-61402b9d86ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3fa7082f-3927-428e-bd46-61402b9d86ae-root {
    text-align: left;
  }


#s-3fa7082f-3927-428e-bd46-61402b9d86ae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7e3537f0-d761-4d0d-924f-04b162645a92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-7e3537f0-d761-4d0d-924f-04b162645a92:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-7e3537f0-d761-4d0d-924f-04b162645a92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e3537f0-d761-4d0d-924f-04b162645a92-root {
    text-align: left;
  }


#s-7e3537f0-d761-4d0d-924f-04b162645a92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e3537f0-d761-4d0d-924f-04b162645a92-root {
    text-align: left;
  }


#s-7e3537f0-d761-4d0d-924f-04b162645a92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e3537f0-d761-4d0d-924f-04b162645a92-root {
    text-align: left;
  }


#s-7e3537f0-d761-4d0d-924f-04b162645a92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e3537f0-d761-4d0d-924f-04b162645a92-root {
    text-align: left;
  }


#s-7e3537f0-d761-4d0d-924f-04b162645a92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e3537f0-d761-4d0d-924f-04b162645a92-root {
    text-align: left;
  }


#s-7e3537f0-d761-4d0d-924f-04b162645a92.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2-root {
    text-align: left;
  }


#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2-root {
    text-align: left;
  }


#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2-root {
    text-align: left;
  }


#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2-root {
    text-align: left;
  }


#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2-root {
    text-align: left;
  }


#s-e9888ae4-ffc0-4e87-8d60-ee25b616afc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408-root {
    text-align: left;
  }


#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408-root {
    text-align: left;
  }


#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408-root {
    text-align: left;
  }


#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408-root {
    text-align: left;
  }


#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408-root {
    text-align: left;
  }


#s-05c0e5c6-8764-4bcd-bfc9-74b5fd6cd408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9-root {
    text-align: left;
  }


#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9-root {
    text-align: left;
  }


#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9-root {
    text-align: left;
  }


#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9-root {
    text-align: left;
  }


#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9-root {
    text-align: left;
  }


#s-f9e20117-f7ff-4f80-a0e3-eaa68d39ccf9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e-root {
    text-align: left;
  }


#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e-root {
    text-align: left;
  }


#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e-root {
    text-align: left;
  }


#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e-root {
    text-align: left;
  }


#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e-root {
    text-align: left;
  }


#s-07e4e874-b4f2-4ef0-bc84-9b28c1534f9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6-root {
    text-align: center;
  }


#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6-root {
    text-align: center;
  }


#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6-root {
    text-align: center;
  }


#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6-root {
    text-align: center;
  }


#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6-root {
    text-align: center;
  }


#s-3c27ae75-e33b-41b7-871c-e4cf8b87e6a6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eac5322b-b961-42b7-9e95-51a61bf60940 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 1200px){#s-eac5322b-b961-42b7-9e95-51a61bf60940 {
  display: none;
}
#s-eac5322b-b961-42b7-9e95-51a61bf60940, #wrap-s-eac5322b-b961-42b7-9e95-51a61bf60940, #wrap-content-s-eac5322b-b961-42b7-9e95-51a61bf60940 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eac5322b-b961-42b7-9e95-51a61bf60940 {
  display: none;
}
#s-eac5322b-b961-42b7-9e95-51a61bf60940, #wrap-s-eac5322b-b961-42b7-9e95-51a61bf60940, #wrap-content-s-eac5322b-b961-42b7-9e95-51a61bf60940 { display: none !important; }}







#s-eac5322b-b961-42b7-9e95-51a61bf60940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eac5322b-b961-42b7-9e95-51a61bf60940.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d6b9bc2a-78e3-42b5-8e7d-24ebfc8cc6cc {
  margin-top: 90px;
margin-bottom: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d6b9bc2a-78e3-42b5-8e7d-24ebfc8cc6cc {
  overflow: hidden;
  
  
}







  #s-d6b9bc2a-78e3-42b5-8e7d-24ebfc8cc6cc img.shogun-image {
    

    
    
    
  }


#s-d6b9bc2a-78e3-42b5-8e7d-24ebfc8cc6cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-653a3825-ab9a-486a-921e-2780f7aacf61 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-653a3825-ab9a-486a-921e-2780f7aacf61:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQxYzFmZGQtNjlmNC00OGZmLWIzNDUtOWFhOGRlYzE3NDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNDFjMWZkZC02OWY0LTQ4ZmYtYjM0NS05YWE4ZGVjMTc0OGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-653a3825-ab9a-486a-921e-2780f7aacf61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-653a3825-ab9a-486a-921e-2780f7aacf61-root {
    text-align: left;
  }


#s-653a3825-ab9a-486a-921e-2780f7aacf61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-653a3825-ab9a-486a-921e-2780f7aacf61-root {
    text-align: left;
  }


#s-653a3825-ab9a-486a-921e-2780f7aacf61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-653a3825-ab9a-486a-921e-2780f7aacf61-root {
    text-align: left;
  }


#s-653a3825-ab9a-486a-921e-2780f7aacf61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-653a3825-ab9a-486a-921e-2780f7aacf61-root {
    text-align: left;
  }


#s-653a3825-ab9a-486a-921e-2780f7aacf61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-653a3825-ab9a-486a-921e-2780f7aacf61-root {
    text-align: left;
  }


#s-653a3825-ab9a-486a-921e-2780f7aacf61.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 {
  margin-right: 0px;
}
}
#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-0baff67c-99ab-482e-ad9c-3cfec6a5cd17 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-9818f922-4c26-4e26-8022-3eea6c1c44b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9818f922-4c26-4e26-8022-3eea6c1c44b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTNmNGY3NmMtZjc4Mi00MGZjLTliM2MtZDFhOWQzNmMzYWM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5M2Y0Zjc2Yy1mNzgyLTQwZmMtOWIzYy1kMWE5ZDM2YzNhYzYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-9818f922-4c26-4e26-8022-3eea6c1c44b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9818f922-4c26-4e26-8022-3eea6c1c44b9-root {
    text-align: left;
  }


#s-9818f922-4c26-4e26-8022-3eea6c1c44b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9818f922-4c26-4e26-8022-3eea6c1c44b9-root {
    text-align: left;
  }


#s-9818f922-4c26-4e26-8022-3eea6c1c44b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9818f922-4c26-4e26-8022-3eea6c1c44b9-root {
    text-align: left;
  }


#s-9818f922-4c26-4e26-8022-3eea6c1c44b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9818f922-4c26-4e26-8022-3eea6c1c44b9-root {
    text-align: left;
  }


#s-9818f922-4c26-4e26-8022-3eea6c1c44b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9818f922-4c26-4e26-8022-3eea6c1c44b9-root {
    text-align: left;
  }


#s-9818f922-4c26-4e26-8022-3eea6c1c44b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzg3NWJhYmYtNGI0Zi00Y2FhLThhN2MtZTY2MDlmMjViNDMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODc1YmFiZi00YjRmLTRjYWEtOGE3Yy1lNjYwOWYyNWI0MzIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba4ab034-7e61-439b-a9ce-f705f8bd27de-root {
    text-align: left;
  }


#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ba4ab034-7e61-439b-a9ce-f705f8bd27de-root {
    text-align: left;
  }


#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba4ab034-7e61-439b-a9ce-f705f8bd27de-root {
    text-align: left;
  }


#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba4ab034-7e61-439b-a9ce-f705f8bd27de-root {
    text-align: left;
  }


#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ba4ab034-7e61-439b-a9ce-f705f8bd27de-root {
    text-align: left;
  }


#s-ba4ab034-7e61-439b-a9ce-f705f8bd27de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDIzZjk3ZjQtYTM1My00MTcwLWEwNjUtOWNlNjkwNmM4MzdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjNmOTdmNC1hMzUzLTQxNzAtYTA2NS05Y2U2OTA2YzgzN2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1-root {
    text-align: left;
  }


#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1-root {
    text-align: left;
  }


#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1-root {
    text-align: left;
  }


#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1-root {
    text-align: left;
  }


#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1-root {
    text-align: left;
  }


#s-e818f7db-dd7d-4ed8-8a0e-06b2ee995cc1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE1NDZlNTktZjgzMC00OTY1LThhMTktMGI2YWYwZDBlNjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTU0NmU1OS1mODMwLTQ5NjUtOGExOS0wYjZhZjBkMGU2MWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22cf0fad-c54a-46a4-b00f-de969bbbd8df-root {
    text-align: left;
  }


#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-22cf0fad-c54a-46a4-b00f-de969bbbd8df-root {
    text-align: left;
  }


#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22cf0fad-c54a-46a4-b00f-de969bbbd8df-root {
    text-align: left;
  }


#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22cf0fad-c54a-46a4-b00f-de969bbbd8df-root {
    text-align: left;
  }


#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-22cf0fad-c54a-46a4-b00f-de969bbbd8df-root {
    text-align: left;
  }


#s-22cf0fad-c54a-46a4-b00f-de969bbbd8df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI4NjcwYmUtNzllNi00ZDQ3LWFhYWMtMTkwNzAzZWZlYmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mjg2NzBiZS03OWU2LTRkNDctYWFhYy0xOTA3MDNlZmViZmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94-root {
    text-align: left;
  }


#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94-root {
    text-align: left;
  }


#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94-root {
    text-align: left;
  }


#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94-root {
    text-align: left;
  }


#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94-root {
    text-align: left;
  }


#s-56d41f7b-e696-4e99-aca4-06d8dc6a8f94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-93f4731f-06bb-4ea5-8aae-48ea06afa813 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-93f4731f-06bb-4ea5-8aae-48ea06afa813:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MGJkMWEtNzU0Yi00ZWU2LWEwMWUtYzg4YzIxZTRjNzk5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDUwYmQxYS03NTRiLTRlZTYtYTAxZS1jODhjMjFlNGM3OTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-93f4731f-06bb-4ea5-8aae-48ea06afa813:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93f4731f-06bb-4ea5-8aae-48ea06afa813-root {
    text-align: left;
  }


#s-93f4731f-06bb-4ea5-8aae-48ea06afa813.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93f4731f-06bb-4ea5-8aae-48ea06afa813-root {
    text-align: left;
  }


#s-93f4731f-06bb-4ea5-8aae-48ea06afa813.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93f4731f-06bb-4ea5-8aae-48ea06afa813-root {
    text-align: left;
  }


#s-93f4731f-06bb-4ea5-8aae-48ea06afa813.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93f4731f-06bb-4ea5-8aae-48ea06afa813-root {
    text-align: left;
  }


#s-93f4731f-06bb-4ea5-8aae-48ea06afa813.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93f4731f-06bb-4ea5-8aae-48ea06afa813-root {
    text-align: left;
  }


#s-93f4731f-06bb-4ea5-8aae-48ea06afa813.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWI1OTFiZmUtMTgyMC00YmEzLThlZDYtNjFmYjMwODdkYzM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YjU5MWJmZS0xODIwLTRiYTMtOGVkNi02MWZiMzA4N2RjMzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a-root {
    text-align: left;
  }


#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a-root {
    text-align: left;
  }


#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a-root {
    text-align: left;
  }


#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a-root {
    text-align: left;
  }


#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a-root {
    text-align: left;
  }


#s-570ed0d3-c176-4ac4-a1e2-43215ef4ab1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2e4cedf9-61df-434a-90ca-6892f8613a2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2e4cedf9-61df-434a-90ca-6892f8613a2a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e4cedf9-61df-434a-90ca-6892f8613a2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e4cedf9-61df-434a-90ca-6892f8613a2a-root {
    text-align: left;
  }


#s-2e4cedf9-61df-434a-90ca-6892f8613a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e4cedf9-61df-434a-90ca-6892f8613a2a-root {
    text-align: left;
  }


#s-2e4cedf9-61df-434a-90ca-6892f8613a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e4cedf9-61df-434a-90ca-6892f8613a2a-root {
    text-align: left;
  }


#s-2e4cedf9-61df-434a-90ca-6892f8613a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e4cedf9-61df-434a-90ca-6892f8613a2a-root {
    text-align: left;
  }


#s-2e4cedf9-61df-434a-90ca-6892f8613a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e4cedf9-61df-434a-90ca-6892f8613a2a-root {
    text-align: left;
  }


#s-2e4cedf9-61df-434a-90ca-6892f8613a2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f75a0517-687b-4ef0-98f5-cfefc12f7149 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f75a0517-687b-4ef0-98f5-cfefc12f7149:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTY4ZDY1OWUtMWM2MS00ZmE4LTlhMzAtYjNlNWQxZmFiMWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NjhkNjU5ZS0xYzYxLTRmYTgtOWEzMC1iM2U1ZDFmYWIxYmEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ee1923"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f75a0517-687b-4ef0-98f5-cfefc12f7149:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f75a0517-687b-4ef0-98f5-cfefc12f7149-root {
    text-align: left;
  }


#s-f75a0517-687b-4ef0-98f5-cfefc12f7149.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f75a0517-687b-4ef0-98f5-cfefc12f7149-root {
    text-align: left;
  }


#s-f75a0517-687b-4ef0-98f5-cfefc12f7149.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f75a0517-687b-4ef0-98f5-cfefc12f7149-root {
    text-align: left;
  }


#s-f75a0517-687b-4ef0-98f5-cfefc12f7149.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f75a0517-687b-4ef0-98f5-cfefc12f7149-root {
    text-align: left;
  }


#s-f75a0517-687b-4ef0-98f5-cfefc12f7149.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f75a0517-687b-4ef0-98f5-cfefc12f7149-root {
    text-align: left;
  }


#s-f75a0517-687b-4ef0-98f5-cfefc12f7149.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c:hover {background-color: rgba(204, 199, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6abc17f3-62e8-4d70-91a7-624c7cdca25c-root {
    text-align: center;
  }


#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6abc17f3-62e8-4d70-91a7-624c7cdca25c-root {
    text-align: center;
  }


#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6abc17f3-62e8-4d70-91a7-624c7cdca25c-root {
    text-align: center;
  }


#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6abc17f3-62e8-4d70-91a7-624c7cdca25c-root {
    text-align: center;
  }


#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6abc17f3-62e8-4d70-91a7-624c7cdca25c-root {
    text-align: center;
  }


#s-6abc17f3-62e8-4d70-91a7-624c7cdca25c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  display: none;
}
#s-21941d66-72ea-457f-82e0-610d5c85c8ce, #wrap-s-21941d66-72ea-457f-82e0-610d5c85c8ce, #wrap-content-s-21941d66-72ea-457f-82e0-610d5c85c8ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  display: none;
}
#s-21941d66-72ea-457f-82e0-610d5c85c8ce, #wrap-s-21941d66-72ea-457f-82e0-610d5c85c8ce, #wrap-content-s-21941d66-72ea-457f-82e0-610d5c85c8ce { display: none !important; }}
#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin: 0 !important;
  overflow: visible;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce-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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add background color handling */
  
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-21941d66-72ea-457f-82e0-610d5c85c8ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image {
  box-sizing: border-box;
}



.s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  
}


@media (min-width: 1200px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin: 0 !important;
  overflow: visible;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce-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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add background color handling */
  
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-21941d66-72ea-457f-82e0-610d5c85c8ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image {
  box-sizing: border-box;
}



.s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin: 0 !important;
  overflow: visible;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce-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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add background color handling */
  
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-21941d66-72ea-457f-82e0-610d5c85c8ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image {
  box-sizing: border-box;
}



.s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin: 0 !important;
  overflow: visible;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce-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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add background color handling */
  
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-21941d66-72ea-457f-82e0-610d5c85c8ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image {
  box-sizing: border-box;
}



.s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  
}


}@media (max-width: 767px){#s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  margin: 0 !important;
  overflow: visible;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce-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-21941d66-72ea-457f-82e0-610d5c85c8ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-21941d66-72ea-457f-82e0-610d5c85c8ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add background color handling */
  
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-21941d66-72ea-457f-82e0-610d5c85c8ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21941d66-72ea-457f-82e0-610d5c85c8ce.shogun-image {
  box-sizing: border-box;
}



.s-21941d66-72ea-457f-82e0-610d5c85c8ce img.shogun-image {
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66 {
  display: none;
}
#s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66, #wrap-s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66, #wrap-content-s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66 {
  display: none;
}
#s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66, #wrap-s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66, #wrap-content-s-5b92bb6a-066d-4795-a7a6-4ae07d2b9b66 { display: none !important; }}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  display: none;
}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-content-s-1514c445-11ba-4751-bfd9-071e23b5bb34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1514c445-11ba-4751-bfd9-071e23b5bb34 {
  display: none;
}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-s-1514c445-11ba-4751-bfd9-071e23b5bb34, #wrap-content-s-1514c445-11ba-4751-bfd9-071e23b5bb34 { display: none !important; }}
#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-1514c445-11ba-4751-bfd9-071e23b5bb34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a {
  padding-top: 10px;
padding-left: 19px;
padding-bottom: 10px;
padding-right: 19px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a-root {
    text-align: center;
  }


#s-c83484ce-cd7e-4bbc-a923-2e8ad2bca77a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-9a04c002-d74a-4543-b144-7f94dac177bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-9a04c002-d74a-4543-b144-7f94dac177bc:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a04c002-d74a-4543-b144-7f94dac177bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a04c002-d74a-4543-b144-7f94dac177bc-root {
    text-align: center;
  }


#s-9a04c002-d74a-4543-b144-7f94dac177bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d9e67e0f-8d29-4b63-a357-0982f97be72d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d9e67e0f-8d29-4b63-a357-0982f97be72d:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d9e67e0f-8d29-4b63-a357-0982f97be72d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9e67e0f-8d29-4b63-a357-0982f97be72d-root {
    text-align: center;
  }


#s-d9e67e0f-8d29-4b63-a357-0982f97be72d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-907f7cce-833c-41a3-ad4e-48a628c9c8d7-root {
    text-align: center;
  }


#s-907f7cce-833c-41a3-ad4e-48a628c9c8d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-029a5977-8351-4111-aaee-11153b18d762 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-029a5977-8351-4111-aaee-11153b18d762:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-029a5977-8351-4111-aaee-11153b18d762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-029a5977-8351-4111-aaee-11153b18d762-root {
    text-align: center;
  }


#s-029a5977-8351-4111-aaee-11153b18d762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7-root {
    text-align: center;
  }


#s-e3cb7ad8-e0bf-4491-b887-e86dc3a6f8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-207814f7-cc14-42a9-9cd1-80ec49d57bd5-root {
    text-align: center;
  }


#s-207814f7-cc14-42a9-9cd1-80ec49d57bd5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d74d4023-3516-4bca-a0a7-d273d0679641 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d74d4023-3516-4bca-a0a7-d273d0679641:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d74d4023-3516-4bca-a0a7-d273d0679641:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d74d4023-3516-4bca-a0a7-d273d0679641-root {
    text-align: center;
  }


#s-d74d4023-3516-4bca-a0a7-d273d0679641.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb-root {
    text-align: center;
  }


#s-ef2feb2d-a24d-44e5-aa01-bc84ea38e7fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-715331da-55b4-4e9e-9f03-82718910b70e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-715331da-55b4-4e9e-9f03-82718910b70e:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-715331da-55b4-4e9e-9f03-82718910b70e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-715331da-55b4-4e9e-9f03-82718910b70e-root {
    text-align: center;
  }


#s-715331da-55b4-4e9e-9f03-82718910b70e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b10125d7-8a1b-48cf-9cb0-26199c8ca165-root {
    text-align: center;
  }


#s-b10125d7-8a1b-48cf-9cb0-26199c8ca165.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0ddae95b-f827-4c30-b944-ff71323d42ca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0ddae95b-f827-4c30-b944-ff71323d42ca:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ddae95b-f827-4c30-b944-ff71323d42ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ddae95b-f827-4c30-b944-ff71323d42ca-root {
    text-align: center;
  }


#s-0ddae95b-f827-4c30-b944-ff71323d42ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2b1e678f-93e9-4338-9408-65e53b632181 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2b1e678f-93e9-4338-9408-65e53b632181:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2b1e678f-93e9-4338-9408-65e53b632181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2b1e678f-93e9-4338-9408-65e53b632181-root {
    text-align: center;
  }


#s-2b1e678f-93e9-4338-9408-65e53b632181.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7d582baf-eaf4-4abe-b189-b779ce03a420 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7d582baf-eaf4-4abe-b189-b779ce03a420:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7d582baf-eaf4-4abe-b189-b779ce03a420:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d582baf-eaf4-4abe-b189-b779ce03a420-root {
    text-align: center;
  }


#s-7d582baf-eaf4-4abe-b189-b779ce03a420.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-22a21c62-bae1-44d4-9577-a74f83cd7e59 {
  min-height: 50px;
}








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

#s-fc6618ef-0869-45ee-81fb-c775af0f1429 {
  min-height: 50px;
}








#s-fc6618ef-0869-45ee-81fb-c775af0f1429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc6618ef-0869-45ee-81fb-c775af0f1429.shg-box.shg-c {
  justify-content: center;
}

#s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab {
  display: none;
}
#s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab, #wrap-s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab, #wrap-content-s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab {
  display: none;
}
#s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab, #wrap-s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab, #wrap-content-s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09a2ad61-1100-4b65-accc-e8ee6d84e3ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35a6e8e8-d58c-4c19-ad7c-87401a81f90c .shogun-icon-wrapper {
  text-align: center;
}


#s-35a6e8e8-d58c-4c19-ad7c-87401a81f90c .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

.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-fca9a6a2-42ea-43b3-b8b9-94ff648feacf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3be25013-1e3b-4ddc-9948-fc8836fff0f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-3be25013-1e3b-4ddc-9948-fc8836fff0f0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-58da7023-6dc2-4ffd-91df-d1c8267e9170 {
  margin-top: 10px;
margin-bottom: 10px;
}

.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-306d4813-1a24-4549-8da4-bbffcf132f0b {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-306d4813-1a24-4549-8da4-bbffcf132f0b .shg-proportional-font-size,
#s-306d4813-1a24-4549-8da4-bbffcf132f0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-82b288c1-020d-492e-b495-52a6e84da263 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-82b288c1-020d-492e-b495-52a6e84da263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82b288c1-020d-492e-b495-52a6e84da263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82b288c1-020d-492e-b495-52a6e84da263 {
  display: none;
}
#s-82b288c1-020d-492e-b495-52a6e84da263, #wrap-s-82b288c1-020d-492e-b495-52a6e84da263, #wrap-content-s-82b288c1-020d-492e-b495-52a6e84da263 { display: none !important; }}@media (max-width: 767px){#s-82b288c1-020d-492e-b495-52a6e84da263 {
  display: none;
}
#s-82b288c1-020d-492e-b495-52a6e84da263, #wrap-s-82b288c1-020d-492e-b495-52a6e84da263, #wrap-content-s-82b288c1-020d-492e-b495-52a6e84da263 { display: none !important; }}
@media (min-width: 0px) {
[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-82b288c1-020d-492e-b495-52a6e84da263"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-5b62ebbb-d5cf-449f-ac8a-cfe560f0e9be .shogun-icon-wrapper {
  text-align: center;
}


#s-5b62ebbb-d5cf-449f-ac8a-cfe560f0e9be .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-375c0ae5-bba8-49ac-99b9-8c3305922c53 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5d8eeb16-c115-4f6c-b96e-2c74b1ee5ea8 .shogun-icon-wrapper {
  text-align: center;
}


#s-5d8eeb16-c115-4f6c-b96e-2c74b1ee5ea8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 47px !important;
  color: rgba(69, 122, 255, 1);
}

#s-e751dc23-f179-426c-979b-61d2081ecec0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0bc7b3fb-1df9-4f26-8c05-5b07e54833bb {
  margin-left: 10%;
margin-right: 10%;
}

#s-0bc7b3fb-1df9-4f26-8c05-5b07e54833bb .shg-proportional-font-size,
#s-0bc7b3fb-1df9-4f26-8c05-5b07e54833bb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 8px;
background-color: rgba(0, 197, 191, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987:hover {background-color: rgba(128, 226, 223, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a3f3d932-b827-46b2-b7b5-4ecb724c4987-root {
    text-align: center;
  }


#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3f3d932-b827-46b2-b7b5-4ecb724c4987-root {
    text-align: center;
  }


#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3f3d932-b827-46b2-b7b5-4ecb724c4987-root {
    text-align: center;
  }


#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3f3d932-b827-46b2-b7b5-4ecb724c4987-root {
    text-align: center;
  }


#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3f3d932-b827-46b2-b7b5-4ecb724c4987-root {
    text-align: center;
  }


#s-a3f3d932-b827-46b2-b7b5-4ecb724c4987.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-9aa19c42-64d1-4ccf-b137-c2acb7761790 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(250, 248, 242, 1);
}








#s-9aa19c42-64d1-4ccf-b137-c2acb7761790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aa19c42-64d1-4ccf-b137-c2acb7761790.shg-box.shg-c {
  justify-content: center;
}

#s-64cad517-e051-47f7-a199-e9b1b7b55e43 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-c412c55a-93ac-4f8a-aefd-b2934e1bcc3b {
  margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c412c55a-93ac-4f8a-aefd-b2934e1bcc3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c412c55a-93ac-4f8a-aefd-b2934e1bcc3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c412c55a-93ac-4f8a-aefd-b2934e1bcc3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c412c55a-93ac-4f8a-aefd-b2934e1bcc3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1536px;
text-align: center;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8-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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(0, 197, 191, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-7c8ca0af-7f24-4792-b354-51909293f4c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8-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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 .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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-7c8ca0af-7f24-4792-b354-51909293f4c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8-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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 .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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-7c8ca0af-7f24-4792-b354-51909293f4c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8-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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 .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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-7c8ca0af-7f24-4792-b354-51909293f4c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8-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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 .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-7c8ca0af-7f24-4792-b354-51909293f4c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c8ca0af-7f24-4792-b354-51909293f4c8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-7c8ca0af-7f24-4792-b354-51909293f4c8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c8ca0af-7f24-4792-b354-51909293f4c8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1536px;
text-align: center;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2-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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(0, 197, 191, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2-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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2-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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2-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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2-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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-0a7a9def-461c-4540-a1b2-8328b74d8cd2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a7a9def-461c-4540-a1b2-8328b74d8cd2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1536px;
text-align: center;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f-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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(0, 197, 191, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-1edf0136-1eaa-4912-91bd-173aa9f3831f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f-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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f .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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-1edf0136-1eaa-4912-91bd-173aa9f3831f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f-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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f .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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-1edf0136-1eaa-4912-91bd-173aa9f3831f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f-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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f .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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-1edf0136-1eaa-4912-91bd-173aa9f3831f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f-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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f .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-1edf0136-1eaa-4912-91bd-173aa9f3831f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-1edf0136-1eaa-4912-91bd-173aa9f3831f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1edf0136-1eaa-4912-91bd-173aa9f3831f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 1536px;
text-align: center;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216-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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: rgba(0, 197, 191, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-ac436a14-8aee-4f0d-a638-215e2ac46216 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216-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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 .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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-ac436a14-8aee-4f0d-a638-215e2ac46216 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216-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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 .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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-ac436a14-8aee-4f0d-a638-215e2ac46216 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216-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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 .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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-ac436a14-8aee-4f0d-a638-215e2ac46216 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216-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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 .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-ac436a14-8aee-4f0d-a638-215e2ac46216 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-ac436a14-8aee-4f0d-a638-215e2ac46216 img.shogun-image {
  width: 100%;
  
  
  max-width: 1536px;

      
    max-width: 1536px;

  /* 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-ac436a14-8aee-4f0d-a638-215e2ac46216 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac436a14-8aee-4f0d-a638-215e2ac46216.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9681565b-5016-4d19-b395-10ab93034eb0 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-9681565b-5016-4d19-b395-10ab93034eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9681565b-5016-4d19-b395-10ab93034eb0.shg-box.shg-c {
  justify-content: center;
}

#s-a55ef1c9-3159-4217-a257-4ca219f58d4d {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 1);
margin-top: 20px;
margin-left: 20%;
margin-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(0, 197, 191, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a55ef1c9-3159-4217-a257-4ca219f58d4d {
  display: none;
}
#s-a55ef1c9-3159-4217-a257-4ca219f58d4d, #wrap-s-a55ef1c9-3159-4217-a257-4ca219f58d4d, #wrap-content-s-a55ef1c9-3159-4217-a257-4ca219f58d4d { display: none !important; }}@media (max-width: 767px){#s-a55ef1c9-3159-4217-a257-4ca219f58d4d {
  display: none;
}
#s-a55ef1c9-3159-4217-a257-4ca219f58d4d, #wrap-s-a55ef1c9-3159-4217-a257-4ca219f58d4d, #wrap-content-s-a55ef1c9-3159-4217-a257-4ca219f58d4d { display: none !important; }}







#s-a55ef1c9-3159-4217-a257-4ca219f58d4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a55ef1c9-3159-4217-a257-4ca219f58d4d.shg-box.shg-c {
  justify-content: center;
}

#s-f1d653bf-26cd-4268-a058-1dcff57b8e29 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-f1d653bf-26cd-4268-a058-1dcff57b8e29 {
  display: none;
}
#s-f1d653bf-26cd-4268-a058-1dcff57b8e29, #wrap-s-f1d653bf-26cd-4268-a058-1dcff57b8e29, #wrap-content-s-f1d653bf-26cd-4268-a058-1dcff57b8e29 { display: none !important; }}
#s-81ea7632-0a29-42a2-82b0-40480dbab58d {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-c0dffc53-3647-4e09-a627-0ac0269268f2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0dffc53-3647-4e09-a627-0ac0269268f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-cf822de3-93d8-49b9-9373-e5eb3b10a43f {
  text-align: left;
}

#s-cf822de3-93d8-49b9-9373-e5eb3b10a43f .shogun-icon-wrapper {
  text-align: right;
}


#s-cf822de3-93d8-49b9-9373-e5eb3b10a43f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-40b7b253-98cd-4e87-9488-c01185423aef .shogun-icon-wrapper {
  text-align: right;
}


#s-40b7b253-98cd-4e87-9488-c01185423aef .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-30db5324-34d9-400f-b0ba-cd2912f3948d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-30db5324-34d9-400f-b0ba-cd2912f3948d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-6ad3d96c-e5e0-4438-9e31-46e181b6aad4 {
  text-align: left;
}

#s-6ad3d96c-e5e0-4438-9e31-46e181b6aad4 .shogun-icon-wrapper {
  text-align: right;
}


#s-6ad3d96c-e5e0-4438-9e31-46e181b6aad4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-97adddb4-e107-401f-8a38-b9796858c785 .shogun-icon-wrapper {
  text-align: right;
}


#s-97adddb4-e107-401f-8a38-b9796858c785 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9742dd6e-f42d-4dba-8c2a-fdf2087f9db9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-a3a92329-cff4-4a87-a1c5-9686fc688ebb {
  text-align: left;
}

#s-a3a92329-cff4-4a87-a1c5-9686fc688ebb .shogun-icon-wrapper {
  text-align: right;
}


#s-a3a92329-cff4-4a87-a1c5-9686fc688ebb .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-24c12be8-087c-4abc-98ee-741c0b724118 .shogun-icon-wrapper {
  text-align: right;
}


#s-24c12be8-087c-4abc-98ee-741c0b724118 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-c694a703-6f6b-417d-89c2-f37682e3ddd5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c694a703-6f6b-417d-89c2-f37682e3ddd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-9a25f696-2a2b-4d02-90e0-2452769d675e {
  text-align: left;
}

#s-9a25f696-2a2b-4d02-90e0-2452769d675e .shogun-icon-wrapper {
  text-align: right;
}


#s-9a25f696-2a2b-4d02-90e0-2452769d675e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(0, 197, 191, 1);
}
@media (min-width: 1200px){#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 {
  display: none;
}
#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4, #wrap-s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4, #wrap-content-s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 {
  display: none;
}
#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4, #wrap-s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4, #wrap-content-s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 {
  
}
}@media (max-width: 767px){#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 {
  
}
}







#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e6f8852-b6eb-4a7a-9c49-76a6e19ffce4.shg-box.shg-c {
  justify-content: center;
}

#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (min-width: 1200px){#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 {
  display: none;
}
#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952, #wrap-s-53fd30fd-69cc-416d-80d4-41cb9b7d2952, #wrap-content-s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 { display: none !important; }}@media (max-width: 767px){#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 {
  display: none;
}
#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952, #wrap-s-53fd30fd-69cc-416d-80d4-41cb9b7d2952, #wrap-content-s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 { display: none !important; }}







#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53fd30fd-69cc-416d-80d4-41cb9b7d2952.shg-box.shg-c {
  justify-content: center;
}

#s-5374744d-cf90-4f40-a7e6-e45ca9759498 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-7672fa3d-cfb2-49d0-8f70-0217685b11a8 {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 0);
margin-top: 10px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-7672fa3d-cfb2-49d0-8f70-0217685b11a8 {
  
}
}







#s-7672fa3d-cfb2-49d0-8f70-0217685b11a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7672fa3d-cfb2-49d0-8f70-0217685b11a8.shg-box.shg-c {
  justify-content: center;
}

#s-2bb45a2d-5c2d-4c52-906c-69334859c97a {
  margin-top: 20px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2bb45a2d-5c2d-4c52-906c-69334859c97a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-e4417e75-72de-46e2-af58-f5ba92c43e29 {
  text-align: left;
}

#s-e4417e75-72de-46e2-af58-f5ba92c43e29 .shogun-icon-wrapper {
  text-align: right;
}


#s-e4417e75-72de-46e2-af58-f5ba92c43e29 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-3c4b5d0c-f912-468d-806b-089d44b98a80 .shogun-icon-wrapper {
  text-align: right;
}


#s-3c4b5d0c-f912-468d-806b-089d44b98a80 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-5e29c30e-8a1b-4c57-b9a0-f811585ffc51 .shogun-icon-wrapper {
  text-align: right;
}


#s-5e29c30e-8a1b-4c57-b9a0-f811585ffc51 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-e3861759-6cd9-4b55-bf93-dc96ab21e507 {
  margin-top: 2px;
margin-bottom: 25px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-e3861759-6cd9-4b55-bf93-dc96ab21e507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

}

#s-b21762cc-339a-4950-b3d3-d88353fd67c0 .shogun-icon-wrapper {
  text-align: right;
}


#s-b21762cc-339a-4950-b3d3-d88353fd67c0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-6acf3257-4732-4b12-8964-bd0912e3d9f1 .shogun-icon-wrapper {
  text-align: right;
}


#s-6acf3257-4732-4b12-8964-bd0912e3d9f1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-8395b873-0d41-4651-ac36-e367da0cf879 .shogun-icon-wrapper {
  text-align: right;
}


#s-8395b873-0d41-4651-ac36-e367da0cf879 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2a9ad0f8-848a-4ea3-a426-f7ae4a8cc78a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7494ba52-0394-4b25-a3cc-2fe7faef02a1 .shogun-icon-wrapper {
  text-align: right;
}


#s-7494ba52-0394-4b25-a3cc-2fe7faef02a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-048a2dc1-645f-49a5-9d97-00b175b4a08a .shogun-icon-wrapper {
  text-align: right;
}


#s-048a2dc1-645f-49a5-9d97-00b175b4a08a .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-cc04f7e1-946d-4db7-8d5c-67748676c692 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-cc04f7e1-946d-4db7-8d5c-67748676c692 {
  
}
}
#s-fe7f477d-58b6-49d7-8830-bc24bfa4d4c4 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-debed981-031e-41d5-a3f2-9fcbf1285104 {
  box-shadow:2px 0px 15px 0px rgba(250, 241, 241, 0);
margin-top: 10px;
margin-left: 0px;
margin-bottom: 35px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
min-height: 50px;
background-color: rgba(0, 197, 191, 1);
}
@media (max-width: 767px){#s-debed981-031e-41d5-a3f2-9fcbf1285104 {
  
}
}







#s-debed981-031e-41d5-a3f2-9fcbf1285104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-debed981-031e-41d5-a3f2-9fcbf1285104.shg-box.shg-c {
  justify-content: center;
}

#s-f01d82f7-1f38-4e2d-b8fa-afbf0988342d {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-41f86d42-0c26-452d-a512-e3705fc25224 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-136d613c-1274-436d-bd16-df3ffab8b89c {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-bd6fc985-52ce-482b-afda-033c17ea220a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-6c2bc308-c25e-4bc9-90fb-7d51f759fb9e {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-71f2694b-81d2-4a51-bb78-22c10cb752e3 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-a8c402e1-73e5-44ef-9ab2-f793fe649eef {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
}

#s-00db31ca-c910-4b2e-a458-51fc07c089cd {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9b15a9cd-513c-46a5-9da9-5c28ce772546 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-9b15a9cd-513c-46a5-9da9-5c28ce772546"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b15a9cd-513c-46a5-9da9-5c28ce772546"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b15a9cd-513c-46a5-9da9-5c28ce772546"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b15a9cd-513c-46a5-9da9-5c28ce772546"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7cabf82-86b1-4dcd-a98c-8fb2f60abca8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a7cabf82-86b1-4dcd-a98c-8fb2f60abca8 .shogun-icon-wrapper {
  text-align: left;
}


#s-a7cabf82-86b1-4dcd-a98c-8fb2f60abca8 .shogun-icon-wrapper > .shogun-icon {

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

#s-a62e6ef3-f5e9-46a0-8e44-2f0961c7d67e {
  margin-left: 5%;
margin-right: 5%;
}

#s-d6b62619-d5de-46a4-a659-e713b1d7bf42 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e602aa25-0190-44c4-a323-ca08d03f124b {
  margin-left: 5%;
margin-right: 5%;
}

#s-e602aa25-0190-44c4-a323-ca08d03f124b .shogun-icon-wrapper {
  text-align: left;
}


#s-e602aa25-0190-44c4-a323-ca08d03f124b .shogun-icon-wrapper > .shogun-icon {

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

#s-bf6fb087-f749-46e7-ba91-b72ab15302f8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-afefdc62-8ae9-4954-a62f-2552f748eb50 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-d732131d-4a5e-465f-96b9-6a0409324e6d {
  margin-left: 5%;
margin-right: 5%;
}

#s-d732131d-4a5e-465f-96b9-6a0409324e6d .shogun-icon-wrapper {
  text-align: left;
}


#s-d732131d-4a5e-465f-96b9-6a0409324e6d .shogun-icon-wrapper > .shogun-icon {

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

#s-d6c62c38-8c43-4b89-aa56-bf83416540ab {
  margin-left: 5%;
margin-right: 5%;
}

#s-f3954991-b315-4b18-a6b1-bc7a13db6461 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1bb34120-b854-43bf-ad8c-90cd12848d94 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(250, 248, 242, 1);
}








#s-1bb34120-b854-43bf-ad8c-90cd12848d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bb34120-b854-43bf-ad8c-90cd12848d94.shg-box.shg-c {
  justify-content: center;
}

#s-362547ce-da7b-4db7-8e91-ee35d68136f5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d {
  display: none;
}
#s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d, #wrap-s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d, #wrap-content-s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d { display: none !important; }}@media (max-width: 767px){#s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d {
  display: none;
}
#s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d, #wrap-s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d, #wrap-content-s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d { display: none !important; }}
@media (min-width: 0px) {
[id="s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d902e1d-ae29-4bf1-9f21-ec5b3cc4514d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1407px;
aspect-ratio: 1407/389;
text-align: center;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85-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-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
  box-sizing: border-box;
}



.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
      position: relative;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

@media (min-width: 1200px){#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85-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-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
  box-sizing: border-box;
}



.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
      position: relative;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85-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-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
  box-sizing: border-box;
}



.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
      position: relative;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85-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-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
  box-sizing: border-box;
}



.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
      position: relative;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (max-width: 767px){#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  margin: 0 !important;
  overflow: visible;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85-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-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add background color handling */
  
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image {
  box-sizing: border-box;
}



.s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container {
      position: relative;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4c5fa19-cce1-4f91-9c6d-e2ff2e5a2e85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}
#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
max-width: 1407px;
aspect-ratio: 1407/389;
text-align: center;
}
@media (min-width: 1200px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  display: none;
}
#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364, #wrap-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364, #wrap-content-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  display: none;
}
#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364, #wrap-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364, #wrap-content-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 { display: none !important; }}
#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364-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-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
  box-sizing: border-box;
}



.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
      position: relative;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

@media (min-width: 1200px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364-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-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
  box-sizing: border-box;
}



.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
      position: relative;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364-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-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
  box-sizing: border-box;
}



.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
      position: relative;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364-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-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
  box-sizing: border-box;
}



.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
      position: relative;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}@media (max-width: 767px){#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364-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-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }

    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-link {
      aspect-ratio: 1407/389;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1407px;
  }



  img.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
    
    
    
    max-height: 1407px;
  }


.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image {
  box-sizing: border-box;
}



.s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 {
      --shg-aspect-ratio: calc(1407/389); 
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container {
      position: relative;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fc84f12-e1e2-4abc-9f44-20a65a5b4364 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1407px;
    }
  }

}
#s-025a6329-1869-4265-9ca1-61eeef7e916d {
  margin-left: 10%;
margin-right: 10%;
}

#s-87e3d758-b4ec-45d7-a157-6305af54a0a6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: left;
}

#s-230e5df2-dfcf-431a-8985-46e54fc189f9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 1px;
padding-bottom: 1px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-230e5df2-dfcf-431a-8985-46e54fc189f9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-230e5df2-dfcf-431a-8985-46e54fc189f9.shg-box.shg-c {
  justify-content: center;
}

#s-5db4f880-62dc-41b0-ac79-e4407bee77cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 48px;
background-color: rgba(69, 122, 255, 1);
}








#s-5db4f880-62dc-41b0-ac79-e4407bee77cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5db4f880-62dc-41b0-ac79-e4407bee77cb.shg-box.shg-c {
  justify-content: center;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown span, #s-df53b499-fe48-48b8-b70a-818825775cb2 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-6b187109-7c5e-433a-a450-c54da59ecac1 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-6b187109-7c5e-433a-a450-c54da59ecac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b187109-7c5e-433a-a450-c54da59ecac1.shg-box.shg-c {
  justify-content: center;
}

#s-2a65f6ae-4926-402c-88fd-89541135355b {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-6a349e83-beb4-440d-8d99-ffcb09ab6564 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6a349e83-beb4-440d-8d99-ffcb09ab6564 {
  display: none;
}
#s-6a349e83-beb4-440d-8d99-ffcb09ab6564, #wrap-s-6a349e83-beb4-440d-8d99-ffcb09ab6564, #wrap-content-s-6a349e83-beb4-440d-8d99-ffcb09ab6564 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a349e83-beb4-440d-8d99-ffcb09ab6564 {
  display: none;
}
#s-6a349e83-beb4-440d-8d99-ffcb09ab6564, #wrap-s-6a349e83-beb4-440d-8d99-ffcb09ab6564, #wrap-content-s-6a349e83-beb4-440d-8d99-ffcb09ab6564 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6a349e83-beb4-440d-8d99-ffcb09ab6564"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6a349e83-beb4-440d-8d99-ffcb09ab6564"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6a349e83-beb4-440d-8d99-ffcb09ab6564"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a349e83-beb4-440d-8d99-ffcb09ab6564"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-24dd87fd-a0d9-4926-8639-ad15d1b44724 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-24dd87fd-a0d9-4926-8639-ad15d1b44724 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-24dd87fd-a0d9-4926-8639-ad15d1b44724 img.shogun-image,
  #s-24dd87fd-a0d9-4926-8639-ad15d1b44724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24dd87fd-a0d9-4926-8639-ad15d1b44724 {
    width: 100%;
    height: auto;
  }



  #s-24dd87fd-a0d9-4926-8639-ad15d1b44724 img.shogun-image {
    

    
    
    
  }


#s-24dd87fd-a0d9-4926-8639-ad15d1b44724 .shogun-image-content {
  
    justify-content: center;
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin: 0 !important;
  overflow: visible;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45-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-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add background color handling */
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
  box-sizing: border-box;
}



.s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
      position: relative;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin: 0 !important;
  overflow: visible;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45-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-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add background color handling */
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
  box-sizing: border-box;
}



.s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
      position: relative;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin: 0 !important;
  overflow: visible;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45-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-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add background color handling */
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
  box-sizing: border-box;
}



.s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
      position: relative;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin: 0 !important;
  overflow: visible;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45-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-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add background color handling */
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
  box-sizing: border-box;
}



.s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
      position: relative;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  margin: 0 !important;
  overflow: visible;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45-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-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add background color handling */
  
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-410cfeaa-c601-4ee1-b842-dc6712493c45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image {
  box-sizing: border-box;
}



.s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container {
      position: relative;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410cfeaa-c601-4ee1-b842-dc6712493c45 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 img.shogun-image,
  #s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 {
    width: 100%;
    height: auto;
  }



  #s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 img.shogun-image {
    

    
    
    
  }


#s-7907969f-5d1f-4dfd-8095-7cafdbac6ba1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7-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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7-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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7-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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7-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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7-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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .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-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffc2f30-7de5-40f9-a66d-8133ce47e4c7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d-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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d-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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d-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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d-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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d-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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .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-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2e8d93d-2f7c-4178-a4d0-7cd1dd7c0b2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f55161aa-9c6e-4490-834b-345f2b449fe2 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-f55161aa-9c6e-4490-834b-345f2b449fe2 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f55161aa-9c6e-4490-834b-345f2b449fe2 img.shogun-image,
  #s-f55161aa-9c6e-4490-834b-345f2b449fe2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f55161aa-9c6e-4490-834b-345f2b449fe2 {
    width: 100%;
    height: auto;
  }



  #s-f55161aa-9c6e-4490-834b-345f2b449fe2 img.shogun-image {
    

    
    
    
  }


#s-f55161aa-9c6e-4490-834b-345f2b449fe2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b131ba6d-db32-49f5-98c9-656927cb68c7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b131ba6d-db32-49f5-98c9-656927cb68c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b131ba6d-db32-49f5-98c9-656927cb68c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b131ba6d-db32-49f5-98c9-656927cb68c7 {
  display: none;
}
#s-b131ba6d-db32-49f5-98c9-656927cb68c7, #wrap-s-b131ba6d-db32-49f5-98c9-656927cb68c7, #wrap-content-s-b131ba6d-db32-49f5-98c9-656927cb68c7 { display: none !important; }}@media (max-width: 767px){#s-b131ba6d-db32-49f5-98c9-656927cb68c7 {
  display: none;
}
#s-b131ba6d-db32-49f5-98c9-656927cb68c7, #wrap-s-b131ba6d-db32-49f5-98c9-656927cb68c7, #wrap-content-s-b131ba6d-db32-49f5-98c9-656927cb68c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b131ba6d-db32-49f5-98c9-656927cb68c7"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 768px) {
[id="s-b131ba6d-db32-49f5-98c9-656927cb68c7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b131ba6d-db32-49f5-98c9-656927cb68c7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b131ba6d-db32-49f5-98c9-656927cb68c7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-9481f321-9eee-47fd-9487-4a20240a2264 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-9481f321-9eee-47fd-9487-4a20240a2264 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9481f321-9eee-47fd-9487-4a20240a2264 img.shogun-image,
  #s-9481f321-9eee-47fd-9487-4a20240a2264 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9481f321-9eee-47fd-9487-4a20240a2264 {
    width: 100%;
    height: auto;
  }



  #s-9481f321-9eee-47fd-9487-4a20240a2264 img.shogun-image {
    

    
    
    
  }


#s-9481f321-9eee-47fd-9487-4a20240a2264 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3-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-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
  box-sizing: border-box;
}



.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
      position: relative;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3-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-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
  box-sizing: border-box;
}



.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
      position: relative;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3-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-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
  box-sizing: border-box;
}



.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
      position: relative;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3-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-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
  box-sizing: border-box;
}



.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
      position: relative;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3-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-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image {
  box-sizing: border-box;
}



.s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container {
      position: relative;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bda06e8-b192-4125-b4ee-e2667bed38d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 img.shogun-image,
  #s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 {
    width: 100%;
    height: auto;
  }



  #s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 img.shogun-image {
    

    
    
    
  }


#s-92629172-4df7-40cd-9c42-c7ac6d1b37a6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d-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-d203af20-e53c-435f-91ce-a6934b301c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d .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-d203af20-e53c-435f-91ce-a6934b301c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d203af20-e53c-435f-91ce-a6934b301c4d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-d203af20-e53c-435f-91ce-a6934b301c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d-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-d203af20-e53c-435f-91ce-a6934b301c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d .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-d203af20-e53c-435f-91ce-a6934b301c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d203af20-e53c-435f-91ce-a6934b301c4d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-d203af20-e53c-435f-91ce-a6934b301c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d-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-d203af20-e53c-435f-91ce-a6934b301c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d .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-d203af20-e53c-435f-91ce-a6934b301c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d203af20-e53c-435f-91ce-a6934b301c4d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-d203af20-e53c-435f-91ce-a6934b301c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d-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-d203af20-e53c-435f-91ce-a6934b301c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d .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-d203af20-e53c-435f-91ce-a6934b301c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d203af20-e53c-435f-91ce-a6934b301c4d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-d203af20-e53c-435f-91ce-a6934b301c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d203af20-e53c-435f-91ce-a6934b301c4d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d-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-d203af20-e53c-435f-91ce-a6934b301c4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d .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-d203af20-e53c-435f-91ce-a6934b301c4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d203af20-e53c-435f-91ce-a6934b301c4d img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-d203af20-e53c-435f-91ce-a6934b301c4d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d203af20-e53c-435f-91ce-a6934b301c4d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb-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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb-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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb-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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb-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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb-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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .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-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb img.shogun-image {
  width: 100%;
  
  
  

      
    

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




.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8dfaae0f-5eed-434b-a11c-7ac810e7b4cb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f379f5f4-829d-4975-b755-c51142ecaf26 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f379f5f4-829d-4975-b755-c51142ecaf26 {
  display: none;
}
#s-f379f5f4-829d-4975-b755-c51142ecaf26, #wrap-s-f379f5f4-829d-4975-b755-c51142ecaf26, #wrap-content-s-f379f5f4-829d-4975-b755-c51142ecaf26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f379f5f4-829d-4975-b755-c51142ecaf26 {
  display: none;
}
#s-f379f5f4-829d-4975-b755-c51142ecaf26, #wrap-s-f379f5f4-829d-4975-b755-c51142ecaf26, #wrap-content-s-f379f5f4-829d-4975-b755-c51142ecaf26 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f379f5f4-829d-4975-b755-c51142ecaf26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f379f5f4-829d-4975-b755-c51142ecaf26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f379f5f4-829d-4975-b755-c51142ecaf26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f379f5f4-829d-4975-b755-c51142ecaf26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2-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-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
  box-sizing: border-box;
}



.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
      position: relative;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2-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-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
  box-sizing: border-box;
}



.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
      position: relative;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2-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-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
  box-sizing: border-box;
}



.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
      position: relative;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2-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-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
  box-sizing: border-box;
}



.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
      position: relative;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2-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-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image {
  box-sizing: border-box;
}



.s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container {
      position: relative;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac9fd0b7-345e-4eea-a7f6-62b28a5b04c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-5ed4013d-a1ce-4628-873b-41457a147f84 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5ed4013d-a1ce-4628-873b-41457a147f84 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ed4013d-a1ce-4628-873b-41457a147f84 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ed4013d-a1ce-4628-873b-41457a147f84 {
  display: none;
}
#s-5ed4013d-a1ce-4628-873b-41457a147f84, #wrap-s-5ed4013d-a1ce-4628-873b-41457a147f84, #wrap-content-s-5ed4013d-a1ce-4628-873b-41457a147f84 { display: none !important; }}@media (max-width: 767px){#s-5ed4013d-a1ce-4628-873b-41457a147f84 {
  display: none;
}
#s-5ed4013d-a1ce-4628-873b-41457a147f84, #wrap-s-5ed4013d-a1ce-4628-873b-41457a147f84, #wrap-content-s-5ed4013d-a1ce-4628-873b-41457a147f84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5ed4013d-a1ce-4628-873b-41457a147f84"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-5ed4013d-a1ce-4628-873b-41457a147f84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5ed4013d-a1ce-4628-873b-41457a147f84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ed4013d-a1ce-4628-873b-41457a147f84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-993594bc-cd51-4533-a95e-5dbaaf0a7489 {
  max-width: 400px;
aspect-ratio: 400/200;
text-align: center;
}

#s-993594bc-cd51-4533-a95e-5dbaaf0a7489 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-993594bc-cd51-4533-a95e-5dbaaf0a7489 img.shogun-image,
  #s-993594bc-cd51-4533-a95e-5dbaaf0a7489 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-993594bc-cd51-4533-a95e-5dbaaf0a7489 {
    width: 100%;
    height: auto;
  }



  #s-993594bc-cd51-4533-a95e-5dbaaf0a7489 img.shogun-image {
    

    
    
    
  }


#s-993594bc-cd51-4533-a95e-5dbaaf0a7489 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 400/200;
text-align: center;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60-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-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
  box-sizing: border-box;
}



.s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
      position: relative;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60-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-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
  box-sizing: border-box;
}



.s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
      position: relative;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60-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-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
  box-sizing: border-box;
}



.s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
      position: relative;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60-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-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
  box-sizing: border-box;
}



.s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
      position: relative;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60-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-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }

    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-link {
      aspect-ratio: 400/200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ef6be0a3-8f0c-4657-becd-476781a71d60 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image {
  box-sizing: border-box;
}



.s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 {
      --shg-aspect-ratio: calc(400/200); 
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container {
      position: relative;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6be0a3-8f0c-4657-becd-476781a71d60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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