.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-1dfac514-5449-44f1-bfaa-f406acf20597 {
  background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  display: none;
}
#s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-content-s-1dfac514-5449-44f1-bfaa-f406acf20597 { display: none !important; }}@media (max-width: 767px){#s-1dfac514-5449-44f1-bfaa-f406acf20597 {
  display: none;
}
#s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-s-1dfac514-5449-44f1-bfaa-f406acf20597, #wrap-content-s-1dfac514-5449-44f1-bfaa-f406acf20597 { display: none !important; }}







#s-1dfac514-5449-44f1-bfaa-f406acf20597 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-1dfac514-5449-44f1-bfaa-f406acf20597.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-1dfac514-5449-44f1-bfaa-f406acf20597 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-1dfac514-5449-44f1-bfaa-f406acf20597.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-b1892f00-e520-4525-b095-849645ee7b25 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1892f00-e520-4525-b095-849645ee7b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(16, 117, 190, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}@media (max-width: 767px){#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 {
  
}
}







#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6c8a5ee-0577-4dac-9d90-c3e885d92068.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-922cb494-45a1-4755-995c-9297867e8075 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1182px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-922cb494-45a1-4755-995c-9297867e8075 {
  overflow: hidden;
  
  
      max-width: 1182px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-922cb494-45a1-4755-995c-9297867e8075 .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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00 {
  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(235, 38, 46, 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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00-root {
    text-align: left;
  }


#s-33ea3d5e-8f3c-4064-9bac-ef6f02bc1a00.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-34bc61a3-41c9-4896-8c8a-b608b53d0780 {
  margin-left: 0px;
margin-right: 0%;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-34bc61a3-41c9-4896-8c8a-b608b53d0780 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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, 0.8);
}
#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd-root {
    text-align: left;
  }


#s-09b32b3c-a15c-4f43-bb5c-3398805e8fcd.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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, 0.8);
}
#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c952e000-ca43-4af4-b93b-ea2577e06bfc:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c952e000-ca43-4af4-b93b-ea2577e06bfc-root {
    text-align: left;
  }


#s-c952e000-ca43-4af4-b93b-ea2577e06bfc.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
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, 0.8);
}
#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c:active {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c-root {
    text-align: left;
  }


#s-dc37fac5-fa5a-44d5-93b0-6dddc05fff8c.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-96e48a51-361b-491f-9e83-63b718053390 {
  margin-left: 0px;
margin-right: 0%;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 0.8);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-96e48a51-361b-491f-9e83-63b718053390 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQ0YWI0MzUtMmNhOS00MTg1LTg3MWQtMGQ0NjBmMWQ5MmYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDRhYjQzNS0yY2E5LTQxODUtODcxZC0wZDQ2MGYxZDkyZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c28d3efc-2e3f-42c2-895f-929b3850b07b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c28d3efc-2e3f-42c2-895f-929b3850b07b-root {
    text-align: left;
  }


#s-c28d3efc-2e3f-42c2-895f-929b3850b07b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178 {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzNjYWQ2MGEtNWQ4NS00MGJhLThkNzgtYWRkMzk0YzE3Y2E2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjM2NhZDYwYS01ZDg1LTQwYmEtOGQ3OC1hZGQzOTRjMTdjYTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-567ff1db-50c3-4c1f-8030-6fadadfaf178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-567ff1db-50c3-4c1f-8030-6fadadfaf178-root {
    text-align: left;
  }


#s-567ff1db-50c3-4c1f-8030-6fadadfaf178.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQ2ZmVlNjQtMjFjZi00OTU0LWE5MDctOTFlMTQyNTVhMTcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDZmZWU2NC0yMWNmLTQ5NTQtYTkwNy05MWUxNDI1NWExNzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b-root {
    text-align: left;
  }


#s-077e7a4f-7e02-4b61-84b4-c6549d0ce81b.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDI0YWYyNWYtZWU2ZS00YjE5LWI4ZTYtZmNjMzU3MDk1YTMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjRhZjI1Zi1lZTZlLTRiMTktYjhlNi1mY2MzNTcwOTVhMzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb-root {
    text-align: left;
  }


#s-4b0b1856-7860-41a4-b07b-f5ce9df56ddb.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505 {
  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, 0.8);
line-height: 1em;
letter-spacing: 1px;
}
#s-b8eed75c-abcf-461d-872b-66fcac07f505:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJhMDEwMjktNzViMC00NThlLTg2ZDItNzcxNjBhNmI3YmU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjYzA2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmEwMTAyOS03NWIwLTQ1OGUtODZkMi03NzE2MGE2YjdiZTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#fdcc06"}, {"id"=>2, "pos"=>1, "color"=>"#fdcc06"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8eed75c-abcf-461d-872b-66fcac07f505:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8eed75c-abcf-461d-872b-66fcac07f505-root {
    text-align: left;
  }


#s-b8eed75c-abcf-461d-872b-66fcac07f505.shg-btn {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a {
  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, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-06523507-ddc6-46e8-a510-27ff54c00a1a:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-06523507-ddc6-46e8-a510-27ff54c00a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06523507-ddc6-46e8-a510-27ff54c00a1a-root {
    text-align: center;
  }


