.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-3d24f174-db08-491a-a30c-4426fb00c40a {
  min-height: 50px;
background-color: rgba(251, 213, 200, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d24f174-db08-491a-a30c-4426fb00c40a {
  display: none;
}
#s-3d24f174-db08-491a-a30c-4426fb00c40a, #wrap-s-3d24f174-db08-491a-a30c-4426fb00c40a { display:none !important; }}@media (max-width: 767px){#s-3d24f174-db08-491a-a30c-4426fb00c40a {
  display: none;
}
#s-3d24f174-db08-491a-a30c-4426fb00c40a, #wrap-s-3d24f174-db08-491a-a30c-4426fb00c40a { display:none !important; }}







#s-3d24f174-db08-491a-a30c-4426fb00c40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d24f174-db08-491a-a30c-4426fb00c40a.shg-box.shg-c {
  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;
  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;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-07a4e7ba-98bc-425b-99a3-2d9b8525c4a1 {
  padding-top: 55px;
padding-bottom: 35px;
}

#s-07a4e7ba-98bc-425b-99a3-2d9b8525c4a1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-07a4e7ba-98bc-425b-99a3-2d9b8525c4a1 .shg-sld-nav-button.shg-sld-left,
#s-07a4e7ba-98bc-425b-99a3-2d9b8525c4a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4077ab15-b408-407c-826d-8f845b691ad7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-d52d885b-adef-4129-8c09-0dcd94d5f3e2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d52d885b-adef-4129-8c09-0dcd94d5f3e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d52d885b-adef-4129-8c09-0dcd94d5f3e2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-a4cf1f63-ff74-4384-b3c6-00efb0097254 {
  text-align: center;
}




  #s-a4cf1f63-ff74-4384-b3c6-00efb0097254 img.shogun-image {
    
    width: px;
  }


#s-a4cf1f63-ff74-4384-b3c6-00efb0097254 .shogun-image-content {
  
    align-items: center;
  
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-47585120-cf77-4075-8362-aac3e72e78ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47585120-cf77-4075-8362-aac3e72e78ea .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

.shg-btn.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-e3ca6534-d129-4da3-8e9d-71c069e5f668 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-e3ca6534-d129-4da3-8e9d-71c069e5f668:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-e3ca6534-d129-4da3-8e9d-71c069e5f668:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e3ca6534-d129-4da3-8e9d-71c069e5f668.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03e06f09-8674-461b-a4e7-2496c4d51965 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-03e06f09-8674-461b-a4e7-2496c4d51965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03e06f09-8674-461b-a4e7-2496c4d51965.shg-box.shg-c {
  justify-content: center;
}

#s-818b613b-6525-41d5-9181-7b90ac971889 {
  text-align: center;
}




  #s-818b613b-6525-41d5-9181-7b90ac971889 img.shogun-image {
    
    width: px;
  }


#s-818b613b-6525-41d5-9181-7b90ac971889 .shogun-image-content {
  
    align-items: center;
  
}

#s-08f41372-430b-445f-8abf-161bc90898aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f41372-430b-445f-8abf-161bc90898aa .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50577ed2-7463-4e29-9a7b-b674a1784c94 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-50577ed2-7463-4e29-9a7b-b674a1784c94:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-50577ed2-7463-4e29-9a7b-b674a1784c94:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-50577ed2-7463-4e29-9a7b-b674a1784c94.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-1801c0e1-de37-4c4b-ac1d-9833fc3b62d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-756574e4-95e0-4062-b27b-9bc25251129d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-756574e4-95e0-4062-b27b-9bc25251129d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-756574e4-95e0-4062-b27b-9bc25251129d.shg-box.shg-c {
  justify-content: center;
}

#s-c4702f5f-f106-4b8f-9052-1d8eb1c3f469 {
  text-align: center;
}




  #s-c4702f5f-f106-4b8f-9052-1d8eb1c3f469 img.shogun-image {
    
    width: px;
  }


#s-c4702f5f-f106-4b8f-9052-1d8eb1c3f469 .shogun-image-content {
  
    align-items: center;
  
}

#s-256ab544-c022-438d-975a-683d72359125 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-256ab544-c022-438d-975a-683d72359125 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7aef3b71-dc80-42a9-b8a8-4a4324b00cd2 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7aef3b71-dc80-42a9-b8a8-4a4324b00cd2:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-7aef3b71-dc80-42a9-b8a8-4a4324b00cd2:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7aef3b71-dc80-42a9-b8a8-4a4324b00cd2.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e0f73d3-a3c6-49cb-9b27-3ae24fe54fb7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8e0f73d3-a3c6-49cb-9b27-3ae24fe54fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0f73d3-a3c6-49cb-9b27-3ae24fe54fb7.shg-box.shg-c {
  justify-content: center;
}

#s-ac7c2a92-fbbe-47c6-9dcd-7d1055b2e936 {
  text-align: center;
}




  #s-ac7c2a92-fbbe-47c6-9dcd-7d1055b2e936 img.shogun-image {
    
    width: px;
  }


#s-ac7c2a92-fbbe-47c6-9dcd-7d1055b2e936 .shogun-image-content {
  
    align-items: center;
  
}

