#s-34ae8e66-2b02-4a74-9189-3c3ba5c8b4ca {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-43f810de-26d2-4857-b9a2-20e6a9d7272a {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 460px;
background-position: center center;
}

#s-43f810de-26d2-4857-b9a2-20e6a9d7272a {
  background-image: url(https://i.shgcdn.com/c3f25bd7-9857-42a8-82e2-ba6d6a327587/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43f810de-26d2-4857-b9a2-20e6a9d7272a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43f810de-26d2-4857-b9a2-20e6a9d7272a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "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%;
}

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

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

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

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

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

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

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

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

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

#s-3921cc0d-1239-485f-b17b-bb658e010e09 {
  text-align: center;
}







  img.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
    
    
  }


.s-3921cc0d-1239-485f-b17b-bb658e010e09 .shogun-image-content {
  
    align-items: center;
  
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shg-align-container {
  text-align: center
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
    
    
  }


.s-3921cc0d-1239-485f-b17b-bb658e010e09 .shogun-image-content {
  
    align-items: center;
  
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shg-align-container {
  text-align: center
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
    
    
  }


.s-3921cc0d-1239-485f-b17b-bb658e010e09 .shogun-image-content {
  
    align-items: center;
  
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shg-align-container {
  text-align: center
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
    
    
  }


.s-3921cc0d-1239-485f-b17b-bb658e010e09 .shogun-image-content {
  
    align-items: center;
  
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shg-align-container {
  text-align: center
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
    
    
  }


.s-3921cc0d-1239-485f-b17b-bb658e010e09 .shogun-image-content {
  
    align-items: center;
  
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shg-align-container {
  text-align: center
}

.s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3921cc0d-1239-485f-b17b-bb658e010e09.shogun-image {
  box-sizing: border-box;
}


}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-ac9755b9-6af4-4495-aa7d-33a949fefe62 {
  margin-top: 10px;
margin-left: 35%;
margin-bottom: 10px;
margin-right: 35%;
}

@media (min-width: 0px) {
[id="s-ac9755b9-6af4-4495-aa7d-33a949fefe62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac9755b9-6af4-4495-aa7d-33a949fefe62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac9755b9-6af4-4495-aa7d-33a949fefe62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac9755b9-6af4-4495-aa7d-33a949fefe62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 {
  font-weight: ;
  font-family: ;
}

.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-8294675c-758a-4a46-af3a-84ac7957fc1c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8294675c-758a-4a46-af3a-84ac7957fc1c:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8294675c-758a-4a46-af3a-84ac7957fc1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8294675c-758a-4a46-af3a-84ac7957fc1c-btn-wrapper {
    text-align: center;
  }


#s-8294675c-758a-4a46-af3a-84ac7957fc1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8294675c-758a-4a46-af3a-84ac7957fc1c-btn-wrapper {
    text-align: center;
  }


#s-8294675c-758a-4a46-af3a-84ac7957fc1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8294675c-758a-4a46-af3a-84ac7957fc1c-btn-wrapper {
    text-align: center;
  }


#s-8294675c-758a-4a46-af3a-84ac7957fc1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8294675c-758a-4a46-af3a-84ac7957fc1c-btn-wrapper {
    text-align: center;
  }


#s-8294675c-758a-4a46-af3a-84ac7957fc1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8294675c-758a-4a46-af3a-84ac7957fc1c-btn-wrapper {
    text-align: center;
  }


#s-8294675c-758a-4a46-af3a-84ac7957fc1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2-btn-wrapper {
    text-align: center;
  }


#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2-btn-wrapper {
    text-align: center;
  }


#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2-btn-wrapper {
    text-align: center;
  }


#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2-btn-wrapper {
    text-align: center;
  }


#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2-btn-wrapper {
    text-align: center;
  }


#s-4a176b3f-5ca2-4c95-9c7d-5206c733b6a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-de4ce373-07ff-4935-a9dc-90b14e885ff6 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de4ce373-07ff-4935-a9dc-90b14e885ff6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-de4ce373-07ff-4935-a9dc-90b14e885ff6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-de4ce373-07ff-4935-a9dc-90b14e885ff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4ce373-07ff-4935-a9dc-90b14e885ff6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0245d16-584f-40a0-98ab-cfe4e5a64f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0245d16-584f-40a0-98ab-cfe4e5a64f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0245d16-584f-40a0-98ab-cfe4e5a64f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0245d16-584f-40a0-98ab-cfe4e5a64f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b8c5c82-c735-4724-9c79-f0e024719240 {
  text-align: left;
}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d {
  text-align: center;
}







  img.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
    
    
  }


