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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-d8b860c7-970c-4bd5-aa73-8141106002a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 200px;
max-width: 1000px;
}








#s-d8b860c7-970c-4bd5-aa73-8141106002a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b860c7-970c-4bd5-aa73-8141106002a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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 h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #121212;
  font-family: Varela Round;
  font-weight: 400;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #121212;
  font-family: Varela Round;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #121212;
  font-family: Varela;
  font-weight: 400;
}

.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: #121212;
  font-family: Varela Round;
  text-transform: none;
  font-weight: 400;
  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-d3271705-987a-4bc9-90e8-8a8c62222887 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3271705-987a-4bc9-90e8-8a8c62222887 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b6d82da3-db90-4c1e-8a84-7d7537dbaddc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6d82da3-db90-4c1e-8a84-7d7537dbaddc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-91d5eba6-dcef-4839-b027-4a0d4168e590 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-91d5eba6-dcef-4839-b027-4a0d4168e590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91d5eba6-dcef-4839-b027-4a0d4168e590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-91d5eba6-dcef-4839-b027-4a0d4168e590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-91d5eba6-dcef-4839-b027-4a0d4168e590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: Varela;
}

.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-7abd2c1d-a804-45c8-92bc-b3fe810cbb14 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(28, 117, 187, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14:hover {background-color: rgba(28, 117, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14:active {background-color: rgba(28, 117, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14-root {
    text-align: center;
  }


#s-7abd2c1d-a804-45c8-92bc-b3fe810cbb14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-f153a79e-9f6d-4845-a852-5870edbb4f20 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(28, 187, 155, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f153a79e-9f6d-4845-a852-5870edbb4f20:hover {background-color: rgba(28, 187, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f153a79e-9f6d-4845-a852-5870edbb4f20:active {background-color: rgba(28, 187, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-f153a79e-9f6d-4845-a852-5870edbb4f20-root {
    text-align: center;
  }


#s-f153a79e-9f6d-4845-a852-5870edbb4f20.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd-root {
    text-align: center;
  }


#s-587bfe28-e7e5-44a7-999c-2e9efa5d44cd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-d7b0721b-030d-4800-a874-b7cea821589c {
  text-align: center;
}







  #s-d7b0721b-030d-4800-a874-b7cea821589c img.shogun-image {
    

    
    
    
  }


#s-d7b0721b-030d-4800-a874-b7cea821589c .shogun-image-content {
  
    align-items: center;
  
}

#s-f281a3de-af1d-4f0e-82c8-ab3952848f3b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 150px;
max-width: 1000px;
}








#s-f281a3de-af1d-4f0e-82c8-ab3952848f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f281a3de-af1d-4f0e-82c8-ab3952848f3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2786a9b3-1a93-4446-91c2-a8d2a4594c74 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-2786a9b3-1a93-4446-91c2-a8d2a4594c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2786a9b3-1a93-4446-91c2-a8d2a4594c74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b6aea73-b110-4554-a023-d7aebc447424 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-44ffe84f-33b9-46c5-a8e7-b0f2a26ca775 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(28, 117, 187, 1);
}

#s-44ffe84f-33b9-46c5-a8e7-b0f2a26ca775 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-427ced1d-5a37-4e73-b6f3-2ee7c175928d {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-8a8e254f-ef14-4a51-9f52-0ba18a35404a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(28, 187, 155, 1);
}

#s-8a8e254f-ef14-4a51-9f52-0ba18a35404a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8343bbf8-ca56-4f5c-817d-1bfd7c312192 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(28, 187, 155, 1);
}

#s-8343bbf8-ca56-4f5c-817d-1bfd7c312192 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-89a22245-7ff6-486d-b116-16a55b10118b {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(28, 187, 155, 1);
}

#s-89a22245-7ff6-486d-b116-16a55b10118b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-26c2ebde-fd8d-45f8-917a-566fc8193084 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0);
}








#s-26c2ebde-fd8d-45f8-917a-566fc8193084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c2ebde-fd8d-45f8-917a-566fc8193084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f577835-5285-43de-a665-8ceaf4775c9e {
  margin-bottom: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-7f577835-5285-43de-a665-8ceaf4775c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f577835-5285-43de-a665-8ceaf4775c9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cde90af5-709b-42cf-b930-6cb54c434228 {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-9473a3b4-dfea-49a5-a6de-b752a099895b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(238, 78, 52, 1);
}

