.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-ab94535a-fdee-4206-8aab-aa732c6ac69b {
  margin-left: -25%;
margin-right: -25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab94535a-fdee-4206-8aab-aa732c6ac69b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-ab94535a-fdee-4206-8aab-aa732c6ac69b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-ab94535a-fdee-4206-8aab-aa732c6ac69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab94535a-fdee-4206-8aab-aa732c6ac69b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-f0376e2b-619d-4a61-8d55-342a24d1e6ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0376e2b-619d-4a61-8d55-342a24d1e6ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-d0fe8fc3-9858-4ff0-ac14-ebd5ce0c9033 hr {
  border-top: 1px solid #ddd;
}

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

@media (min-width: 0px) {
[id="s-7342d621-0f3f-4f5f-bdc5-6e36a6ef8753"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7342d621-0f3f-4f5f-bdc5-6e36a6ef8753"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7342d621-0f3f-4f5f-bdc5-6e36a6ef8753"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7342d621-0f3f-4f5f-bdc5-6e36a6ef8753"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

.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-37c51434-48e8-4b44-9c92-84936c06d180 {
  text-align: right;
}







  #s-37c51434-48e8-4b44-9c92-84936c06d180 img.shogun-image {
    

    
    
    
  }


#s-37c51434-48e8-4b44-9c92-84936c06d180 .shogun-image-content {
  
    align-items: center;
  
}

#s-03618981-b1e3-45d3-aae0-5c775c326c83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03618981-b1e3-45d3-aae0-5c775c326c83 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-f7a5eabf-b1d8-420a-ab51-4b5812608ee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7a5eabf-b1d8-420a-ab51-4b5812608ee9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5225db7c-9bf7-4b19-a8c4-412b33604b1f {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5225db7c-9bf7-4b19-a8c4-412b33604b1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5225db7c-9bf7-4b19-a8c4-412b33604b1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5225db7c-9bf7-4b19-a8c4-412b33604b1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5225db7c-9bf7-4b19-a8c4-412b33604b1f"] > .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: ;
  font-family: ;
}

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

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

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

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

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

#s-fde27330-df9a-4585-bcbe-898c8c556e2c {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-fde27330-df9a-4585-bcbe-898c8c556e2c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fde27330-df9a-4585-bcbe-898c8c556e2c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-fde27330-df9a-4585-bcbe-898c8c556e2c-root {
    text-align: center;
  }


#s-fde27330-df9a-4585-bcbe-898c8c556e2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fde27330-df9a-4585-bcbe-898c8c556e2c-root {
    text-align: center;
  }


#s-fde27330-df9a-4585-bcbe-898c8c556e2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fde27330-df9a-4585-bcbe-898c8c556e2c-root {
    text-align: center;
  }


#s-fde27330-df9a-4585-bcbe-898c8c556e2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fde27330-df9a-4585-bcbe-898c8c556e2c-root {
    text-align: center;
  }


#s-fde27330-df9a-4585-bcbe-898c8c556e2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fde27330-df9a-4585-bcbe-898c8c556e2c-root {
    text-align: center;
  }


#s-fde27330-df9a-4585-bcbe-898c8c556e2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9ed8823c-9e57-47c4-8525-5aed22219a6c {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-9ed8823c-9e57-47c4-8525-5aed22219a6c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ed8823c-9e57-47c4-8525-5aed22219a6c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9ed8823c-9e57-47c4-8525-5aed22219a6c-root {
    text-align: center;
  }


#s-9ed8823c-9e57-47c4-8525-5aed22219a6c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ed8823c-9e57-47c4-8525-5aed22219a6c-root {
    text-align: center;
  }


#s-9ed8823c-9e57-47c4-8525-5aed22219a6c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ed8823c-9e57-47c4-8525-5aed22219a6c-root {
    text-align: center;
  }


#s-9ed8823c-9e57-47c4-8525-5aed22219a6c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ed8823c-9e57-47c4-8525-5aed22219a6c-root {
    text-align: center;
  }


#s-9ed8823c-9e57-47c4-8525-5aed22219a6c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ed8823c-9e57-47c4-8525-5aed22219a6c-root {
    text-align: center;
  }


#s-9ed8823c-9e57-47c4-8525-5aed22219a6c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a13bb898-1cae-4db3-89ca-67998e835088 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-a13bb898-1cae-4db3-89ca-67998e835088:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a13bb898-1cae-4db3-89ca-67998e835088:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a13bb898-1cae-4db3-89ca-67998e835088-root {
    text-align: center;
  }


#s-a13bb898-1cae-4db3-89ca-67998e835088.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a13bb898-1cae-4db3-89ca-67998e835088-root {
    text-align: center;
  }


#s-a13bb898-1cae-4db3-89ca-67998e835088.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a13bb898-1cae-4db3-89ca-67998e835088-root {
    text-align: center;
  }


#s-a13bb898-1cae-4db3-89ca-67998e835088.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a13bb898-1cae-4db3-89ca-67998e835088-root {
    text-align: center;
  }


#s-a13bb898-1cae-4db3-89ca-67998e835088.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a13bb898-1cae-4db3-89ca-67998e835088-root {
    text-align: center;
  }


#s-a13bb898-1cae-4db3-89ca-67998e835088.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1a52154c-9d7d-41a9-80cb-eeee797aede8 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1a52154c-9d7d-41a9-80cb-eeee797aede8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a52154c-9d7d-41a9-80cb-eeee797aede8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a52154c-9d7d-41a9-80cb-eeee797aede8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a52154c-9d7d-41a9-80cb-eeee797aede8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-88b695d7-d324-4e65-9947-6d3765d3c7c2 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-88b695d7-d324-4e65-9947-6d3765d3c7c2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-88b695d7-d324-4e65-9947-6d3765d3c7c2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-88b695d7-d324-4e65-9947-6d3765d3c7c2-root {
    text-align: center;
  }


#s-88b695d7-d324-4e65-9947-6d3765d3c7c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-88b695d7-d324-4e65-9947-6d3765d3c7c2-root {
    text-align: center;
  }


#s-88b695d7-d324-4e65-9947-6d3765d3c7c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b695d7-d324-4e65-9947-6d3765d3c7c2-root {
    text-align: center;
  }


#s-88b695d7-d324-4e65-9947-6d3765d3c7c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88b695d7-d324-4e65-9947-6d3765d3c7c2-root {
    text-align: center;
  }


#s-88b695d7-d324-4e65-9947-6d3765d3c7c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-88b695d7-d324-4e65-9947-6d3765d3c7c2-root {
    text-align: center;
  }


#s-88b695d7-d324-4e65-9947-6d3765d3c7c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95-root {
    text-align: center;
  }


#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95-root {
    text-align: center;
  }


#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95-root {
    text-align: center;
  }


#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95-root {
    text-align: center;
  }


#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95-root {
    text-align: center;
  }


#s-d8a7b92c-7198-4cff-a4a4-18bc25a84a95.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f4682772-82ce-4a80-8f0a-99d5a628102d {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-f4682772-82ce-4a80-8f0a-99d5a628102d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4682772-82ce-4a80-8f0a-99d5a628102d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f4682772-82ce-4a80-8f0a-99d5a628102d-root {
    text-align: center;
  }


#s-f4682772-82ce-4a80-8f0a-99d5a628102d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4682772-82ce-4a80-8f0a-99d5a628102d-root {
    text-align: center;
  }


#s-f4682772-82ce-4a80-8f0a-99d5a628102d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4682772-82ce-4a80-8f0a-99d5a628102d-root {
    text-align: center;
  }


#s-f4682772-82ce-4a80-8f0a-99d5a628102d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4682772-82ce-4a80-8f0a-99d5a628102d-root {
    text-align: center;
  }


#s-f4682772-82ce-4a80-8f0a-99d5a628102d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4682772-82ce-4a80-8f0a-99d5a628102d-root {
    text-align: center;
  }


#s-f4682772-82ce-4a80-8f0a-99d5a628102d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0d29a00d-d790-4a1e-b272-36f79fb06dc5 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0d29a00d-d790-4a1e-b272-36f79fb06dc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d29a00d-d790-4a1e-b272-36f79fb06dc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d29a00d-d790-4a1e-b272-36f79fb06dc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d29a00d-d790-4a1e-b272-36f79fb06dc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c23f7e57-7bef-430f-840f-942700309bb7 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-c23f7e57-7bef-430f-840f-942700309bb7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c23f7e57-7bef-430f-840f-942700309bb7:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c23f7e57-7bef-430f-840f-942700309bb7-root {
    text-align: center;
  }


#s-c23f7e57-7bef-430f-840f-942700309bb7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c23f7e57-7bef-430f-840f-942700309bb7-root {
    text-align: center;
  }


#s-c23f7e57-7bef-430f-840f-942700309bb7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c23f7e57-7bef-430f-840f-942700309bb7-root {
    text-align: center;
  }


#s-c23f7e57-7bef-430f-840f-942700309bb7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c23f7e57-7bef-430f-840f-942700309bb7-root {
    text-align: center;
  }


#s-c23f7e57-7bef-430f-840f-942700309bb7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c23f7e57-7bef-430f-840f-942700309bb7-root {
    text-align: center;
  }