#s-05c11af8-d43c-429f-97fc-fc14c7ae169a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05c11af8-d43c-429f-97fc-fc14c7ae169a .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56a10dd1-da1c-4010-8a31-425e8574583f {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-56a10dd1-da1c-4010-8a31-425e8574583f:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-56a10dd1-da1c-4010-8a31-425e8574583f:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-56a10dd1-da1c-4010-8a31-425e8574583f.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed0fcac6-e5b1-41a8-a6f3-937d710d043a {
  min-height: 50px;
}








#s-ed0fcac6-e5b1-41a8-a6f3-937d710d043a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed0fcac6-e5b1-41a8-a6f3-937d710d043a.shg-box.shg-c {
  justify-content: center;
}

#s-48a372f8-8931-4eed-be65-d07885c9e8e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48a372f8-8931-4eed-be65-d07885c9e8e3 .shogun-heading-component h1 {
  color: rgba(188, 37, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-a2cc9265-ec8c-4747-a104-8cf6cd4d55a6 {
  padding-left: 60px;
padding-bottom: 15px;
padding-right: 60px;
}

#s-86875380-aae1-485d-bcb4-6f0f7cf01c17 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 195, 190, 1);
border-radius: 0px;
background-color: rgba(245, 195, 190, 1);
text-align: center;
text-decoration: none;
color: rgba(188, 37, 26, 1);
hover-type: color;
letter-spacing: 1px;
}
#s-86875380-aae1-485d-bcb4-6f0f7cf01c17:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(188, 37, 26, 1) !important;
background-color: rgba(245, 195, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 37, 26, 1) !important;}#s-86875380-aae1-485d-bcb4-6f0f7cf01c17:active {border-style: solid !important;
border-color: rgba(245, 195, 190, 1) !important;
background-color: rgba(245, 195, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 37, 26, 1) !important;}


#s-86875380-aae1-485d-bcb4-6f0f7cf01c17.shg-btn {
  color: rgba(188, 37, 26, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ace5349c-383a-462a-ae2b-45fcefd63374 {
  text-align: center;
}




  #s-ace5349c-383a-462a-ae2b-45fcefd63374 img.shogun-image {
    
    width: px;
  }


#s-ace5349c-383a-462a-ae2b-45fcefd63374 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 45px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(251, 213, 200, 1);
}
@media (min-width: 1200px){#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 {
  display: none;
}
#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452, #wrap-s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 {
  display: none;
}
#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452, #wrap-s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 { display:none !important; }}







#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b52aaa-3657-4c5f-bc9f-9f298e5e2452.shg-box.shg-c {
  justify-content: center;
}

#s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3 {
  margin-left: 35px;
margin-bottom: 35px;
margin-right: 35px;
}

@media (min-width: 0px) {
[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-b627fd5b-aec2-498a-8d03-afa7fc0a08e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-d519f154-f4d6-4b11-a4a2-3c4d193d8a8a {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d519f154-f4d6-4b11-a4a2-3c4d193d8a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d519f154-f4d6-4b11-a4a2-3c4d193d8a8a.shg-box.shg-c {
  justify-content: center;
}

#s-ddbd4fb2-5c80-4133-9709-9620743955c9 {
  text-align: center;
}




  #s-ddbd4fb2-5c80-4133-9709-9620743955c9 img.shogun-image {
    
    width: px;
  }


#s-ddbd4fb2-5c80-4133-9709-9620743955c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-92d9f84a-b1a4-432c-a7a4-a9f668b0680f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-92d9f84a-b1a4-432c-a7a4-a9f668b0680f .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc08a5a4-679a-4059-a8d5-850f148ae2d1 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-bc08a5a4-679a-4059-a8d5-850f148ae2d1:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-bc08a5a4-679a-4059-a8d5-850f148ae2d1:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-bc08a5a4-679a-4059-a8d5-850f148ae2d1.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-004ea453-5951-4eee-9871-d3941cac732d {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-004ea453-5951-4eee-9871-d3941cac732d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-004ea453-5951-4eee-9871-d3941cac732d.shg-box.shg-c {
  justify-content: center;
}

#s-4e313690-d0ab-4e54-be24-c4991c5620a0 {
  text-align: center;
}




  #s-4e313690-d0ab-4e54-be24-c4991c5620a0 img.shogun-image {
    
    width: px;
  }


#s-4e313690-d0ab-4e54-be24-c4991c5620a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9a32d28-4cb7-4565-82b5-3719ebc5a8fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}

#s-c9a32d28-4cb7-4565-82b5-3719ebc5a8fa .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f97b2cdb-5136-4b11-857d-144a21ea8bdc {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f97b2cdb-5136-4b11-857d-144a21ea8bdc:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-f97b2cdb-5136-4b11-857d-144a21ea8bdc:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-f97b2cdb-5136-4b11-857d-144a21ea8bdc.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8a14a25d-53fd-44b4-9682-7546d35486f0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8a14a25d-53fd-44b4-9682-7546d35486f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a14a25d-53fd-44b4-9682-7546d35486f0.shg-box.shg-c {
  justify-content: center;
}

#s-1f51d658-a828-4c89-8007-e4dc38cfb1b3 {
  text-align: center;
}




  #s-1f51d658-a828-4c89-8007-e4dc38cfb1b3 img.shogun-image {
    
    width: px;
  }