#s-9473a3b4-dfea-49a5-a6de-b752a099895b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8d3a0ba7-0635-473b-8001-5be3d6c450d3 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
}

#s-3a19b63e-3cae-4283-8971-9c6640452fe0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-3a19b63e-3cae-4283-8971-9c6640452fe0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a19b63e-3cae-4283-8971-9c6640452fe0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a19b63e-3cae-4283-8971-9c6640452fe0 {
  
}
}@media (max-width: 767px){#s-3a19b63e-3cae-4283-8971-9c6640452fe0 {
  
}
}







#s-3a19b63e-3cae-4283-8971-9c6640452fe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a19b63e-3cae-4283-8971-9c6640452fe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ab74f4a-8797-47e7-b842-4f419c55fcd2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0ab74f4a-8797-47e7-b842-4f419c55fcd2 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-0ab74f4a-8797-47e7-b842-4f419c55fcd2 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-60449421-5566-446c-b700-26dfe593b460 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60449421-5566-446c-b700-26dfe593b460"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b1de6e37-876f-47e6-b9c2-6023fe3f60c9 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-b1de6e37-876f-47e6-b9c2-6023fe3f60c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1de6e37-876f-47e6-b9c2-6023fe3f60c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dec2799e-6912-4bfb-85b3-b11e5517ada7 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-dec2799e-6912-4bfb-85b3-b11e5517ada7 img.shogun-image {
    

    
    
    
  }


#s-dec2799e-6912-4bfb-85b3-b11e5517ada7 .shogun-image-content {
  
    align-items: center;
  
}

#s-83735254-3969-4b21-8568-65815526d7fb {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-83735254-3969-4b21-8568-65815526d7fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83735254-3969-4b21-8568-65815526d7fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30b35020-c7c1-4f13-9016-91871c7e5e68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30b35020-c7c1-4f13-9016-91871c7e5e68 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-64d68ad2-ba46-47b2-9ef3-bc52403876d8 {
  margin-left: auto;
margin-right: auto;
}

#s-cfca0991-34c3-4774-90b5-42d4420e78f0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-cfca0991-34c3-4774-90b5-42d4420e78f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfca0991-34c3-4774-90b5-42d4420e78f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8536d5df-3e4a-426b-a188-e8062d0031d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8536d5df-3e4a-426b-a188-e8062d0031d3:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8536d5df-3e4a-426b-a188-e8062d0031d3:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-8536d5df-3e4a-426b-a188-e8062d0031d3-root {
    text-align: center;
  }


#s-8536d5df-3e4a-426b-a188-e8062d0031d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-9f9c0a55-9e35-4740-8193-0740984d2078 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9f9c0a55-9e35-4740-8193-0740984d2078:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f9c0a55-9e35-4740-8193-0740984d2078:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-9f9c0a55-9e35-4740-8193-0740984d2078-root {
    text-align: center;
  }


#s-9f9c0a55-9e35-4740-8193-0740984d2078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-3614880b-9929-4b9b-8cf9-945098fdb945 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-3614880b-9929-4b9b-8cf9-945098fdb945 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3614880b-9929-4b9b-8cf9-945098fdb945 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3614880b-9929-4b9b-8cf9-945098fdb945 {
  
}
}@media (max-width: 767px){#s-3614880b-9929-4b9b-8cf9-945098fdb945 {
  
}
}







#s-3614880b-9929-4b9b-8cf9-945098fdb945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3614880b-9929-4b9b-8cf9-945098fdb945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb8d8a4d-4f78-4797-9573-9e412675fc53 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-eb8d8a4d-4f78-4797-9573-9e412675fc53 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-eb8d8a4d-4f78-4797-9573-9e412675fc53 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-d9e492b9-8135-4d06-9bd2-5a7849413391 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9e492b9-8135-4d06-9bd2-5a7849413391"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-774f5cc7-a5b4-4ac6-b696-b6f27ae7af29 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-774f5cc7-a5b4-4ac6-b696-b6f27ae7af29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-774f5cc7-a5b4-4ac6-b696-b6f27ae7af29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9a091e7-bfa9-45ef-8623-972c8ece4863 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-a9a091e7-bfa9-45ef-8623-972c8ece4863 img.shogun-image {
    

    
    
    
  }