#s-06523507-ddc6-46e8-a510-27ff54c00a1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  max-width: 2734px;
text-align: center;
}
@media (min-width: 1200px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  display: none;
}
#s-c9f58b49-a659-4dd3-86d9-b79729334b1d, #wrap-s-c9f58b49-a659-4dd3-86d9-b79729334b1d, #wrap-content-s-c9f58b49-a659-4dd3-86d9-b79729334b1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  display: none;
}
#s-c9f58b49-a659-4dd3-86d9-b79729334b1d, #wrap-s-c9f58b49-a659-4dd3-86d9-b79729334b1d, #wrap-content-s-c9f58b49-a659-4dd3-86d9-b79729334b1d { display: none !important; }}
#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d-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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9f58b49-a659-4dd3-86d9-b79729334b1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image {
  box-sizing: border-box;
}



.s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d-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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9f58b49-a659-4dd3-86d9-b79729334b1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image {
  box-sizing: border-box;
}



.s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d-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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9f58b49-a659-4dd3-86d9-b79729334b1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image {
  box-sizing: border-box;
}



.s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d-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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9f58b49-a659-4dd3-86d9-b79729334b1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image {
  box-sizing: border-box;
}



.s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d-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-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f58b49-a659-4dd3-86d9-b79729334b1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c9f58b49-a659-4dd3-86d9-b79729334b1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f58b49-a659-4dd3-86d9-b79729334b1d.shogun-image {
  box-sizing: border-box;
}



.s-c9f58b49-a659-4dd3-86d9-b79729334b1d 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-58510eee-db29-43dc-bd2b-ace3f9f7fd73 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-58510eee-db29-43dc-bd2b-ace3f9f7fd73 {
  display: none;
}
#s-58510eee-db29-43dc-bd2b-ace3f9f7fd73, #wrap-s-58510eee-db29-43dc-bd2b-ace3f9f7fd73, #wrap-content-s-58510eee-db29-43dc-bd2b-ace3f9f7fd73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58510eee-db29-43dc-bd2b-ace3f9f7fd73 {
  display: none;
}
#s-58510eee-db29-43dc-bd2b-ace3f9f7fd73, #wrap-s-58510eee-db29-43dc-bd2b-ace3f9f7fd73, #wrap-content-s-58510eee-db29-43dc-bd2b-ace3f9f7fd73 { display: none !important; }}
@media (min-width: 1200px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d {
  display: none;
}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d, #wrap-content-s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d { display: none !important; }}
#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-5975e3c7-588f-4f4a-bfd6-5240ace7b71d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a-root {
    text-align: center;
  }


#s-41d8ea74-3f78-433c-8dcf-e32db3d9dc3a.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0916cb16-01d1-42f5-93bb-94444405f168 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0916cb16-01d1-42f5-93bb-94444405f168:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0916cb16-01d1-42f5-93bb-94444405f168:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0916cb16-01d1-42f5-93bb-94444405f168-root {
    text-align: center;
  }


#s-0916cb16-01d1-42f5-93bb-94444405f168.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-291a11f0-186b-4e5b-83a5-9b2d097d9570:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-291a11f0-186b-4e5b-83a5-9b2d097d9570-root {
    text-align: center;
  }


#s-291a11f0-186b-4e5b-83a5-9b2d097d9570.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-de5303dd-940d-44cd-9521-650950e28156 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-de5303dd-940d-44cd-9521-650950e28156:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-de5303dd-940d-44cd-9521-650950e28156:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-de5303dd-940d-44cd-9521-650950e28156-root {
    text-align: center;
  }


#s-de5303dd-940d-44cd-9521-650950e28156.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-032ea694-9854-4d34-bc2a-cc9536ae59cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-032ea694-9854-4d34-bc2a-cc9536ae59cd-root {
    text-align: center;
  }


#s-032ea694-9854-4d34-bc2a-cc9536ae59cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-3501b990-28c1-4dcc-a988-d8fb274168dd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3501b990-28c1-4dcc-a988-d8fb274168dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3501b990-28c1-4dcc-a988-d8fb274168dd-root {
    text-align: center;
  }


#s-3501b990-28c1-4dcc-a988-d8fb274168dd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61585741-8fb8-4d46-88a2-3bfad07601ff:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-61585741-8fb8-4d46-88a2-3bfad07601ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61585741-8fb8-4d46-88a2-3bfad07601ff-root {
    text-align: center;
  }


#s-61585741-8fb8-4d46-88a2-3bfad07601ff.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd-root {
    text-align: center;
  }


#s-1d2cc0f3-2170-4592-8039-dbfca7dde9bd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c796cba5-c811-4578-bc40-9bb84b6e6755:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c796cba5-c811-4578-bc40-9bb84b6e6755:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c796cba5-c811-4578-bc40-9bb84b6e6755-root {
    text-align: center;
  }