#s-1f51d658-a828-4c89-8007-e4dc38cfb1b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f67975bd-f396-4737-bed3-eaeb80589e18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f67975bd-f396-4737-bed3-eaeb80589e18 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80cfb5c7-8bac-4ac4-b189-21fec1157da2 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-80cfb5c7-8bac-4ac4-b189-21fec1157da2:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-80cfb5c7-8bac-4ac4-b189-21fec1157da2:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-80cfb5c7-8bac-4ac4-b189-21fec1157da2.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ade978e3-3484-42f1-a334-80353dd9d6db {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ade978e3-3484-42f1-a334-80353dd9d6db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade978e3-3484-42f1-a334-80353dd9d6db.shg-box.shg-c {
  justify-content: center;
}

#s-d506bbeb-4cc5-47f8-afca-1d17a265bf85 {
  text-align: center;
}




  #s-d506bbeb-4cc5-47f8-afca-1d17a265bf85 img.shogun-image {
    
    width: px;
  }


#s-d506bbeb-4cc5-47f8-afca-1d17a265bf85 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf76887-69f5-40cd-81b6-7b23095c2a5b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-ccf76887-69f5-40cd-81b6-7b23095c2a5b .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4821926-91ff-410d-96eb-9bf2a5865243 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a4821926-91ff-410d-96eb-9bf2a5865243:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-a4821926-91ff-410d-96eb-9bf2a5865243:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-a4821926-91ff-410d-96eb-9bf2a5865243.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-236533f0-d24b-4b43-a793-82be781c76e0 {
  min-height: 50px;
}








#s-236533f0-d24b-4b43-a793-82be781c76e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236533f0-d24b-4b43-a793-82be781c76e0.shg-box.shg-c {
  justify-content: center;
}

#s-8269491f-9daa-4c5c-a208-de85a262c294 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8269491f-9daa-4c5c-a208-de85a262c294 .shogun-heading-component h1 {
  color: rgba(188, 37, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: center;
}



#s-e8e15d9e-bb45-49ba-8291-1188d0d3bb68 {
  padding-top: 0px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
}

#s-a6c2342e-d0a1-4683-a795-82ceec8334cf {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 195, 190, 1);
border-radius: 0px;
background-color: rgba(245, 195, 190, 1);
text-align: center;
text-decoration: none;
color: rgba(188, 37, 26, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a6c2342e-d0a1-4683-a795-82ceec8334cf:hover {border-style: solid !important;
border-color: rgba(188, 37, 26, 1) !important;
background-color: rgba(245, 195, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 37, 26, 1) !important;}#s-a6c2342e-d0a1-4683-a795-82ceec8334cf:active {border-style: solid !important;
border-color: rgba(245, 195, 190, 1) !important;
background-color: rgba(245, 195, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(188, 37, 26, 1) !important;}


#s-a6c2342e-d0a1-4683-a795-82ceec8334cf.shg-btn {
  color: rgba(188, 37, 26, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 {
  text-align: center;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 {
  display: none;
}
#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950, #wrap-s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 {
  display: none;
}
#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950, #wrap-s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 {
  display: none;
}
#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950, #wrap-s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 { display:none !important; }}



  #s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 img.shogun-image {
    
    width: px;
  }


#s-b8a31ce1-57cb-480f-bb23-62d4a2c41950 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ce0458bc-62ad-472e-a0d3-824db7e8a560 {
  text-align: center;
}
@media (min-width: 1200px){#s-ce0458bc-62ad-472e-a0d3-824db7e8a560 {
  display: none;
}
#s-ce0458bc-62ad-472e-a0d3-824db7e8a560, #wrap-s-ce0458bc-62ad-472e-a0d3-824db7e8a560 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce0458bc-62ad-472e-a0d3-824db7e8a560 {
  display: none;
}
#s-ce0458bc-62ad-472e-a0d3-824db7e8a560, #wrap-s-ce0458bc-62ad-472e-a0d3-824db7e8a560 { display:none !important; }}@media (max-width: 767px){#s-ce0458bc-62ad-472e-a0d3-824db7e8a560 {
  display: none;
}
#s-ce0458bc-62ad-472e-a0d3-824db7e8a560, #wrap-s-ce0458bc-62ad-472e-a0d3-824db7e8a560 { display:none !important; }}



  #s-ce0458bc-62ad-472e-a0d3-824db7e8a560 img.shogun-image {
    
    width: px;
  }


#s-ce0458bc-62ad-472e-a0d3-824db7e8a560 .shogun-image-content {
  
    align-items: center;
  
}

#s-31305c77-b55f-4758-9941-637912e823db {
  padding-top: 35px;
background-color: rgba(245, 238, 230, 1);
}

#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 {
  min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}
@media (min-width: 1200px){#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 {
  
}
}@media (max-width: 767px){#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 {
  
}
}







#s-46e5e3e4-f867-43dd-8247-94d9c2263c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e5e3e4-f867-43dd-8247-94d9c2263c00.shg-box.shg-c {
  justify-content: center;
}

#s-2b24a165-60be-4ca6-b844-fda2f8813d9a {
  padding-top: 25px;
padding-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b24a165-60be-4ca6-b844-fda2f8813d9a {
  
}
}@media (max-width: 767px){#s-2b24a165-60be-4ca6-b844-fda2f8813d9a {
  
}
}
#s-2b24a165-60be-4ca6-b844-fda2f8813d9a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b24a165-60be-4ca6-b844-fda2f8813d9a .shg-sld-nav-button.shg-sld-left,
#s-2b24a165-60be-4ca6-b844-fda2f8813d9a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-f043e2aa-9031-464f-a69b-80d0c9191ddc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-e79d5698-9459-4c34-afb0-191dd36deeff {
  margin-bottom: 15px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e79d5698-9459-4c34-afb0-191dd36deeff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79d5698-9459-4c34-afb0-191dd36deeff.shg-box.shg-c {
  justify-content: center;
}