#s-c23f7e57-7bef-430f-840f-942700309bb7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-84d33746-4e91-475a-ab7e-dcbe71e26550 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-dccd69f2-f5ab-4ef8-8e0d-785940ea05fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dccd69f2-f5ab-4ef8-8e0d-785940ea05fd"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-dccd69f2-f5ab-4ef8-8e0d-785940ea05fd"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-dccd69f2-f5ab-4ef8-8e0d-785940ea05fd"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-6453d3dd-3136-403d-800a-8c5d2f037801 {
  text-align: right;
}







  #s-6453d3dd-3136-403d-800a-8c5d2f037801 img.shogun-image {
    

    
    
    
  }


#s-6453d3dd-3136-403d-800a-8c5d2f037801 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8f69819-cf5d-46c0-a60d-5ab553ffbb1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8f69819-cf5d-46c0-a60d-5ab553ffbb1b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-30d1f300-b699-4c0f-8583-06363312d8af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30d1f300-b699-4c0f-8583-06363312d8af .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-39b94ec3-3e7e-42dd-97ac-f79d9bd90f05 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-39b94ec3-3e7e-42dd-97ac-f79d9bd90f05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b94ec3-3e7e-42dd-97ac-f79d9bd90f05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39b94ec3-3e7e-42dd-97ac-f79d9bd90f05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b94ec3-3e7e-42dd-97ac-f79d9bd90f05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a0db2faa-f87b-4300-b030-fab8f13c0e3f-root {
    text-align: center;
  }


#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0db2faa-f87b-4300-b030-fab8f13c0e3f-root {
    text-align: center;
  }


#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0db2faa-f87b-4300-b030-fab8f13c0e3f-root {
    text-align: center;
  }


#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0db2faa-f87b-4300-b030-fab8f13c0e3f-root {
    text-align: center;
  }


#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0db2faa-f87b-4300-b030-fab8f13c0e3f-root {
    text-align: center;
  }


#s-a0db2faa-f87b-4300-b030-fab8f13c0e3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-43381402-8acf-4aa7-ae92-7f860b37ba1f {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-43381402-8acf-4aa7-ae92-7f860b37ba1f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43381402-8acf-4aa7-ae92-7f860b37ba1f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-43381402-8acf-4aa7-ae92-7f860b37ba1f-root {
    text-align: center;
  }


#s-43381402-8acf-4aa7-ae92-7f860b37ba1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43381402-8acf-4aa7-ae92-7f860b37ba1f-root {
    text-align: center;
  }


#s-43381402-8acf-4aa7-ae92-7f860b37ba1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43381402-8acf-4aa7-ae92-7f860b37ba1f-root {
    text-align: center;
  }


#s-43381402-8acf-4aa7-ae92-7f860b37ba1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43381402-8acf-4aa7-ae92-7f860b37ba1f-root {
    text-align: center;
  }


#s-43381402-8acf-4aa7-ae92-7f860b37ba1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43381402-8acf-4aa7-ae92-7f860b37ba1f-root {
    text-align: center;
  }


#s-43381402-8acf-4aa7-ae92-7f860b37ba1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e46bf799-bb39-482d-8cf9-14c24300c5e4 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-e46bf799-bb39-482d-8cf9-14c24300c5e4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e46bf799-bb39-482d-8cf9-14c24300c5e4:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e46bf799-bb39-482d-8cf9-14c24300c5e4-root {
    text-align: center;
  }


#s-e46bf799-bb39-482d-8cf9-14c24300c5e4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e46bf799-bb39-482d-8cf9-14c24300c5e4-root {
    text-align: center;
  }


#s-e46bf799-bb39-482d-8cf9-14c24300c5e4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e46bf799-bb39-482d-8cf9-14c24300c5e4-root {
    text-align: center;
  }


#s-e46bf799-bb39-482d-8cf9-14c24300c5e4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e46bf799-bb39-482d-8cf9-14c24300c5e4-root {
    text-align: center;
  }


#s-e46bf799-bb39-482d-8cf9-14c24300c5e4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e46bf799-bb39-482d-8cf9-14c24300c5e4-root {
    text-align: center;
  }


#s-e46bf799-bb39-482d-8cf9-14c24300c5e4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b368de7e-2aca-4779-9b88-babcadd58625 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b368de7e-2aca-4779-9b88-babcadd58625"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b368de7e-2aca-4779-9b88-babcadd58625"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b368de7e-2aca-4779-9b88-babcadd58625"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b368de7e-2aca-4779-9b88-babcadd58625"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5383c40d-65f2-4214-8d4d-90226efded1b {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-5383c40d-65f2-4214-8d4d-90226efded1b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5383c40d-65f2-4214-8d4d-90226efded1b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-5383c40d-65f2-4214-8d4d-90226efded1b-root {
    text-align: center;
  }


#s-5383c40d-65f2-4214-8d4d-90226efded1b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5383c40d-65f2-4214-8d4d-90226efded1b-root {
    text-align: center;
  }


#s-5383c40d-65f2-4214-8d4d-90226efded1b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5383c40d-65f2-4214-8d4d-90226efded1b-root {
    text-align: center;
  }


#s-5383c40d-65f2-4214-8d4d-90226efded1b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5383c40d-65f2-4214-8d4d-90226efded1b-root {
    text-align: center;
  }


#s-5383c40d-65f2-4214-8d4d-90226efded1b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5383c40d-65f2-4214-8d4d-90226efded1b-root {
    text-align: center;
  }


#s-5383c40d-65f2-4214-8d4d-90226efded1b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-374d5640-652c-401a-9085-21b3dd3a522d {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-374d5640-652c-401a-9085-21b3dd3a522d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-374d5640-652c-401a-9085-21b3dd3a522d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-374d5640-652c-401a-9085-21b3dd3a522d-root {
    text-align: center;
  }


#s-374d5640-652c-401a-9085-21b3dd3a522d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-374d5640-652c-401a-9085-21b3dd3a522d-root {
    text-align: center;
  }


#s-374d5640-652c-401a-9085-21b3dd3a522d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-374d5640-652c-401a-9085-21b3dd3a522d-root {
    text-align: center;
  }


#s-374d5640-652c-401a-9085-21b3dd3a522d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-374d5640-652c-401a-9085-21b3dd3a522d-root {
    text-align: center;
  }


#s-374d5640-652c-401a-9085-21b3dd3a522d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-374d5640-652c-401a-9085-21b3dd3a522d-root {
    text-align: center;
  }


#s-374d5640-652c-401a-9085-21b3dd3a522d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893-root {
    text-align: center;
  }


#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893-root {
    text-align: center;
  }


#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893-root {
    text-align: center;
  }


#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893-root {
    text-align: center;
  }


#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893-root {
    text-align: center;
  }


#s-0c33b7ae-3a18-4a1c-a2f0-865b4af68893.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a2f2a3b6-7209-47c2-bd3e-64e0141ae066 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a2f2a3b6-7209-47c2-bd3e-64e0141ae066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2f2a3b6-7209-47c2-bd3e-64e0141ae066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2f2a3b6-7209-47c2-bd3e-64e0141ae066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2f2a3b6-7209-47c2-bd3e-64e0141ae066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea-root {
    text-align: center;
  }


#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea-root {
    text-align: center;
  }


#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea-root {
    text-align: center;
  }


#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea-root {
    text-align: center;
  }


#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea-root {
    text-align: center;
  }


#s-93a951e6-5fd2-4525-9e5e-f61b29b6a6ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1741be90-5c11-4a61-906b-afb9e5c440d4 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-1741be90-5c11-4a61-906b-afb9e5c440d4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1741be90-5c11-4a61-906b-afb9e5c440d4:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1741be90-5c11-4a61-906b-afb9e5c440d4-root {
    text-align: center;
  }


#s-1741be90-5c11-4a61-906b-afb9e5c440d4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1741be90-5c11-4a61-906b-afb9e5c440d4-root {
    text-align: center;
  }


#s-1741be90-5c11-4a61-906b-afb9e5c440d4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1741be90-5c11-4a61-906b-afb9e5c440d4-root {
    text-align: center;
  }


#s-1741be90-5c11-4a61-906b-afb9e5c440d4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1741be90-5c11-4a61-906b-afb9e5c440d4-root {
    text-align: center;
  }


#s-1741be90-5c11-4a61-906b-afb9e5c440d4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1741be90-5c11-4a61-906b-afb9e5c440d4-root {
    text-align: center;
  }


#s-1741be90-5c11-4a61-906b-afb9e5c440d4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b-root {
    text-align: center;
  }


#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b-root {
    text-align: center;
  }


#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b-root {
    text-align: center;
  }


#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b-root {
    text-align: center;
  }


#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b-root {
    text-align: center;
  }


#s-646c59fb-d48b-4b1f-bf2a-11b5a2f6445b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-bb75e399-ef29-43d0-9a65-6f8bbe3ec65c {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-bb75e399-ef29-43d0-9a65-6f8bbe3ec65c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb75e399-ef29-43d0-9a65-6f8bbe3ec65c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb75e399-ef29-43d0-9a65-6f8bbe3ec65c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb75e399-ef29-43d0-9a65-6f8bbe3ec65c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-118a7c7e-9eae-4131-a5d1-cd407d67ae25-root {
    text-align: center;
  }


#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-118a7c7e-9eae-4131-a5d1-cd407d67ae25-root {
    text-align: center;
  }


#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-118a7c7e-9eae-4131-a5d1-cd407d67ae25-root {
    text-align: center;
  }


#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-118a7c7e-9eae-4131-a5d1-cd407d67ae25-root {
    text-align: center;
  }


#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-118a7c7e-9eae-4131-a5d1-cd407d67ae25-root {
    text-align: center;
  }