.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d .shogun-image-content {
  
    align-items: center;
  
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shg-align-container {
  text-align: center
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
    
    
  }


.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d .shogun-image-content {
  
    align-items: center;
  
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shg-align-container {
  text-align: center
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
    
    
  }


.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d .shogun-image-content {
  
    align-items: center;
  
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shg-align-container {
  text-align: center
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
    
    
  }


.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d .shogun-image-content {
  
    align-items: center;
  
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shg-align-container {
  text-align: center
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
    
    
  }


.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d .shogun-image-content {
  
    align-items: center;
  
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shg-align-container {
  text-align: center
}

.s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d317f9b0-5b8a-4819-ae72-1191cd0b213d.shogun-image {
  box-sizing: border-box;
}


}
#s-c6ddcff6-425b-4067-bf7d-ced7c70d7389 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c6ddcff6-425b-4067-bf7d-ced7c70d7389 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-c6ddcff6-425b-4067-bf7d-ced7c70d7389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6ddcff6-425b-4067-bf7d-ced7c70d7389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a113b6dd-546e-4313-a5b8-469ac711360d {
  text-align: left;
}

#s-3a9077d5-117c-491f-b0af-8a2476120dbf {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-3a9077d5-117c-491f-b0af-8a2476120dbf {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-0f920fd6-77fb-448a-b5a2-689be30f62bd {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0f920fd6-77fb-448a-b5a2-689be30f62bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-0f920fd6-77fb-448a-b5a2-689be30f62bd"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-0f920fd6-77fb-448a-b5a2-689be30f62bd"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f920fd6-77fb-448a-b5a2-689be30f62bd"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

#s-39e365b7-26fc-4c69-8c25-b238dcce218a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-39e365b7-26fc-4c69-8c25-b238dcce218a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e365b7-26fc-4c69-8c25-b238dcce218a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720 {
  text-align: center;
}







  img.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
    
    
  }


.s-4a4924d3-b676-4076-92cc-59e22eda1720 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shg-align-container {
  text-align: center
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
    
    
  }


.s-4a4924d3-b676-4076-92cc-59e22eda1720 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shg-align-container {
  text-align: center
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
    
    
  }


.s-4a4924d3-b676-4076-92cc-59e22eda1720 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shg-align-container {
  text-align: center
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
    
    
  }


.s-4a4924d3-b676-4076-92cc-59e22eda1720 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shg-align-container {
  text-align: center
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
    
    
  }


.s-4a4924d3-b676-4076-92cc-59e22eda1720 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shg-align-container {
  text-align: center
}

.s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a4924d3-b676-4076-92cc-59e22eda1720.shogun-image {
  box-sizing: border-box;
}


}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5e6aa448-818e-480d-a8a2-a98d1ffc9ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e6aa448-818e-480d-a8a2-a98d1ffc9ef9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5e6aa448-818e-480d-a8a2-a98d1ffc9ef9 .shogun-heading-component h4 a {
  color: #000;
}


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3c0357ad-080b-4e7a-8294-c8c551aa060b:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c0357ad-080b-4e7a-8294-c8c551aa060b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c0357ad-080b-4e7a-8294-c8c551aa060b-btn-wrapper {
    text-align: center;
  }


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c0357ad-080b-4e7a-8294-c8c551aa060b-btn-wrapper {
    text-align: center;
  }


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c0357ad-080b-4e7a-8294-c8c551aa060b-btn-wrapper {
    text-align: center;
  }


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c0357ad-080b-4e7a-8294-c8c551aa060b-btn-wrapper {
    text-align: center;
  }


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c0357ad-080b-4e7a-8294-c8c551aa060b-btn-wrapper {
    text-align: center;
  }


#s-3c0357ad-080b-4e7a-8294-c8c551aa060b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7ea9d82d-0a5a-414f-96c1-ad20dbf583be {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7ea9d82d-0a5a-414f-96c1-ad20dbf583be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea9d82d-0a5a-414f-96c1-ad20dbf583be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404 {
  text-align: center;
}







  img.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
    
    
  }


.s-3cbd4467-c938-4f5e-af72-f4e5ca433404 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shg-align-container {
  text-align: center
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
    
    
  }


.s-3cbd4467-c938-4f5e-af72-f4e5ca433404 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shg-align-container {
  text-align: center
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
    
    
  }


.s-3cbd4467-c938-4f5e-af72-f4e5ca433404 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shg-align-container {
  text-align: center
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
    
    
  }