#s-036b3259-d7d0-4683-834e-d780c0aae570 {
  text-align: center;
}




  #s-036b3259-d7d0-4683-834e-d780c0aae570 img.shogun-image {
    
    width: px;
  }


#s-036b3259-d7d0-4683-834e-d780c0aae570 .shogun-image-content {
  
    align-items: center;
  
}

#s-226af782-cabd-4342-8573-2fe4cfbcba2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-226af782-cabd-4342-8573-2fe4cfbcba2f .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23dc2835-5558-412a-ba8f-0e9e16f29e98 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-23dc2835-5558-412a-ba8f-0e9e16f29e98:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-23dc2835-5558-412a-ba8f-0e9e16f29e98:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-23dc2835-5558-412a-ba8f-0e9e16f29e98.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14817f40-7e36-43e1-a437-d3171185b2aa {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-14817f40-7e36-43e1-a437-d3171185b2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14817f40-7e36-43e1-a437-d3171185b2aa.shg-box.shg-c {
  justify-content: center;
}

#s-7d4789b4-029f-4511-bf6f-29d27d0bc9b1 {
  text-align: center;
}




  #s-7d4789b4-029f-4511-bf6f-29d27d0bc9b1 img.shogun-image {
    
    width: px;
  }


#s-7d4789b4-029f-4511-bf6f-29d27d0bc9b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-51abdc99-5160-4687-9063-e36883f99bf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51abdc99-5160-4687-9063-e36883f99bf2 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a262f77-7cd4-48e1-bfef-d8bbbc5f4d9d {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1a262f77-7cd4-48e1-bfef-d8bbbc5f4d9d:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-1a262f77-7cd4-48e1-bfef-d8bbbc5f4d9d:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1a262f77-7cd4-48e1-bfef-d8bbbc5f4d9d.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8198aea2-2e81-495d-8386-6d90b4c02296 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8198aea2-2e81-495d-8386-6d90b4c02296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8198aea2-2e81-495d-8386-6d90b4c02296.shg-box.shg-c {
  justify-content: center;
}

#s-a9dafa5b-dff5-44a3-82fd-db6d01eee48d {
  text-align: center;
}




  #s-a9dafa5b-dff5-44a3-82fd-db6d01eee48d img.shogun-image {
    
    width: px;
  }


#s-a9dafa5b-dff5-44a3-82fd-db6d01eee48d .shogun-image-content {
  
    align-items: center;
  
}

#s-1a15d361-f952-4481-b202-e0a4473f4389 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a15d361-f952-4481-b202-e0a4473f4389 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a62f06c-90ab-4479-b457-95d538522f2d {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-5a62f06c-90ab-4479-b457-95d538522f2d:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-5a62f06c-90ab-4479-b457-95d538522f2d:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5a62f06c-90ab-4479-b457-95d538522f2d.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c9ebfe6-e039-4d17-99de-c9ad9b38b5c0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2c9ebfe6-e039-4d17-99de-c9ad9b38b5c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9ebfe6-e039-4d17-99de-c9ad9b38b5c0.shg-box.shg-c {
  justify-content: center;
}

#s-ad98b565-29d3-4ea7-b6d1-010eb37a4c0e {
  text-align: center;
}




  #s-ad98b565-29d3-4ea7-b6d1-010eb37a4c0e img.shogun-image {
    
    width: px;
  }


#s-ad98b565-29d3-4ea7-b6d1-010eb37a4c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b3971d4-15ac-4eb4-96c4-e71431669160 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b3971d4-15ac-4eb4-96c4-e71431669160 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-475a7175-e044-42fe-b5d9-2cacc5859d2e {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-475a7175-e044-42fe-b5d9-2cacc5859d2e:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-475a7175-e044-42fe-b5d9-2cacc5859d2e:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-475a7175-e044-42fe-b5d9-2cacc5859d2e.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-290dea30-a4b7-4939-ab96-a33c78f6a81f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-5c0f2cf1-58d5-40c3-8197-3bdb2077991b {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c0f2cf1-58d5-40c3-8197-3bdb2077991b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c0f2cf1-58d5-40c3-8197-3bdb2077991b.shg-box.shg-c {
  justify-content: center;
}

#s-41b8f193-0caf-4e75-ac72-6cbacf4bfd7c {
  text-align: center;
}




  #s-41b8f193-0caf-4e75-ac72-6cbacf4bfd7c img.shogun-image {
    
    width: px;
  }


#s-41b8f193-0caf-4e75-ac72-6cbacf4bfd7c .shogun-image-content {
  
    align-items: center;
  
}

#s-bb9c1383-19c0-4014-a474-604554ff5469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb9c1383-19c0-4014-a474-604554ff5469 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e94e97f1-7693-4079-9b9f-008c0f7acfcb {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-e94e97f1-7693-4079-9b9f-008c0f7acfcb:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-e94e97f1-7693-4079-9b9f-008c0f7acfcb:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-e94e97f1-7693-4079-9b9f-008c0f7acfcb.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ef4e538-2765-4a14-b088-93b853e49266 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ef4e538-2765-4a14-b088-93b853e49266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef4e538-2765-4a14-b088-93b853e49266.shg-box.shg-c {
  justify-content: center;
}