#s-c796cba5-c811-4578-bc40-9bb84b6e6755.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1 {
  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(51, 51, 51, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:hover {background-color: rgba(253, 204, 6, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1-root {
    text-align: center;
  }


#s-99bd5988-2543-4c12-92ba-6ba6b6dcf7e1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-16aa0609-f8f7-42b3-aab4-7b4ecbe03c24 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-16aa0609-f8f7-42b3-aab4-7b4ecbe03c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16aa0609-f8f7-42b3-aab4-7b4ecbe03c24.shg-box.shg-c {
  justify-content: flex-start;
}

.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-d79a6908-c72e-425e-a6e1-15377efb6cbc {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-d79a6908-c72e-425e-a6e1-15377efb6cbc .shg-proportional-font-size,
#s-d79a6908-c72e-425e-a6e1-15377efb6cbc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9bac24bf-601b-4b4d-b7bf-2e7ef78ec865 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9bac24bf-601b-4b4d-b7bf-2e7ef78ec865 .shg-proportional-font-size,
#s-9bac24bf-601b-4b4d-b7bf-2e7ef78ec865 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9288ea2f-0638-4c84-b384-86ae26aa4259 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

#s-9288ea2f-0638-4c84-b384-86ae26aa4259 .shg-proportional-font-size,
#s-9288ea2f-0638-4c84-b384-86ae26aa4259 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d {
  margin-top: 30px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 25px;
padding-left: 40px;
padding-bottom: 25px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d {
  margin-top: 30px;
margin-bottom: 30px;
}
}

  #s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d-root {
    text-align: center;
  }


#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d-root {
    text-align: center;
  }


#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d-root {
    text-align: center;
  }


#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d-root {
    text-align: center;
  }


#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d-root {
    text-align: center;
  }


#s-40cbe6b8-a5dd-4162-81c7-426e97d1d26d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7a502e60-215e-4f5d-b628-3a95f2177a78 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-7a502e60-215e-4f5d-b628-3a95f2177a78 .shg-proportional-font-size,
#s-7a502e60-215e-4f5d-b628-3a95f2177a78 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f4204745-75bd-46d9-8cff-36a4dfa345e6 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f4204745-75bd-46d9-8cff-36a4dfa345e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4204745-75bd-46d9-8cff-36a4dfa345e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4204745-75bd-46d9-8cff-36a4dfa345e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4204745-75bd-46d9-8cff-36a4dfa345e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822-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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 .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(244, 238, 49, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-4495e595-cbcd-4e4f-a90d-d98d95090822 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822-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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 .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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-4495e595-cbcd-4e4f-a90d-d98d95090822 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822-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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 .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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-4495e595-cbcd-4e4f-a90d-d98d95090822 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822-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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 .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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-4495e595-cbcd-4e4f-a90d-d98d95090822 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822-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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 .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-4495e595-cbcd-4e4f-a90d-d98d95090822 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4495e595-cbcd-4e4f-a90d-d98d95090822 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-4495e595-cbcd-4e4f-a90d-d98d95090822 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4495e595-cbcd-4e4f-a90d-d98d95090822.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0e803327-7956-4331-ba0c-432376c2aae6 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-0e803327-7956-4331-ba0c-432376c2aae6 .shg-proportional-font-size,
#s-0e803327-7956-4331-ba0c-432376c2aae6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f-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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .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(240, 89, 42, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f-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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f-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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f-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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f-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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cba1c80-c32f-46cd-a2d6-abc8fd3ea38f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-65e1c96e-1f69-41d4-8fce-ce947639ee0d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-65e1c96e-1f69-41d4-8fce-ce947639ee0d .shg-proportional-font-size,
#s-65e1c96e-1f69-41d4-8fce-ce947639ee0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f-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-265cbfb9-258a-467d-abc2-e9491e50446f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f .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(237, 35, 36, 1);
  border-style: solid;
  border-radius: 15px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-265cbfb9-258a-467d-abc2-e9491e50446f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-265cbfb9-258a-467d-abc2-e9491e50446f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-265cbfb9-258a-467d-abc2-e9491e50446f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f-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-265cbfb9-258a-467d-abc2-e9491e50446f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f .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-265cbfb9-258a-467d-abc2-e9491e50446f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-265cbfb9-258a-467d-abc2-e9491e50446f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-265cbfb9-258a-467d-abc2-e9491e50446f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f-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-265cbfb9-258a-467d-abc2-e9491e50446f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f .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-265cbfb9-258a-467d-abc2-e9491e50446f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-265cbfb9-258a-467d-abc2-e9491e50446f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-265cbfb9-258a-467d-abc2-e9491e50446f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f-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-265cbfb9-258a-467d-abc2-e9491e50446f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f .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-265cbfb9-258a-467d-abc2-e9491e50446f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-265cbfb9-258a-467d-abc2-e9491e50446f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-265cbfb9-258a-467d-abc2-e9491e50446f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-265cbfb9-258a-467d-abc2-e9491e50446f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f-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-265cbfb9-258a-467d-abc2-e9491e50446f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f .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-265cbfb9-258a-467d-abc2-e9491e50446f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-265cbfb9-258a-467d-abc2-e9491e50446f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* 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-265cbfb9-258a-467d-abc2-e9491e50446f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265cbfb9-258a-467d-abc2-e9491e50446f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9ed5912f-8bbd-44d9-a32c-f1ff778501c2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-9ed5912f-8bbd-44d9-a32c-f1ff778501c2 .shg-proportional-font-size,
#s-9ed5912f-8bbd-44d9-a32c-f1ff778501c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad6c7fce-9af2-4d3d-9478-971828f3ef46.shg-box.shg-c {
  justify-content: center;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size,