#s-118a7c7e-9eae-4131-a5d1-cd407d67ae25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e62ef676-9d27-4c55-be5e-af071e983d2e {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-e62ef676-9d27-4c55-be5e-af071e983d2e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e62ef676-9d27-4c55-be5e-af071e983d2e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e62ef676-9d27-4c55-be5e-af071e983d2e-root {
    text-align: center;
  }


#s-e62ef676-9d27-4c55-be5e-af071e983d2e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e62ef676-9d27-4c55-be5e-af071e983d2e-root {
    text-align: center;
  }


#s-e62ef676-9d27-4c55-be5e-af071e983d2e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e62ef676-9d27-4c55-be5e-af071e983d2e-root {
    text-align: center;
  }


#s-e62ef676-9d27-4c55-be5e-af071e983d2e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e62ef676-9d27-4c55-be5e-af071e983d2e-root {
    text-align: center;
  }


#s-e62ef676-9d27-4c55-be5e-af071e983d2e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e62ef676-9d27-4c55-be5e-af071e983d2e-root {
    text-align: center;
  }


#s-e62ef676-9d27-4c55-be5e-af071e983d2e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-aab36ed0-dd5b-41bb-a5db-aba409d61786 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-aab36ed0-dd5b-41bb-a5db-aba409d61786:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aab36ed0-dd5b-41bb-a5db-aba409d61786:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-aab36ed0-dd5b-41bb-a5db-aba409d61786-root {
    text-align: center;
  }


#s-aab36ed0-dd5b-41bb-a5db-aba409d61786.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aab36ed0-dd5b-41bb-a5db-aba409d61786-root {
    text-align: center;
  }


#s-aab36ed0-dd5b-41bb-a5db-aba409d61786.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aab36ed0-dd5b-41bb-a5db-aba409d61786-root {
    text-align: center;
  }


#s-aab36ed0-dd5b-41bb-a5db-aba409d61786.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aab36ed0-dd5b-41bb-a5db-aba409d61786-root {
    text-align: center;
  }


#s-aab36ed0-dd5b-41bb-a5db-aba409d61786.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aab36ed0-dd5b-41bb-a5db-aba409d61786-root {
    text-align: center;
  }


#s-aab36ed0-dd5b-41bb-a5db-aba409d61786.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a81d570c-62d7-45d6-acb4-06b5b0e115ea {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a81d570c-62d7-45d6-acb4-06b5b0e115ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a81d570c-62d7-45d6-acb4-06b5b0e115ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a81d570c-62d7-45d6-acb4-06b5b0e115ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a81d570c-62d7-45d6-acb4-06b5b0e115ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53cb96e6-4662-4667-9e7b-be078a0339b0 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-53cb96e6-4662-4667-9e7b-be078a0339b0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53cb96e6-4662-4667-9e7b-be078a0339b0:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-53cb96e6-4662-4667-9e7b-be078a0339b0-root {
    text-align: center;
  }


#s-53cb96e6-4662-4667-9e7b-be078a0339b0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-53cb96e6-4662-4667-9e7b-be078a0339b0-root {
    text-align: center;
  }


#s-53cb96e6-4662-4667-9e7b-be078a0339b0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53cb96e6-4662-4667-9e7b-be078a0339b0-root {
    text-align: center;
  }


#s-53cb96e6-4662-4667-9e7b-be078a0339b0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53cb96e6-4662-4667-9e7b-be078a0339b0-root {
    text-align: center;
  }


#s-53cb96e6-4662-4667-9e7b-be078a0339b0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-53cb96e6-4662-4667-9e7b-be078a0339b0-root {
    text-align: center;
  }


#s-53cb96e6-4662-4667-9e7b-be078a0339b0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-25c5f71d-f419-479a-9a15-b81e29ed2b9e-root {
    text-align: center;
  }


#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25c5f71d-f419-479a-9a15-b81e29ed2b9e-root {
    text-align: center;
  }


#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25c5f71d-f419-479a-9a15-b81e29ed2b9e-root {
    text-align: center;
  }


#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25c5f71d-f419-479a-9a15-b81e29ed2b9e-root {
    text-align: center;
  }


#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25c5f71d-f419-479a-9a15-b81e29ed2b9e-root {
    text-align: center;
  }


#s-25c5f71d-f419-479a-9a15-b81e29ed2b9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-25d65b82-0b89-4a4f-af4e-76048acbe1eb-root {
    text-align: center;
  }


#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25d65b82-0b89-4a4f-af4e-76048acbe1eb-root {
    text-align: center;
  }


#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25d65b82-0b89-4a4f-af4e-76048acbe1eb-root {
    text-align: center;
  }


#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25d65b82-0b89-4a4f-af4e-76048acbe1eb-root {
    text-align: center;
  }


#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25d65b82-0b89-4a4f-af4e-76048acbe1eb-root {
    text-align: center;
  }


#s-25d65b82-0b89-4a4f-af4e-76048acbe1eb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0651229a-e14a-4d82-8327-a54046597d43 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0651229a-e14a-4d82-8327-a54046597d43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0651229a-e14a-4d82-8327-a54046597d43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0651229a-e14a-4d82-8327-a54046597d43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0651229a-e14a-4d82-8327-a54046597d43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb-root {
    text-align: center;
  }


#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb-root {
    text-align: center;
  }


#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb-root {
    text-align: center;
  }


#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb-root {
    text-align: center;
  }


#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb-root {
    text-align: center;
  }


#s-06b7afbe-e3aa-480d-8a96-c5871f7a54fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd-root {
    text-align: center;
  }


#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd-root {
    text-align: center;
  }


#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd-root {
    text-align: center;
  }


#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd-root {
    text-align: center;
  }


#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd-root {
    text-align: center;
  }


#s-94825d40-a8b9-4cfa-affa-7fd2a3420fbd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2-root {
    text-align: center;
  }


#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2-root {
    text-align: center;
  }


#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2-root {
    text-align: center;
  }


#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2-root {
    text-align: center;
  }


#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2-root {
    text-align: center;
  }


#s-e1f1e7e6-80f6-45d0-9ba0-6684d1e15cd2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e74cf936-c304-4c2a-b632-32f2c7a8fa69 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-e74cf936-c304-4c2a-b632-32f2c7a8fa69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e74cf936-c304-4c2a-b632-32f2c7a8fa69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e74cf936-c304-4c2a-b632-32f2c7a8fa69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e74cf936-c304-4c2a-b632-32f2c7a8fa69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-838b51f7-54a6-464b-8e56-915180b55e42 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-838b51f7-54a6-464b-8e56-915180b55e42:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-838b51f7-54a6-464b-8e56-915180b55e42:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-838b51f7-54a6-464b-8e56-915180b55e42-root {
    text-align: center;
  }


#s-838b51f7-54a6-464b-8e56-915180b55e42.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-838b51f7-54a6-464b-8e56-915180b55e42-root {
    text-align: center;
  }


#s-838b51f7-54a6-464b-8e56-915180b55e42.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-838b51f7-54a6-464b-8e56-915180b55e42-root {
    text-align: center;
  }


#s-838b51f7-54a6-464b-8e56-915180b55e42.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-838b51f7-54a6-464b-8e56-915180b55e42-root {
    text-align: center;
  }


#s-838b51f7-54a6-464b-8e56-915180b55e42.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-838b51f7-54a6-464b-8e56-915180b55e42-root {
    text-align: center;
  }


#s-838b51f7-54a6-464b-8e56-915180b55e42.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f29a5501-84be-4663-a979-04f83ff53588 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-f29a5501-84be-4663-a979-04f83ff53588:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f29a5501-84be-4663-a979-04f83ff53588:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f29a5501-84be-4663-a979-04f83ff53588-root {
    text-align: center;
  }


#s-f29a5501-84be-4663-a979-04f83ff53588.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f29a5501-84be-4663-a979-04f83ff53588-root {
    text-align: center;
  }


#s-f29a5501-84be-4663-a979-04f83ff53588.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f29a5501-84be-4663-a979-04f83ff53588-root {
    text-align: center;
  }


#s-f29a5501-84be-4663-a979-04f83ff53588.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f29a5501-84be-4663-a979-04f83ff53588-root {
    text-align: center;
  }


#s-f29a5501-84be-4663-a979-04f83ff53588.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f29a5501-84be-4663-a979-04f83ff53588-root {
    text-align: center;
  }


#s-f29a5501-84be-4663-a979-04f83ff53588.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051-root {
    text-align: center;
  }


#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051-root {
    text-align: center;
  }


#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051-root {
    text-align: center;
  }


#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051-root {
    text-align: center;
  }


#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051-root {
    text-align: center;
  }


#s-84eba4d4-87fa-41ea-9a7f-f1b7baaee051.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-efa589c6-e863-43a5-8e9d-67e6f119f502 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-efa589c6-e863-43a5-8e9d-67e6f119f502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efa589c6-e863-43a5-8e9d-67e6f119f502"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efa589c6-e863-43a5-8e9d-67e6f119f502"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efa589c6-e863-43a5-8e9d-67e6f119f502"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1-root {
    text-align: center;
  }


#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1-root {
    text-align: center;
  }


#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1-root {
    text-align: center;
  }


#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1-root {
    text-align: center;
  }


#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1-root {
    text-align: center;
  }


#s-17e7f6b1-4d91-43d1-9390-f67f4af24aa1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b91d9751-0c54-4aa8-8076-4a44d66be7ac-root {
    text-align: center;
  }