#s-3561bd96-2eac-4649-84c5-03a2e4bd2123 {
  text-align: center;
}




  #s-3561bd96-2eac-4649-84c5-03a2e4bd2123 img.shogun-image {
    
    width: px;
  }


#s-3561bd96-2eac-4649-84c5-03a2e4bd2123 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f3c2c0e-3644-4eb6-bc07-87374ba132b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f3c2c0e-3644-4eb6-bc07-87374ba132b0 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14696a3b-dfc5-404b-be53-8c13f65d8ea2 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-14696a3b-dfc5-404b-be53-8c13f65d8ea2:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-14696a3b-dfc5-404b-be53-8c13f65d8ea2:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-14696a3b-dfc5-404b-be53-8c13f65d8ea2.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c55f9649-f8e0-496a-819e-973e11cdf853 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c55f9649-f8e0-496a-819e-973e11cdf853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c55f9649-f8e0-496a-819e-973e11cdf853.shg-box.shg-c {
  justify-content: center;
}

#s-7b614333-a012-4d42-baf5-dca142fe4b32 {
  text-align: center;
}




  #s-7b614333-a012-4d42-baf5-dca142fe4b32 img.shogun-image {
    
    width: px;
  }


#s-7b614333-a012-4d42-baf5-dca142fe4b32 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc8047e-8fe5-4927-8a3d-bc9f95f1f1e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abc8047e-8fe5-4927-8a3d-bc9f95f1f1e3 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df206e0f-32e3-4a2c-ac1a-800f3074e637 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-df206e0f-32e3-4a2c-ac1a-800f3074e637:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-df206e0f-32e3-4a2c-ac1a-800f3074e637:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-df206e0f-32e3-4a2c-ac1a-800f3074e637.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00150e13-40ef-444e-8775-db6de64ef691 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00150e13-40ef-444e-8775-db6de64ef691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00150e13-40ef-444e-8775-db6de64ef691.shg-box.shg-c {
  justify-content: center;
}

#s-bd2ee6c0-7c82-4e84-8c62-c6d966a4f604 {
  text-align: center;
}




  #s-bd2ee6c0-7c82-4e84-8c62-c6d966a4f604 img.shogun-image {
    
    width: px;
  }


#s-bd2ee6c0-7c82-4e84-8c62-c6d966a4f604 .shogun-image-content {
  
    align-items: center;
  
}

#s-c78a56fe-6bb5-4805-8438-863564f31089 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c78a56fe-6bb5-4805-8438-863564f31089 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59b174b8-ecca-4142-bd87-230d48d24b43 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-59b174b8-ecca-4142-bd87-230d48d24b43:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-59b174b8-ecca-4142-bd87-230d48d24b43:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-59b174b8-ecca-4142-bd87-230d48d24b43.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c34cab94-de02-4e2a-924b-1fe60c021340 {
  min-height: 50px;
background-color: rgba(252, 247, 244, 1);
}








#s-c34cab94-de02-4e2a-924b-1fe60c021340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c34cab94-de02-4e2a-924b-1fe60c021340.shg-box.shg-c {
  justify-content: center;
}

#s-0f85536d-7094-4656-bcc9-fa00e48412e4 {
  padding-top: 30px;
}

#s-659ebee6-6adb-4abf-9dae-c208de15784f {
  padding-top: 25px;
padding-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 991px){#s-659ebee6-6adb-4abf-9dae-c208de15784f {
  
}
}@media (max-width: 767px){#s-659ebee6-6adb-4abf-9dae-c208de15784f {
  
}
}
#s-659ebee6-6adb-4abf-9dae-c208de15784f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-659ebee6-6adb-4abf-9dae-c208de15784f .shg-sld-nav-button.shg-sld-left,
#s-659ebee6-6adb-4abf-9dae-c208de15784f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-e734cc49-c09b-4cb0-afac-e44377337982"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-e8ca6ee4-a48f-4bd8-9728-df72b73a987f {
  text-align: center;
}




  #s-e8ca6ee4-a48f-4bd8-9728-df72b73a987f img.shogun-image {
    
    width: px;
  }


#s-e8ca6ee4-a48f-4bd8-9728-df72b73a987f .shogun-image-content {
  
    align-items: center;
  
}

#s-8430a507-3623-4dc1-b0a4-8cf623af66e1 {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8430a507-3623-4dc1-b0a4-8cf623af66e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8430a507-3623-4dc1-b0a4-8cf623af66e1.shg-box.shg-c {
  justify-content: center;
}

#s-4135766c-b0d0-42e8-8100-66e908215882 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4135766c-b0d0-42e8-8100-66e908215882 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c0518fb-b3c4-4352-a535-5d677c81dde9 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-9c0518fb-b3c4-4352-a535-5d677c81dde9:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-9c0518fb-b3c4-4352-a535-5d677c81dde9:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9c0518fb-b3c4-4352-a535-5d677c81dde9.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2337204a-9eee-4aa5-8340-b053b9e081b0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2337204a-9eee-4aa5-8340-b053b9e081b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2337204a-9eee-4aa5-8340-b053b9e081b0.shg-box.shg-c {
  justify-content: center;
}

#s-5a91b927-fec2-4932-9006-225fe872cd5a {
  text-align: center;
}




  #s-5a91b927-fec2-4932-9006-225fe872cd5a img.shogun-image {
    
    width: px;
  }