#s-a9a091e7-bfa9-45ef-8623-972c8ece4863 .shogun-image-content {
  
    align-items: center;
  
}

#s-09648f3e-5971-4538-8710-b4e45d20099a {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-09648f3e-5971-4538-8710-b4e45d20099a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09648f3e-5971-4538-8710-b4e45d20099a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33834d68-f451-4760-827c-1b113ec1113f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33834d68-f451-4760-827c-1b113ec1113f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3ec449ef-c063-4256-92d2-1940ad5f5989 {
  margin-left: auto;
margin-right: auto;
}

#s-951aca29-4def-486d-94c7-eacdf60a9e7e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-951aca29-4def-486d-94c7-eacdf60a9e7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-951aca29-4def-486d-94c7-eacdf60a9e7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d79552f-5054-40d6-92ac-663860da05c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7d79552f-5054-40d6-92ac-663860da05c7:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d79552f-5054-40d6-92ac-663860da05c7:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-7d79552f-5054-40d6-92ac-663860da05c7-root {
    text-align: center;
  }


#s-7d79552f-5054-40d6-92ac-663860da05c7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-9d9fe302-d38f-4669-940f-7fce6c4fb282 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d9fe302-d38f-4669-940f-7fce6c4fb282:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d9fe302-d38f-4669-940f-7fce6c4fb282:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-9d9fe302-d38f-4669-940f-7fce6c4fb282-root {
    text-align: center;
  }


#s-9d9fe302-d38f-4669-940f-7fce6c4fb282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 {
  
}
}@media (max-width: 767px){#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 {
  
}
}







#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e29be0e7-17ea-4ff3-b503-7667a9bc99c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6af48eb-888b-4556-bd74-6af5647057e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b6af48eb-888b-4556-bd74-6af5647057e5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-b6af48eb-888b-4556-bd74-6af5647057e5 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-6610086a-7e73-439f-be17-76e858225180 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6610086a-7e73-439f-be17-76e858225180"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2b78e5df-9fd6-4ff0-89f7-c833ddcc48f0 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-2b78e5df-9fd6-4ff0-89f7-c833ddcc48f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b78e5df-9fd6-4ff0-89f7-c833ddcc48f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7f9d88-594f-48c2-b059-6734608b74d0 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
max-width: 679px;
aspect-ratio: 679/782;
text-align: center;
}





  #s-ed7f9d88-594f-48c2-b059-6734608b74d0 img.shogun-image,
  #s-ed7f9d88-594f-48c2-b059-6734608b74d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7f9d88-594f-48c2-b059-6734608b74d0 {
    width: 100%;
    height: auto;
  }



  #s-ed7f9d88-594f-48c2-b059-6734608b74d0 img.shogun-image {
    

    
    
    
  }


#s-ed7f9d88-594f-48c2-b059-6734608b74d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-708426ff-52d8-46ca-b5c5-ca6cc77179c4 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-708426ff-52d8-46ca-b5c5-ca6cc77179c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-708426ff-52d8-46ca-b5c5-ca6cc77179c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6953f636-0222-4e94-9796-32ec0a9c2c24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6953f636-0222-4e94-9796-32ec0a9c2c24 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-bfde72de-d722-4f34-ae91-3fca824109d5 {
  margin-left: auto;
margin-right: auto;
}

#s-8edd6323-fab4-4d42-9f36-387a63a5beb7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-8edd6323-fab4-4d42-9f36-387a63a5beb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8edd6323-fab4-4d42-9f36-387a63a5beb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70-root {
    text-align: center;
  }


#s-f6cc0ff7-24c8-436c-a6cd-043fe7daff70.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-682763c8-4425-42de-8198-ec5c39d4db7f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-682763c8-4425-42de-8198-ec5c39d4db7f:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-682763c8-4425-42de-8198-ec5c39d4db7f:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-682763c8-4425-42de-8198-ec5c39d4db7f-root {
    text-align: center;
  }


#s-682763c8-4425-42de-8198-ec5c39d4db7f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 {
  
}
}@media (max-width: 767px){#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 {
  
}
}