#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b91d9751-0c54-4aa8-8076-4a44d66be7ac-root {
    text-align: center;
  }


#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b91d9751-0c54-4aa8-8076-4a44d66be7ac-root {
    text-align: center;
  }


#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b91d9751-0c54-4aa8-8076-4a44d66be7ac-root {
    text-align: center;
  }


#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b91d9751-0c54-4aa8-8076-4a44d66be7ac-root {
    text-align: center;
  }


#s-b91d9751-0c54-4aa8-8076-4a44d66be7ac.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fc5d3243-6a7a-497e-ad65-7aef7c0662a3 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e4349a6d-697e-4df9-85be-467f5aebc4d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e4349a6d-697e-4df9-85be-467f5aebc4d2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e4349a6d-697e-4df9-85be-467f5aebc4d2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4349a6d-697e-4df9-85be-467f5aebc4d2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-410b0077-8a03-424a-9e00-699a277bfaef {
  text-align: right;
}







  #s-410b0077-8a03-424a-9e00-699a277bfaef img.shogun-image {
    

    
    
    
  }


#s-410b0077-8a03-424a-9e00-699a277bfaef .shogun-image-content {
  
    align-items: center;
  
}

#s-3efd66da-ffed-4653-9285-c706a45b80fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3efd66da-ffed-4653-9285-c706a45b80fd .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-bb173f22-e62a-4dfc-b19c-9ab8f22af3db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb173f22-e62a-4dfc-b19c-9ab8f22af3db .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2ca01186-a540-4679-90d9-93703a98c801 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-2ca01186-a540-4679-90d9-93703a98c801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ca01186-a540-4679-90d9-93703a98c801"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca01186-a540-4679-90d9-93703a98c801"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca01186-a540-4679-90d9-93703a98c801"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060-root {
    text-align: center;
  }


#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060-root {
    text-align: center;
  }


#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060-root {
    text-align: center;
  }


#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060-root {
    text-align: center;
  }


#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060-root {
    text-align: center;
  }


#s-f5ab07ea-5dd8-4b53-8f89-4e136a78f060.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ca967424-5c1a-4c41-8af3-b43b46b68a39 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-ca967424-5c1a-4c41-8af3-b43b46b68a39:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca967424-5c1a-4c41-8af3-b43b46b68a39:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ca967424-5c1a-4c41-8af3-b43b46b68a39-root {
    text-align: center;
  }


#s-ca967424-5c1a-4c41-8af3-b43b46b68a39.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca967424-5c1a-4c41-8af3-b43b46b68a39-root {
    text-align: center;
  }


#s-ca967424-5c1a-4c41-8af3-b43b46b68a39.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca967424-5c1a-4c41-8af3-b43b46b68a39-root {
    text-align: center;
  }


#s-ca967424-5c1a-4c41-8af3-b43b46b68a39.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca967424-5c1a-4c41-8af3-b43b46b68a39-root {
    text-align: center;
  }


#s-ca967424-5c1a-4c41-8af3-b43b46b68a39.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca967424-5c1a-4c41-8af3-b43b46b68a39-root {
    text-align: center;
  }


#s-ca967424-5c1a-4c41-8af3-b43b46b68a39.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c15e57e8-2b96-460a-ac06-b95a190163ad {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-c15e57e8-2b96-460a-ac06-b95a190163ad:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c15e57e8-2b96-460a-ac06-b95a190163ad:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c15e57e8-2b96-460a-ac06-b95a190163ad-root {
    text-align: center;
  }


#s-c15e57e8-2b96-460a-ac06-b95a190163ad.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c15e57e8-2b96-460a-ac06-b95a190163ad-root {
    text-align: center;
  }


#s-c15e57e8-2b96-460a-ac06-b95a190163ad.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c15e57e8-2b96-460a-ac06-b95a190163ad-root {
    text-align: center;
  }


#s-c15e57e8-2b96-460a-ac06-b95a190163ad.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c15e57e8-2b96-460a-ac06-b95a190163ad-root {
    text-align: center;
  }


#s-c15e57e8-2b96-460a-ac06-b95a190163ad.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c15e57e8-2b96-460a-ac06-b95a190163ad-root {
    text-align: center;
  }


#s-c15e57e8-2b96-460a-ac06-b95a190163ad.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-2d6c8104-9c30-430d-aa78-74ebcd6298ff {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-2d6c8104-9c30-430d-aa78-74ebcd6298ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d6c8104-9c30-430d-aa78-74ebcd6298ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d6c8104-9c30-430d-aa78-74ebcd6298ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d6c8104-9c30-430d-aa78-74ebcd6298ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0-root {
    text-align: center;
  }


#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0-root {
    text-align: center;
  }


#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0-root {
    text-align: center;
  }


#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0-root {
    text-align: center;
  }


#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0-root {
    text-align: center;
  }


#s-a3469fd4-9ce3-4b65-ae77-dd2e302b99a0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f470ce3f-f3ac-4a37-acb3-d21df310a965 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-f470ce3f-f3ac-4a37-acb3-d21df310a965:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f470ce3f-f3ac-4a37-acb3-d21df310a965:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f470ce3f-f3ac-4a37-acb3-d21df310a965-root {
    text-align: center;
  }


#s-f470ce3f-f3ac-4a37-acb3-d21df310a965.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f470ce3f-f3ac-4a37-acb3-d21df310a965-root {
    text-align: center;
  }


#s-f470ce3f-f3ac-4a37-acb3-d21df310a965.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f470ce3f-f3ac-4a37-acb3-d21df310a965-root {
    text-align: center;
  }


#s-f470ce3f-f3ac-4a37-acb3-d21df310a965.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f470ce3f-f3ac-4a37-acb3-d21df310a965-root {
    text-align: center;
  }


#s-f470ce3f-f3ac-4a37-acb3-d21df310a965.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f470ce3f-f3ac-4a37-acb3-d21df310a965-root {
    text-align: center;
  }


#s-f470ce3f-f3ac-4a37-acb3-d21df310a965.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9-root {
    text-align: center;
  }


#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9-root {
    text-align: center;
  }


#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9-root {
    text-align: center;
  }


#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9-root {
    text-align: center;
  }


#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9-root {
    text-align: center;
  }


#s-8caa3bce-c6ce-4a73-89ff-a0ca25faa9c9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-85413a3e-a689-4290-89e4-6459876aee94 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-85413a3e-a689-4290-89e4-6459876aee94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85413a3e-a689-4290-89e4-6459876aee94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85413a3e-a689-4290-89e4-6459876aee94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85413a3e-a689-4290-89e4-6459876aee94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6-root {
    text-align: center;
  }


#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6-root {
    text-align: center;
  }


#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6-root {
    text-align: center;
  }


#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6-root {
    text-align: center;
  }


#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6-root {
    text-align: center;
  }


#s-6f71ac8c-10d0-4fd8-b0f8-76799861b6f6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-43b174a5-451f-42f7-856e-c445b4fd9198 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-43b174a5-451f-42f7-856e-c445b4fd9198:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43b174a5-451f-42f7-856e-c445b4fd9198:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-43b174a5-451f-42f7-856e-c445b4fd9198-root {
    text-align: center;
  }


#s-43b174a5-451f-42f7-856e-c445b4fd9198.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43b174a5-451f-42f7-856e-c445b4fd9198-root {
    text-align: center;
  }


#s-43b174a5-451f-42f7-856e-c445b4fd9198.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b174a5-451f-42f7-856e-c445b4fd9198-root {
    text-align: center;
  }


#s-43b174a5-451f-42f7-856e-c445b4fd9198.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b174a5-451f-42f7-856e-c445b4fd9198-root {
    text-align: center;
  }


#s-43b174a5-451f-42f7-856e-c445b4fd9198.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43b174a5-451f-42f7-856e-c445b4fd9198-root {
    text-align: center;
  }


#s-43b174a5-451f-42f7-856e-c445b4fd9198.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-37599877-03f8-4aed-b529-b1118ed2f8a9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-37599877-03f8-4aed-b529-b1118ed2f8a9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37599877-03f8-4aed-b529-b1118ed2f8a9:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-37599877-03f8-4aed-b529-b1118ed2f8a9-root {
    text-align: center;
  }


#s-37599877-03f8-4aed-b529-b1118ed2f8a9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-37599877-03f8-4aed-b529-b1118ed2f8a9-root {
    text-align: center;
  }


#s-37599877-03f8-4aed-b529-b1118ed2f8a9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37599877-03f8-4aed-b529-b1118ed2f8a9-root {
    text-align: center;
  }


#s-37599877-03f8-4aed-b529-b1118ed2f8a9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37599877-03f8-4aed-b529-b1118ed2f8a9-root {
    text-align: center;
  }


#s-37599877-03f8-4aed-b529-b1118ed2f8a9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-37599877-03f8-4aed-b529-b1118ed2f8a9-root {
    text-align: center;
  }


#s-37599877-03f8-4aed-b529-b1118ed2f8a9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7c89f7b6-62e0-4acc-a085-3a7eae17b806 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-7c89f7b6-62e0-4acc-a085-3a7eae17b806"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c89f7b6-62e0-4acc-a085-3a7eae17b806"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c89f7b6-62e0-4acc-a085-3a7eae17b806"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c89f7b6-62e0-4acc-a085-3a7eae17b806"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-fd82ada2-ce4e-44fc-9a1e-77eca465b040-root {
    text-align: center;
  }