.s-3cbd4467-c938-4f5e-af72-f4e5ca433404 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shg-align-container {
  text-align: center
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
    
    
  }


.s-3cbd4467-c938-4f5e-af72-f4e5ca433404 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shg-align-container {
  text-align: center
}

.s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cbd4467-c938-4f5e-af72-f4e5ca433404.shogun-image {
  box-sizing: border-box;
}


}
#s-55131cea-0fbc-42ff-8d46-9f21d65f8ec3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55131cea-0fbc-42ff-8d46-9f21d65f8ec3 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-55131cea-0fbc-42ff-8d46-9f21d65f8ec3 .shogun-heading-component h4 a {
  color: #000;
}


#s-84504441-9c0f-446b-a10f-3483e36d4e0d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-84504441-9c0f-446b-a10f-3483e36d4e0d:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84504441-9c0f-446b-a10f-3483e36d4e0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84504441-9c0f-446b-a10f-3483e36d4e0d-btn-wrapper {
    text-align: center;
  }


#s-84504441-9c0f-446b-a10f-3483e36d4e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84504441-9c0f-446b-a10f-3483e36d4e0d-btn-wrapper {
    text-align: center;
  }


#s-84504441-9c0f-446b-a10f-3483e36d4e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84504441-9c0f-446b-a10f-3483e36d4e0d-btn-wrapper {
    text-align: center;
  }


#s-84504441-9c0f-446b-a10f-3483e36d4e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84504441-9c0f-446b-a10f-3483e36d4e0d-btn-wrapper {
    text-align: center;
  }


#s-84504441-9c0f-446b-a10f-3483e36d4e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84504441-9c0f-446b-a10f-3483e36d4e0d-btn-wrapper {
    text-align: center;
  }


#s-84504441-9c0f-446b-a10f-3483e36d4e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-26d27756-cb3e-434b-beca-5a023313f83c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-26d27756-cb3e-434b-beca-5a023313f83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d27756-cb3e-434b-beca-5a023313f83c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053 {
  text-align: center;
}







  img.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
    
    
  }


.s-551cc4d6-4b60-47e2-8d14-8d188e928053 .shogun-image-content {
  
    align-items: center;
  
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shg-align-container {
  text-align: center
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
    
    
  }


.s-551cc4d6-4b60-47e2-8d14-8d188e928053 .shogun-image-content {
  
    align-items: center;
  
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shg-align-container {
  text-align: center
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
    
    
  }


.s-551cc4d6-4b60-47e2-8d14-8d188e928053 .shogun-image-content {
  
    align-items: center;
  
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shg-align-container {
  text-align: center
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
    
    
  }


.s-551cc4d6-4b60-47e2-8d14-8d188e928053 .shogun-image-content {
  
    align-items: center;
  
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shg-align-container {
  text-align: center
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
  box-sizing: border-box;
}


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





  img.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
    
    
  }


.s-551cc4d6-4b60-47e2-8d14-8d188e928053 .shogun-image-content {
  
    align-items: center;
  
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shg-align-container {
  text-align: center
}

.s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551cc4d6-4b60-47e2-8d14-8d188e928053.shogun-image {
  box-sizing: border-box;
}


}
#s-6769b700-5fca-47b1-b0c8-12e0046aeb84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6769b700-5fca-47b1-b0c8-12e0046aeb84 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6769b700-5fca-47b1-b0c8-12e0046aeb84 .shogun-heading-component h4 a {
  color: #000;
}


#s-56d07fcd-8943-49aa-9716-785ca63c2caf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-56d07fcd-8943-49aa-9716-785ca63c2caf:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-56d07fcd-8943-49aa-9716-785ca63c2caf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56d07fcd-8943-49aa-9716-785ca63c2caf-btn-wrapper {
    text-align: center;
  }


#s-56d07fcd-8943-49aa-9716-785ca63c2caf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56d07fcd-8943-49aa-9716-785ca63c2caf-btn-wrapper {
    text-align: center;
  }


#s-56d07fcd-8943-49aa-9716-785ca63c2caf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56d07fcd-8943-49aa-9716-785ca63c2caf-btn-wrapper {
    text-align: center;
  }


#s-56d07fcd-8943-49aa-9716-785ca63c2caf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56d07fcd-8943-49aa-9716-785ca63c2caf-btn-wrapper {
    text-align: center;
  }


#s-56d07fcd-8943-49aa-9716-785ca63c2caf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56d07fcd-8943-49aa-9716-785ca63c2caf-btn-wrapper {
    text-align: center;
  }