#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1afc6da-6a7b-40a2-bc5c-af49cf16d1a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09cd0cf6-1571-4ff6-8950-4bb75b5128fa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-09cd0cf6-1571-4ff6-8950-4bb75b5128fa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-09cd0cf6-1571-4ff6-8950-4bb75b5128fa .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-70383431-3d65-41a7-b119-57bbbb8a6ade {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70383431-3d65-41a7-b119-57bbbb8a6ade"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4407d56e-3556-4d83-a22d-168def09a64f {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-4407d56e-3556-4d83-a22d-168def09a64f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4407d56e-3556-4d83-a22d-168def09a64f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4089c0fd-da93-4466-91fc-2d7c6f74bc7a {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-4089c0fd-da93-4466-91fc-2d7c6f74bc7a img.shogun-image {
    

    
    
    
  }


#s-4089c0fd-da93-4466-91fc-2d7c6f74bc7a .shogun-image-content {
  
    align-items: center;
  
}

#s-be6bf4fa-15fe-4d08-a5a7-b3e498869e6a {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-be6bf4fa-15fe-4d08-a5a7-b3e498869e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6bf4fa-15fe-4d08-a5a7-b3e498869e6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4dda003-6b3f-40ad-a653-73a61e56cdf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4dda003-6b3f-40ad-a653-73a61e56cdf3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-86df3ba0-3a8a-4fe7-a9fc-64758f087446 {
  margin-left: auto;
margin-right: auto;
}

#s-9df6b772-7ff5-4ef6-a5b9-a27b9c7eab14 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-9df6b772-7ff5-4ef6-a5b9-a27b9c7eab14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df6b772-7ff5-4ef6-a5b9-a27b9c7eab14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c-root {
    text-align: center;
  }


#s-9fdfbc12-1f3d-4ae7-8a3b-bc96af09630c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-1eb1537a-cbe4-4865-ae34-84253b71c4af {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1eb1537a-cbe4-4865-ae34-84253b71c4af:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1eb1537a-cbe4-4865-ae34-84253b71c4af:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-1eb1537a-cbe4-4865-ae34-84253b71c4af-root {
    text-align: center;
  }


#s-1eb1537a-cbe4-4865-ae34-84253b71c4af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-04e93070-ff77-4d62-9637-78d32243c982 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-04e93070-ff77-4d62-9637-78d32243c982 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04e93070-ff77-4d62-9637-78d32243c982 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04e93070-ff77-4d62-9637-78d32243c982 {
  
}
}@media (max-width: 767px){#s-04e93070-ff77-4d62-9637-78d32243c982 {
  
}
}







#s-04e93070-ff77-4d62-9637-78d32243c982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e93070-ff77-4d62-9637-78d32243c982.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaaf7eee-97ce-4b01-b1db-f074c306ac9f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-eaaf7eee-97ce-4b01-b1db-f074c306ac9f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-eaaf7eee-97ce-4b01-b1db-f074c306ac9f .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-b61a22be-a7dd-461c-9b7e-8f845c1fe848 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b61a22be-a7dd-461c-9b7e-8f845c1fe848"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fdc466ae-b2f4-4f4a-9a00-94cda7c616ca {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-fdc466ae-b2f4-4f4a-9a00-94cda7c616ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc466ae-b2f4-4f4a-9a00-94cda7c616ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3f06d04-f4b0-41e9-8325-a46068da19ba {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-a3f06d04-f4b0-41e9-8325-a46068da19ba img.shogun-image {
    

    
    
    
  }


#s-a3f06d04-f4b0-41e9-8325-a46068da19ba .shogun-image-content {
  
    align-items: center;
  
}

#s-5689c7fc-a8e1-40b1-95a8-2df04cd353f1 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-5689c7fc-a8e1-40b1-95a8-2df04cd353f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5689c7fc-a8e1-40b1-95a8-2df04cd353f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e8c336-7e4a-4e24-aa97-270972ea8df5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31e8c336-7e4a-4e24-aa97-270972ea8df5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-aa1c8ddf-6d6e-42fa-8af8-0783cd68b8f3 {
  margin-left: auto;
margin-right: auto;
}

#s-dc11bb42-e28f-4e84-8b9f-b74751ca2b06 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-dc11bb42-e28f-4e84-8b9f-b74751ca2b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc11bb42-e28f-4e84-8b9f-b74751ca2b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-efc12382-cccc-4fd7-802d-f9ff9eb475cc-root {
    text-align: center;
  }