#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd82ada2-ce4e-44fc-9a1e-77eca465b040-root {
    text-align: center;
  }


#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd82ada2-ce4e-44fc-9a1e-77eca465b040-root {
    text-align: center;
  }


#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd82ada2-ce4e-44fc-9a1e-77eca465b040-root {
    text-align: center;
  }


#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd82ada2-ce4e-44fc-9a1e-77eca465b040-root {
    text-align: center;
  }


#s-fd82ada2-ce4e-44fc-9a1e-77eca465b040.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cf450785-3dd8-444e-a3b6-f6a37a23f822 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-cf450785-3dd8-444e-a3b6-f6a37a23f822:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf450785-3dd8-444e-a3b6-f6a37a23f822:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-cf450785-3dd8-444e-a3b6-f6a37a23f822-root {
    text-align: center;
  }


#s-cf450785-3dd8-444e-a3b6-f6a37a23f822.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf450785-3dd8-444e-a3b6-f6a37a23f822-root {
    text-align: center;
  }


#s-cf450785-3dd8-444e-a3b6-f6a37a23f822.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf450785-3dd8-444e-a3b6-f6a37a23f822-root {
    text-align: center;
  }


#s-cf450785-3dd8-444e-a3b6-f6a37a23f822.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf450785-3dd8-444e-a3b6-f6a37a23f822-root {
    text-align: center;
  }


#s-cf450785-3dd8-444e-a3b6-f6a37a23f822.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf450785-3dd8-444e-a3b6-f6a37a23f822-root {
    text-align: center;
  }


#s-cf450785-3dd8-444e-a3b6-f6a37a23f822.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-086d9bb1-48fd-4a4e-855f-4b28e23ba417-root {
    text-align: center;
  }


#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-086d9bb1-48fd-4a4e-855f-4b28e23ba417-root {
    text-align: center;
  }


#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-086d9bb1-48fd-4a4e-855f-4b28e23ba417-root {
    text-align: center;
  }


#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-086d9bb1-48fd-4a4e-855f-4b28e23ba417-root {
    text-align: center;
  }


#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-086d9bb1-48fd-4a4e-855f-4b28e23ba417-root {
    text-align: center;
  }


#s-086d9bb1-48fd-4a4e-855f-4b28e23ba417.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3a93e9fe-6875-41fc-aacc-45c29f097205 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-3a93e9fe-6875-41fc-aacc-45c29f097205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a93e9fe-6875-41fc-aacc-45c29f097205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a93e9fe-6875-41fc-aacc-45c29f097205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a93e9fe-6875-41fc-aacc-45c29f097205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e632b2e5-141e-4c74-9658-2a58b243cc2c {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-e632b2e5-141e-4c74-9658-2a58b243cc2c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e632b2e5-141e-4c74-9658-2a58b243cc2c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e632b2e5-141e-4c74-9658-2a58b243cc2c-root {
    text-align: center;
  }


#s-e632b2e5-141e-4c74-9658-2a58b243cc2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e632b2e5-141e-4c74-9658-2a58b243cc2c-root {
    text-align: center;
  }


#s-e632b2e5-141e-4c74-9658-2a58b243cc2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e632b2e5-141e-4c74-9658-2a58b243cc2c-root {
    text-align: center;
  }


#s-e632b2e5-141e-4c74-9658-2a58b243cc2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e632b2e5-141e-4c74-9658-2a58b243cc2c-root {
    text-align: center;
  }


#s-e632b2e5-141e-4c74-9658-2a58b243cc2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e632b2e5-141e-4c74-9658-2a58b243cc2c-root {
    text-align: center;
  }


#s-e632b2e5-141e-4c74-9658-2a58b243cc2c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8e7f2a32-f244-4887-a735-2fadab17df75 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-8e7f2a32-f244-4887-a735-2fadab17df75:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e7f2a32-f244-4887-a735-2fadab17df75:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8e7f2a32-f244-4887-a735-2fadab17df75-root {
    text-align: center;
  }


#s-8e7f2a32-f244-4887-a735-2fadab17df75.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e7f2a32-f244-4887-a735-2fadab17df75-root {
    text-align: center;
  }


#s-8e7f2a32-f244-4887-a735-2fadab17df75.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e7f2a32-f244-4887-a735-2fadab17df75-root {
    text-align: center;
  }


#s-8e7f2a32-f244-4887-a735-2fadab17df75.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e7f2a32-f244-4887-a735-2fadab17df75-root {
    text-align: center;
  }


#s-8e7f2a32-f244-4887-a735-2fadab17df75.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e7f2a32-f244-4887-a735-2fadab17df75-root {
    text-align: center;
  }


#s-8e7f2a32-f244-4887-a735-2fadab17df75.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-5c0167c0-8c40-443a-8112-f3ddbdb26d35 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8737bd85-791d-4611-b7c9-b2d53bfbc504"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8737bd85-791d-4611-b7c9-b2d53bfbc504"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8737bd85-791d-4611-b7c9-b2d53bfbc504"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8737bd85-791d-4611-b7c9-b2d53bfbc504"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b203e0c8-208a-494a-b1c7-61c3bd4fe04c {
  text-align: right;
}







  #s-b203e0c8-208a-494a-b1c7-61c3bd4fe04c img.shogun-image {
    

    
    
    
  }


#s-b203e0c8-208a-494a-b1c7-61c3bd4fe04c .shogun-image-content {
  
    align-items: center;
  
}

#s-acd54c1e-8915-4e02-b28a-5eff54d7e7a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acd54c1e-8915-4e02-b28a-5eff54d7e7a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-653a1184-bd34-4c01-9e1e-1c1aeb298f21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-653a1184-bd34-4c01-9e1e-1c1aeb298f21 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8b020e67-850c-4df3-8be2-f5eccfddf1eb {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-8b020e67-850c-4df3-8be2-f5eccfddf1eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b020e67-850c-4df3-8be2-f5eccfddf1eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b020e67-850c-4df3-8be2-f5eccfddf1eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b020e67-850c-4df3-8be2-f5eccfddf1eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53e75331-1d1a-4375-bd24-0d8e86728ffd {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-53e75331-1d1a-4375-bd24-0d8e86728ffd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53e75331-1d1a-4375-bd24-0d8e86728ffd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-53e75331-1d1a-4375-bd24-0d8e86728ffd-root {
    text-align: center;
  }


#s-53e75331-1d1a-4375-bd24-0d8e86728ffd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-53e75331-1d1a-4375-bd24-0d8e86728ffd-root {
    text-align: center;
  }


#s-53e75331-1d1a-4375-bd24-0d8e86728ffd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53e75331-1d1a-4375-bd24-0d8e86728ffd-root {
    text-align: center;
  }


#s-53e75331-1d1a-4375-bd24-0d8e86728ffd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53e75331-1d1a-4375-bd24-0d8e86728ffd-root {
    text-align: center;
  }


#s-53e75331-1d1a-4375-bd24-0d8e86728ffd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-53e75331-1d1a-4375-bd24-0d8e86728ffd-root {
    text-align: center;
  }


#s-53e75331-1d1a-4375-bd24-0d8e86728ffd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-be4f2a00-67f1-486b-87b8-8581e2406ee2 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-be4f2a00-67f1-486b-87b8-8581e2406ee2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be4f2a00-67f1-486b-87b8-8581e2406ee2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-be4f2a00-67f1-486b-87b8-8581e2406ee2-root {
    text-align: center;
  }


#s-be4f2a00-67f1-486b-87b8-8581e2406ee2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be4f2a00-67f1-486b-87b8-8581e2406ee2-root {
    text-align: center;
  }


#s-be4f2a00-67f1-486b-87b8-8581e2406ee2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be4f2a00-67f1-486b-87b8-8581e2406ee2-root {
    text-align: center;
  }


#s-be4f2a00-67f1-486b-87b8-8581e2406ee2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be4f2a00-67f1-486b-87b8-8581e2406ee2-root {
    text-align: center;
  }


#s-be4f2a00-67f1-486b-87b8-8581e2406ee2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be4f2a00-67f1-486b-87b8-8581e2406ee2-root {
    text-align: center;
  }


#s-be4f2a00-67f1-486b-87b8-8581e2406ee2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7-root {
    text-align: center;
  }


#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7-root {
    text-align: center;
  }


#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7-root {
    text-align: center;
  }


#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7-root {
    text-align: center;
  }


#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7-root {
    text-align: center;
  }


#s-7f4238db-36cd-4dd3-9c52-5c2e4e0acdf7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-dc26be1b-45d6-4309-868a-8987beb99df0 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-dc26be1b-45d6-4309-868a-8987beb99df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc26be1b-45d6-4309-868a-8987beb99df0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc26be1b-45d6-4309-868a-8987beb99df0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc26be1b-45d6-4309-868a-8987beb99df0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-335474d8-4b77-454d-9e9a-37bfa0dbef0e-root {
    text-align: center;
  }


#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-335474d8-4b77-454d-9e9a-37bfa0dbef0e-root {
    text-align: center;
  }


#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-335474d8-4b77-454d-9e9a-37bfa0dbef0e-root {
    text-align: center;
  }


#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-335474d8-4b77-454d-9e9a-37bfa0dbef0e-root {
    text-align: center;
  }


#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-335474d8-4b77-454d-9e9a-37bfa0dbef0e-root {
    text-align: center;
  }