#s-56d07fcd-8943-49aa-9716-785ca63c2caf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-595c8537-ab8e-4abe-a334-a51b061e4e83 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-595c8537-ab8e-4abe-a334-a51b061e4e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595c8537-ab8e-4abe-a334-a51b061e4e83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b {
  text-align: center;
}







  img.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
    
    
  }


.s-b924df67-e515-49f5-bb8d-5cb6811c786b .shogun-image-content {
  
    align-items: center;
  
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shg-align-container {
  text-align: center
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
    
    
  }


.s-b924df67-e515-49f5-bb8d-5cb6811c786b .shogun-image-content {
  
    align-items: center;
  
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shg-align-container {
  text-align: center
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
    
    
  }


.s-b924df67-e515-49f5-bb8d-5cb6811c786b .shogun-image-content {
  
    align-items: center;
  
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shg-align-container {
  text-align: center
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
    
    
  }


.s-b924df67-e515-49f5-bb8d-5cb6811c786b .shogun-image-content {
  
    align-items: center;
  
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shg-align-container {
  text-align: center
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
    
    
  }


.s-b924df67-e515-49f5-bb8d-5cb6811c786b .shogun-image-content {
  
    align-items: center;
  
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shg-align-container {
  text-align: center
}

.s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b924df67-e515-49f5-bb8d-5cb6811c786b.shogun-image {
  box-sizing: border-box;
}


}
#s-aef35e29-a410-47cf-a2b2-fd63d4531a0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aef35e29-a410-47cf-a2b2-fd63d4531a0d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-aef35e29-a410-47cf-a2b2-fd63d4531a0d .shogun-heading-component h4 a {
  color: #000;
}


#s-f174d85a-6c84-4481-8056-bdd898ff5698 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f174d85a-6c84-4481-8056-bdd898ff5698:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f174d85a-6c84-4481-8056-bdd898ff5698:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f174d85a-6c84-4481-8056-bdd898ff5698-btn-wrapper {
    text-align: center;
  }


#s-f174d85a-6c84-4481-8056-bdd898ff5698.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f174d85a-6c84-4481-8056-bdd898ff5698-btn-wrapper {
    text-align: center;
  }


#s-f174d85a-6c84-4481-8056-bdd898ff5698.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f174d85a-6c84-4481-8056-bdd898ff5698-btn-wrapper {
    text-align: center;
  }


#s-f174d85a-6c84-4481-8056-bdd898ff5698.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f174d85a-6c84-4481-8056-bdd898ff5698-btn-wrapper {
    text-align: center;
  }


#s-f174d85a-6c84-4481-8056-bdd898ff5698.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f174d85a-6c84-4481-8056-bdd898ff5698-btn-wrapper {
    text-align: center;
  }


#s-f174d85a-6c84-4481-8056-bdd898ff5698.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7465823c-69bb-464a-bd4a-edecfcbae95b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7465823c-69bb-464a-bd4a-edecfcbae95b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7465823c-69bb-464a-bd4a-edecfcbae95b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 {
  text-align: center;
}







  img.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
    
    
  }


.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shg-align-container {
  text-align: center
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
    
    
  }


.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shg-align-container {
  text-align: center
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
    
    
  }


.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shg-align-container {
  text-align: center
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
    
    
  }


.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shg-align-container {
  text-align: center
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
    
    
  }


.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shg-align-container {
  text-align: center
}

.s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7df4e817-67a0-49b9-99ce-2d17f6e184b1.shogun-image {
  box-sizing: border-box;
}


}
#s-809df2be-97f7-42c6-b7c4-65258836c2d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-809df2be-97f7-42c6-b7c4-65258836c2d2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-809df2be-97f7-42c6-b7c4-65258836c2d2 .shogun-heading-component h4 a {
  color: #000;
}


#s-ba38f222-8736-46c8-8731-2700b200bf27 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba38f222-8736-46c8-8731-2700b200bf27:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba38f222-8736-46c8-8731-2700b200bf27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba38f222-8736-46c8-8731-2700b200bf27-btn-wrapper {
    text-align: center;
  }


#s-ba38f222-8736-46c8-8731-2700b200bf27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba38f222-8736-46c8-8731-2700b200bf27-btn-wrapper {
    text-align: center;
  }


#s-ba38f222-8736-46c8-8731-2700b200bf27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba38f222-8736-46c8-8731-2700b200bf27-btn-wrapper {
    text-align: center;
  }


#s-ba38f222-8736-46c8-8731-2700b200bf27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba38f222-8736-46c8-8731-2700b200bf27-btn-wrapper {
    text-align: center;
  }