#s-5a91b927-fec2-4932-9006-225fe872cd5a .shogun-image-content {
  
    align-items: center;
  
}

#s-90e3ea48-9930-42fc-b7e7-ddecb25d4194 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90e3ea48-9930-42fc-b7e7-ddecb25d4194 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d787c64b-f78c-4549-8345-455f42d7e843 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-d787c64b-f78c-4549-8345-455f42d7e843:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-d787c64b-f78c-4549-8345-455f42d7e843:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-d787c64b-f78c-4549-8345-455f42d7e843.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13f47d09-b46b-44b2-824b-c033600d709d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13f47d09-b46b-44b2-824b-c033600d709d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13f47d09-b46b-44b2-824b-c033600d709d.shg-box.shg-c {
  justify-content: center;
}

#s-4d70d8d6-46d5-4beb-9749-a9942e3b05c4 {
  text-align: center;
}




  #s-4d70d8d6-46d5-4beb-9749-a9942e3b05c4 img.shogun-image {
    
    width: px;
  }


#s-4d70d8d6-46d5-4beb-9749-a9942e3b05c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-439bb786-c1e0-49fc-bc4c-ce2cd33231d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-439bb786-c1e0-49fc-bc4c-ce2cd33231d3 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85619f46-0655-4b62-956b-d9aeb7f85d3c {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-85619f46-0655-4b62-956b-d9aeb7f85d3c:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-85619f46-0655-4b62-956b-d9aeb7f85d3c:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-85619f46-0655-4b62-956b-d9aeb7f85d3c.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-680639a2-719a-4a96-bcdf-4335d6eae9ce {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-680639a2-719a-4a96-bcdf-4335d6eae9ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-680639a2-719a-4a96-bcdf-4335d6eae9ce.shg-box.shg-c {
  justify-content: center;
}

#s-eb0b281e-702a-46ea-9086-ab05607681a5 {
  text-align: center;
}




  #s-eb0b281e-702a-46ea-9086-ab05607681a5 img.shogun-image {
    
    width: px;
  }


#s-eb0b281e-702a-46ea-9086-ab05607681a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-545bca33-9ae9-4e5a-a281-1788a5d2027f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545bca33-9ae9-4e5a-a281-1788a5d2027f .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7609c31b-06f8-45c1-8cb8-681b138c43e8 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7609c31b-06f8-45c1-8cb8-681b138c43e8:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-7609c31b-06f8-45c1-8cb8-681b138c43e8:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7609c31b-06f8-45c1-8cb8-681b138c43e8.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-83be74f4-3f43-4fa2-ae81-244022f0730c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-b19ae9e2-b5b8-4a5c-baba-da9390edbcae {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b19ae9e2-b5b8-4a5c-baba-da9390edbcae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b19ae9e2-b5b8-4a5c-baba-da9390edbcae.shg-box.shg-c {
  justify-content: center;
}

#s-336b162c-1fe7-42aa-b3a4-23daa797a85c {
  text-align: center;
}




  #s-336b162c-1fe7-42aa-b3a4-23daa797a85c img.shogun-image {
    
    width: px;
  }


#s-336b162c-1fe7-42aa-b3a4-23daa797a85c .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e3f545-d4c4-4f8e-82f1-46b17ea2f173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9e3f545-d4c4-4f8e-82f1-46b17ea2f173 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1162c6c9-6e43-4fa5-b0ac-9e699b88cf78 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-1162c6c9-6e43-4fa5-b0ac-9e699b88cf78:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-1162c6c9-6e43-4fa5-b0ac-9e699b88cf78:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-1162c6c9-6e43-4fa5-b0ac-9e699b88cf78.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a95c16a2-7bb9-4acc-9da7-8e370be65a2e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a95c16a2-7bb9-4acc-9da7-8e370be65a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95c16a2-7bb9-4acc-9da7-8e370be65a2e.shg-box.shg-c {
  justify-content: center;
}

#s-39e1ec4b-528b-436c-9b65-d2b7a0d06ab8 {
  text-align: center;
}




  #s-39e1ec4b-528b-436c-9b65-d2b7a0d06ab8 img.shogun-image {
    
    width: px;
  }


#s-39e1ec4b-528b-436c-9b65-d2b7a0d06ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc4610fa-ea18-4c11-8edd-769de877a38a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc4610fa-ea18-4c11-8edd-769de877a38a .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9971ce78-a26e-4535-91a5-65ce23e72658 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-9971ce78-a26e-4535-91a5-65ce23e72658:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-9971ce78-a26e-4535-91a5-65ce23e72658:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9971ce78-a26e-4535-91a5-65ce23e72658.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c3e5cc7b-3c1a-4cfc-a2bb-70442e4c23e8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3e5cc7b-3c1a-4cfc-a2bb-70442e4c23e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e5cc7b-3c1a-4cfc-a2bb-70442e4c23e8.shg-box.shg-c {
  justify-content: center;
}

#s-92e4f773-94b7-4d7b-89d6-68794c898aa2 {
  text-align: center;
}




  #s-92e4f773-94b7-4d7b-89d6-68794c898aa2 img.shogun-image {
    
    width: px;
  }