#s-efc12382-cccc-4fd7-802d-f9ff9eb475cc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-2facbb71-a9f8-45c0-af7e-8c29ee712c61-root {
    text-align: center;
  }


#s-2facbb71-a9f8-45c0-af7e-8c29ee712c61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-750d27bf-6ef8-4eea-a123-d794d670b16b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-750d27bf-6ef8-4eea-a123-d794d670b16b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-750d27bf-6ef8-4eea-a123-d794d670b16b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-750d27bf-6ef8-4eea-a123-d794d670b16b {
  
}
}@media (max-width: 767px){#s-750d27bf-6ef8-4eea-a123-d794d670b16b {
  
}
}







#s-750d27bf-6ef8-4eea-a123-d794d670b16b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-750d27bf-6ef8-4eea-a123-d794d670b16b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-769999b0-c385-46f3-9db8-8ea171cde300 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-769999b0-c385-46f3-9db8-8ea171cde300 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-769999b0-c385-46f3-9db8-8ea171cde300 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-567048af-fdf1-4b76-9fb6-c092e33d119c {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567048af-fdf1-4b76-9fb6-c092e33d119c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-25bd55df-e84d-4972-bbd7-e32070823083 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-25bd55df-e84d-4972-bbd7-e32070823083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25bd55df-e84d-4972-bbd7-e32070823083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce8c2881-88f7-4728-9b47-b40e26152cc9 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-ce8c2881-88f7-4728-9b47-b40e26152cc9 img.shogun-image {
    

    
    
    
  }


#s-ce8c2881-88f7-4728-9b47-b40e26152cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9dcde85-e4a4-4710-b0f7-77dadd8f4035 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-d9dcde85-e4a4-4710-b0f7-77dadd8f4035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9dcde85-e4a4-4710-b0f7-77dadd8f4035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ba9fb5f-af91-4240-a0e1-23e5511b3315 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ba9fb5f-af91-4240-a0e1-23e5511b3315 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cfac6bc3-f0b9-40fc-9444-884251d6f87e {
  margin-left: auto;
margin-right: auto;
}

#s-fb481733-b8b1-4593-8b1d-5e68013eb1e3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-fb481733-b8b1-4593-8b1d-5e68013eb1e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb481733-b8b1-4593-8b1d-5e68013eb1e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37d41993-0e76-47b2-b3aa-b9da6b12df86 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37d41993-0e76-47b2-b3aa-b9da6b12df86:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37d41993-0e76-47b2-b3aa-b9da6b12df86:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-37d41993-0e76-47b2-b3aa-b9da6b12df86-root {
    text-align: center;
  }


#s-37d41993-0e76-47b2-b3aa-b9da6b12df86.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130-root {
    text-align: center;
  }


#s-4da69f97-3e7c-4d81-a3a3-eaae1a23f130.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-bda6f2aa-1685-44f5-954e-b1d25fba583d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-bda6f2aa-1685-44f5-954e-b1d25fba583d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bda6f2aa-1685-44f5-954e-b1d25fba583d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bda6f2aa-1685-44f5-954e-b1d25fba583d {
  
}
}@media (max-width: 767px){#s-bda6f2aa-1685-44f5-954e-b1d25fba583d {
  
}
}







#s-bda6f2aa-1685-44f5-954e-b1d25fba583d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda6f2aa-1685-44f5-954e-b1d25fba583d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6927a772-21a7-40b7-8811-46f74a59bf1a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6927a772-21a7-40b7-8811-46f74a59bf1a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-6927a772-21a7-40b7-8811-46f74a59bf1a .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93c06ca0-43d6-4fa5-b8eb-a634b1ae1211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1e2143cb-27a0-4c34-8f53-4ac5d642c7ee {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-1e2143cb-27a0-4c34-8f53-4ac5d642c7ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e2143cb-27a0-4c34-8f53-4ac5d642c7ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86504f0e-ac3f-4d9c-b481-701acc650621 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-86504f0e-ac3f-4d9c-b481-701acc650621 img.shogun-image {
    

    
    
    
  }


#s-86504f0e-ac3f-4d9c-b481-701acc650621 .shogun-image-content {
  
    align-items: center;
  
}