#s-335474d8-4b77-454d-9e9a-37bfa0dbef0e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-063cadaa-3602-497d-98fd-4a5b44c15c3d {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-063cadaa-3602-497d-98fd-4a5b44c15c3d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-063cadaa-3602-497d-98fd-4a5b44c15c3d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-063cadaa-3602-497d-98fd-4a5b44c15c3d-root {
    text-align: center;
  }


#s-063cadaa-3602-497d-98fd-4a5b44c15c3d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-063cadaa-3602-497d-98fd-4a5b44c15c3d-root {
    text-align: center;
  }


#s-063cadaa-3602-497d-98fd-4a5b44c15c3d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-063cadaa-3602-497d-98fd-4a5b44c15c3d-root {
    text-align: center;
  }


#s-063cadaa-3602-497d-98fd-4a5b44c15c3d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-063cadaa-3602-497d-98fd-4a5b44c15c3d-root {
    text-align: center;
  }


#s-063cadaa-3602-497d-98fd-4a5b44c15c3d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-063cadaa-3602-497d-98fd-4a5b44c15c3d-root {
    text-align: center;
  }


#s-063cadaa-3602-497d-98fd-4a5b44c15c3d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-386c2eea-4896-42fc-ada0-ac1bdf622aba {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-386c2eea-4896-42fc-ada0-ac1bdf622aba:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-386c2eea-4896-42fc-ada0-ac1bdf622aba:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-386c2eea-4896-42fc-ada0-ac1bdf622aba-root {
    text-align: center;
  }


#s-386c2eea-4896-42fc-ada0-ac1bdf622aba.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-386c2eea-4896-42fc-ada0-ac1bdf622aba-root {
    text-align: center;
  }


#s-386c2eea-4896-42fc-ada0-ac1bdf622aba.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-386c2eea-4896-42fc-ada0-ac1bdf622aba-root {
    text-align: center;
  }


#s-386c2eea-4896-42fc-ada0-ac1bdf622aba.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-386c2eea-4896-42fc-ada0-ac1bdf622aba-root {
    text-align: center;
  }


#s-386c2eea-4896-42fc-ada0-ac1bdf622aba.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-386c2eea-4896-42fc-ada0-ac1bdf622aba-root {
    text-align: center;
  }


#s-386c2eea-4896-42fc-ada0-ac1bdf622aba.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-390c76fe-7a9b-4ba2-ba4b-9cfbefbbfe72 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-390c76fe-7a9b-4ba2-ba4b-9cfbefbbfe72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-390c76fe-7a9b-4ba2-ba4b-9cfbefbbfe72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-390c76fe-7a9b-4ba2-ba4b-9cfbefbbfe72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-390c76fe-7a9b-4ba2-ba4b-9cfbefbbfe72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-622ef389-80be-4257-b822-3fc77c3a2bd6 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-622ef389-80be-4257-b822-3fc77c3a2bd6:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-622ef389-80be-4257-b822-3fc77c3a2bd6:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-622ef389-80be-4257-b822-3fc77c3a2bd6-root {
    text-align: center;
  }


#s-622ef389-80be-4257-b822-3fc77c3a2bd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-622ef389-80be-4257-b822-3fc77c3a2bd6-root {
    text-align: center;
  }


#s-622ef389-80be-4257-b822-3fc77c3a2bd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-622ef389-80be-4257-b822-3fc77c3a2bd6-root {
    text-align: center;
  }


#s-622ef389-80be-4257-b822-3fc77c3a2bd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-622ef389-80be-4257-b822-3fc77c3a2bd6-root {
    text-align: center;
  }


#s-622ef389-80be-4257-b822-3fc77c3a2bd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-622ef389-80be-4257-b822-3fc77c3a2bd6-root {
    text-align: center;
  }


#s-622ef389-80be-4257-b822-3fc77c3a2bd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-de0210ff-68d0-49d2-9dff-dce275a9cd7c hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9c21825d-edef-4ec3-a6cf-165d75a8292b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c21825d-edef-4ec3-a6cf-165d75a8292b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-9c21825d-edef-4ec3-a6cf-165d75a8292b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c21825d-edef-4ec3-a6cf-165d75a8292b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-9eed6369-9cc8-48cf-b0a4-974a81cd9f96 {
  text-align: right;
}







  #s-9eed6369-9cc8-48cf-b0a4-974a81cd9f96 img.shogun-image {
    

    
    
    
  }


#s-9eed6369-9cc8-48cf-b0a4-974a81cd9f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9504080-a874-402c-8190-0ea8c6fa2727 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9504080-a874-402c-8190-0ea8c6fa2727 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}



#s-bda400a1-9bd4-4061-9b4f-4e414e382c46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bda400a1-9bd4-4061-9b4f-4e414e382c46 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9c73f603-772a-47fd-9fd9-3570de1ebdda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c73f603-772a-47fd-9fd9-3570de1ebdda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c73f603-772a-47fd-9fd9-3570de1ebdda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c73f603-772a-47fd-9fd9-3570de1ebdda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-225e7288-dca6-4365-8441-c8dd885203ab {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-225e7288-dca6-4365-8441-c8dd885203ab:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-225e7288-dca6-4365-8441-c8dd885203ab:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-225e7288-dca6-4365-8441-c8dd885203ab-root {
    text-align: center;
  }


#s-225e7288-dca6-4365-8441-c8dd885203ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-225e7288-dca6-4365-8441-c8dd885203ab-root {
    text-align: center;
  }


#s-225e7288-dca6-4365-8441-c8dd885203ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-225e7288-dca6-4365-8441-c8dd885203ab-root {
    text-align: center;
  }


#s-225e7288-dca6-4365-8441-c8dd885203ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-225e7288-dca6-4365-8441-c8dd885203ab-root {
    text-align: center;
  }


#s-225e7288-dca6-4365-8441-c8dd885203ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-225e7288-dca6-4365-8441-c8dd885203ab-root {
    text-align: center;
  }


#s-225e7288-dca6-4365-8441-c8dd885203ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ef933dd5-9d7b-4931-aa59-61fcf6f58069-root {
    text-align: center;
  }


#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef933dd5-9d7b-4931-aa59-61fcf6f58069-root {
    text-align: center;
  }


#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef933dd5-9d7b-4931-aa59-61fcf6f58069-root {
    text-align: center;
  }


#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef933dd5-9d7b-4931-aa59-61fcf6f58069-root {
    text-align: center;
  }


#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef933dd5-9d7b-4931-aa59-61fcf6f58069-root {
    text-align: center;
  }


#s-ef933dd5-9d7b-4931-aa59-61fcf6f58069.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2-root {
    text-align: center;
  }


#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2-root {
    text-align: center;
  }


#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2-root {
    text-align: center;
  }


#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2-root {
    text-align: center;
  }


#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2-root {
    text-align: center;
  }


#s-f7ebe5bf-f4d9-40a7-b0c7-5d04fcc79bb2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-881db611-5772-486d-a297-63da808047fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-881db611-5772-486d-a297-63da808047fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-881db611-5772-486d-a297-63da808047fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-881db611-5772-486d-a297-63da808047fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-809a89ed-473a-4bd9-98fe-b95db4253e55 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-809a89ed-473a-4bd9-98fe-b95db4253e55:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-809a89ed-473a-4bd9-98fe-b95db4253e55:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-809a89ed-473a-4bd9-98fe-b95db4253e55-root {
    text-align: center;
  }


#s-809a89ed-473a-4bd9-98fe-b95db4253e55.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-809a89ed-473a-4bd9-98fe-b95db4253e55-root {
    text-align: center;
  }


#s-809a89ed-473a-4bd9-98fe-b95db4253e55.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-809a89ed-473a-4bd9-98fe-b95db4253e55-root {
    text-align: center;
  }


#s-809a89ed-473a-4bd9-98fe-b95db4253e55.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-809a89ed-473a-4bd9-98fe-b95db4253e55-root {
    text-align: center;
  }


#s-809a89ed-473a-4bd9-98fe-b95db4253e55.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-809a89ed-473a-4bd9-98fe-b95db4253e55-root {
    text-align: center;
  }


#s-809a89ed-473a-4bd9-98fe-b95db4253e55.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0755ccef-14b6-41be-8509-9ee2444a65a4 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-0755ccef-14b6-41be-8509-9ee2444a65a4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0755ccef-14b6-41be-8509-9ee2444a65a4:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0755ccef-14b6-41be-8509-9ee2444a65a4-root {
    text-align: center;
  }


#s-0755ccef-14b6-41be-8509-9ee2444a65a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0755ccef-14b6-41be-8509-9ee2444a65a4-root {
    text-align: center;
  }


#s-0755ccef-14b6-41be-8509-9ee2444a65a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0755ccef-14b6-41be-8509-9ee2444a65a4-root {
    text-align: center;
  }


#s-0755ccef-14b6-41be-8509-9ee2444a65a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0755ccef-14b6-41be-8509-9ee2444a65a4-root {
    text-align: center;
  }


#s-0755ccef-14b6-41be-8509-9ee2444a65a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0755ccef-14b6-41be-8509-9ee2444a65a4-root {
    text-align: center;
  }


#s-0755ccef-14b6-41be-8509-9ee2444a65a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ed25ef04-8db0-4312-98ae-de20de29e57b {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-ed25ef04-8db0-4312-98ae-de20de29e57b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed25ef04-8db0-4312-98ae-de20de29e57b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ed25ef04-8db0-4312-98ae-de20de29e57b-root {
    text-align: center;
  }