#s-92e4f773-94b7-4d7b-89d6-68794c898aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a12900f5-a647-4736-97a2-944542b4f4bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a12900f5-a647-4736-97a2-944542b4f4bd .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf288828-7265-496a-b8fc-0f4058f0a657 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-bf288828-7265-496a-b8fc-0f4058f0a657:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-bf288828-7265-496a-b8fc-0f4058f0a657:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-bf288828-7265-496a-b8fc-0f4058f0a657.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e55972a6-38e4-4529-bdc2-c03744e051dd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e55972a6-38e4-4529-bdc2-c03744e051dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55972a6-38e4-4529-bdc2-c03744e051dd.shg-box.shg-c {
  justify-content: center;
}

#s-965736b9-b3f7-4599-bdac-ff3f0f424efa {
  text-align: center;
}




  #s-965736b9-b3f7-4599-bdac-ff3f0f424efa img.shogun-image {
    
    width: px;
  }


#s-965736b9-b3f7-4599-bdac-ff3f0f424efa .shogun-image-content {
  
    align-items: center;
  
}

#s-5a02dd2d-b2c4-467e-bb8a-a860965e5ade {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a02dd2d-b2c4-467e-bb8a-a860965e5ade .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9033af17-2f74-4550-b102-a6ef76aef13f {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-9033af17-2f74-4550-b102-a6ef76aef13f:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-9033af17-2f74-4550-b102-a6ef76aef13f:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-9033af17-2f74-4550-b102-a6ef76aef13f.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f52f4edc-129b-4b8c-8537-4dd4d8050a20 {
  min-height: 50px;
background-color: rgba(245, 238, 230, 1);
}








#s-f52f4edc-129b-4b8c-8537-4dd4d8050a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f52f4edc-129b-4b8c-8537-4dd4d8050a20.shg-box.shg-c {
  justify-content: center;
}

#s-0487d95e-eeb1-4e42-bada-d3ed10a47562 {
  padding-top: 30px;
}

#s-a19b2c3a-9511-4ebc-85da-da2906c08eac {
  padding-top: 25px;
padding-bottom: 35px;
}

#s-a19b2c3a-9511-4ebc-85da-da2906c08eac .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a19b2c3a-9511-4ebc-85da-da2906c08eac .shg-sld-nav-button.shg-sld-left,
#s-a19b2c3a-9511-4ebc-85da-da2906c08eac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-4016240b-37d6-4f1a-afca-1b56608ba050"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-416103c4-3a94-47d1-ba36-4510cfdefee1 {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-416103c4-3a94-47d1-ba36-4510cfdefee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-416103c4-3a94-47d1-ba36-4510cfdefee1.shg-box.shg-c {
  justify-content: center;
}

#s-0949fce7-6570-4dfd-8977-b4d688a091db {
  text-align: center;
}




  #s-0949fce7-6570-4dfd-8977-b4d688a091db img.shogun-image {
    
    width: px;
  }


#s-0949fce7-6570-4dfd-8977-b4d688a091db .shogun-image-content {
  
    align-items: center;
  
}

#s-40f0c8b6-e6a6-4b6e-9c44-1807875e8ed0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40f0c8b6-e6a6-4b6e-9c44-1807875e8ed0 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74d37fb5-6cd8-4995-beff-31a884ecd959 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-74d37fb5-6cd8-4995-beff-31a884ecd959:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-74d37fb5-6cd8-4995-beff-31a884ecd959:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-74d37fb5-6cd8-4995-beff-31a884ecd959.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5856141-7540-4f1f-bc91-a87a261ef635 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d5856141-7540-4f1f-bc91-a87a261ef635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5856141-7540-4f1f-bc91-a87a261ef635.shg-box.shg-c {
  justify-content: center;
}

#s-c8e842f3-3865-4de8-8352-061ea9e20e2f {
  text-align: center;
}




  #s-c8e842f3-3865-4de8-8352-061ea9e20e2f img.shogun-image {
    
    width: px;
  }


#s-c8e842f3-3865-4de8-8352-061ea9e20e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-4d8610ac-0a05-4ebf-99f6-85b3c5b8fdfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d8610ac-0a05-4ebf-99f6-85b3c5b8fdfd .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5f1d29c-6dc3-4bf1-87c8-84d6b23c61cd {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-a5f1d29c-6dc3-4bf1-87c8-84d6b23c61cd:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-a5f1d29c-6dc3-4bf1-87c8-84d6b23c61cd:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-a5f1d29c-6dc3-4bf1-87c8-84d6b23c61cd.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-20fcbfa7-59a7-427d-abbb-809b2655969e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-20fcbfa7-59a7-427d-abbb-809b2655969e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fcbfa7-59a7-427d-abbb-809b2655969e.shg-box.shg-c {
  justify-content: center;
}

#s-93b3659a-de43-4459-8b8b-13498b4f0600 {
  text-align: center;
}




  #s-93b3659a-de43-4459-8b8b-13498b4f0600 img.shogun-image {
    
    width: px;
  }


#s-93b3659a-de43-4459-8b8b-13498b4f0600 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae43b00-bd12-4d6b-a279-dca671d79267 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ae43b00-bd12-4d6b-a279-dca671d79267 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3f16cf11-2b95-4bc3-a2cc-4eba822e68dd {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-3f16cf11-2b95-4bc3-a2cc-4eba822e68dd:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-3f16cf11-2b95-4bc3-a2cc-4eba822e68dd:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3f16cf11-2b95-4bc3-a2cc-4eba822e68dd.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c106f57-335e-4ada-a479-608a8b7a55d5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c106f57-335e-4ada-a479-608a8b7a55d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c106f57-335e-4ada-a479-608a8b7a55d5.shg-box.shg-c {
  justify-content: center;
}