#s-52202d8b-1aa0-4eac-ae48-c24aef8c6d6f {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-52202d8b-1aa0-4eac-ae48-c24aef8c6d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52202d8b-1aa0-4eac-ae48-c24aef8c6d6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c83c071-3145-49eb-aeae-c0f5a0c14fd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c83c071-3145-49eb-aeae-c0f5a0c14fd2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e32edba2-c54e-427a-bc1b-c0fbe7437c53 {
  margin-left: auto;
margin-right: auto;
}

#s-b4c65046-b46e-49c6-9755-52d86e019a06 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b4c65046-b46e-49c6-9755-52d86e019a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c65046-b46e-49c6-9755-52d86e019a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e87a4ae0-38b8-4b9e-8770-27147d084234 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e87a4ae0-38b8-4b9e-8770-27147d084234:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e87a4ae0-38b8-4b9e-8770-27147d084234:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-e87a4ae0-38b8-4b9e-8770-27147d084234-root {
    text-align: center;
  }


#s-e87a4ae0-38b8-4b9e-8770-27147d084234.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-b3836988-f281-4128-aeb9-cf5ec75c8ab3-root {
    text-align: center;
  }


#s-b3836988-f281-4128-aeb9-cf5ec75c8ab3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b {
  
}
}@media (max-width: 767px){#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b {
  
}
}







#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17708cc9-4c54-4ab7-af88-3ffe3c2dd89b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dd36ead-7625-4baa-b132-462dd0531af4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4dd36ead-7625-4baa-b132-462dd0531af4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-4dd36ead-7625-4baa-b132-462dd0531af4 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-0034b829-acbd-410e-9997-f150ddf96380 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0034b829-acbd-410e-9997-f150ddf96380"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e7e12e53-48a8-47fb-b085-14d659b0d8e3 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-e7e12e53-48a8-47fb-b085-14d659b0d8e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e12e53-48a8-47fb-b085-14d659b0d8e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1392px;
aspect-ratio: 1392/1063;
text-align: center;
}





  #s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a img.shogun-image,
  #s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a {
    width: 100%;
    height: auto;
  }



  #s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a img.shogun-image {
    

    
    
    
  }


#s-a2eefb2c-fec2-4dc5-b2be-308a0e91418a .shogun-image-content {
  
    align-items: center;
  
}

#s-3a713084-2fdb-4583-b2d5-c9c8336c24c6 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-3a713084-2fdb-4583-b2d5-c9c8336c24c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a713084-2fdb-4583-b2d5-c9c8336c24c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-753dd1cd-d2f6-4dbc-9bc4-941ae534a77f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-753dd1cd-d2f6-4dbc-9bc4-941ae534a77f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8decc0b7-e2c7-484b-a812-620d1aed75ef {
  margin-left: auto;
margin-right: auto;
}

#s-83a0ebf0-111c-4346-a247-2bdd56b70891 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-83a0ebf0-111c-4346-a247-2bdd56b70891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a0ebf0-111c-4346-a247-2bdd56b70891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b13b7c3e-79c4-4932-a00b-02c43c737854 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b13b7c3e-79c4-4932-a00b-02c43c737854:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b13b7c3e-79c4-4932-a00b-02c43c737854:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-b13b7c3e-79c4-4932-a00b-02c43c737854-root {
    text-align: center;
  }


#s-b13b7c3e-79c4-4932-a00b-02c43c737854.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-07f0886f-3ae4-40f2-aea3-ee700f3e54df-root {
    text-align: center;
  }


#s-07f0886f-3ae4-40f2-aea3-ee700f3e54df.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-89f89392-90b7-44e0-ac74-0b1eb1966474 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-89f89392-90b7-44e0-ac74-0b1eb1966474 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89f89392-90b7-44e0-ac74-0b1eb1966474 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89f89392-90b7-44e0-ac74-0b1eb1966474 {
  
}
}@media (max-width: 767px){#s-89f89392-90b7-44e0-ac74-0b1eb1966474 {
  
}
}







#s-89f89392-90b7-44e0-ac74-0b1eb1966474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89f89392-90b7-44e0-ac74-0b1eb1966474.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-678b293e-836e-4f97-abd2-90be810a4c61 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-678b293e-836e-4f97-abd2-90be810a4c61 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-678b293e-836e-4f97-abd2-90be810a4c61 .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-1ea7e2dd-5039-4028-b1b7-e54444726940 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1ea7e2dd-5039-4028-b1b7-e54444726940"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-01b35afa-6aec-480e-8bc2-d0826670cc05 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-01b35afa-6aec-480e-8bc2-d0826670cc05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b35afa-6aec-480e-8bc2-d0826670cc05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd458f0-18f6-4d01-988f-ff7fe4b01076 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-cdd458f0-18f6-4d01-988f-ff7fe4b01076 img.shogun-image {
    

    
    
    
  }