#s-ba38f222-8736-46c8-8731-2700b200bf27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba38f222-8736-46c8-8731-2700b200bf27-btn-wrapper {
    text-align: center;
  }


#s-ba38f222-8736-46c8-8731-2700b200bf27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4adf69ee-c3a7-41aa-b20f-0e18f457159e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4adf69ee-c3a7-41aa-b20f-0e18f457159e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4adf69ee-c3a7-41aa-b20f-0e18f457159e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872ef832-c118-49e3-b2dd-193fd3f0bff8 {
  text-align: left;
}

#s-cde01cdf-58f7-49b0-9068-08a5032199ed {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-cde01cdf-58f7-49b0-9068-08a5032199ed {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9cd06176-72e2-49cf-bba5-2482bf1176bb {
  box-shadow:1px 1px 8px 1px rgba(211, 211, 211, 1);
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-9cd06176-72e2-49cf-bba5-2482bf1176bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cd06176-72e2-49cf-bba5-2482bf1176bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c41d0b6a-44f3-4e8a-bf97-25bc07121b23 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c41d0b6a-44f3-4e8a-bf97-25bc07121b23 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c41d0b6a-44f3-4e8a-bf97-25bc07121b23 .shg-sld-nav-button.shg-sld-left,
#s-c41d0b6a-44f3-4e8a-bf97-25bc07121b23 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574 {
  text-align: center;
}







  img.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
    
    
  }


.s-05474fb5-3c54-4a4e-b490-5b7dbd378574 .shogun-image-content {
  
    align-items: center;
  
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shg-align-container {
  text-align: center
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
    
    
  }


.s-05474fb5-3c54-4a4e-b490-5b7dbd378574 .shogun-image-content {
  
    align-items: center;
  
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shg-align-container {
  text-align: center
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
    
    
  }


.s-05474fb5-3c54-4a4e-b490-5b7dbd378574 .shogun-image-content {
  
    align-items: center;
  
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shg-align-container {
  text-align: center
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
    
    
  }


.s-05474fb5-3c54-4a4e-b490-5b7dbd378574 .shogun-image-content {
  
    align-items: center;
  
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shg-align-container {
  text-align: center
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
    
    
  }


.s-05474fb5-3c54-4a4e-b490-5b7dbd378574 .shogun-image-content {
  
    align-items: center;
  
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shg-align-container {
  text-align: center
}

.s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05474fb5-3c54-4a4e-b490-5b7dbd378574.shogun-image {
  box-sizing: border-box;
}


}
#s-95acba23-e34a-4ce9-a2c6-aada623e8a89 {
  text-align: center;
}







  img.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
    
    
  }


.s-95acba23-e34a-4ce9-a2c6-aada623e8a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shg-align-container {
  text-align: center
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
    
    
  }


.s-95acba23-e34a-4ce9-a2c6-aada623e8a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shg-align-container {
  text-align: center
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
    
    
  }


.s-95acba23-e34a-4ce9-a2c6-aada623e8a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shg-align-container {
  text-align: center
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
    
    
  }


.s-95acba23-e34a-4ce9-a2c6-aada623e8a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shg-align-container {
  text-align: center
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
    
    
  }


.s-95acba23-e34a-4ce9-a2c6-aada623e8a89 .shogun-image-content {
  
    align-items: center;
  
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shg-align-container {
  text-align: center
}

.s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95acba23-e34a-4ce9-a2c6-aada623e8a89.shogun-image {
  box-sizing: border-box;
}


}
#s-11254f7e-45cb-4d03-b748-924fd547964c {
  text-align: center;
}







  img.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
    
    
  }