#s-ed25ef04-8db0-4312-98ae-de20de29e57b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed25ef04-8db0-4312-98ae-de20de29e57b-root {
    text-align: center;
  }


#s-ed25ef04-8db0-4312-98ae-de20de29e57b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed25ef04-8db0-4312-98ae-de20de29e57b-root {
    text-align: center;
  }


#s-ed25ef04-8db0-4312-98ae-de20de29e57b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed25ef04-8db0-4312-98ae-de20de29e57b-root {
    text-align: center;
  }


#s-ed25ef04-8db0-4312-98ae-de20de29e57b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed25ef04-8db0-4312-98ae-de20de29e57b-root {
    text-align: center;
  }


#s-ed25ef04-8db0-4312-98ae-de20de29e57b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-749c6fd2-8f6a-4aa2-bef2-143861d6e868"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-749c6fd2-8f6a-4aa2-bef2-143861d6e868"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-749c6fd2-8f6a-4aa2-bef2-143861d6e868"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-749c6fd2-8f6a-4aa2-bef2-143861d6e868"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c-root {
    text-align: center;
  }


#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c-root {
    text-align: center;
  }


#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c-root {
    text-align: center;
  }


#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c-root {
    text-align: center;
  }


#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c-root {
    text-align: center;
  }


#s-ef56e0dc-889f-4ba9-ad85-cc72ddc0172c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa-root {
    text-align: center;
  }


#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa-root {
    text-align: center;
  }


#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa-root {
    text-align: center;
  }


#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa-root {
    text-align: center;
  }


#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa-root {
    text-align: center;
  }


#s-4ce2d42e-f22b-42bf-8d8f-469bd6c297fa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4-root {
    text-align: center;
  }


#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4-root {
    text-align: center;
  }


#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4-root {
    text-align: center;
  }


#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4-root {
    text-align: center;
  }


#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4-root {
    text-align: center;
  }


#s-dbdf67ac-753d-4a86-96cb-d83c52e4a4f4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-66c6b0ec-e8bd-4e6b-bafb-c5a404a7df80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66c6b0ec-e8bd-4e6b-bafb-c5a404a7df80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66c6b0ec-e8bd-4e6b-bafb-c5a404a7df80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66c6b0ec-e8bd-4e6b-bafb-c5a404a7df80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-758dd450-de2c-4a8b-816f-289085297e40 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-758dd450-de2c-4a8b-816f-289085297e40:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-758dd450-de2c-4a8b-816f-289085297e40:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-758dd450-de2c-4a8b-816f-289085297e40-root {
    text-align: center;
  }


#s-758dd450-de2c-4a8b-816f-289085297e40.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-758dd450-de2c-4a8b-816f-289085297e40-root {
    text-align: center;
  }


#s-758dd450-de2c-4a8b-816f-289085297e40.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-758dd450-de2c-4a8b-816f-289085297e40-root {
    text-align: center;
  }


#s-758dd450-de2c-4a8b-816f-289085297e40.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-758dd450-de2c-4a8b-816f-289085297e40-root {
    text-align: center;
  }


#s-758dd450-de2c-4a8b-816f-289085297e40.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-758dd450-de2c-4a8b-816f-289085297e40-root {
    text-align: center;
  }


#s-758dd450-de2c-4a8b-816f-289085297e40.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8-root {
    text-align: center;
  }


#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8-root {
    text-align: center;
  }


#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8-root {
    text-align: center;
  }


#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8-root {
    text-align: center;
  }


#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8-root {
    text-align: center;
  }


#s-c4bf96b4-3642-4a85-80fc-1bb9fe8385b8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0c8c4705-e084-4e00-9021-ecc78239dab1 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-0c8c4705-e084-4e00-9021-ecc78239dab1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c8c4705-e084-4e00-9021-ecc78239dab1:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0c8c4705-e084-4e00-9021-ecc78239dab1-root {
    text-align: center;
  }


#s-0c8c4705-e084-4e00-9021-ecc78239dab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c8c4705-e084-4e00-9021-ecc78239dab1-root {
    text-align: center;
  }


#s-0c8c4705-e084-4e00-9021-ecc78239dab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c8c4705-e084-4e00-9021-ecc78239dab1-root {
    text-align: center;
  }


#s-0c8c4705-e084-4e00-9021-ecc78239dab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c8c4705-e084-4e00-9021-ecc78239dab1-root {
    text-align: center;
  }


#s-0c8c4705-e084-4e00-9021-ecc78239dab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c8c4705-e084-4e00-9021-ecc78239dab1-root {
    text-align: center;
  }


#s-0c8c4705-e084-4e00-9021-ecc78239dab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-088f46cd-84a2-4575-a384-36e662e31038 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-26b3add6-dbb5-492f-bc35-1c09682e0269"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-26b3add6-dbb5-492f-bc35-1c09682e0269"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-26b3add6-dbb5-492f-bc35-1c09682e0269"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-26b3add6-dbb5-492f-bc35-1c09682e0269"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-f6779a36-1cd1-4377-922b-b829fe1ce2ea {
  text-align: right;
}







  #s-f6779a36-1cd1-4377-922b-b829fe1ce2ea img.shogun-image {
    

    
    
    
  }


#s-f6779a36-1cd1-4377-922b-b829fe1ce2ea .shogun-image-content {
  
    align-items: center;
  
}

#s-69c9e44d-ef18-4607-8285-129321ed68a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69c9e44d-ef18-4607-8285-129321ed68a2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-53b52922-2b6b-453d-a057-a46651bce400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53b52922-2b6b-453d-a057-a46651bce400 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b6fe7a82-bf27-44b5-9c2b-f42e86d7b2e9 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b6fe7a82-bf27-44b5-9c2b-f42e86d7b2e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6fe7a82-bf27-44b5-9c2b-f42e86d7b2e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6fe7a82-bf27-44b5-9c2b-f42e86d7b2e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6fe7a82-bf27-44b5-9c2b-f42e86d7b2e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-03720748-d8eb-4848-8123-c214ed3424b1 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-03720748-d8eb-4848-8123-c214ed3424b1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03720748-d8eb-4848-8123-c214ed3424b1:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-03720748-d8eb-4848-8123-c214ed3424b1-root {
    text-align: center;
  }


#s-03720748-d8eb-4848-8123-c214ed3424b1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-03720748-d8eb-4848-8123-c214ed3424b1-root {
    text-align: center;
  }


#s-03720748-d8eb-4848-8123-c214ed3424b1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03720748-d8eb-4848-8123-c214ed3424b1-root {
    text-align: center;
  }


#s-03720748-d8eb-4848-8123-c214ed3424b1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03720748-d8eb-4848-8123-c214ed3424b1-root {
    text-align: center;
  }


#s-03720748-d8eb-4848-8123-c214ed3424b1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-03720748-d8eb-4848-8123-c214ed3424b1-root {
    text-align: center;
  }


#s-03720748-d8eb-4848-8123-c214ed3424b1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-94bed397-9a92-445f-a8d8-fdaca24fc004 {
  border-style: solid;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-94bed397-9a92-445f-a8d8-fdaca24fc004:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94bed397-9a92-445f-a8d8-fdaca24fc004:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-94bed397-9a92-445f-a8d8-fdaca24fc004-root {
    text-align: center;
  }


#s-94bed397-9a92-445f-a8d8-fdaca24fc004.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-94bed397-9a92-445f-a8d8-fdaca24fc004-root {
    text-align: center;
  }


#s-94bed397-9a92-445f-a8d8-fdaca24fc004.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94bed397-9a92-445f-a8d8-fdaca24fc004-root {
    text-align: center;
  }


#s-94bed397-9a92-445f-a8d8-fdaca24fc004.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94bed397-9a92-445f-a8d8-fdaca24fc004-root {
    text-align: center;
  }


#s-94bed397-9a92-445f-a8d8-fdaca24fc004.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-94bed397-9a92-445f-a8d8-fdaca24fc004-root {
    text-align: center;
  }


#s-94bed397-9a92-445f-a8d8-fdaca24fc004.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93-root {
    text-align: center;
  }


#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93-root {
    text-align: center;
  }


#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93-root {
    text-align: center;
  }


#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93-root {
    text-align: center;
  }


#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93-root {
    text-align: center;
  }


#s-d717b0e4-3c4b-4e61-9ce4-d6d3ed80ab93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b0a3fceb-9eda-4fe2-baba-bd5d97fdbd8b hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-4f23705d-163e-4524-b1b7-601c11bf36e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f23705d-163e-4524-b1b7-601c11bf36e7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-4f23705d-163e-4524-b1b7-601c11bf36e7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f23705d-163e-4524-b1b7-601c11bf36e7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-af7ea7bc-a421-482a-8fad-293e42b7b5c2 {
  text-align: right;
}







  #s-af7ea7bc-a421-482a-8fad-293e42b7b5c2 img.shogun-image {
    

    
    
    
  }


#s-af7ea7bc-a421-482a-8fad-293e42b7b5c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-28431a77-cc67-40e7-98bb-5076183e27cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28431a77-cc67-40e7-98bb-5076183e27cb .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-904a1bb8-8bcf-4798-8c7a-c23fe569bf02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-904a1bb8-8bcf-4798-8c7a-c23fe569bf02 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-38805889-0f6f-433c-863e-1352b1f1fcd5 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-38805889-0f6f-433c-863e-1352b1f1fcd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38805889-0f6f-433c-863e-1352b1f1fcd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38805889-0f6f-433c-863e-1352b1f1fcd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38805889-0f6f-433c-863e-1352b1f1fcd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5625c639-f51d-48b1-9054-d56f456c2a90 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-5625c639-f51d-48b1-9054-d56f456c2a90:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5625c639-f51d-48b1-9054-d56f456c2a90:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-5625c639-f51d-48b1-9054-d56f456c2a90-root {
    text-align: center;
  }