#s-cdd458f0-18f6-4d01-988f-ff7fe4b01076 .shogun-image-content {
  
    align-items: center;
  
}

#s-8444a32b-562f-447c-af7d-112126af6e85 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-8444a32b-562f-447c-af7d-112126af6e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8444a32b-562f-447c-af7d-112126af6e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-431f3434-cd7d-49cc-92a0-759e7aa74e5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-431f3434-cd7d-49cc-92a0-759e7aa74e5d .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-55857d58-c9cd-4469-92ed-4d5b8cb69d5c {
  margin-left: auto;
margin-right: auto;
}

#s-986d6876-ec5e-46f3-a4da-a86d488fdbe8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-986d6876-ec5e-46f3-a4da-a86d488fdbe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-986d6876-ec5e-46f3-a4da-a86d488fdbe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054-root {
    text-align: center;
  }


#s-bf034bc8-aafa-40f1-be98-7e9b1ecd1054.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-5f4d5496-e896-4795-b20b-dceb931e2d3e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5f4d5496-e896-4795-b20b-dceb931e2d3e:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f4d5496-e896-4795-b20b-dceb931e2d3e:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-5f4d5496-e896-4795-b20b-dceb931e2d3e-root {
    text-align: center;
  }


#s-5f4d5496-e896-4795-b20b-dceb931e2d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 227, 225, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: right top;
}
@media (min-width: 1200px){#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae {
  
}
}@media (max-width: 767px){#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae {
  
}
}







#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd4df96-cb20-4d09-86b4-7982a973b0ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d35c536e-d17d-4375-b8e3-6d722e3e814d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d35c536e-d17d-4375-b8e3-6d722e3e814d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


#s-d35c536e-d17d-4375-b8e3-6d722e3e814d .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


#s-abff8d21-5f14-4008-889e-0522aa72f51b {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abff8d21-5f14-4008-889e-0522aa72f51b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ee0f1cde-4b57-4c2f-af0a-76332dd385b4 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 224, 224, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-ee0f1cde-4b57-4c2f-af0a-76332dd385b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee0f1cde-4b57-4c2f-af0a-76332dd385b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-974c0c1b-6fff-4a4f-ad58-2eb215af1583 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  #s-974c0c1b-6fff-4a4f-ad58-2eb215af1583 img.shogun-image {
    

    
    
    
  }


#s-974c0c1b-6fff-4a4f-ad58-2eb215af1583 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfaad410-8379-4d33-a667-ba2998387b20 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(228, 227, 225, 1);
}








#s-cfaad410-8379-4d33-a667-ba2998387b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfaad410-8379-4d33-a667-ba2998387b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cedb50f2-2bda-4040-9241-e9567c26a083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cedb50f2-2bda-4040-9241-e9567c26a083 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-df3eef3f-18cf-4fc9-9c89-8a6867768aee {
  margin-left: auto;
margin-right: auto;
}

#s-2429cdf4-6c94-4b91-b2d9-f97b523e1930 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2429cdf4-6c94-4b91-b2d9-f97b523e1930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2429cdf4-6c94-4b91-b2d9-f97b523e1930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-6f2d8fe5-6276-4310-be5f-7e320218a4f2-root {
    text-align: center;
  }


#s-6f2d8fe5-6276-4310-be5f-7e320218a4f2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-1de33e72-ae50-47d4-97d9-87f496c0970a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
min-height: 36px;
background-color: rgba(238, 78, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1de33e72-ae50-47d4-97d9-87f496c0970a:hover {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1de33e72-ae50-47d4-97d9-87f496c0970a:active {background-color: rgba(238, 78, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
  #s-1de33e72-ae50-47d4-97d9-87f496c0970a-root {
    text-align: center;
  }


#s-1de33e72-ae50-47d4-97d9-87f496c0970a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-f3f5acf5-5bc8-4814-a121-68921a01f819 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(28, 187, 155, 1);
}

#s-f3f5acf5-5bc8-4814-a121-68921a01f819 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

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

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}