.s-11254f7e-45cb-4d03-b748-924fd547964c .shogun-image-content {
  
    align-items: center;
  
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shg-align-container {
  text-align: center
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
    
    
  }


.s-11254f7e-45cb-4d03-b748-924fd547964c .shogun-image-content {
  
    align-items: center;
  
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shg-align-container {
  text-align: center
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
    
    
  }


.s-11254f7e-45cb-4d03-b748-924fd547964c .shogun-image-content {
  
    align-items: center;
  
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shg-align-container {
  text-align: center
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
    
    
  }


.s-11254f7e-45cb-4d03-b748-924fd547964c .shogun-image-content {
  
    align-items: center;
  
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shg-align-container {
  text-align: center
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
    
    
  }


.s-11254f7e-45cb-4d03-b748-924fd547964c .shogun-image-content {
  
    align-items: center;
  
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shg-align-container {
  text-align: center
}

.s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11254f7e-45cb-4d03-b748-924fd547964c.shogun-image {
  box-sizing: border-box;
}


}
#s-541284fc-4c1a-45f9-92a4-526a8cc03302 {
  text-align: center;
}







  img.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
    
    
  }


.s-541284fc-4c1a-45f9-92a4-526a8cc03302 .shogun-image-content {
  
    align-items: center;
  
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shg-align-container {
  text-align: center
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
    
    
  }


.s-541284fc-4c1a-45f9-92a4-526a8cc03302 .shogun-image-content {
  
    align-items: center;
  
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shg-align-container {
  text-align: center
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
    
    
  }


.s-541284fc-4c1a-45f9-92a4-526a8cc03302 .shogun-image-content {
  
    align-items: center;
  
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shg-align-container {
  text-align: center
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
    
    
  }


.s-541284fc-4c1a-45f9-92a4-526a8cc03302 .shogun-image-content {
  
    align-items: center;
  
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shg-align-container {
  text-align: center
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
  box-sizing: border-box;
}


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





  img.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
    
    
  }


.s-541284fc-4c1a-45f9-92a4-526a8cc03302 .shogun-image-content {
  
    align-items: center;
  
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shg-align-container {
  text-align: center
}

.s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-541284fc-4c1a-45f9-92a4-526a8cc03302.shogun-image {
  box-sizing: border-box;
}


}
#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 {
  text-align: center;
}







  img.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
    
    
  }


.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shg-align-container {
  text-align: center
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
    
    
  }


.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shg-align-container {
  text-align: center
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
    
    
  }


.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shg-align-container {
  text-align: center
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
    
    
  }


.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shg-align-container {
  text-align: center
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
    
    
  }


.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shg-align-container {
  text-align: center
}

.s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9c3d7ce-4185-4c33-8212-1fc2cc1eaa07.shogun-image {
  box-sizing: border-box;
}


}
#s-026e0c23-d0a2-4e82-88d9-447dfb806e7d {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-026e0c23-d0a2-4e82-88d9-447dfb806e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-026e0c23-d0a2-4e82-88d9-447dfb806e7d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-026e0c23-d0a2-4e82-88d9-447dfb806e7d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-026e0c23-d0a2-4e82-88d9-447dfb806e7d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0px);
}

}

#s-a6ae657e-6ac2-4f56-aece-f7a4cf793152 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6ae657e-6ac2-4f56-aece-f7a4cf793152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6ae657e-6ac2-4f56-aece-f7a4cf793152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133 {
  text-align: center;
}







  img.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
    
    
  }


.s-0a3b9420-a47a-4089-9ab1-f08b880da133 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shg-align-container {
  text-align: center
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
    
    
  }


.s-0a3b9420-a47a-4089-9ab1-f08b880da133 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shg-align-container {
  text-align: center
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
    
    
  }


.s-0a3b9420-a47a-4089-9ab1-f08b880da133 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shg-align-container {
  text-align: center
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
    
    
  }


.s-0a3b9420-a47a-4089-9ab1-f08b880da133 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shg-align-container {
  text-align: center
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
    
    
  }


.s-0a3b9420-a47a-4089-9ab1-f08b880da133 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shg-align-container {
  text-align: center
}

.s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a3b9420-a47a-4089-9ab1-f08b880da133.shogun-image {
  box-sizing: border-box;
}


}
#s-f6468332-21c1-48c5-94ac-acd1a4d21d25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6468332-21c1-48c5-94ac-acd1a4d21d25 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f6468332-21c1-48c5-94ac-acd1a4d21d25 .shogun-heading-component h4 a {
  color: #000;
}


#s-4528d82e-5ea9-439a-905f-764fc956e98a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4528d82e-5ea9-439a-905f-764fc956e98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4528d82e-5ea9-439a-905f-764fc956e98a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36aa96de-6854-4926-90d6-b598e734a029 {
  text-align: center;
}







  img.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
    
    
  }