#s-616d7aef-8afe-4d16-a045-9b363e9b0ec6 {
  text-align: center;
}




  #s-616d7aef-8afe-4d16-a045-9b363e9b0ec6 img.shogun-image {
    
    width: px;
  }


#s-616d7aef-8afe-4d16-a045-9b363e9b0ec6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8dec808-d86d-41c9-a10b-71cef9c5feea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8dec808-d86d-41c9-a10b-71cef9c5feea .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3cff0004-8006-4dd7-bd24-4122b45580f8 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-3cff0004-8006-4dd7-bd24-4122b45580f8:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-3cff0004-8006-4dd7-bd24-4122b45580f8:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-3cff0004-8006-4dd7-bd24-4122b45580f8.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-23d94424-6c9f-48f9-ac59-450d7e2a2108"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-0075cc62-7546-4d07-a78e-820927d7cb79 {
  margin-bottom: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0075cc62-7546-4d07-a78e-820927d7cb79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0075cc62-7546-4d07-a78e-820927d7cb79.shg-box.shg-c {
  justify-content: center;
}

#s-464cf6b5-3e2f-4907-932d-6e526d970a74 {
  text-align: center;
}




  #s-464cf6b5-3e2f-4907-932d-6e526d970a74 img.shogun-image {
    
    width: px;
  }


#s-464cf6b5-3e2f-4907-932d-6e526d970a74 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8c556d4-271c-499c-b723-9942e796a451 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8c556d4-271c-499c-b723-9942e796a451 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2289052b-5693-4395-83c4-e3eb70ac1044 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-2289052b-5693-4395-83c4-e3eb70ac1044:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-2289052b-5693-4395-83c4-e3eb70ac1044:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2289052b-5693-4395-83c4-e3eb70ac1044.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b964d84-20a2-4d4b-a713-ef4473abd145 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b964d84-20a2-4d4b-a713-ef4473abd145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b964d84-20a2-4d4b-a713-ef4473abd145.shg-box.shg-c {
  justify-content: center;
}

#s-1619f11f-d0ef-4cf9-b652-04e2e72a36f2 {
  text-align: center;
}




  #s-1619f11f-d0ef-4cf9-b652-04e2e72a36f2 img.shogun-image {
    
    width: px;
  }


#s-1619f11f-d0ef-4cf9-b652-04e2e72a36f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e844a875-6619-4c90-bf94-a25abe02b044 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
}

#s-e844a875-6619-4c90-bf94-a25abe02b044 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c324d3a-a427-4d2c-8e95-370dcd0ec48c {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7c324d3a-a427-4d2c-8e95-370dcd0ec48c:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-7c324d3a-a427-4d2c-8e95-370dcd0ec48c:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-7c324d3a-a427-4d2c-8e95-370dcd0ec48c.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51682f1b-6781-47b0-9bbb-f69f9429d3c8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-51682f1b-6781-47b0-9bbb-f69f9429d3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51682f1b-6781-47b0-9bbb-f69f9429d3c8.shg-box.shg-c {
  justify-content: center;
}

#s-c7302a65-13cf-4f18-9fb2-8b6e8a45d2f1 {
  text-align: center;
}




  #s-c7302a65-13cf-4f18-9fb2-8b6e8a45d2f1 img.shogun-image {
    
    width: px;
  }


#s-c7302a65-13cf-4f18-9fb2-8b6e8a45d2f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-749a3c79-dc04-4096-9192-a98bcde72aab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-749a3c79-dc04-4096-9192-a98bcde72aab .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d641a97-1a4c-45c9-bd82-e651d6933a78 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-5d641a97-1a4c-45c9-bd82-e651d6933a78:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-5d641a97-1a4c-45c9-bd82-e651d6933a78:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-5d641a97-1a4c-45c9-bd82-e651d6933a78.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4858f127-627e-4458-8ea8-0b5621e03293 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4858f127-627e-4458-8ea8-0b5621e03293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4858f127-627e-4458-8ea8-0b5621e03293.shg-box.shg-c {
  justify-content: center;
}

#s-c24fd3f4-0e1a-4c9e-82e3-85d27246666f {
  text-align: center;
}




  #s-c24fd3f4-0e1a-4c9e-82e3-85d27246666f img.shogun-image {
    
    width: px;
  }


#s-c24fd3f4-0e1a-4c9e-82e3-85d27246666f .shogun-image-content {
  
    align-items: center;
  
}

#s-6df4ec8f-848a-4423-b69a-3aaf36492692 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
}

#s-6df4ec8f-848a-4423-b69a-3aaf36492692 .shogun-heading-component h6 {
  color: rgba(84, 84, 94, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89ebc544-f213-4f69-94b1-8e25a35e3a03 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(84, 84, 94, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(84, 84, 94, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-89ebc544-f213-4f69-94b1-8e25a35e3a03:hover {border-style: solid !important;
border-color: rgba(185, 218, 218, 1) !important;
background-color: rgba(185, 218, 218, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(84, 84, 94, 1) !important;}#s-89ebc544-f213-4f69-94b1-8e25a35e3a03:active {border-style: solid !important;
border-color: rgba(84, 84, 94, 1) !important;
background-color: rgba(84, 84, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-89ebc544-f213-4f69-94b1-8e25a35e3a03.shg-btn {
  color: rgba(84, 84, 94, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}