#s-1d7565fe-7d91-4471-ae98-6d9e572817db .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}@media (max-width: 767px){#s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2 {
  
}
}
@media (min-width: 0px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75b4b430-80eb-4e6e-be7c-86d4d8df2de2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}@media (max-width: 767px){#s-f005d70a-d671-4921-b9d2-be111ef0f98b {
  
}
}
#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper {
  text-align: center;
}


#s-f005d70a-d671-4921-b9d2-be111ef0f98b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 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-21a92dcf-4d4b-4abf-8163-b79d59696ddb {
  margin-left: auto;
margin-right: auto;
}

#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}@media (max-width: 767px){#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 {
  
}
}
#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-b45f588d-0de2-4158-a946-7a3cd7b306c1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-2f9cc74d-cca1-4dea-9f0c-3b32c1316b6d {
  margin-left: auto;
margin-right: auto;
}

#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}@media (max-width: 767px){#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 {
  
}
}
#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ed97b96-f7c8-44a1-bb26-f0db68a10846 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(238, 90, 53, 1);
}

#s-261fba4d-ff5d-4164-8b3c-e330fe4d0520 {
  margin-left: auto;
margin-right: auto;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
max-width: 1400px;
text-align: center;
}
@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  margin-bottom: 40px;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65-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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65 img.shogun-image {
  width: 100%;
  
  
  max-width: 1400px;

      
    max-width: 1400px;

  /* 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-4823361b-3a5d-46ff-9e3f-1d1906c99c65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4823361b-3a5d-46ff-9e3f-1d1906c99c65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-623d8d35-ef92-405b-8d98-75691e485d97 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 6px;
padding-bottom: 6px;
}
@media (max-width: 767px){#s-623d8d35-ef92-405b-8d98-75691e485d97 {
  margin-right: 5%;
}
}
#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61 {
  margin-top: 30px;
margin-left: 25px;
margin-bottom: 30px;
margin-right: 25px;
padding-top: 25px;
padding-left: 40px;
padding-bottom: 25px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61:hover {background-color: rgba(245, 210, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61 {
  margin-top: 30px;
margin-bottom: 30px;
}
}

  #s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61-root {
    text-align: center;
  }


#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61-root {
    text-align: center;
  }


#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61-root {
    text-align: center;
  }


#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61-root {
    text-align: center;
  }


#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61-root {
    text-align: center;
  }


#s-2e58f9e4-1ca8-4551-b19a-32fea3e26b61.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-b98951c5-f2c4-4189-be24-d37dbc9637fa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b98951c5-f2c4-4189-be24-d37dbc9637fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b98951c5-f2c4-4189-be24-d37dbc9637fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b98951c5-f2c4-4189-be24-d37dbc9637fa {
  
}
}@media (max-width: 767px){#s-b98951c5-f2c4-4189-be24-d37dbc9637fa {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-b98951c5-f2c4-4189-be24-d37dbc9637fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b98951c5-f2c4-4189-be24-d37dbc9637fa.shg-box.shg-c {
  justify-content: center;
}

#s-1880edce-f30e-4087-8de4-22f2bbf81a1f {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1880edce-f30e-4087-8de4-22f2bbf81a1f .shg-proportional-font-size,
#s-1880edce-f30e-4087-8de4-22f2bbf81a1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-158066a1-b000-4811-b07d-530825ab67dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-158066a1-b000-4811-b07d-530825ab67dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-158066a1-b000-4811-b07d-530825ab67dc.shg-box.shg-c {
  justify-content: center;
}

#s-075f4564-12f0-4108-a682-255929fc036f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (max-width: 767px){#s-075f4564-12f0-4108-a682-255929fc036f {
  margin-left: 10%;
margin-right: 10%;
}
}
.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-4fc626ea-98c8-4950-b430-286c7ed5449e {
  margin-left: auto;
margin-right: auto;
}

#s-4fc626ea-98c8-4950-b430-286c7ed5449e .shogun-countdown span, #s-4fc626ea-98c8-4950-b430-286c7ed5449e .shogun-countdown label {
  color: rgba(17, 116, 188, 1);
}
#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(17, 116, 188, 1);
}
@media (min-width: 1200px){#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 {
  display: none;
}
#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3, #wrap-s-f580d03d-f2ae-4b1a-9c99-51a000d595d3, #wrap-content-s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 {
  display: none;
}
#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3, #wrap-s-f580d03d-f2ae-4b1a-9c99-51a000d595d3, #wrap-content-s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 { display: none !important; }}







#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3 {
  cursor: pointer;
}#s-f580d03d-f2ae-4b1a-9c99-51a000d595d3.shg-box.shg-c {
  justify-content: center;
}

#s-0257973a-d985-4cb8-9cc5-519c4290c27a {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3-root {
    text-align: center;
  }


#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3-root {
    text-align: center;
  }


#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3-root {
    text-align: center;
  }


#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3-root {
    text-align: center;
  }


#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3-root {
    text-align: center;
  }


#s-18ad050c-a2c6-4846-b3fe-36d4ff2b70e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7202338b-19f6-4b53-833d-28ed8bd4ac31 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 51px;
margin-right: 5%;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7202338b-19f6-4b53-833d-28ed8bd4ac31 {
  display: none;
}
#s-7202338b-19f6-4b53-833d-28ed8bd4ac31, #wrap-s-7202338b-19f6-4b53-833d-28ed8bd4ac31, #wrap-content-s-7202338b-19f6-4b53-833d-28ed8bd4ac31 { display: none !important; }}@media (max-width: 767px){#s-7202338b-19f6-4b53-833d-28ed8bd4ac31 {
  display: none;
}
#s-7202338b-19f6-4b53-833d-28ed8bd4ac31, #wrap-s-7202338b-19f6-4b53-833d-28ed8bd4ac31, #wrap-content-s-7202338b-19f6-4b53-833d-28ed8bd4ac31 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7202338b-19f6-4b53-833d-28ed8bd4ac31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7202338b-19f6-4b53-833d-28ed8bd4ac31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7202338b-19f6-4b53-833d-28ed8bd4ac31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7202338b-19f6-4b53-833d-28ed8bd4ac31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d0fc8e02-203f-4cfb-84ea-ee7fa21c0cb5 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(17, 116, 188, 1);
}








#s-d0fc8e02-203f-4cfb-84ea-ee7fa21c0cb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0fc8e02-203f-4cfb-84ea-ee7fa21c0cb5 {
  cursor: pointer;
}#s-d0fc8e02-203f-4cfb-84ea-ee7fa21c0cb5.shg-box.shg-c {
  justify-content: center;
}

#s-119e0a60-cde8-40b1-a858-74fd3a8cf01d {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7:hover {background-color: rgba(238, 90, 53, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7-root {
    text-align: center;
  }


#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7-root {
    text-align: center;
  }


#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7-root {
    text-align: center;
  }


#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7-root {
    text-align: center;
  }


#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7-root {
    text-align: center;
  }


#s-c9e33d7b-4db2-4b44-8673-c0d8d74f5ab7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-1273c3c9-dfc6-4d76-af73-49ff915fe561 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1273c3c9-dfc6-4d76-af73-49ff915fe561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1273c3c9-dfc6-4d76-af73-49ff915fe561.shg-box.shg-c {
  justify-content: center;
}

#s-34e04895-1dca-40b4-81e6-4a727a08310e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-34e04895-1dca-40b4-81e6-4a727a08310e {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-fd26deb7-db43-4fb1-a683-b350b5d3c652 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(245, 210, 72, 1);
}
@media (min-width: 1200px){#s-fd26deb7-db43-4fb1-a683-b350b5d3c652 {
  display: none;
}
#s-fd26deb7-db43-4fb1-a683-b350b5d3c652, #wrap-s-fd26deb7-db43-4fb1-a683-b350b5d3c652, #wrap-content-s-fd26deb7-db43-4fb1-a683-b350b5d3c652 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd26deb7-db43-4fb1-a683-b350b5d3c652 {
  display: none;
}
#s-fd26deb7-db43-4fb1-a683-b350b5d3c652, #wrap-s-fd26deb7-db43-4fb1-a683-b350b5d3c652, #wrap-content-s-fd26deb7-db43-4fb1-a683-b350b5d3c652 { display: none !important; }}







#s-fd26deb7-db43-4fb1-a683-b350b5d3c652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd26deb7-db43-4fb1-a683-b350b5d3c652 {
  cursor: pointer;
}#s-fd26deb7-db43-4fb1-a683-b350b5d3c652.shg-box.shg-c {
  justify-content: center;
}

#s-98db1632-107e-4c74-9fd2-99aff0cbbf86 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-956e30da-ffec-4b43-b45a-d8a4fb2446c4-root {
    text-align: center;
  }


#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-956e30da-ffec-4b43-b45a-d8a4fb2446c4-root {
    text-align: center;
  }


#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-956e30da-ffec-4b43-b45a-d8a4fb2446c4-root {
    text-align: center;
  }


#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-956e30da-ffec-4b43-b45a-d8a4fb2446c4-root {
    text-align: center;
  }


#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-956e30da-ffec-4b43-b45a-d8a4fb2446c4-root {
    text-align: center;
  }


#s-956e30da-ffec-4b43-b45a-d8a4fb2446c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-ad778d32-f69d-4888-aee6-43b986414636 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 51px;
margin-right: 20px;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad778d32-f69d-4888-aee6-43b986414636 {
  display: none;
}
#s-ad778d32-f69d-4888-aee6-43b986414636, #wrap-s-ad778d32-f69d-4888-aee6-43b986414636, #wrap-content-s-ad778d32-f69d-4888-aee6-43b986414636 { display: none !important; }}@media (max-width: 767px){#s-ad778d32-f69d-4888-aee6-43b986414636 {
  display: none;
}
#s-ad778d32-f69d-4888-aee6-43b986414636, #wrap-s-ad778d32-f69d-4888-aee6-43b986414636, #wrap-content-s-ad778d32-f69d-4888-aee6-43b986414636 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ad778d32-f69d-4888-aee6-43b986414636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad778d32-f69d-4888-aee6-43b986414636"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad778d32-f69d-4888-aee6-43b986414636"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad778d32-f69d-4888-aee6-43b986414636"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-da8caccd-3eda-4c2c-9b1a-174991b48159 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(245, 210, 72, 1);
}








#s-da8caccd-3eda-4c2c-9b1a-174991b48159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da8caccd-3eda-4c2c-9b1a-174991b48159 {
  cursor: pointer;
}#s-da8caccd-3eda-4c2c-9b1a-174991b48159.shg-box.shg-c {
  justify-content: center;
}

#s-ab6f72f9-4af6-4a2d-b7c9-f5465fe0fbf2 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(238, 90, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57516c29-4fab-40b7-b1e1-ff27c32c3acf-root {
    text-align: center;
  }


#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57516c29-4fab-40b7-b1e1-ff27c32c3acf-root {
    text-align: center;
  }


#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57516c29-4fab-40b7-b1e1-ff27c32c3acf-root {
    text-align: center;
  }


#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57516c29-4fab-40b7-b1e1-ff27c32c3acf-root {
    text-align: center;
  }


#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57516c29-4fab-40b7-b1e1-ff27c32c3acf-root {
    text-align: center;
  }


#s-57516c29-4fab-40b7-b1e1-ff27c32c3acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-016741a8-b43d-42f2-8ec3-7945ce006860 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-016741a8-b43d-42f2-8ec3-7945ce006860 {
  margin-bottom: 20px;
}
}







#s-016741a8-b43d-42f2-8ec3-7945ce006860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-016741a8-b43d-42f2-8ec3-7945ce006860.shg-box.shg-c {
  justify-content: center;
}

#s-7a43e0f9-4c8b-4ab9-9f62-d15f9fa8f040 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-88611b52-a87a-4892-830d-006b399f3c70 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(240, 89, 42, 1);
}
@media (min-width: 1200px){#s-88611b52-a87a-4892-830d-006b399f3c70 {
  display: none;
}
#s-88611b52-a87a-4892-830d-006b399f3c70, #wrap-s-88611b52-a87a-4892-830d-006b399f3c70, #wrap-content-s-88611b52-a87a-4892-830d-006b399f3c70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88611b52-a87a-4892-830d-006b399f3c70 {
  display: none;
}
#s-88611b52-a87a-4892-830d-006b399f3c70, #wrap-s-88611b52-a87a-4892-830d-006b399f3c70, #wrap-content-s-88611b52-a87a-4892-830d-006b399f3c70 { display: none !important; }}







#s-88611b52-a87a-4892-830d-006b399f3c70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88611b52-a87a-4892-830d-006b399f3c70 {
  cursor: pointer;
}#s-88611b52-a87a-4892-830d-006b399f3c70.shg-box.shg-c {
  justify-content: center;
}

#s-d4bb52f7-39f9-4744-92f0-78f1f9a57daa {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-96e7c8f6-f878-4d79-8498-45594b9aba1a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-96e7c8f6-f878-4d79-8498-45594b9aba1a:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96e7c8f6-f878-4d79-8498-45594b9aba1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96e7c8f6-f878-4d79-8498-45594b9aba1a-root {
    text-align: center;
  }


#s-96e7c8f6-f878-4d79-8498-45594b9aba1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96e7c8f6-f878-4d79-8498-45594b9aba1a-root {
    text-align: center;
  }


#s-96e7c8f6-f878-4d79-8498-45594b9aba1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96e7c8f6-f878-4d79-8498-45594b9aba1a-root {
    text-align: center;
  }


#s-96e7c8f6-f878-4d79-8498-45594b9aba1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96e7c8f6-f878-4d79-8498-45594b9aba1a-root {
    text-align: center;
  }


#s-96e7c8f6-f878-4d79-8498-45594b9aba1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96e7c8f6-f878-4d79-8498-45594b9aba1a-root {
    text-align: center;
  }


#s-96e7c8f6-f878-4d79-8498-45594b9aba1a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-fe171d07-1f78-444e-933a-02314594ccef {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 51px;
margin-right: 20px;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe171d07-1f78-444e-933a-02314594ccef {
  display: none;
}
#s-fe171d07-1f78-444e-933a-02314594ccef, #wrap-s-fe171d07-1f78-444e-933a-02314594ccef, #wrap-content-s-fe171d07-1f78-444e-933a-02314594ccef { display: none !important; }}@media (max-width: 767px){#s-fe171d07-1f78-444e-933a-02314594ccef {
  display: none;
}
#s-fe171d07-1f78-444e-933a-02314594ccef, #wrap-s-fe171d07-1f78-444e-933a-02314594ccef, #wrap-content-s-fe171d07-1f78-444e-933a-02314594ccef { display: none !important; }}
@media (min-width: 0px) {
[id="s-fe171d07-1f78-444e-933a-02314594ccef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe171d07-1f78-444e-933a-02314594ccef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fe171d07-1f78-444e-933a-02314594ccef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe171d07-1f78-444e-933a-02314594ccef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e36ed290-ae00-4a90-9f31-d13f7784436b {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(240, 89, 42, 1);
}








#s-e36ed290-ae00-4a90-9f31-d13f7784436b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e36ed290-ae00-4a90-9f31-d13f7784436b {
  cursor: pointer;
}#s-e36ed290-ae00-4a90-9f31-d13f7784436b.shg-box.shg-c {
  justify-content: center;
}

#s-acd9973e-038a-45c3-ac7c-63f9c291ab35 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-1060ca23-f41f-480f-9bcc-cc5405c717aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1060ca23-f41f-480f-9bcc-cc5405c717aa:hover {background-color: rgba(17, 116, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1060ca23-f41f-480f-9bcc-cc5405c717aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1060ca23-f41f-480f-9bcc-cc5405c717aa-root {
    text-align: center;
  }


#s-1060ca23-f41f-480f-9bcc-cc5405c717aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1060ca23-f41f-480f-9bcc-cc5405c717aa-root {
    text-align: center;
  }


#s-1060ca23-f41f-480f-9bcc-cc5405c717aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1060ca23-f41f-480f-9bcc-cc5405c717aa-root {
    text-align: center;
  }


#s-1060ca23-f41f-480f-9bcc-cc5405c717aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1060ca23-f41f-480f-9bcc-cc5405c717aa-root {
    text-align: center;
  }


#s-1060ca23-f41f-480f-9bcc-cc5405c717aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1060ca23-f41f-480f-9bcc-cc5405c717aa-root {
    text-align: center;
  }


#s-1060ca23-f41f-480f-9bcc-cc5405c717aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-3000cd1a-5f5d-4378-baf1-3c837caefc62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-3000cd1a-5f5d-4378-baf1-3c837caefc62 {
  margin-bottom: 20px;
}
}







#s-3000cd1a-5f5d-4378-baf1-3c837caefc62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3000cd1a-5f5d-4378-baf1-3c837caefc62.shg-box.shg-c {
  justify-content: center;
}

#s-b9bdf3f0-350e-4c26-87d1-d1febd4a0ce0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-7a9b801b-49a0-4d1f-8d64-17268be5be61 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(237, 35, 36, 1);
}
@media (min-width: 1200px){#s-7a9b801b-49a0-4d1f-8d64-17268be5be61 {
  display: none;
}
#s-7a9b801b-49a0-4d1f-8d64-17268be5be61, #wrap-s-7a9b801b-49a0-4d1f-8d64-17268be5be61, #wrap-content-s-7a9b801b-49a0-4d1f-8d64-17268be5be61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a9b801b-49a0-4d1f-8d64-17268be5be61 {
  display: none;
}
#s-7a9b801b-49a0-4d1f-8d64-17268be5be61, #wrap-s-7a9b801b-49a0-4d1f-8d64-17268be5be61, #wrap-content-s-7a9b801b-49a0-4d1f-8d64-17268be5be61 { display: none !important; }}







#s-7a9b801b-49a0-4d1f-8d64-17268be5be61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a9b801b-49a0-4d1f-8d64-17268be5be61 {
  cursor: pointer;
}#s-7a9b801b-49a0-4d1f-8d64-17268be5be61.shg-box.shg-c {
  justify-content: center;
}

#s-67e8eacd-c64f-4540-9c52-d7feed48fcef {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e:hover {background-color: rgba(15, 117, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e-root {
    text-align: center;
  }


#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e-root {
    text-align: center;
  }


#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e-root {
    text-align: center;
  }


#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e-root {
    text-align: center;
  }


#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e-root {
    text-align: center;
  }


#s-27e5c30e-1c79-41ba-a8b2-448b83a31b5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-04c96514-6c38-4dc6-9441-fcb0e87d179a {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 51px;
margin-right: 20px;
min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04c96514-6c38-4dc6-9441-fcb0e87d179a {
  display: none;
}
#s-04c96514-6c38-4dc6-9441-fcb0e87d179a, #wrap-s-04c96514-6c38-4dc6-9441-fcb0e87d179a, #wrap-content-s-04c96514-6c38-4dc6-9441-fcb0e87d179a { display: none !important; }}@media (max-width: 767px){#s-04c96514-6c38-4dc6-9441-fcb0e87d179a {
  display: none;
}
#s-04c96514-6c38-4dc6-9441-fcb0e87d179a, #wrap-s-04c96514-6c38-4dc6-9441-fcb0e87d179a, #wrap-content-s-04c96514-6c38-4dc6-9441-fcb0e87d179a { display: none !important; }}
@media (min-width: 0px) {
[id="s-04c96514-6c38-4dc6-9441-fcb0e87d179a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04c96514-6c38-4dc6-9441-fcb0e87d179a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04c96514-6c38-4dc6-9441-fcb0e87d179a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04c96514-6c38-4dc6-9441-fcb0e87d179a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-94babf6a-1e56-47b1-b409-edee35cd16e4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(237, 35, 36, 1);
}








#s-94babf6a-1e56-47b1-b409-edee35cd16e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94babf6a-1e56-47b1-b409-edee35cd16e4 {
  cursor: pointer;
}#s-94babf6a-1e56-47b1-b409-edee35cd16e4.shg-box.shg-c {
  justify-content: center;
}

#s-f5b8b9d9-0b32-4483-9ac7-0e5fc9e196ca {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-461a9eac-5347-46dd-9800-d2b61d9e4207 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(245, 210, 72, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-461a9eac-5347-46dd-9800-d2b61d9e4207:hover {background-color: rgba(15, 117, 188, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-461a9eac-5347-46dd-9800-d2b61d9e4207:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-461a9eac-5347-46dd-9800-d2b61d9e4207-root {
    text-align: center;
  }


#s-461a9eac-5347-46dd-9800-d2b61d9e4207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-461a9eac-5347-46dd-9800-d2b61d9e4207-root {
    text-align: center;
  }


#s-461a9eac-5347-46dd-9800-d2b61d9e4207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-461a9eac-5347-46dd-9800-d2b61d9e4207-root {
    text-align: center;
  }


#s-461a9eac-5347-46dd-9800-d2b61d9e4207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-461a9eac-5347-46dd-9800-d2b61d9e4207-root {
    text-align: center;
  }


#s-461a9eac-5347-46dd-9800-d2b61d9e4207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-461a9eac-5347-46dd-9800-d2b61d9e4207-root {
    text-align: center;
  }


#s-461a9eac-5347-46dd-9800-d2b61d9e4207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-8c4900f2-0c1e-4ce9-95f3-c16b40abef5e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8c4900f2-0c1e-4ce9-95f3-c16b40abef5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c4900f2-0c1e-4ce9-95f3-c16b40abef5e.shg-box.shg-c {
  justify-content: center;
}

#s-90e336c5-2f3d-4941-a59a-67e3ca7efc90 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-90e336c5-2f3d-4941-a59a-67e3ca7efc90 .shg-proportional-font-size,
#s-90e336c5-2f3d-4941-a59a-67e3ca7efc90 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-25b425d3-fde4-45f8-b5ed-94dd289e7279 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

#s-37e84e71-6623-4f27-86a3-2a26862129e2 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}@media (max-width: 767px){#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb {
  
}
}







#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecc27b04-4cd6-4686-aa3f-8ec01e3667bb.shg-box.shg-c {
  justify-content: center;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size,
#s-3dfcb5a4-dfd8-4f1d-9763-5d57f5233a07 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}@media (max-width: 767px){#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 {
  display: none;
}
#s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1, #wrap-content-s-784c916b-cbfd-4161-9c6f-1de612e7dbc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-784c916b-cbfd-4161-9c6f-1de612e7dbc1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-646760d1-969c-4bba-9efa-192aef1ee500 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image,
  #s-646760d1-969c-4bba-9efa-192aef1ee500 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-646760d1-969c-4bba-9efa-192aef1ee500 {
    width: 100%;
    height: auto;
  }



  #s-646760d1-969c-4bba-9efa-192aef1ee500 img.shogun-image {
    

    
    
    
  }


#s-646760d1-969c-4bba-9efa-192aef1ee500 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0-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-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image {
  box-sizing: border-box;
}



.s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container {
      position: relative;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad51bf24-c2a9-4ec3-a6fa-6a5cf9ee63c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image,
  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 {
    width: 100%;
    height: auto;
  }



  #s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 img.shogun-image {
    

    
    
    
  }


#s-d8cccea6-cdb7-4a82-9238-660ac973e1c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image,
  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec {
    width: 100%;
    height: auto;
  }



  #s-f6cc895d-62e9-477b-b95c-8bab70a6fbec img.shogun-image {
    

    
    
    
  }


#s-f6cc895d-62e9-477b-b95c-8bab70a6fbec .shogun-image-content {
  
    justify-content: center;
  
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image,
  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 {
    width: 100%;
    height: auto;
  }



  #s-40ed762a-3b17-40f7-b0e6-733b737ce404 img.shogun-image {
    

    
    
    
  }


#s-40ed762a-3b17-40f7-b0e6-733b737ce404 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  display: none;
}
#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273, #wrap-content-s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  
}
}@media (max-width: 767px){#s-b32c32ba-df4d-45f9-a26e-c6d0a737a273 {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b32c32ba-df4d-45f9-a26e-c6d0a737a273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-52279029-ab7a-4931-b685-0a766ea445a5 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image,
  #s-52279029-ab7a-4931-b685-0a766ea445a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-52279029-ab7a-4931-b685-0a766ea445a5 {
    width: 100%;
    height: auto;
  }



  #s-52279029-ab7a-4931-b685-0a766ea445a5 img.shogun-image {
    

    
    
    
  }


#s-52279029-ab7a-4931-b685-0a766ea445a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  margin: 0 !important;
  overflow: visible;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83-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-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add background color handling */
  
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image {
  box-sizing: border-box;
}



.s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container {
      position: relative;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af7c49a2-8ca4-416c-9773-67a41d23dd83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-7675b0e2-f954-4120-929e-4cb98b8490cd {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image,
  #s-7675b0e2-f954-4120-929e-4cb98b8490cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7675b0e2-f954-4120-929e-4cb98b8490cd {
    width: 100%;
    height: auto;
  }



  #s-7675b0e2-f954-4120-929e-4cb98b8490cd img.shogun-image {
    

    
    
    
  }


#s-7675b0e2-f954-4120-929e-4cb98b8490cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  max-width: 438px;
aspect-ratio: 438/308;
text-align: center;
}

#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
  overflow: hidden;
  
  
      max-width: 438px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image,
  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 {
    width: 100%;
    height: auto;
  }



  #s-6c34facf-176b-476c-9bcf-21b60a9cbd83 img.shogun-image {
    

    
    
    
  }


#s-6c34facf-176b-476c-9bcf-21b60a9cbd83 .shogun-image-content {
  
    justify-content: center;
  
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
  overflow: hidden;
  
  
      max-width: 406px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image,
  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f {
    width: 100%;
    height: auto;
  }



  #s-843c39c8-e6e0-4e76-8a0a-948f1237c30f img.shogun-image {
    

    
    
    
  }


#s-843c39c8-e6e0-4e76-8a0a-948f1237c30f .shogun-image-content {
  
    justify-content: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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