#s-5625c639-f51d-48b1-9054-d56f456c2a90.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5625c639-f51d-48b1-9054-d56f456c2a90-root {
    text-align: center;
  }


#s-5625c639-f51d-48b1-9054-d56f456c2a90.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5625c639-f51d-48b1-9054-d56f456c2a90-root {
    text-align: center;
  }


#s-5625c639-f51d-48b1-9054-d56f456c2a90.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5625c639-f51d-48b1-9054-d56f456c2a90-root {
    text-align: center;
  }


#s-5625c639-f51d-48b1-9054-d56f456c2a90.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5625c639-f51d-48b1-9054-d56f456c2a90-root {
    text-align: center;
  }


#s-5625c639-f51d-48b1-9054-d56f456c2a90.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-2407dd89-83f8-4580-8597-2e98027bad51 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-2407dd89-83f8-4580-8597-2e98027bad51:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2407dd89-83f8-4580-8597-2e98027bad51:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-2407dd89-83f8-4580-8597-2e98027bad51-root {
    text-align: center;
  }


#s-2407dd89-83f8-4580-8597-2e98027bad51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2407dd89-83f8-4580-8597-2e98027bad51-root {
    text-align: center;
  }


#s-2407dd89-83f8-4580-8597-2e98027bad51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2407dd89-83f8-4580-8597-2e98027bad51-root {
    text-align: center;
  }


#s-2407dd89-83f8-4580-8597-2e98027bad51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2407dd89-83f8-4580-8597-2e98027bad51-root {
    text-align: center;
  }


#s-2407dd89-83f8-4580-8597-2e98027bad51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2407dd89-83f8-4580-8597-2e98027bad51-root {
    text-align: center;
  }


#s-2407dd89-83f8-4580-8597-2e98027bad51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9d5707b2-95b7-48aa-8e2e-34abf9ce606d hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-c64048db-161e-4460-bda4-b458f7f79669"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c64048db-161e-4460-bda4-b458f7f79669"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c64048db-161e-4460-bda4-b458f7f79669"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c64048db-161e-4460-bda4-b458f7f79669"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4ee25e37-b9d6-49bd-a672-1a501e8f9ac5 {
  text-align: right;
}







  #s-4ee25e37-b9d6-49bd-a672-1a501e8f9ac5 img.shogun-image {
    

    
    
    
  }


#s-4ee25e37-b9d6-49bd-a672-1a501e8f9ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b64de2a1-de80-407b-a743-23c64adf8d19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b64de2a1-de80-407b-a743-23c64adf8d19 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-d4649f93-6e16-4291-8452-07e131402d55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4649f93-6e16-4291-8452-07e131402d55 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6c3ed105-a72b-49d0-837c-cf1c6384067c {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-6c3ed105-a72b-49d0-837c-cf1c6384067c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3ed105-a72b-49d0-837c-cf1c6384067c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3ed105-a72b-49d0-837c-cf1c6384067c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3ed105-a72b-49d0-837c-cf1c6384067c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1-root {
    text-align: center;
  }


#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1-root {
    text-align: center;
  }


#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1-root {
    text-align: center;
  }


#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1-root {
    text-align: center;
  }


#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1-root {
    text-align: center;
  }


#s-9bd56eb9-6a2d-4204-93ef-25f0de46f2d1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b770f867-163d-426c-95dd-5cd489e00133 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-73d7bd68-a42e-4955-ba84-b5f50d16c0d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-73d7bd68-a42e-4955-ba84-b5f50d16c0d6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-73d7bd68-a42e-4955-ba84-b5f50d16c0d6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d7bd68-a42e-4955-ba84-b5f50d16c0d6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-77c079e3-30fe-43e8-8d8b-f7ad1e4ef20d {
  text-align: right;
}







  #s-77c079e3-30fe-43e8-8d8b-f7ad1e4ef20d img.shogun-image {
    

    
    
    
  }


#s-77c079e3-30fe-43e8-8d8b-f7ad1e4ef20d .shogun-image-content {
  
    align-items: center;
  
}

#s-92e97ac4-7c0f-492b-a008-d52b44723412 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92e97ac4-7c0f-492b-a008-d52b44723412 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-0f767e2f-e9a6-419b-a30f-5703813063ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f767e2f-e9a6-419b-a30f-5703813063ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-05ccd2ba-11c2-422e-bb91-373c60c71c40 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-05ccd2ba-11c2-422e-bb91-373c60c71c40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05ccd2ba-11c2-422e-bb91-373c60c71c40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05ccd2ba-11c2-422e-bb91-373c60c71c40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05ccd2ba-11c2-422e-bb91-373c60c71c40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-129386af-d26b-4cd5-8422-61702f9a11d8 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-129386af-d26b-4cd5-8422-61702f9a11d8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-129386af-d26b-4cd5-8422-61702f9a11d8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-129386af-d26b-4cd5-8422-61702f9a11d8-root {
    text-align: center;
  }


#s-129386af-d26b-4cd5-8422-61702f9a11d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-129386af-d26b-4cd5-8422-61702f9a11d8-root {
    text-align: center;
  }


#s-129386af-d26b-4cd5-8422-61702f9a11d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-129386af-d26b-4cd5-8422-61702f9a11d8-root {
    text-align: center;
  }


#s-129386af-d26b-4cd5-8422-61702f9a11d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-129386af-d26b-4cd5-8422-61702f9a11d8-root {
    text-align: center;
  }


#s-129386af-d26b-4cd5-8422-61702f9a11d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-129386af-d26b-4cd5-8422-61702f9a11d8-root {
    text-align: center;
  }


#s-129386af-d26b-4cd5-8422-61702f9a11d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e008d917-e9ae-45c4-80a5-4f854b16c182 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-e008d917-e9ae-45c4-80a5-4f854b16c182:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e008d917-e9ae-45c4-80a5-4f854b16c182:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e008d917-e9ae-45c4-80a5-4f854b16c182-root {
    text-align: center;
  }


#s-e008d917-e9ae-45c4-80a5-4f854b16c182.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e008d917-e9ae-45c4-80a5-4f854b16c182-root {
    text-align: center;
  }


#s-e008d917-e9ae-45c4-80a5-4f854b16c182.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e008d917-e9ae-45c4-80a5-4f854b16c182-root {
    text-align: center;
  }


#s-e008d917-e9ae-45c4-80a5-4f854b16c182.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e008d917-e9ae-45c4-80a5-4f854b16c182-root {
    text-align: center;
  }


#s-e008d917-e9ae-45c4-80a5-4f854b16c182.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e008d917-e9ae-45c4-80a5-4f854b16c182-root {
    text-align: center;
  }


#s-e008d917-e9ae-45c4-80a5-4f854b16c182.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12 {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
line-height: 1em;
}
#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1ae78a7a-e524-4b9c-9e99-2162b6837d12-root {
    text-align: center;
  }


#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ae78a7a-e524-4b9c-9e99-2162b6837d12-root {
    text-align: center;
  }


#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ae78a7a-e524-4b9c-9e99-2162b6837d12-root {
    text-align: center;
  }


#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ae78a7a-e524-4b9c-9e99-2162b6837d12-root {
    text-align: center;
  }


#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ae78a7a-e524-4b9c-9e99-2162b6837d12-root {
    text-align: center;
  }


#s-1ae78a7a-e524-4b9c-9e99-2162b6837d12.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-750d218f-ed57-4e29-8a71-b988dcc9ba93 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-750d218f-ed57-4e29-8a71-b988dcc9ba93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-750d218f-ed57-4e29-8a71-b988dcc9ba93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-750d218f-ed57-4e29-8a71-b988dcc9ba93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-750d218f-ed57-4e29-8a71-b988dcc9ba93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-265d0b42-8c17-4fb7-ba88-1f094a818850 {
  border-style: solid;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 153, 53, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 253, 253, 1);
}
#s-265d0b42-8c17-4fb7-ba88-1f094a818850:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
opacity: 1 !important;
background-color: rgba(246, 160, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-265d0b42-8c17-4fb7-ba88-1f094a818850:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-265d0b42-8c17-4fb7-ba88-1f094a818850-root {
    text-align: center;
  }


#s-265d0b42-8c17-4fb7-ba88-1f094a818850.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-265d0b42-8c17-4fb7-ba88-1f094a818850-root {
    text-align: center;
  }


#s-265d0b42-8c17-4fb7-ba88-1f094a818850.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-265d0b42-8c17-4fb7-ba88-1f094a818850-root {
    text-align: center;
  }


#s-265d0b42-8c17-4fb7-ba88-1f094a818850.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-265d0b42-8c17-4fb7-ba88-1f094a818850-root {
    text-align: center;
  }


#s-265d0b42-8c17-4fb7-ba88-1f094a818850.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-265d0b42-8c17-4fb7-ba88-1f094a818850-root {
    text-align: center;
  }


#s-265d0b42-8c17-4fb7-ba88-1f094a818850.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1b2bd952-d8de-477f-be1f-593a3f821009 hr {
  border-top: 1px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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