.s-36aa96de-6854-4926-90d6-b598e734a029 .shogun-image-content {
  
    align-items: center;
  
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shg-align-container {
  text-align: center
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
    
    
  }


.s-36aa96de-6854-4926-90d6-b598e734a029 .shogun-image-content {
  
    align-items: center;
  
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shg-align-container {
  text-align: center
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
    
    
  }


.s-36aa96de-6854-4926-90d6-b598e734a029 .shogun-image-content {
  
    align-items: center;
  
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shg-align-container {
  text-align: center
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
    
    
  }


.s-36aa96de-6854-4926-90d6-b598e734a029 .shogun-image-content {
  
    align-items: center;
  
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shg-align-container {
  text-align: center
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
  box-sizing: border-box;
}


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





  img.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
    
    
  }


.s-36aa96de-6854-4926-90d6-b598e734a029 .shogun-image-content {
  
    align-items: center;
  
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shg-align-container {
  text-align: center
}

.s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36aa96de-6854-4926-90d6-b598e734a029.shogun-image {
  box-sizing: border-box;
}


}
#s-61362a60-e2bf-4cf5-a21d-eceb7e18389d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61362a60-e2bf-4cf5-a21d-eceb7e18389d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-61362a60-e2bf-4cf5-a21d-eceb7e18389d .shogun-heading-component h4 a {
  color: #000;
}


#s-6b14f850-8dc6-4075-adf4-fea7347eb16f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6b14f850-8dc6-4075-adf4-fea7347eb16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b14f850-8dc6-4075-adf4-fea7347eb16f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 {
  text-align: center;
}







  img.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
    
    
  }


.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shg-align-container {
  text-align: center
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
    
    
  }


.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shg-align-container {
  text-align: center
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
    
    
  }


.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shg-align-container {
  text-align: center
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
    
    
  }


.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shg-align-container {
  text-align: center
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
    
    
  }


.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shg-align-container {
  text-align: center
}

.s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc7c7ff0-55f6-4edf-8206-7d7371ab93a3.shogun-image {
  box-sizing: border-box;
}


}
#s-b666c5f8-8fb3-4ffd-bea8-976efff48991 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b666c5f8-8fb3-4ffd-bea8-976efff48991 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b666c5f8-8fb3-4ffd-bea8-976efff48991 .shogun-heading-component h4 a {
  color: #000;
}


#s-2670a668-7e86-49ff-b27f-bf8495d677ca {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2670a668-7e86-49ff-b27f-bf8495d677ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2670a668-7e86-49ff-b27f-bf8495d677ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058 {
  text-align: center;
}







  img.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
    
    
  }


.s-d515a54f-5191-4e85-a97a-efbe3022b058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shg-align-container {
  text-align: center
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
    
    
  }


.s-d515a54f-5191-4e85-a97a-efbe3022b058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shg-align-container {
  text-align: center
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
    
    
  }


.s-d515a54f-5191-4e85-a97a-efbe3022b058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shg-align-container {
  text-align: center
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
    
    
  }


.s-d515a54f-5191-4e85-a97a-efbe3022b058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shg-align-container {
  text-align: center
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
    
    
  }


.s-d515a54f-5191-4e85-a97a-efbe3022b058 .shogun-image-content {
  
    align-items: center;
  
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shg-align-container {
  text-align: center
}

.s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d515a54f-5191-4e85-a97a-efbe3022b058.shogun-image {
  box-sizing: border-box;
}


}
#s-e512b992-16b4-4173-88a1-957f21cfe31d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e512b992-16b4-4173-88a1-957f21cfe31d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e512b992-16b4-4173-88a1-957f21cfe31d .shogun-heading-component h4 a {
  color: #000;
}


#s-679fc8c7-85a6-4183-8048-36bab12ad662 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-679fc8c7-85a6-4183-8048-36bab12ad662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-679fc8c7-85a6-4183-8048-36bab12ad662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163 {
  text-align: center;
}







  img.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
    
    
  }


.s-1e5ba4a9-559c-411b-aa07-18c898eea163 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shg-align-container {
  text-align: center
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
    
    
  }


.s-1e5ba4a9-559c-411b-aa07-18c898eea163 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shg-align-container {
  text-align: center
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
    
    
  }


.s-1e5ba4a9-559c-411b-aa07-18c898eea163 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shg-align-container {
  text-align: center
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
    
    
  }


.s-1e5ba4a9-559c-411b-aa07-18c898eea163 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shg-align-container {
  text-align: center
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
    
    
  }


.s-1e5ba4a9-559c-411b-aa07-18c898eea163 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shg-align-container {
  text-align: center
}

.s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5ba4a9-559c-411b-aa07-18c898eea163.shogun-image {
  box-sizing: border-box;
}


}
#s-30ebab41-8385-4e08-af14-d811cf580af6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30ebab41-8385-4e08-af14-d811cf580af6 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-30ebab41-8385-4e08-af14-d811cf580af6 .shogun-heading-component h4 a {
  color: #000;
}


#s-08cab259-ab1d-4a77-81f6-72934cf2e5d7 {
  text-align: left;
}

#s-d946574d-c270-4461-a9c8-861d2bf5e5f5 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-d946574d-c270-4461-a9c8-861d2bf5e5f5 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-d946574d-c270-4461-a9c8-861d2bf5e5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d946574d-c270-4461-a9c8-861d2bf5e5f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98ca7cf5-4593-4445-80c1-5872f52803ae {
  text-align: left;
}

#s-6abc2e29-41f2-4db3-a65a-bcae5965f62f {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-6abc2e29-41f2-4db3-a65a-bcae5965f62f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(189, 41, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f:hover {background-color: rgba(151, 30, 35, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f-btn-wrapper {
    text-align: center;
  }


#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f-btn-wrapper {
    text-align: center;
  }


#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f-btn-wrapper {
    text-align: center;
  }


#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f-btn-wrapper {
    text-align: center;
  }


#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f-btn-wrapper {
    text-align: center;
  }


#s-fc5d84ca-5dd5-45ac-b612-57d1e445ec3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-14205b73-d5c2-4913-8a45-2769c49fd335 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-14205b73-d5c2-4913-8a45-2769c49fd335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14205b73-d5c2-4913-8a45-2769c49fd335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9799fc5-790e-4908-ba1e-092f6d44d4c8 {
  text-align: left;
}

#s-03d0afb3-700d-4bc4-81f6-5b57d1d89613 {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-03d0afb3-700d-4bc4-81f6-5b57d1d89613 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-e25be802-8b6a-4024-b1d0-1a1c2837cd94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e25be802-8b6a-4024-b1d0-1a1c2837cd94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e25be802-8b6a-4024-b1d0-1a1c2837cd94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e25be802-8b6a-4024-b1d0-1a1c2837cd94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bfd05750-2840-4065-8dcb-da465a01ae3e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 80px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bfd05750-2840-4065-8dcb-da465a01ae3e {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-bfd05750-2840-4065-8dcb-da465a01ae3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfd05750-2840-4065-8dcb-da465a01ae3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-33a9757a-668e-41bc-91ab-e9ce58807741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33a9757a-668e-41bc-91ab-e9ce58807741"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33a9757a-668e-41bc-91ab-e9ce58807741"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33a9757a-668e-41bc-91ab-e9ce58807741"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-906c9d31-e643-437e-a186-73eb4b35a326 {
  text-align: left;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b {
  text-align: center;
}







  img.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
    
    
  }


.s-75740c9a-3553-4ea5-aadc-de8301f4e04b .shogun-image-content {
  
    align-items: center;
  
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shg-align-container {
  text-align: center
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
    
    
  }


.s-75740c9a-3553-4ea5-aadc-de8301f4e04b .shogun-image-content {
  
    align-items: center;
  
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shg-align-container {
  text-align: center
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
    
    
  }


.s-75740c9a-3553-4ea5-aadc-de8301f4e04b .shogun-image-content {
  
    align-items: center;
  
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shg-align-container {
  text-align: center
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
    
    
  }


.s-75740c9a-3553-4ea5-aadc-de8301f4e04b .shogun-image-content {
  
    align-items: center;
  
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shg-align-container {
  text-align: center
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
    
    
  }


.s-75740c9a-3553-4ea5-aadc-de8301f4e04b .shogun-image-content {
  
    align-items: center;
  
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shg-align-container {
  text-align: center
}

.s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75740c9a-3553-4ea5-aadc-de8301f4e04b.shogun-image {
  box-sizing: border-box;
}


}
#s-f3f822e6-5f53-4e84-b6f7-1abe17d07714 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3f822e6-5f53-4e84-b6f7-1abe17d07714 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-f3f822e6-5f53-4e84-b6f7-1abe17d07714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3f822e6-5f53-4e84-b6f7-1abe17d07714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35b6a0a7-f9ba-4c44-aed4-c8ade6a0ab6d {
  text-align: left;
}

#s-bf3562fa-d5d7-4e46-bc2f-004084c97abe {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-bf3562fa-d5d7-4e46-bc2f-004084c97abe {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d8041c20-cd03-46cf-b363-6711622f494d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8041c20-cd03-46cf-b363-6711622f494d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8041c20-cd03-46cf-b363-6711622f494d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8041c20-cd03-46cf-b363-6711622f494d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-858517fe-7039-4497-89bf-11000eb1ea4e {
  min-height: 50px;
}








#s-858517fe-7039-4497-89bf-11000eb1ea4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-858517fe-7039-4497-89bf-11000eb1ea4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c2ddbc-c17e-4e1e-930f-b1f2fbd74b2e {
  text-align: left;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
