.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-d18e7b6f-ff8c-4abe-ac95-6d917d50efdc {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-d18e7b6f-ff8c-4abe-ac95-6d917d50efdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d18e7b6f-ff8c-4abe-ac95-6d917d50efdc.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-6b3395df-4d6e-4efb-98d9-c7811df5d10b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b3395df-4d6e-4efb-98d9-c7811df5d10b .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-cc23df77-d5c9-4abd-802b-11af0696621f 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-b650333f-886e-4faa-a9c2-e00fd4f823ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b650333f-886e-4faa-a9c2-e00fd4f823ee"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b650333f-886e-4faa-a9c2-e00fd4f823ee"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b650333f-886e-4faa-a9c2-e00fd4f823ee"] > .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-eb3c805a-b62f-4770-8672-352cd8f1f558 {
  text-align: right;
}







  #s-eb3c805a-b62f-4770-8672-352cd8f1f558 img.shogun-image {
    

    
    
    
  }


#s-eb3c805a-b62f-4770-8672-352cd8f1f558 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c1c273-9063-4206-b520-0040297bdc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8c1c273-9063-4206-b520-0040297bdc92 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f98a40e1-5397-4add-9f7c-116d7a9247c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f98a40e1-5397-4add-9f7c-116d7a9247c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f98a40e1-5397-4add-9f7c-116d7a9247c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f98a40e1-5397-4add-9f7c-116d7a9247c5"] > .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-920048b0-becd-428b-aaae-7614e64bd727 {
  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-920048b0-becd-428b-aaae-7614e64bd727: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-920048b0-becd-428b-aaae-7614e64bd727:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-920048b0-becd-428b-aaae-7614e64bd727-root {
    text-align: center;
  }


#s-920048b0-becd-428b-aaae-7614e64bd727.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-920048b0-becd-428b-aaae-7614e64bd727-root {
    text-align: center;
  }


#s-920048b0-becd-428b-aaae-7614e64bd727.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-920048b0-becd-428b-aaae-7614e64bd727-root {
    text-align: center;
  }


#s-920048b0-becd-428b-aaae-7614e64bd727.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-920048b0-becd-428b-aaae-7614e64bd727-root {
    text-align: center;
  }


#s-920048b0-becd-428b-aaae-7614e64bd727.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-920048b0-becd-428b-aaae-7614e64bd727-root {
    text-align: center;
  }


#s-920048b0-becd-428b-aaae-7614e64bd727.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-762c300a-e2d4-43d1-83f4-8c90209bc980 {
  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-762c300a-e2d4-43d1-83f4-8c90209bc980: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-762c300a-e2d4-43d1-83f4-8c90209bc980:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-762c300a-e2d4-43d1-83f4-8c90209bc980-root {
    text-align: center;
  }


#s-762c300a-e2d4-43d1-83f4-8c90209bc980.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-762c300a-e2d4-43d1-83f4-8c90209bc980-root {
    text-align: center;
  }


#s-762c300a-e2d4-43d1-83f4-8c90209bc980.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-762c300a-e2d4-43d1-83f4-8c90209bc980-root {
    text-align: center;
  }


#s-762c300a-e2d4-43d1-83f4-8c90209bc980.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-762c300a-e2d4-43d1-83f4-8c90209bc980-root {
    text-align: center;
  }


#s-762c300a-e2d4-43d1-83f4-8c90209bc980.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-762c300a-e2d4-43d1-83f4-8c90209bc980-root {
    text-align: center;
  }


#s-762c300a-e2d4-43d1-83f4-8c90209bc980.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a {
  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-d2e9b94c-6196-4be0-810f-ce9839c57b6a: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-d2e9b94c-6196-4be0-810f-ce9839c57b6a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d2e9b94c-6196-4be0-810f-ce9839c57b6a-root {
    text-align: center;
  }


#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d2e9b94c-6196-4be0-810f-ce9839c57b6a-root {
    text-align: center;
  }


#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a.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-d2e9b94c-6196-4be0-810f-ce9839c57b6a-root {
    text-align: center;
  }


#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a.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-d2e9b94c-6196-4be0-810f-ce9839c57b6a-root {
    text-align: center;
  }


#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d2e9b94c-6196-4be0-810f-ce9839c57b6a-root {
    text-align: center;
  }


#s-d2e9b94c-6196-4be0-810f-ce9839c57b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a933ace1-1873-426c-a299-ecaa5e20ba9e hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b24403b0-956f-4a16-970b-3a1f608e3ed6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b24403b0-956f-4a16-970b-3a1f608e3ed6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b24403b0-956f-4a16-970b-3a1f608e3ed6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b24403b0-956f-4a16-970b-3a1f608e3ed6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a679564d-acbd-4e2e-b6b0-bb8496fb0558 {
  text-align: right;
}







  #s-a679564d-acbd-4e2e-b6b0-bb8496fb0558 img.shogun-image {
    

    
    
    
  }


#s-a679564d-acbd-4e2e-b6b0-bb8496fb0558 .shogun-image-content {
  
    align-items: center;
  
}

#s-42c0eb8e-9b5f-4c70-9d38-d500088ffd73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42c0eb8e-9b5f-4c70-9d38-d500088ffd73 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6b115437-688f-48b6-af81-74ff9de341e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b115437-688f-48b6-af81-74ff9de341e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b115437-688f-48b6-af81-74ff9de341e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b115437-688f-48b6-af81-74ff9de341e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c37f740a-0973-4658-961e-7d86821038ae {
  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-c37f740a-0973-4658-961e-7d86821038ae: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-c37f740a-0973-4658-961e-7d86821038ae:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c37f740a-0973-4658-961e-7d86821038ae-root {
    text-align: center;
  }


#s-c37f740a-0973-4658-961e-7d86821038ae.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c37f740a-0973-4658-961e-7d86821038ae-root {
    text-align: center;
  }


#s-c37f740a-0973-4658-961e-7d86821038ae.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-c37f740a-0973-4658-961e-7d86821038ae-root {
    text-align: center;
  }


#s-c37f740a-0973-4658-961e-7d86821038ae.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-c37f740a-0973-4658-961e-7d86821038ae-root {
    text-align: center;
  }


#s-c37f740a-0973-4658-961e-7d86821038ae.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c37f740a-0973-4658-961e-7d86821038ae-root {
    text-align: center;
  }


#s-c37f740a-0973-4658-961e-7d86821038ae.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068 {
  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-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068: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-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068-root {
    text-align: center;
  }


#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068-root {
    text-align: center;
  }


#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068.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-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068-root {
    text-align: center;
  }


#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068.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-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068-root {
    text-align: center;
  }


#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068-root {
    text-align: center;
  }


#s-09bd7eb9-f8f9-4b15-9c2d-fb363cc51068.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ebbb7060-e6ae-48d2-927c-53e7213c0067 {
  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-ebbb7060-e6ae-48d2-927c-53e7213c0067: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-ebbb7060-e6ae-48d2-927c-53e7213c0067:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ebbb7060-e6ae-48d2-927c-53e7213c0067-root {
    text-align: center;
  }


#s-ebbb7060-e6ae-48d2-927c-53e7213c0067.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebbb7060-e6ae-48d2-927c-53e7213c0067-root {
    text-align: center;
  }


#s-ebbb7060-e6ae-48d2-927c-53e7213c0067.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-ebbb7060-e6ae-48d2-927c-53e7213c0067-root {
    text-align: center;
  }


#s-ebbb7060-e6ae-48d2-927c-53e7213c0067.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-ebbb7060-e6ae-48d2-927c-53e7213c0067-root {
    text-align: center;
  }


#s-ebbb7060-e6ae-48d2-927c-53e7213c0067.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebbb7060-e6ae-48d2-927c-53e7213c0067-root {
    text-align: center;
  }


#s-ebbb7060-e6ae-48d2-927c-53e7213c0067.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4dc92d0a-b3d3-499c-abab-99d14656440f hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a9ab5a6c-cfc3-490d-9c1e-36021c1f11cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9ab5a6c-cfc3-490d-9c1e-36021c1f11cb"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-a9ab5a6c-cfc3-490d-9c1e-36021c1f11cb"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9ab5a6c-cfc3-490d-9c1e-36021c1f11cb"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-992697f1-381e-4310-a93c-a69c128dc825 {
  text-align: right;
}







  #s-992697f1-381e-4310-a93c-a69c128dc825 img.shogun-image {
    

    
    
    
  }


#s-992697f1-381e-4310-a93c-a69c128dc825 .shogun-image-content {
  
    align-items: center;
  
}

#s-bba6cd22-eceb-428a-828c-521a103de92d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bba6cd22-eceb-428a-828c-521a103de92d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2d9d880d-01ae-4c94-8944-b2d6dd7f6227"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d9d880d-01ae-4c94-8944-b2d6dd7f6227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d9d880d-01ae-4c94-8944-b2d6dd7f6227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d9d880d-01ae-4c94-8944-b2d6dd7f6227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-40748019-c1b4-4599-8719-b0d3b5bb04c8 {
  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-40748019-c1b4-4599-8719-b0d3b5bb04c8: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-40748019-c1b4-4599-8719-b0d3b5bb04c8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-40748019-c1b4-4599-8719-b0d3b5bb04c8-root {
    text-align: center;
  }


#s-40748019-c1b4-4599-8719-b0d3b5bb04c8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-40748019-c1b4-4599-8719-b0d3b5bb04c8-root {
    text-align: center;
  }


#s-40748019-c1b4-4599-8719-b0d3b5bb04c8.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-40748019-c1b4-4599-8719-b0d3b5bb04c8-root {
    text-align: center;
  }


#s-40748019-c1b4-4599-8719-b0d3b5bb04c8.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-40748019-c1b4-4599-8719-b0d3b5bb04c8-root {
    text-align: center;
  }


#s-40748019-c1b4-4599-8719-b0d3b5bb04c8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-40748019-c1b4-4599-8719-b0d3b5bb04c8-root {
    text-align: center;
  }


#s-40748019-c1b4-4599-8719-b0d3b5bb04c8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c {
  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-314bd4f2-d3a0-4647-ae2a-29823f0d983c: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-314bd4f2-d3a0-4647-ae2a-29823f0d983c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-314bd4f2-d3a0-4647-ae2a-29823f0d983c-root {
    text-align: center;
  }


#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-314bd4f2-d3a0-4647-ae2a-29823f0d983c-root {
    text-align: center;
  }


#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c.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-314bd4f2-d3a0-4647-ae2a-29823f0d983c-root {
    text-align: center;
  }


#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c.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-314bd4f2-d3a0-4647-ae2a-29823f0d983c-root {
    text-align: center;
  }


#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-314bd4f2-d3a0-4647-ae2a-29823f0d983c-root {
    text-align: center;
  }


#s-314bd4f2-d3a0-4647-ae2a-29823f0d983c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1a67e547-d190-41b9-add4-091bee61cec0 {
  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-1a67e547-d190-41b9-add4-091bee61cec0: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-1a67e547-d190-41b9-add4-091bee61cec0:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1a67e547-d190-41b9-add4-091bee61cec0-root {
    text-align: center;
  }


#s-1a67e547-d190-41b9-add4-091bee61cec0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a67e547-d190-41b9-add4-091bee61cec0-root {
    text-align: center;
  }


#s-1a67e547-d190-41b9-add4-091bee61cec0.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-1a67e547-d190-41b9-add4-091bee61cec0-root {
    text-align: center;
  }


#s-1a67e547-d190-41b9-add4-091bee61cec0.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-1a67e547-d190-41b9-add4-091bee61cec0-root {
    text-align: center;
  }


#s-1a67e547-d190-41b9-add4-091bee61cec0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a67e547-d190-41b9-add4-091bee61cec0-root {
    text-align: center;
  }


#s-1a67e547-d190-41b9-add4-091bee61cec0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4b65b2af-ad19-403e-97c5-f1c50e78d701 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4b65b2af-ad19-403e-97c5-f1c50e78d701"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b65b2af-ad19-403e-97c5-f1c50e78d701"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b65b2af-ad19-403e-97c5-f1c50e78d701"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b65b2af-ad19-403e-97c5-f1c50e78d701"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af {
  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-4f23cff9-f35b-4201-84c0-bb91c4cd47af: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-4f23cff9-f35b-4201-84c0-bb91c4cd47af:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4f23cff9-f35b-4201-84c0-bb91c4cd47af-root {
    text-align: center;
  }


#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f23cff9-f35b-4201-84c0-bb91c4cd47af-root {
    text-align: center;
  }


#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af.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-4f23cff9-f35b-4201-84c0-bb91c4cd47af-root {
    text-align: center;
  }


#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af.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-4f23cff9-f35b-4201-84c0-bb91c4cd47af-root {
    text-align: center;
  }


#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f23cff9-f35b-4201-84c0-bb91c4cd47af-root {
    text-align: center;
  }


#s-4f23cff9-f35b-4201-84c0-bb91c4cd47af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91 {
  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-97f8573e-12ce-4acb-8d35-8bc7e08f9f91: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-97f8573e-12ce-4acb-8d35-8bc7e08f9f91:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91-root {
    text-align: center;
  }


#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91-root {
    text-align: center;
  }


#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91.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-97f8573e-12ce-4acb-8d35-8bc7e08f9f91-root {
    text-align: center;
  }


#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91.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-97f8573e-12ce-4acb-8d35-8bc7e08f9f91-root {
    text-align: center;
  }


#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91-root {
    text-align: center;
  }


#s-97f8573e-12ce-4acb-8d35-8bc7e08f9f91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2 {
  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-acbb1827-f328-43c4-a1ab-563d4dd28ff2: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-acbb1827-f328-43c4-a1ab-563d4dd28ff2:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-acbb1827-f328-43c4-a1ab-563d4dd28ff2-root {
    text-align: center;
  }


#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acbb1827-f328-43c4-a1ab-563d4dd28ff2-root {
    text-align: center;
  }


#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2.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-acbb1827-f328-43c4-a1ab-563d4dd28ff2-root {
    text-align: center;
  }


#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2.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-acbb1827-f328-43c4-a1ab-563d4dd28ff2-root {
    text-align: center;
  }


#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acbb1827-f328-43c4-a1ab-563d4dd28ff2-root {
    text-align: center;
  }


#s-acbb1827-f328-43c4-a1ab-563d4dd28ff2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-205db913-0124-44c0-ad41-b30646343286 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-205db913-0124-44c0-ad41-b30646343286 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d9e4e1d5-0589-4fa0-ba45-9d28c593f404 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d9e4e1d5-0589-4fa0-ba45-9d28c593f404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9e4e1d5-0589-4fa0-ba45-9d28c593f404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9e4e1d5-0589-4fa0-ba45-9d28c593f404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9e4e1d5-0589-4fa0-ba45-9d28c593f404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bc272cf2-e914-4d1d-ae8c-292052766e06 {
  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-bc272cf2-e914-4d1d-ae8c-292052766e06: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-bc272cf2-e914-4d1d-ae8c-292052766e06:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bc272cf2-e914-4d1d-ae8c-292052766e06-root {
    text-align: center;
  }


#s-bc272cf2-e914-4d1d-ae8c-292052766e06.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc272cf2-e914-4d1d-ae8c-292052766e06-root {
    text-align: center;
  }


#s-bc272cf2-e914-4d1d-ae8c-292052766e06.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-bc272cf2-e914-4d1d-ae8c-292052766e06-root {
    text-align: center;
  }


#s-bc272cf2-e914-4d1d-ae8c-292052766e06.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-bc272cf2-e914-4d1d-ae8c-292052766e06-root {
    text-align: center;
  }


#s-bc272cf2-e914-4d1d-ae8c-292052766e06.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc272cf2-e914-4d1d-ae8c-292052766e06-root {
    text-align: center;
  }


#s-bc272cf2-e914-4d1d-ae8c-292052766e06.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-374c658e-f319-45e7-aedb-25ffad098507 {
  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-374c658e-f319-45e7-aedb-25ffad098507: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-374c658e-f319-45e7-aedb-25ffad098507:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-374c658e-f319-45e7-aedb-25ffad098507-root {
    text-align: center;
  }


#s-374c658e-f319-45e7-aedb-25ffad098507.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-374c658e-f319-45e7-aedb-25ffad098507-root {
    text-align: center;
  }


#s-374c658e-f319-45e7-aedb-25ffad098507.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-374c658e-f319-45e7-aedb-25ffad098507-root {
    text-align: center;
  }


#s-374c658e-f319-45e7-aedb-25ffad098507.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-374c658e-f319-45e7-aedb-25ffad098507-root {
    text-align: center;
  }


#s-374c658e-f319-45e7-aedb-25ffad098507.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-374c658e-f319-45e7-aedb-25ffad098507-root {
    text-align: center;
  }


#s-374c658e-f319-45e7-aedb-25ffad098507.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa {
  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-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa: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-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa-root {
    text-align: center;
  }


#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa-root {
    text-align: center;
  }


#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa.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-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa-root {
    text-align: center;
  }


#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa.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-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa-root {
    text-align: center;
  }


#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa-root {
    text-align: center;
  }


#s-6c8d208d-fd70-4f0b-b5a2-f7625fc67cfa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4b046461-6912-41c2-82dd-b6dc666dc4b1 {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-4b046461-6912-41c2-82dd-b6dc666dc4b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b046461-6912-41c2-82dd-b6dc666dc4b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b046461-6912-41c2-82dd-b6dc666dc4b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b046461-6912-41c2-82dd-b6dc666dc4b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0f921330-3745-40f6-9e2e-fe819ef46631 {
  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-0f921330-3745-40f6-9e2e-fe819ef46631: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-0f921330-3745-40f6-9e2e-fe819ef46631:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0f921330-3745-40f6-9e2e-fe819ef46631-root {
    text-align: center;
  }


#s-0f921330-3745-40f6-9e2e-fe819ef46631.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f921330-3745-40f6-9e2e-fe819ef46631-root {
    text-align: center;
  }


#s-0f921330-3745-40f6-9e2e-fe819ef46631.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-0f921330-3745-40f6-9e2e-fe819ef46631-root {
    text-align: center;
  }


#s-0f921330-3745-40f6-9e2e-fe819ef46631.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-0f921330-3745-40f6-9e2e-fe819ef46631-root {
    text-align: center;
  }


#s-0f921330-3745-40f6-9e2e-fe819ef46631.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f921330-3745-40f6-9e2e-fe819ef46631-root {
    text-align: center;
  }


#s-0f921330-3745-40f6-9e2e-fe819ef46631.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a {
  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-b36746f3-8d00-4284-9ef8-35aa57a38b6a: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-b36746f3-8d00-4284-9ef8-35aa57a38b6a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b36746f3-8d00-4284-9ef8-35aa57a38b6a-root {
    text-align: center;
  }


#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b36746f3-8d00-4284-9ef8-35aa57a38b6a-root {
    text-align: center;
  }


#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a.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-b36746f3-8d00-4284-9ef8-35aa57a38b6a-root {
    text-align: center;
  }


#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a.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-b36746f3-8d00-4284-9ef8-35aa57a38b6a-root {
    text-align: center;
  }


#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b36746f3-8d00-4284-9ef8-35aa57a38b6a-root {
    text-align: center;
  }


#s-b36746f3-8d00-4284-9ef8-35aa57a38b6a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a {
  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-6f0585c7-48eb-4844-88ff-c2a085e6f21a: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-6f0585c7-48eb-4844-88ff-c2a085e6f21a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6f0585c7-48eb-4844-88ff-c2a085e6f21a-root {
    text-align: center;
  }


#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f0585c7-48eb-4844-88ff-c2a085e6f21a-root {
    text-align: center;
  }


#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a.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-6f0585c7-48eb-4844-88ff-c2a085e6f21a-root {
    text-align: center;
  }


#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a.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-6f0585c7-48eb-4844-88ff-c2a085e6f21a-root {
    text-align: center;
  }


#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f0585c7-48eb-4844-88ff-c2a085e6f21a-root {
    text-align: center;
  }


#s-6f0585c7-48eb-4844-88ff-c2a085e6f21a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e98cf0ea-99a5-4150-ad53-0d1bb53b44ea {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e98cf0ea-99a5-4150-ad53-0d1bb53b44ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e98cf0ea-99a5-4150-ad53-0d1bb53b44ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e98cf0ea-99a5-4150-ad53-0d1bb53b44ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e98cf0ea-99a5-4150-ad53-0d1bb53b44ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19 {
  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-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19: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-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19-root {
    text-align: center;
  }


#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19-root {
    text-align: center;
  }


#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19.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-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19-root {
    text-align: center;
  }


#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19.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-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19-root {
    text-align: center;
  }


#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19-root {
    text-align: center;
  }


#s-1e9b1b87-79de-4552-b6ad-2f9dbc80fb19.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b0a40f3c-5ab2-4a48-87a7-419d03c41ee4 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-fe2e40da-da00-4c95-8f4f-5b5acadb4ac2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe2e40da-da00-4c95-8f4f-5b5acadb4ac2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fe2e40da-da00-4c95-8f4f-5b5acadb4ac2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe2e40da-da00-4c95-8f4f-5b5acadb4ac2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-30bc78c2-696d-4da0-bcf3-3340a5b263b1 {
  text-align: right;
}







  #s-30bc78c2-696d-4da0-bcf3-3340a5b263b1 img.shogun-image {
    

    
    
    
  }


#s-30bc78c2-696d-4da0-bcf3-3340a5b263b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb0a0cc-82c1-4992-b80a-56201cf441db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eb0a0cc-82c1-4992-b80a-56201cf441db .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-05c333b2-ab60-44c4-b3f9-37d536b26282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05c333b2-ab60-44c4-b3f9-37d536b26282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05c333b2-ab60-44c4-b3f9-37d536b26282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05c333b2-ab60-44c4-b3f9-37d536b26282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7f4f2066-f917-4ce8-9081-aebf61ff0592 {
  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-7f4f2066-f917-4ce8-9081-aebf61ff0592: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-7f4f2066-f917-4ce8-9081-aebf61ff0592:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7f4f2066-f917-4ce8-9081-aebf61ff0592-root {
    text-align: center;
  }


#s-7f4f2066-f917-4ce8-9081-aebf61ff0592.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f4f2066-f917-4ce8-9081-aebf61ff0592-root {
    text-align: center;
  }


#s-7f4f2066-f917-4ce8-9081-aebf61ff0592.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-7f4f2066-f917-4ce8-9081-aebf61ff0592-root {
    text-align: center;
  }


#s-7f4f2066-f917-4ce8-9081-aebf61ff0592.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-7f4f2066-f917-4ce8-9081-aebf61ff0592-root {
    text-align: center;
  }


#s-7f4f2066-f917-4ce8-9081-aebf61ff0592.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f4f2066-f917-4ce8-9081-aebf61ff0592-root {
    text-align: center;
  }


#s-7f4f2066-f917-4ce8-9081-aebf61ff0592.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112 {
  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-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112: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-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112-root {
    text-align: center;
  }


#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112-root {
    text-align: center;
  }


#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112.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-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112-root {
    text-align: center;
  }


#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112.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-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112-root {
    text-align: center;
  }


#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112-root {
    text-align: center;
  }


#s-3ee9ab1a-5b67-4796-bd16-b3a0d89f0112.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-07a91e59-1fcd-48bb-9085-c145d637b776 {
  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-07a91e59-1fcd-48bb-9085-c145d637b776: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-07a91e59-1fcd-48bb-9085-c145d637b776:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-07a91e59-1fcd-48bb-9085-c145d637b776-root {
    text-align: center;
  }


#s-07a91e59-1fcd-48bb-9085-c145d637b776.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07a91e59-1fcd-48bb-9085-c145d637b776-root {
    text-align: center;
  }


#s-07a91e59-1fcd-48bb-9085-c145d637b776.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-07a91e59-1fcd-48bb-9085-c145d637b776-root {
    text-align: center;
  }


#s-07a91e59-1fcd-48bb-9085-c145d637b776.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-07a91e59-1fcd-48bb-9085-c145d637b776-root {
    text-align: center;
  }


#s-07a91e59-1fcd-48bb-9085-c145d637b776.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07a91e59-1fcd-48bb-9085-c145d637b776-root {
    text-align: center;
  }


#s-07a91e59-1fcd-48bb-9085-c145d637b776.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a9298032-6f40-4cdd-9d2e-6cd9414f7275 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a9298032-6f40-4cdd-9d2e-6cd9414f7275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9298032-6f40-4cdd-9d2e-6cd9414f7275"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9298032-6f40-4cdd-9d2e-6cd9414f7275"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9298032-6f40-4cdd-9d2e-6cd9414f7275"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bad7500d-25ed-4951-afd0-5002033ac7b7 {
  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-bad7500d-25ed-4951-afd0-5002033ac7b7: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-bad7500d-25ed-4951-afd0-5002033ac7b7:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bad7500d-25ed-4951-afd0-5002033ac7b7-root {
    text-align: center;
  }


#s-bad7500d-25ed-4951-afd0-5002033ac7b7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bad7500d-25ed-4951-afd0-5002033ac7b7-root {
    text-align: center;
  }


#s-bad7500d-25ed-4951-afd0-5002033ac7b7.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-bad7500d-25ed-4951-afd0-5002033ac7b7-root {
    text-align: center;
  }


#s-bad7500d-25ed-4951-afd0-5002033ac7b7.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-bad7500d-25ed-4951-afd0-5002033ac7b7-root {
    text-align: center;
  }


#s-bad7500d-25ed-4951-afd0-5002033ac7b7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bad7500d-25ed-4951-afd0-5002033ac7b7-root {
    text-align: center;
  }


#s-bad7500d-25ed-4951-afd0-5002033ac7b7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ee365efe-c7ba-4682-a7ce-7db958a07132 {
  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-ee365efe-c7ba-4682-a7ce-7db958a07132: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-ee365efe-c7ba-4682-a7ce-7db958a07132:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ee365efe-c7ba-4682-a7ce-7db958a07132-root {
    text-align: center;
  }


#s-ee365efe-c7ba-4682-a7ce-7db958a07132.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee365efe-c7ba-4682-a7ce-7db958a07132-root {
    text-align: center;
  }


#s-ee365efe-c7ba-4682-a7ce-7db958a07132.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-ee365efe-c7ba-4682-a7ce-7db958a07132-root {
    text-align: center;
  }


#s-ee365efe-c7ba-4682-a7ce-7db958a07132.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-ee365efe-c7ba-4682-a7ce-7db958a07132-root {
    text-align: center;
  }


#s-ee365efe-c7ba-4682-a7ce-7db958a07132.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee365efe-c7ba-4682-a7ce-7db958a07132-root {
    text-align: center;
  }


#s-ee365efe-c7ba-4682-a7ce-7db958a07132.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0 {
  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-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0: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-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0-root {
    text-align: center;
  }


#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0-root {
    text-align: center;
  }


#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0.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-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0-root {
    text-align: center;
  }


#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0.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-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0-root {
    text-align: center;
  }


#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0-root {
    text-align: center;
  }


#s-f8ca8d92-2562-43fb-a5a5-c91cbe7bf8e0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cc4533e3-db55-49db-963b-25105d870b78 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-cc4533e3-db55-49db-963b-25105d870b78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4533e3-db55-49db-963b-25105d870b78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc4533e3-db55-49db-963b-25105d870b78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc4533e3-db55-49db-963b-25105d870b78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bf73a568-df24-48ab-a59d-68116199b3ab {
  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-bf73a568-df24-48ab-a59d-68116199b3ab: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-bf73a568-df24-48ab-a59d-68116199b3ab:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bf73a568-df24-48ab-a59d-68116199b3ab-root {
    text-align: center;
  }


#s-bf73a568-df24-48ab-a59d-68116199b3ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf73a568-df24-48ab-a59d-68116199b3ab-root {
    text-align: center;
  }


#s-bf73a568-df24-48ab-a59d-68116199b3ab.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-bf73a568-df24-48ab-a59d-68116199b3ab-root {
    text-align: center;
  }


#s-bf73a568-df24-48ab-a59d-68116199b3ab.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-bf73a568-df24-48ab-a59d-68116199b3ab-root {
    text-align: center;
  }


#s-bf73a568-df24-48ab-a59d-68116199b3ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf73a568-df24-48ab-a59d-68116199b3ab-root {
    text-align: center;
  }


#s-bf73a568-df24-48ab-a59d-68116199b3ab.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af {
  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-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af: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-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af-root {
    text-align: center;
  }


#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af-root {
    text-align: center;
  }


#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af.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-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af-root {
    text-align: center;
  }


#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af.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-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af-root {
    text-align: center;
  }


#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af-root {
    text-align: center;
  }


#s-9e9cbb8e-78e2-4ecb-b5b9-c802fe4288af.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9369bd3b-3847-411b-8b18-ceb5b64da35d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9369bd3b-3847-411b-8b18-ceb5b64da35d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-cadf653b-5b58-4f26-a145-32cc832f566e {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-cadf653b-5b58-4f26-a145-32cc832f566e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cadf653b-5b58-4f26-a145-32cc832f566e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cadf653b-5b58-4f26-a145-32cc832f566e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cadf653b-5b58-4f26-a145-32cc832f566e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eee38fd7-6070-465e-bb0c-ef7769299a1f {
  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-eee38fd7-6070-465e-bb0c-ef7769299a1f: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-eee38fd7-6070-465e-bb0c-ef7769299a1f:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-eee38fd7-6070-465e-bb0c-ef7769299a1f-root {
    text-align: center;
  }


#s-eee38fd7-6070-465e-bb0c-ef7769299a1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eee38fd7-6070-465e-bb0c-ef7769299a1f-root {
    text-align: center;
  }


#s-eee38fd7-6070-465e-bb0c-ef7769299a1f.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-eee38fd7-6070-465e-bb0c-ef7769299a1f-root {
    text-align: center;
  }


#s-eee38fd7-6070-465e-bb0c-ef7769299a1f.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-eee38fd7-6070-465e-bb0c-ef7769299a1f-root {
    text-align: center;
  }


#s-eee38fd7-6070-465e-bb0c-ef7769299a1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eee38fd7-6070-465e-bb0c-ef7769299a1f-root {
    text-align: center;
  }


#s-eee38fd7-6070-465e-bb0c-ef7769299a1f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932 {
  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-b04e5ac4-2c6b-421c-b2fd-30e5e6738932: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-b04e5ac4-2c6b-421c-b2fd-30e5e6738932:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932-root {
    text-align: center;
  }


#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932-root {
    text-align: center;
  }


#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932.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-b04e5ac4-2c6b-421c-b2fd-30e5e6738932-root {
    text-align: center;
  }


#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932.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-b04e5ac4-2c6b-421c-b2fd-30e5e6738932-root {
    text-align: center;
  }


#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932-root {
    text-align: center;
  }


#s-b04e5ac4-2c6b-421c-b2fd-30e5e6738932.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d0709715-d961-4df4-87ff-af446f9b8121 {
  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-d0709715-d961-4df4-87ff-af446f9b8121: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-d0709715-d961-4df4-87ff-af446f9b8121:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d0709715-d961-4df4-87ff-af446f9b8121-root {
    text-align: center;
  }


#s-d0709715-d961-4df4-87ff-af446f9b8121.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0709715-d961-4df4-87ff-af446f9b8121-root {
    text-align: center;
  }


#s-d0709715-d961-4df4-87ff-af446f9b8121.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-d0709715-d961-4df4-87ff-af446f9b8121-root {
    text-align: center;
  }


#s-d0709715-d961-4df4-87ff-af446f9b8121.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-d0709715-d961-4df4-87ff-af446f9b8121-root {
    text-align: center;
  }


#s-d0709715-d961-4df4-87ff-af446f9b8121.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0709715-d961-4df4-87ff-af446f9b8121-root {
    text-align: center;
  }


#s-d0709715-d961-4df4-87ff-af446f9b8121.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b48e2b98-1fd0-4cb1-b7cd-b9c521b1d56a {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b48e2b98-1fd0-4cb1-b7cd-b9c521b1d56a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b48e2b98-1fd0-4cb1-b7cd-b9c521b1d56a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b48e2b98-1fd0-4cb1-b7cd-b9c521b1d56a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b48e2b98-1fd0-4cb1-b7cd-b9c521b1d56a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a67de375-e189-43a3-be9d-f02275e261c3 {
  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-a67de375-e189-43a3-be9d-f02275e261c3: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-a67de375-e189-43a3-be9d-f02275e261c3:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a67de375-e189-43a3-be9d-f02275e261c3-root {
    text-align: center;
  }


#s-a67de375-e189-43a3-be9d-f02275e261c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a67de375-e189-43a3-be9d-f02275e261c3-root {
    text-align: center;
  }


#s-a67de375-e189-43a3-be9d-f02275e261c3.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-a67de375-e189-43a3-be9d-f02275e261c3-root {
    text-align: center;
  }


#s-a67de375-e189-43a3-be9d-f02275e261c3.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-a67de375-e189-43a3-be9d-f02275e261c3-root {
    text-align: center;
  }


#s-a67de375-e189-43a3-be9d-f02275e261c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a67de375-e189-43a3-be9d-f02275e261c3-root {
    text-align: center;
  }


#s-a67de375-e189-43a3-be9d-f02275e261c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fc113ca9-d66f-494b-ab85-de7daca28387 {
  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-fc113ca9-d66f-494b-ab85-de7daca28387: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-fc113ca9-d66f-494b-ab85-de7daca28387:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-fc113ca9-d66f-494b-ab85-de7daca28387-root {
    text-align: center;
  }


#s-fc113ca9-d66f-494b-ab85-de7daca28387.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc113ca9-d66f-494b-ab85-de7daca28387-root {
    text-align: center;
  }


#s-fc113ca9-d66f-494b-ab85-de7daca28387.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-fc113ca9-d66f-494b-ab85-de7daca28387-root {
    text-align: center;
  }


#s-fc113ca9-d66f-494b-ab85-de7daca28387.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-fc113ca9-d66f-494b-ab85-de7daca28387-root {
    text-align: center;
  }


#s-fc113ca9-d66f-494b-ab85-de7daca28387.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc113ca9-d66f-494b-ab85-de7daca28387-root {
    text-align: center;
  }


#s-fc113ca9-d66f-494b-ab85-de7daca28387.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149 {
  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-c8c00371-a0e1-4ae6-b831-cd62f7bef149: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-c8c00371-a0e1-4ae6-b831-cd62f7bef149:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c8c00371-a0e1-4ae6-b831-cd62f7bef149-root {
    text-align: center;
  }


#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8c00371-a0e1-4ae6-b831-cd62f7bef149-root {
    text-align: center;
  }


#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149.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-c8c00371-a0e1-4ae6-b831-cd62f7bef149-root {
    text-align: center;
  }


#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149.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-c8c00371-a0e1-4ae6-b831-cd62f7bef149-root {
    text-align: center;
  }


#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8c00371-a0e1-4ae6-b831-cd62f7bef149-root {
    text-align: center;
  }


#s-c8c00371-a0e1-4ae6-b831-cd62f7bef149.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9bfa9834-e7c9-4812-8143-392c9e58ba52 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-9bfa9834-e7c9-4812-8143-392c9e58ba52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfa9834-e7c9-4812-8143-392c9e58ba52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfa9834-e7c9-4812-8143-392c9e58ba52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfa9834-e7c9-4812-8143-392c9e58ba52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8 {
  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-04c575c2-d4a8-4aff-90b8-12615ab82ef8: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-04c575c2-d4a8-4aff-90b8-12615ab82ef8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-04c575c2-d4a8-4aff-90b8-12615ab82ef8-root {
    text-align: center;
  }


#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-04c575c2-d4a8-4aff-90b8-12615ab82ef8-root {
    text-align: center;
  }


#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8.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-04c575c2-d4a8-4aff-90b8-12615ab82ef8-root {
    text-align: center;
  }


#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8.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-04c575c2-d4a8-4aff-90b8-12615ab82ef8-root {
    text-align: center;
  }


#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-04c575c2-d4a8-4aff-90b8-12615ab82ef8-root {
    text-align: center;
  }


#s-04c575c2-d4a8-4aff-90b8-12615ab82ef8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3 {
  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-d0a3d26d-795a-4cc0-960d-e1d95fe614f3: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-d0a3d26d-795a-4cc0-960d-e1d95fe614f3:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3-root {
    text-align: center;
  }


#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3-root {
    text-align: center;
  }


#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3.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-d0a3d26d-795a-4cc0-960d-e1d95fe614f3-root {
    text-align: center;
  }


#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3.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-d0a3d26d-795a-4cc0-960d-e1d95fe614f3-root {
    text-align: center;
  }


#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3-root {
    text-align: center;
  }


#s-d0a3d26d-795a-4cc0-960d-e1d95fe614f3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7b91f2af-9646-4edb-9dd7-a368c56af55c {
  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-7b91f2af-9646-4edb-9dd7-a368c56af55c: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-7b91f2af-9646-4edb-9dd7-a368c56af55c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7b91f2af-9646-4edb-9dd7-a368c56af55c-root {
    text-align: center;
  }


#s-7b91f2af-9646-4edb-9dd7-a368c56af55c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b91f2af-9646-4edb-9dd7-a368c56af55c-root {
    text-align: center;
  }


#s-7b91f2af-9646-4edb-9dd7-a368c56af55c.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-7b91f2af-9646-4edb-9dd7-a368c56af55c-root {
    text-align: center;
  }


#s-7b91f2af-9646-4edb-9dd7-a368c56af55c.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-7b91f2af-9646-4edb-9dd7-a368c56af55c-root {
    text-align: center;
  }


#s-7b91f2af-9646-4edb-9dd7-a368c56af55c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b91f2af-9646-4edb-9dd7-a368c56af55c-root {
    text-align: center;
  }


#s-7b91f2af-9646-4edb-9dd7-a368c56af55c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d6d264db-17ad-4f37-a07d-e3c07dfa98f5 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-d6d264db-17ad-4f37-a07d-e3c07dfa98f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d264db-17ad-4f37-a07d-e3c07dfa98f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d6d264db-17ad-4f37-a07d-e3c07dfa98f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6d264db-17ad-4f37-a07d-e3c07dfa98f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e {
  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-56b82644-17f8-42e7-87c9-d1b3e5ff678e: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-56b82644-17f8-42e7-87c9-d1b3e5ff678e:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-56b82644-17f8-42e7-87c9-d1b3e5ff678e-root {
    text-align: center;
  }


#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-56b82644-17f8-42e7-87c9-d1b3e5ff678e-root {
    text-align: center;
  }


#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e.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-56b82644-17f8-42e7-87c9-d1b3e5ff678e-root {
    text-align: center;
  }


#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e.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-56b82644-17f8-42e7-87c9-d1b3e5ff678e-root {
    text-align: center;
  }


#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-56b82644-17f8-42e7-87c9-d1b3e5ff678e-root {
    text-align: center;
  }


#s-56b82644-17f8-42e7-87c9-d1b3e5ff678e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b {
  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-9ce49bff-aaa4-40b2-95aa-a6024adaf55b: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-9ce49bff-aaa4-40b2-95aa-a6024adaf55b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b-root {
    text-align: center;
  }


#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b-root {
    text-align: center;
  }


#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b.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-9ce49bff-aaa4-40b2-95aa-a6024adaf55b-root {
    text-align: center;
  }


#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b.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-9ce49bff-aaa4-40b2-95aa-a6024adaf55b-root {
    text-align: center;
  }


#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b-root {
    text-align: center;
  }


#s-9ce49bff-aaa4-40b2-95aa-a6024adaf55b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cea762a2-b6ab-415f-9ba1-15862fc49a43 {
  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-cea762a2-b6ab-415f-9ba1-15862fc49a43: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-cea762a2-b6ab-415f-9ba1-15862fc49a43:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-cea762a2-b6ab-415f-9ba1-15862fc49a43-root {
    text-align: center;
  }


#s-cea762a2-b6ab-415f-9ba1-15862fc49a43.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cea762a2-b6ab-415f-9ba1-15862fc49a43-root {
    text-align: center;
  }


#s-cea762a2-b6ab-415f-9ba1-15862fc49a43.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-cea762a2-b6ab-415f-9ba1-15862fc49a43-root {
    text-align: center;
  }


#s-cea762a2-b6ab-415f-9ba1-15862fc49a43.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-cea762a2-b6ab-415f-9ba1-15862fc49a43-root {
    text-align: center;
  }


#s-cea762a2-b6ab-415f-9ba1-15862fc49a43.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cea762a2-b6ab-415f-9ba1-15862fc49a43-root {
    text-align: center;
  }


#s-cea762a2-b6ab-415f-9ba1-15862fc49a43.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-02034a28-50fd-488a-9191-a1e2eb815c50 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-02034a28-50fd-488a-9191-a1e2eb815c50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02034a28-50fd-488a-9191-a1e2eb815c50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02034a28-50fd-488a-9191-a1e2eb815c50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02034a28-50fd-488a-9191-a1e2eb815c50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c99e0ddf-f2fd-4349-af32-2709e35b9977 {
  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-c99e0ddf-f2fd-4349-af32-2709e35b9977: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-c99e0ddf-f2fd-4349-af32-2709e35b9977:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c99e0ddf-f2fd-4349-af32-2709e35b9977-root {
    text-align: center;
  }


#s-c99e0ddf-f2fd-4349-af32-2709e35b9977.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c99e0ddf-f2fd-4349-af32-2709e35b9977-root {
    text-align: center;
  }


#s-c99e0ddf-f2fd-4349-af32-2709e35b9977.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-c99e0ddf-f2fd-4349-af32-2709e35b9977-root {
    text-align: center;
  }


#s-c99e0ddf-f2fd-4349-af32-2709e35b9977.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-c99e0ddf-f2fd-4349-af32-2709e35b9977-root {
    text-align: center;
  }


#s-c99e0ddf-f2fd-4349-af32-2709e35b9977.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c99e0ddf-f2fd-4349-af32-2709e35b9977-root {
    text-align: center;
  }


#s-c99e0ddf-f2fd-4349-af32-2709e35b9977.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f {
  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-1640b7f8-5c51-4224-b1f1-e4570d14bc4f: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-1640b7f8-5c51-4224-b1f1-e4570d14bc4f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f-root {
    text-align: center;
  }


#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f-root {
    text-align: center;
  }


#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f.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-1640b7f8-5c51-4224-b1f1-e4570d14bc4f-root {
    text-align: center;
  }


#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f.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-1640b7f8-5c51-4224-b1f1-e4570d14bc4f-root {
    text-align: center;
  }


#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f-root {
    text-align: center;
  }


#s-1640b7f8-5c51-4224-b1f1-e4570d14bc4f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd {
  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-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd: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-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd-root {
    text-align: center;
  }


#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd-root {
    text-align: center;
  }


#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd.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-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd-root {
    text-align: center;
  }


#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd.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-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd-root {
    text-align: center;
  }


#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd-root {
    text-align: center;
  }


#s-50e7b508-b0d9-4e8e-8c8a-f1abd22821dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-00050959-578f-483e-8976-e9b70163ed29 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-00050959-578f-483e-8976-e9b70163ed29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00050959-578f-483e-8976-e9b70163ed29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00050959-578f-483e-8976-e9b70163ed29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00050959-578f-483e-8976-e9b70163ed29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0464bbd2-8abc-4560-8937-0900d7e57bc7 {
  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-0464bbd2-8abc-4560-8937-0900d7e57bc7: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-0464bbd2-8abc-4560-8937-0900d7e57bc7:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0464bbd2-8abc-4560-8937-0900d7e57bc7-root {
    text-align: center;
  }


#s-0464bbd2-8abc-4560-8937-0900d7e57bc7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0464bbd2-8abc-4560-8937-0900d7e57bc7-root {
    text-align: center;
  }


#s-0464bbd2-8abc-4560-8937-0900d7e57bc7.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-0464bbd2-8abc-4560-8937-0900d7e57bc7-root {
    text-align: center;
  }


#s-0464bbd2-8abc-4560-8937-0900d7e57bc7.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-0464bbd2-8abc-4560-8937-0900d7e57bc7-root {
    text-align: center;
  }


#s-0464bbd2-8abc-4560-8937-0900d7e57bc7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0464bbd2-8abc-4560-8937-0900d7e57bc7-root {
    text-align: center;
  }


#s-0464bbd2-8abc-4560-8937-0900d7e57bc7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7 {
  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-19fd7dc1-88d5-44b2-9e43-330b591c75e7: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-19fd7dc1-88d5-44b2-9e43-330b591c75e7:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-19fd7dc1-88d5-44b2-9e43-330b591c75e7-root {
    text-align: center;
  }


#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19fd7dc1-88d5-44b2-9e43-330b591c75e7-root {
    text-align: center;
  }


#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7.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-19fd7dc1-88d5-44b2-9e43-330b591c75e7-root {
    text-align: center;
  }


#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7.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-19fd7dc1-88d5-44b2-9e43-330b591c75e7-root {
    text-align: center;
  }


#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19fd7dc1-88d5-44b2-9e43-330b591c75e7-root {
    text-align: center;
  }


#s-19fd7dc1-88d5-44b2-9e43-330b591c75e7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b {
  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-09bfd86d-2e0f-439f-880d-a9cc7e97461b: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-09bfd86d-2e0f-439f-880d-a9cc7e97461b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-09bfd86d-2e0f-439f-880d-a9cc7e97461b-root {
    text-align: center;
  }


#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-09bfd86d-2e0f-439f-880d-a9cc7e97461b-root {
    text-align: center;
  }


#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b.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-09bfd86d-2e0f-439f-880d-a9cc7e97461b-root {
    text-align: center;
  }


#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b.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-09bfd86d-2e0f-439f-880d-a9cc7e97461b-root {
    text-align: center;
  }


#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-09bfd86d-2e0f-439f-880d-a9cc7e97461b-root {
    text-align: center;
  }


#s-09bfd86d-2e0f-439f-880d-a9cc7e97461b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ebee6e06-432b-49a7-b712-8905c8672f59 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-ebee6e06-432b-49a7-b712-8905c8672f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebee6e06-432b-49a7-b712-8905c8672f59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebee6e06-432b-49a7-b712-8905c8672f59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebee6e06-432b-49a7-b712-8905c8672f59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f6205b14-4806-4ba9-a24f-4b2531f9c74b {
  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-f6205b14-4806-4ba9-a24f-4b2531f9c74b: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-f6205b14-4806-4ba9-a24f-4b2531f9c74b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f6205b14-4806-4ba9-a24f-4b2531f9c74b-root {
    text-align: center;
  }


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


#s-f6205b14-4806-4ba9-a24f-4b2531f9c74b.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-f6205b14-4806-4ba9-a24f-4b2531f9c74b-root {
    text-align: center;
  }


#s-f6205b14-4806-4ba9-a24f-4b2531f9c74b.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-f6205b14-4806-4ba9-a24f-4b2531f9c74b-root {
    text-align: center;
  }


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


#s-f6205b14-4806-4ba9-a24f-4b2531f9c74b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cc04c69a-82ff-4f62-95bc-acec90dcc617 {
  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-cc04c69a-82ff-4f62-95bc-acec90dcc617: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-cc04c69a-82ff-4f62-95bc-acec90dcc617:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-cc04c69a-82ff-4f62-95bc-acec90dcc617-root {
    text-align: center;
  }


#s-cc04c69a-82ff-4f62-95bc-acec90dcc617.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc04c69a-82ff-4f62-95bc-acec90dcc617-root {
    text-align: center;
  }


#s-cc04c69a-82ff-4f62-95bc-acec90dcc617.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-cc04c69a-82ff-4f62-95bc-acec90dcc617-root {
    text-align: center;
  }


#s-cc04c69a-82ff-4f62-95bc-acec90dcc617.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-cc04c69a-82ff-4f62-95bc-acec90dcc617-root {
    text-align: center;
  }


#s-cc04c69a-82ff-4f62-95bc-acec90dcc617.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc04c69a-82ff-4f62-95bc-acec90dcc617-root {
    text-align: center;
  }


#s-cc04c69a-82ff-4f62-95bc-acec90dcc617.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a {
  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-b64e7455-f8d0-4984-84e1-ff48ff3af84a: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-b64e7455-f8d0-4984-84e1-ff48ff3af84a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b64e7455-f8d0-4984-84e1-ff48ff3af84a-root {
    text-align: center;
  }


#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b64e7455-f8d0-4984-84e1-ff48ff3af84a-root {
    text-align: center;
  }


#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a.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-b64e7455-f8d0-4984-84e1-ff48ff3af84a-root {
    text-align: center;
  }


#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a.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-b64e7455-f8d0-4984-84e1-ff48ff3af84a-root {
    text-align: center;
  }


#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b64e7455-f8d0-4984-84e1-ff48ff3af84a-root {
    text-align: center;
  }


#s-b64e7455-f8d0-4984-84e1-ff48ff3af84a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a1cb23e2-217d-4ce7-8bd3-a5fa058a7b34 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a1cb23e2-217d-4ce7-8bd3-a5fa058a7b34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1cb23e2-217d-4ce7-8bd3-a5fa058a7b34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1cb23e2-217d-4ce7-8bd3-a5fa058a7b34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1cb23e2-217d-4ce7-8bd3-a5fa058a7b34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-65b397ac-a09e-476c-908c-bf6a33c6fee8 {
  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-65b397ac-a09e-476c-908c-bf6a33c6fee8: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-65b397ac-a09e-476c-908c-bf6a33c6fee8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-65b397ac-a09e-476c-908c-bf6a33c6fee8-root {
    text-align: center;
  }


#s-65b397ac-a09e-476c-908c-bf6a33c6fee8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65b397ac-a09e-476c-908c-bf6a33c6fee8-root {
    text-align: center;
  }


#s-65b397ac-a09e-476c-908c-bf6a33c6fee8.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-65b397ac-a09e-476c-908c-bf6a33c6fee8-root {
    text-align: center;
  }


#s-65b397ac-a09e-476c-908c-bf6a33c6fee8.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-65b397ac-a09e-476c-908c-bf6a33c6fee8-root {
    text-align: center;
  }


#s-65b397ac-a09e-476c-908c-bf6a33c6fee8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65b397ac-a09e-476c-908c-bf6a33c6fee8-root {
    text-align: center;
  }


#s-65b397ac-a09e-476c-908c-bf6a33c6fee8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717 {
  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-c9c1f14c-8c07-4701-9eee-b903ebfb6717: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-c9c1f14c-8c07-4701-9eee-b903ebfb6717:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c9c1f14c-8c07-4701-9eee-b903ebfb6717-root {
    text-align: center;
  }


#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9c1f14c-8c07-4701-9eee-b903ebfb6717-root {
    text-align: center;
  }


#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717.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-c9c1f14c-8c07-4701-9eee-b903ebfb6717-root {
    text-align: center;
  }


#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717.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-c9c1f14c-8c07-4701-9eee-b903ebfb6717-root {
    text-align: center;
  }


#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9c1f14c-8c07-4701-9eee-b903ebfb6717-root {
    text-align: center;
  }


#s-c9c1f14c-8c07-4701-9eee-b903ebfb6717.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f74885c0-1ec1-4117-bc10-82572f3c36e2 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-c260b75b-9194-41c7-acfc-209743a48a0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c260b75b-9194-41c7-acfc-209743a48a0f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c260b75b-9194-41c7-acfc-209743a48a0f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c260b75b-9194-41c7-acfc-209743a48a0f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-5680658a-4628-414e-b243-3d370c57cdc7 {
  text-align: right;
}







  #s-5680658a-4628-414e-b243-3d370c57cdc7 img.shogun-image {
    

    
    
    
  }


#s-5680658a-4628-414e-b243-3d370c57cdc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-84e03007-2c79-4ce7-94d1-129f018174dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84e03007-2c79-4ce7-94d1-129f018174dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-87e36c55-f3ab-40b3-86c6-b53e4dbf303e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87e36c55-f3ab-40b3-86c6-b53e4dbf303e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87e36c55-f3ab-40b3-86c6-b53e4dbf303e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87e36c55-f3ab-40b3-86c6-b53e4dbf303e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c {
  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-17735d4b-655e-4b5c-8545-9be9bd7cae0c: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-17735d4b-655e-4b5c-8545-9be9bd7cae0c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-17735d4b-655e-4b5c-8545-9be9bd7cae0c-root {
    text-align: center;
  }


#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17735d4b-655e-4b5c-8545-9be9bd7cae0c-root {
    text-align: center;
  }


#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c.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-17735d4b-655e-4b5c-8545-9be9bd7cae0c-root {
    text-align: center;
  }


#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c.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-17735d4b-655e-4b5c-8545-9be9bd7cae0c-root {
    text-align: center;
  }


#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17735d4b-655e-4b5c-8545-9be9bd7cae0c-root {
    text-align: center;
  }


#s-17735d4b-655e-4b5c-8545-9be9bd7cae0c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c7167680-a6a2-4c05-8d95-062cd7b22d2b hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-8989add5-f74e-4c90-9334-584397e4765b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8989add5-f74e-4c90-9334-584397e4765b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8989add5-f74e-4c90-9334-584397e4765b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8989add5-f74e-4c90-9334-584397e4765b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-45948ab2-fae4-42f1-81ce-db15f6564f4d {
  text-align: right;
}







  #s-45948ab2-fae4-42f1-81ce-db15f6564f4d img.shogun-image {
    

    
    
    
  }


#s-45948ab2-fae4-42f1-81ce-db15f6564f4d .shogun-image-content {
  
    align-items: center;
  
}

#s-d4dac1fa-7f68-44c3-bdc1-87d69ccb7ef6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4dac1fa-7f68-44c3-bdc1-87d69ccb7ef6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-90b2b4e2-c225-4ce5-953a-65e6f439a63c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90b2b4e2-c225-4ce5-953a-65e6f439a63c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90b2b4e2-c225-4ce5-953a-65e6f439a63c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90b2b4e2-c225-4ce5-953a-65e6f439a63c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5 {
  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-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5: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-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5-root {
    text-align: center;
  }


#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5-root {
    text-align: center;
  }


#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5.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-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5-root {
    text-align: center;
  }


#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5.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-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5-root {
    text-align: center;
  }


#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5-root {
    text-align: center;
  }


#s-33b0d772-9e9b-4dd6-b12f-6bf2d4120dc5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa {
  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-77dfbcc0-ba05-4c7a-881e-1ab617c0defa: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-77dfbcc0-ba05-4c7a-881e-1ab617c0defa:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa-root {
    text-align: center;
  }


#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa-root {
    text-align: center;
  }


#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa.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-77dfbcc0-ba05-4c7a-881e-1ab617c0defa-root {
    text-align: center;
  }


#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa.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-77dfbcc0-ba05-4c7a-881e-1ab617c0defa-root {
    text-align: center;
  }


#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa-root {
    text-align: center;
  }


#s-77dfbcc0-ba05-4c7a-881e-1ab617c0defa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b {
  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-fb27aba0-8dea-4a05-82af-ca94a1a1834b: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-fb27aba0-8dea-4a05-82af-ca94a1a1834b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-fb27aba0-8dea-4a05-82af-ca94a1a1834b-root {
    text-align: center;
  }


#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb27aba0-8dea-4a05-82af-ca94a1a1834b-root {
    text-align: center;
  }


#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b.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-fb27aba0-8dea-4a05-82af-ca94a1a1834b-root {
    text-align: center;
  }


#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b.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-fb27aba0-8dea-4a05-82af-ca94a1a1834b-root {
    text-align: center;
  }


#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb27aba0-8dea-4a05-82af-ca94a1a1834b-root {
    text-align: center;
  }


#s-fb27aba0-8dea-4a05-82af-ca94a1a1834b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cd49e4fd-ead4-423c-a5e0-f938899680eb {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-cd49e4fd-ead4-423c-a5e0-f938899680eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd49e4fd-ead4-423c-a5e0-f938899680eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cd49e4fd-ead4-423c-a5e0-f938899680eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd49e4fd-ead4-423c-a5e0-f938899680eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788 {
  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-4fe0fd27-a01a-4b19-9a1a-e2bc02208788: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-4fe0fd27-a01a-4b19-9a1a-e2bc02208788:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788-root {
    text-align: center;
  }


#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788-root {
    text-align: center;
  }


#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788.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-4fe0fd27-a01a-4b19-9a1a-e2bc02208788-root {
    text-align: center;
  }


#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788.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-4fe0fd27-a01a-4b19-9a1a-e2bc02208788-root {
    text-align: center;
  }


#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788-root {
    text-align: center;
  }


#s-4fe0fd27-a01a-4b19-9a1a-e2bc02208788.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
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-fe47187e-ecdc-4488-9bcf-1c68ee394c7c: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-fe47187e-ecdc-4488-9bcf-1c68ee394c7c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c-root {
    text-align: center;
  }


#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c-root {
    text-align: center;
  }


#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c.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-fe47187e-ecdc-4488-9bcf-1c68ee394c7c-root {
    text-align: center;
  }


#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c.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-fe47187e-ecdc-4488-9bcf-1c68ee394c7c-root {
    text-align: center;
  }


#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c-root {
    text-align: center;
  }


#s-fe47187e-ecdc-4488-9bcf-1c68ee394c7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b2a32138-e414-477c-94ad-bd865ab90644 {
  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-b2a32138-e414-477c-94ad-bd865ab90644: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-b2a32138-e414-477c-94ad-bd865ab90644:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b2a32138-e414-477c-94ad-bd865ab90644-root {
    text-align: center;
  }


#s-b2a32138-e414-477c-94ad-bd865ab90644.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2a32138-e414-477c-94ad-bd865ab90644-root {
    text-align: center;
  }


#s-b2a32138-e414-477c-94ad-bd865ab90644.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-b2a32138-e414-477c-94ad-bd865ab90644-root {
    text-align: center;
  }


#s-b2a32138-e414-477c-94ad-bd865ab90644.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-b2a32138-e414-477c-94ad-bd865ab90644-root {
    text-align: center;
  }


#s-b2a32138-e414-477c-94ad-bd865ab90644.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2a32138-e414-477c-94ad-bd865ab90644-root {
    text-align: center;
  }


#s-b2a32138-e414-477c-94ad-bd865ab90644.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c1f1c4b1-b2de-468d-8bbf-debddf7d35cf {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-c1f1c4b1-b2de-468d-8bbf-debddf7d35cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1f1c4b1-b2de-468d-8bbf-debddf7d35cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f1c4b1-b2de-468d-8bbf-debddf7d35cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f1c4b1-b2de-468d-8bbf-debddf7d35cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-18c870c8-756a-42e3-b3b8-4934c3249a91 {
  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-18c870c8-756a-42e3-b3b8-4934c3249a91: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-18c870c8-756a-42e3-b3b8-4934c3249a91:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-18c870c8-756a-42e3-b3b8-4934c3249a91-root {
    text-align: center;
  }


#s-18c870c8-756a-42e3-b3b8-4934c3249a91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18c870c8-756a-42e3-b3b8-4934c3249a91-root {
    text-align: center;
  }


#s-18c870c8-756a-42e3-b3b8-4934c3249a91.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-18c870c8-756a-42e3-b3b8-4934c3249a91-root {
    text-align: center;
  }


#s-18c870c8-756a-42e3-b3b8-4934c3249a91.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-18c870c8-756a-42e3-b3b8-4934c3249a91-root {
    text-align: center;
  }


#s-18c870c8-756a-42e3-b3b8-4934c3249a91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18c870c8-756a-42e3-b3b8-4934c3249a91-root {
    text-align: center;
  }


#s-18c870c8-756a-42e3-b3b8-4934c3249a91.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1 {
  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-624ec5df-9546-4ef8-9b7c-469ca3c773e1: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-624ec5df-9546-4ef8-9b7c-469ca3c773e1:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-624ec5df-9546-4ef8-9b7c-469ca3c773e1-root {
    text-align: center;
  }


#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-624ec5df-9546-4ef8-9b7c-469ca3c773e1-root {
    text-align: center;
  }


#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1.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-624ec5df-9546-4ef8-9b7c-469ca3c773e1-root {
    text-align: center;
  }


#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1.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-624ec5df-9546-4ef8-9b7c-469ca3c773e1-root {
    text-align: center;
  }


#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-624ec5df-9546-4ef8-9b7c-469ca3c773e1-root {
    text-align: center;
  }


#s-624ec5df-9546-4ef8-9b7c-469ca3c773e1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62 {
  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-ef48ac41-a9b5-43d1-96da-64f61dbe3f62: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-ef48ac41-a9b5-43d1-96da-64f61dbe3f62:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62-root {
    text-align: center;
  }


#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62-root {
    text-align: center;
  }


#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62.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-ef48ac41-a9b5-43d1-96da-64f61dbe3f62-root {
    text-align: center;
  }


#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62.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-ef48ac41-a9b5-43d1-96da-64f61dbe3f62-root {
    text-align: center;
  }


#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62-root {
    text-align: center;
  }


#s-ef48ac41-a9b5-43d1-96da-64f61dbe3f62.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6e70f705-36e1-48cc-93f8-8666e0eb8e7e {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-6e70f705-36e1-48cc-93f8-8666e0eb8e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e70f705-36e1-48cc-93f8-8666e0eb8e7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e70f705-36e1-48cc-93f8-8666e0eb8e7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e70f705-36e1-48cc-93f8-8666e0eb8e7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13b5728f-71c4-4309-b7ec-59894dd6c062 {
  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-13b5728f-71c4-4309-b7ec-59894dd6c062: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-13b5728f-71c4-4309-b7ec-59894dd6c062:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-13b5728f-71c4-4309-b7ec-59894dd6c062-root {
    text-align: center;
  }


#s-13b5728f-71c4-4309-b7ec-59894dd6c062.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-13b5728f-71c4-4309-b7ec-59894dd6c062-root {
    text-align: center;
  }


#s-13b5728f-71c4-4309-b7ec-59894dd6c062.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-13b5728f-71c4-4309-b7ec-59894dd6c062-root {
    text-align: center;
  }


#s-13b5728f-71c4-4309-b7ec-59894dd6c062.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-13b5728f-71c4-4309-b7ec-59894dd6c062-root {
    text-align: center;
  }


#s-13b5728f-71c4-4309-b7ec-59894dd6c062.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-13b5728f-71c4-4309-b7ec-59894dd6c062-root {
    text-align: center;
  }


#s-13b5728f-71c4-4309-b7ec-59894dd6c062.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-62136bf8-1c79-49a0-bcb8-cc9f39bac777 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62136bf8-1c79-49a0-bcb8-cc9f39bac777 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-10ff18ec-9dc3-41f1-8bbe-4dc814a6233b {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-10ff18ec-9dc3-41f1-8bbe-4dc814a6233b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10ff18ec-9dc3-41f1-8bbe-4dc814a6233b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10ff18ec-9dc3-41f1-8bbe-4dc814a6233b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10ff18ec-9dc3-41f1-8bbe-4dc814a6233b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bce6dc14-4e83-4137-bb92-5a336803c542 {
  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-bce6dc14-4e83-4137-bb92-5a336803c542: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-bce6dc14-4e83-4137-bb92-5a336803c542:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bce6dc14-4e83-4137-bb92-5a336803c542-root {
    text-align: center;
  }


#s-bce6dc14-4e83-4137-bb92-5a336803c542.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bce6dc14-4e83-4137-bb92-5a336803c542-root {
    text-align: center;
  }


#s-bce6dc14-4e83-4137-bb92-5a336803c542.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-bce6dc14-4e83-4137-bb92-5a336803c542-root {
    text-align: center;
  }


#s-bce6dc14-4e83-4137-bb92-5a336803c542.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-bce6dc14-4e83-4137-bb92-5a336803c542-root {
    text-align: center;
  }


#s-bce6dc14-4e83-4137-bb92-5a336803c542.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bce6dc14-4e83-4137-bb92-5a336803c542-root {
    text-align: center;
  }


#s-bce6dc14-4e83-4137-bb92-5a336803c542.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266 {
  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-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266: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-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266-root {
    text-align: center;
  }


#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266-root {
    text-align: center;
  }


#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266.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-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266-root {
    text-align: center;
  }


#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266.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-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266-root {
    text-align: center;
  }


#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266-root {
    text-align: center;
  }


#s-3d08b1ad-edf0-47f2-bd5f-09a6fff4b266.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477 {
  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-6e736a48-f65e-4c3f-8e6d-b62ef717d477: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-6e736a48-f65e-4c3f-8e6d-b62ef717d477:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6e736a48-f65e-4c3f-8e6d-b62ef717d477-root {
    text-align: center;
  }


#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6e736a48-f65e-4c3f-8e6d-b62ef717d477-root {
    text-align: center;
  }


#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477.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-6e736a48-f65e-4c3f-8e6d-b62ef717d477-root {
    text-align: center;
  }


#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477.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-6e736a48-f65e-4c3f-8e6d-b62ef717d477-root {
    text-align: center;
  }


#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6e736a48-f65e-4c3f-8e6d-b62ef717d477-root {
    text-align: center;
  }


#s-6e736a48-f65e-4c3f-8e6d-b62ef717d477.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-748ddcd5-fb47-46a8-9ce9-5ba465f26382 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-748ddcd5-fb47-46a8-9ce9-5ba465f26382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-748ddcd5-fb47-46a8-9ce9-5ba465f26382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-748ddcd5-fb47-46a8-9ce9-5ba465f26382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-748ddcd5-fb47-46a8-9ce9-5ba465f26382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e {
  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-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e: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-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e-root {
    text-align: center;
  }


#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e-root {
    text-align: center;
  }


#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e.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-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e-root {
    text-align: center;
  }


#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e.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-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e-root {
    text-align: center;
  }


#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e-root {
    text-align: center;
  }


#s-c17c3e4b-b4bb-4f1a-958d-fad89edfff9e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-335d5db2-4421-466a-93dc-40bac8be7cd3 {
  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-335d5db2-4421-466a-93dc-40bac8be7cd3: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-335d5db2-4421-466a-93dc-40bac8be7cd3:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-335d5db2-4421-466a-93dc-40bac8be7cd3-root {
    text-align: center;
  }


#s-335d5db2-4421-466a-93dc-40bac8be7cd3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-335d5db2-4421-466a-93dc-40bac8be7cd3-root {
    text-align: center;
  }


#s-335d5db2-4421-466a-93dc-40bac8be7cd3.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-335d5db2-4421-466a-93dc-40bac8be7cd3-root {
    text-align: center;
  }


#s-335d5db2-4421-466a-93dc-40bac8be7cd3.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-335d5db2-4421-466a-93dc-40bac8be7cd3-root {
    text-align: center;
  }


#s-335d5db2-4421-466a-93dc-40bac8be7cd3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-335d5db2-4421-466a-93dc-40bac8be7cd3-root {
    text-align: center;
  }


#s-335d5db2-4421-466a-93dc-40bac8be7cd3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ddf11b55-272c-4969-86d2-5f8a6284505b {
  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-ddf11b55-272c-4969-86d2-5f8a6284505b: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-ddf11b55-272c-4969-86d2-5f8a6284505b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ddf11b55-272c-4969-86d2-5f8a6284505b-root {
    text-align: center;
  }


#s-ddf11b55-272c-4969-86d2-5f8a6284505b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddf11b55-272c-4969-86d2-5f8a6284505b-root {
    text-align: center;
  }


#s-ddf11b55-272c-4969-86d2-5f8a6284505b.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-ddf11b55-272c-4969-86d2-5f8a6284505b-root {
    text-align: center;
  }


#s-ddf11b55-272c-4969-86d2-5f8a6284505b.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-ddf11b55-272c-4969-86d2-5f8a6284505b-root {
    text-align: center;
  }


#s-ddf11b55-272c-4969-86d2-5f8a6284505b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddf11b55-272c-4969-86d2-5f8a6284505b-root {
    text-align: center;
  }


#s-ddf11b55-272c-4969-86d2-5f8a6284505b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-06aec46c-24e9-4d11-83ab-66a718206863 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-06aec46c-24e9-4d11-83ab-66a718206863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06aec46c-24e9-4d11-83ab-66a718206863"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06aec46c-24e9-4d11-83ab-66a718206863"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06aec46c-24e9-4d11-83ab-66a718206863"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d {
  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-218ec2b7-9315-4b69-86d6-87cb3d1a791d: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-218ec2b7-9315-4b69-86d6-87cb3d1a791d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-218ec2b7-9315-4b69-86d6-87cb3d1a791d-root {
    text-align: center;
  }


#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-218ec2b7-9315-4b69-86d6-87cb3d1a791d-root {
    text-align: center;
  }


#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d.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-218ec2b7-9315-4b69-86d6-87cb3d1a791d-root {
    text-align: center;
  }


#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d.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-218ec2b7-9315-4b69-86d6-87cb3d1a791d-root {
    text-align: center;
  }


#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-218ec2b7-9315-4b69-86d6-87cb3d1a791d-root {
    text-align: center;
  }


#s-218ec2b7-9315-4b69-86d6-87cb3d1a791d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-dc437dd6-ec83-4284-bd16-4d8733b2812a {
  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-dc437dd6-ec83-4284-bd16-4d8733b2812a: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-dc437dd6-ec83-4284-bd16-4d8733b2812a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-dc437dd6-ec83-4284-bd16-4d8733b2812a-root {
    text-align: center;
  }


#s-dc437dd6-ec83-4284-bd16-4d8733b2812a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc437dd6-ec83-4284-bd16-4d8733b2812a-root {
    text-align: center;
  }


#s-dc437dd6-ec83-4284-bd16-4d8733b2812a.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-dc437dd6-ec83-4284-bd16-4d8733b2812a-root {
    text-align: center;
  }


#s-dc437dd6-ec83-4284-bd16-4d8733b2812a.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-dc437dd6-ec83-4284-bd16-4d8733b2812a-root {
    text-align: center;
  }


#s-dc437dd6-ec83-4284-bd16-4d8733b2812a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc437dd6-ec83-4284-bd16-4d8733b2812a-root {
    text-align: center;
  }


#s-dc437dd6-ec83-4284-bd16-4d8733b2812a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1462caef-d2f6-484c-ac06-deb4bb071e5b {
  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-1462caef-d2f6-484c-ac06-deb4bb071e5b: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-1462caef-d2f6-484c-ac06-deb4bb071e5b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1462caef-d2f6-484c-ac06-deb4bb071e5b-root {
    text-align: center;
  }


#s-1462caef-d2f6-484c-ac06-deb4bb071e5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1462caef-d2f6-484c-ac06-deb4bb071e5b-root {
    text-align: center;
  }


#s-1462caef-d2f6-484c-ac06-deb4bb071e5b.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-1462caef-d2f6-484c-ac06-deb4bb071e5b-root {
    text-align: center;
  }


#s-1462caef-d2f6-484c-ac06-deb4bb071e5b.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-1462caef-d2f6-484c-ac06-deb4bb071e5b-root {
    text-align: center;
  }


#s-1462caef-d2f6-484c-ac06-deb4bb071e5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1462caef-d2f6-484c-ac06-deb4bb071e5b-root {
    text-align: center;
  }


#s-1462caef-d2f6-484c-ac06-deb4bb071e5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-48e5361c-08a0-4c9a-aeaa-bd44940fbb0a {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-48e5361c-08a0-4c9a-aeaa-bd44940fbb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e5361c-08a0-4c9a-aeaa-bd44940fbb0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48e5361c-08a0-4c9a-aeaa-bd44940fbb0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e5361c-08a0-4c9a-aeaa-bd44940fbb0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87 {
  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-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87: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-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87-root {
    text-align: center;
  }


#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87-root {
    text-align: center;
  }


#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87.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-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87-root {
    text-align: center;
  }


#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87.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-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87-root {
    text-align: center;
  }


#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87-root {
    text-align: center;
  }


#s-7a45b38d-81e6-4cc8-b490-3d6af1ad9e87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4 {
  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-47564b82-6e37-4c3d-9f67-347a3c84d8a4: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-47564b82-6e37-4c3d-9f67-347a3c84d8a4:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-47564b82-6e37-4c3d-9f67-347a3c84d8a4-root {
    text-align: center;
  }


#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47564b82-6e37-4c3d-9f67-347a3c84d8a4-root {
    text-align: center;
  }


#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4.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-47564b82-6e37-4c3d-9f67-347a3c84d8a4-root {
    text-align: center;
  }


#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4.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-47564b82-6e37-4c3d-9f67-347a3c84d8a4-root {
    text-align: center;
  }


#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47564b82-6e37-4c3d-9f67-347a3c84d8a4-root {
    text-align: center;
  }


#s-47564b82-6e37-4c3d-9f67-347a3c84d8a4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a {
  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-6f61642a-14b8-4c80-b8b5-47efa2f2da5a: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-6f61642a-14b8-4c80-b8b5-47efa2f2da5a:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a-root {
    text-align: center;
  }


#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a-root {
    text-align: center;
  }


#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a.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-6f61642a-14b8-4c80-b8b5-47efa2f2da5a-root {
    text-align: center;
  }


#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a.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-6f61642a-14b8-4c80-b8b5-47efa2f2da5a-root {
    text-align: center;
  }


#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a-root {
    text-align: center;
  }


#s-6f61642a-14b8-4c80-b8b5-47efa2f2da5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e038eacb-21f3-4b05-969f-771cb196e136 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-e038eacb-21f3-4b05-969f-771cb196e136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e038eacb-21f3-4b05-969f-771cb196e136"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e038eacb-21f3-4b05-969f-771cb196e136"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e038eacb-21f3-4b05-969f-771cb196e136"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-87826563-cdfa-4b55-abda-edf99bd3213a {
  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-87826563-cdfa-4b55-abda-edf99bd3213a: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-87826563-cdfa-4b55-abda-edf99bd3213a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-87826563-cdfa-4b55-abda-edf99bd3213a-root {
    text-align: center;
  }


#s-87826563-cdfa-4b55-abda-edf99bd3213a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87826563-cdfa-4b55-abda-edf99bd3213a-root {
    text-align: center;
  }


#s-87826563-cdfa-4b55-abda-edf99bd3213a.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-87826563-cdfa-4b55-abda-edf99bd3213a-root {
    text-align: center;
  }


#s-87826563-cdfa-4b55-abda-edf99bd3213a.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-87826563-cdfa-4b55-abda-edf99bd3213a-root {
    text-align: center;
  }


#s-87826563-cdfa-4b55-abda-edf99bd3213a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87826563-cdfa-4b55-abda-edf99bd3213a-root {
    text-align: center;
  }


#s-87826563-cdfa-4b55-abda-edf99bd3213a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738 {
  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-4327b7a1-e5dc-494e-8ff1-64e460cf1738: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-4327b7a1-e5dc-494e-8ff1-64e460cf1738:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4327b7a1-e5dc-494e-8ff1-64e460cf1738-root {
    text-align: center;
  }


#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4327b7a1-e5dc-494e-8ff1-64e460cf1738-root {
    text-align: center;
  }


#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738.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-4327b7a1-e5dc-494e-8ff1-64e460cf1738-root {
    text-align: center;
  }


#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738.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-4327b7a1-e5dc-494e-8ff1-64e460cf1738-root {
    text-align: center;
  }


#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4327b7a1-e5dc-494e-8ff1-64e460cf1738-root {
    text-align: center;
  }


#s-4327b7a1-e5dc-494e-8ff1-64e460cf1738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f11cd619-8668-4c63-9505-c12b27c55c6a hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-dc8073fc-32e7-4894-91d7-a8676003e3b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc8073fc-32e7-4894-91d7-a8676003e3b7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-dc8073fc-32e7-4894-91d7-a8676003e3b7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc8073fc-32e7-4894-91d7-a8676003e3b7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-06014905-8709-494b-a435-a62cedf57a75 {
  text-align: right;
}







  #s-06014905-8709-494b-a435-a62cedf57a75 img.shogun-image {
    

    
    
    
  }


#s-06014905-8709-494b-a435-a62cedf57a75 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7f7a23b-a6bb-4a7b-a856-d0a416239285 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7f7a23b-a6bb-4a7b-a856-d0a416239285 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6da91d5a-5200-4540-b5c7-22e0d0a94f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6da91d5a-5200-4540-b5c7-22e0d0a94f1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6da91d5a-5200-4540-b5c7-22e0d0a94f1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6da91d5a-5200-4540-b5c7-22e0d0a94f1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895 {
  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-f357f43b-a6ee-4c2a-819c-3fd9add0d895: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-f357f43b-a6ee-4c2a-819c-3fd9add0d895:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f357f43b-a6ee-4c2a-819c-3fd9add0d895-root {
    text-align: center;
  }


#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f357f43b-a6ee-4c2a-819c-3fd9add0d895-root {
    text-align: center;
  }


#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895.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-f357f43b-a6ee-4c2a-819c-3fd9add0d895-root {
    text-align: center;
  }


#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895.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-f357f43b-a6ee-4c2a-819c-3fd9add0d895-root {
    text-align: center;
  }


#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f357f43b-a6ee-4c2a-819c-3fd9add0d895-root {
    text-align: center;
  }


#s-f357f43b-a6ee-4c2a-819c-3fd9add0d895.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-30f902f1-cdf8-4e68-9cca-d9ed5a62cbdc hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-b9bed3aa-6be3-45ee-b3a1-7236aaecfa54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9bed3aa-6be3-45ee-b3a1-7236aaecfa54"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b9bed3aa-6be3-45ee-b3a1-7236aaecfa54"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9bed3aa-6be3-45ee-b3a1-7236aaecfa54"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-58120196-994d-407a-bf21-40784e2f6529 {
  text-align: right;
}







  #s-58120196-994d-407a-bf21-40784e2f6529 img.shogun-image {
    

    
    
    
  }


#s-58120196-994d-407a-bf21-40784e2f6529 .shogun-image-content {
  
    align-items: center;
  
}

#s-7957ff4d-db51-481b-bec5-adedd1519162 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7957ff4d-db51-481b-bec5-adedd1519162 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4335f037-d725-4dde-925b-3f3afa94acd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4335f037-d725-4dde-925b-3f3afa94acd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4335f037-d725-4dde-925b-3f3afa94acd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4335f037-d725-4dde-925b-3f3afa94acd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b2412a8c-604b-4221-8546-2a723f5bf115 {
  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-b2412a8c-604b-4221-8546-2a723f5bf115: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-b2412a8c-604b-4221-8546-2a723f5bf115:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b2412a8c-604b-4221-8546-2a723f5bf115-root {
    text-align: center;
  }


#s-b2412a8c-604b-4221-8546-2a723f5bf115.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2412a8c-604b-4221-8546-2a723f5bf115-root {
    text-align: center;
  }


#s-b2412a8c-604b-4221-8546-2a723f5bf115.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-b2412a8c-604b-4221-8546-2a723f5bf115-root {
    text-align: center;
  }


#s-b2412a8c-604b-4221-8546-2a723f5bf115.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-b2412a8c-604b-4221-8546-2a723f5bf115-root {
    text-align: center;
  }


#s-b2412a8c-604b-4221-8546-2a723f5bf115.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2412a8c-604b-4221-8546-2a723f5bf115-root {
    text-align: center;
  }


#s-b2412a8c-604b-4221-8546-2a723f5bf115.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f {
  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-0e76ae3a-debd-48cf-b9e6-41277d414d0f: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-0e76ae3a-debd-48cf-b9e6-41277d414d0f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0e76ae3a-debd-48cf-b9e6-41277d414d0f-root {
    text-align: center;
  }


#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e76ae3a-debd-48cf-b9e6-41277d414d0f-root {
    text-align: center;
  }


#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f.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-0e76ae3a-debd-48cf-b9e6-41277d414d0f-root {
    text-align: center;
  }


#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f.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-0e76ae3a-debd-48cf-b9e6-41277d414d0f-root {
    text-align: center;
  }


#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e76ae3a-debd-48cf-b9e6-41277d414d0f-root {
    text-align: center;
  }


#s-0e76ae3a-debd-48cf-b9e6-41277d414d0f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c {
  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-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c: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-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c-root {
    text-align: center;
  }


#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c-root {
    text-align: center;
  }


#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c.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-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c-root {
    text-align: center;
  }


#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c.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-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c-root {
    text-align: center;
  }


#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c-root {
    text-align: center;
  }


#s-9378a7d3-4115-4e2e-a8b0-7e42b7fcf57c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0fd43aa0-850a-4294-a226-de5fa9768b4d {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0fd43aa0-850a-4294-a226-de5fa9768b4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fd43aa0-850a-4294-a226-de5fa9768b4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fd43aa0-850a-4294-a226-de5fa9768b4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fd43aa0-850a-4294-a226-de5fa9768b4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5984185d-5f1e-40d0-848a-86bb322634cd {
  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-5984185d-5f1e-40d0-848a-86bb322634cd: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-5984185d-5f1e-40d0-848a-86bb322634cd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-5984185d-5f1e-40d0-848a-86bb322634cd-root {
    text-align: center;
  }


#s-5984185d-5f1e-40d0-848a-86bb322634cd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5984185d-5f1e-40d0-848a-86bb322634cd-root {
    text-align: center;
  }


#s-5984185d-5f1e-40d0-848a-86bb322634cd.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-5984185d-5f1e-40d0-848a-86bb322634cd-root {
    text-align: center;
  }


#s-5984185d-5f1e-40d0-848a-86bb322634cd.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-5984185d-5f1e-40d0-848a-86bb322634cd-root {
    text-align: center;
  }


#s-5984185d-5f1e-40d0-848a-86bb322634cd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5984185d-5f1e-40d0-848a-86bb322634cd-root {
    text-align: center;
  }


#s-5984185d-5f1e-40d0-848a-86bb322634cd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7363f52b-2201-495c-9f23-7a173e6709a7 {
  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-7363f52b-2201-495c-9f23-7a173e6709a7: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-7363f52b-2201-495c-9f23-7a173e6709a7:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7363f52b-2201-495c-9f23-7a173e6709a7-root {
    text-align: center;
  }


#s-7363f52b-2201-495c-9f23-7a173e6709a7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7363f52b-2201-495c-9f23-7a173e6709a7-root {
    text-align: center;
  }


#s-7363f52b-2201-495c-9f23-7a173e6709a7.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-7363f52b-2201-495c-9f23-7a173e6709a7-root {
    text-align: center;
  }


#s-7363f52b-2201-495c-9f23-7a173e6709a7.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-7363f52b-2201-495c-9f23-7a173e6709a7-root {
    text-align: center;
  }


#s-7363f52b-2201-495c-9f23-7a173e6709a7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7363f52b-2201-495c-9f23-7a173e6709a7-root {
    text-align: center;
  }


#s-7363f52b-2201-495c-9f23-7a173e6709a7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-cd1ff442-5a69-4b34-9159-1517dbf9de25 {
  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-cd1ff442-5a69-4b34-9159-1517dbf9de25: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-cd1ff442-5a69-4b34-9159-1517dbf9de25:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-cd1ff442-5a69-4b34-9159-1517dbf9de25-root {
    text-align: center;
  }


#s-cd1ff442-5a69-4b34-9159-1517dbf9de25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd1ff442-5a69-4b34-9159-1517dbf9de25-root {
    text-align: center;
  }


#s-cd1ff442-5a69-4b34-9159-1517dbf9de25.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-cd1ff442-5a69-4b34-9159-1517dbf9de25-root {
    text-align: center;
  }


#s-cd1ff442-5a69-4b34-9159-1517dbf9de25.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-cd1ff442-5a69-4b34-9159-1517dbf9de25-root {
    text-align: center;
  }


#s-cd1ff442-5a69-4b34-9159-1517dbf9de25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd1ff442-5a69-4b34-9159-1517dbf9de25-root {
    text-align: center;
  }


#s-cd1ff442-5a69-4b34-9159-1517dbf9de25.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9752b485-91f3-44e7-b963-bd77e8985e3b {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-9752b485-91f3-44e7-b963-bd77e8985e3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9752b485-91f3-44e7-b963-bd77e8985e3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9752b485-91f3-44e7-b963-bd77e8985e3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9752b485-91f3-44e7-b963-bd77e8985e3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2f0f9ce0-3a95-4dab-a886-912283da56dd {
  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-2f0f9ce0-3a95-4dab-a886-912283da56dd: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-2f0f9ce0-3a95-4dab-a886-912283da56dd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-2f0f9ce0-3a95-4dab-a886-912283da56dd-root {
    text-align: center;
  }


#s-2f0f9ce0-3a95-4dab-a886-912283da56dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f0f9ce0-3a95-4dab-a886-912283da56dd-root {
    text-align: center;
  }


#s-2f0f9ce0-3a95-4dab-a886-912283da56dd.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-2f0f9ce0-3a95-4dab-a886-912283da56dd-root {
    text-align: center;
  }


#s-2f0f9ce0-3a95-4dab-a886-912283da56dd.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-2f0f9ce0-3a95-4dab-a886-912283da56dd-root {
    text-align: center;
  }


#s-2f0f9ce0-3a95-4dab-a886-912283da56dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f0f9ce0-3a95-4dab-a886-912283da56dd-root {
    text-align: center;
  }


#s-2f0f9ce0-3a95-4dab-a886-912283da56dd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b {
  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-46bf8650-49f0-46eb-8f37-41fcbd92e42b: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-46bf8650-49f0-46eb-8f37-41fcbd92e42b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-46bf8650-49f0-46eb-8f37-41fcbd92e42b-root {
    text-align: center;
  }


#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46bf8650-49f0-46eb-8f37-41fcbd92e42b-root {
    text-align: center;
  }


#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b.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-46bf8650-49f0-46eb-8f37-41fcbd92e42b-root {
    text-align: center;
  }


#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b.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-46bf8650-49f0-46eb-8f37-41fcbd92e42b-root {
    text-align: center;
  }


#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46bf8650-49f0-46eb-8f37-41fcbd92e42b-root {
    text-align: center;
  }


#s-46bf8650-49f0-46eb-8f37-41fcbd92e42b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15 {
  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-67caeffe-1e8e-4f3e-b15e-a602fbce1f15: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-67caeffe-1e8e-4f3e-b15e-a602fbce1f15:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15-root {
    text-align: center;
  }


#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15-root {
    text-align: center;
  }


#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15.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-67caeffe-1e8e-4f3e-b15e-a602fbce1f15-root {
    text-align: center;
  }


#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15.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-67caeffe-1e8e-4f3e-b15e-a602fbce1f15-root {
    text-align: center;
  }


#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15-root {
    text-align: center;
  }


#s-67caeffe-1e8e-4f3e-b15e-a602fbce1f15.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0c529025-a34d-4688-8233-f318478af575 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0c529025-a34d-4688-8233-f318478af575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c529025-a34d-4688-8233-f318478af575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c529025-a34d-4688-8233-f318478af575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c529025-a34d-4688-8233-f318478af575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60977f12-ec06-4f0d-800e-a3697b391119 {
  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-60977f12-ec06-4f0d-800e-a3697b391119: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-60977f12-ec06-4f0d-800e-a3697b391119:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-60977f12-ec06-4f0d-800e-a3697b391119-root {
    text-align: center;
  }


#s-60977f12-ec06-4f0d-800e-a3697b391119.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-60977f12-ec06-4f0d-800e-a3697b391119-root {
    text-align: center;
  }


#s-60977f12-ec06-4f0d-800e-a3697b391119.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-60977f12-ec06-4f0d-800e-a3697b391119-root {
    text-align: center;
  }


#s-60977f12-ec06-4f0d-800e-a3697b391119.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-60977f12-ec06-4f0d-800e-a3697b391119-root {
    text-align: center;
  }


#s-60977f12-ec06-4f0d-800e-a3697b391119.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-60977f12-ec06-4f0d-800e-a3697b391119-root {
    text-align: center;
  }


#s-60977f12-ec06-4f0d-800e-a3697b391119.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-207d9eb4-8bf8-4a90-926a-64602f83d4f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-207d9eb4-8bf8-4a90-926a-64602f83d4f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-088fce77-9616-4e2c-984c-745e0c6f43f5 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-088fce77-9616-4e2c-984c-745e0c6f43f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-088fce77-9616-4e2c-984c-745e0c6f43f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-088fce77-9616-4e2c-984c-745e0c6f43f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-088fce77-9616-4e2c-984c-745e0c6f43f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-46340fbd-fa44-44c7-9287-f48c2a120279 {
  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-46340fbd-fa44-44c7-9287-f48c2a120279: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-46340fbd-fa44-44c7-9287-f48c2a120279:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-46340fbd-fa44-44c7-9287-f48c2a120279-root {
    text-align: center;
  }


#s-46340fbd-fa44-44c7-9287-f48c2a120279.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46340fbd-fa44-44c7-9287-f48c2a120279-root {
    text-align: center;
  }


#s-46340fbd-fa44-44c7-9287-f48c2a120279.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-46340fbd-fa44-44c7-9287-f48c2a120279-root {
    text-align: center;
  }


#s-46340fbd-fa44-44c7-9287-f48c2a120279.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-46340fbd-fa44-44c7-9287-f48c2a120279-root {
    text-align: center;
  }


#s-46340fbd-fa44-44c7-9287-f48c2a120279.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46340fbd-fa44-44c7-9287-f48c2a120279-root {
    text-align: center;
  }


#s-46340fbd-fa44-44c7-9287-f48c2a120279.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0 {
  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-bf0cc721-d226-4c7c-9df3-d52b0a789ad0: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-bf0cc721-d226-4c7c-9df3-d52b0a789ad0:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0-root {
    text-align: center;
  }


#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0-root {
    text-align: center;
  }


#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0.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-bf0cc721-d226-4c7c-9df3-d52b0a789ad0-root {
    text-align: center;
  }


#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0.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-bf0cc721-d226-4c7c-9df3-d52b0a789ad0-root {
    text-align: center;
  }


#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0-root {
    text-align: center;
  }


#s-bf0cc721-d226-4c7c-9df3-d52b0a789ad0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c06e0d27-0bee-43da-ac21-fe8a7353c456 {
  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-c06e0d27-0bee-43da-ac21-fe8a7353c456: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-c06e0d27-0bee-43da-ac21-fe8a7353c456:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c06e0d27-0bee-43da-ac21-fe8a7353c456-root {
    text-align: center;
  }


#s-c06e0d27-0bee-43da-ac21-fe8a7353c456.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c06e0d27-0bee-43da-ac21-fe8a7353c456-root {
    text-align: center;
  }


#s-c06e0d27-0bee-43da-ac21-fe8a7353c456.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-c06e0d27-0bee-43da-ac21-fe8a7353c456-root {
    text-align: center;
  }


#s-c06e0d27-0bee-43da-ac21-fe8a7353c456.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-c06e0d27-0bee-43da-ac21-fe8a7353c456-root {
    text-align: center;
  }


#s-c06e0d27-0bee-43da-ac21-fe8a7353c456.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c06e0d27-0bee-43da-ac21-fe8a7353c456-root {
    text-align: center;
  }


#s-c06e0d27-0bee-43da-ac21-fe8a7353c456.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-53ab5b39-e319-40ad-ae82-be19b8d97605 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-53ab5b39-e319-40ad-ae82-be19b8d97605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ab5b39-e319-40ad-ae82-be19b8d97605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53ab5b39-e319-40ad-ae82-be19b8d97605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ab5b39-e319-40ad-ae82-be19b8d97605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b09b7171-8e66-4983-af23-10a7493e3da2 {
  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-b09b7171-8e66-4983-af23-10a7493e3da2: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-b09b7171-8e66-4983-af23-10a7493e3da2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b09b7171-8e66-4983-af23-10a7493e3da2-root {
    text-align: center;
  }


#s-b09b7171-8e66-4983-af23-10a7493e3da2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b09b7171-8e66-4983-af23-10a7493e3da2-root {
    text-align: center;
  }


#s-b09b7171-8e66-4983-af23-10a7493e3da2.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-b09b7171-8e66-4983-af23-10a7493e3da2-root {
    text-align: center;
  }


#s-b09b7171-8e66-4983-af23-10a7493e3da2.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-b09b7171-8e66-4983-af23-10a7493e3da2-root {
    text-align: center;
  }


#s-b09b7171-8e66-4983-af23-10a7493e3da2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b09b7171-8e66-4983-af23-10a7493e3da2-root {
    text-align: center;
  }


#s-b09b7171-8e66-4983-af23-10a7493e3da2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646 {
  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-aac59dc0-5f18-4a82-94ef-d7b82ba98646: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-aac59dc0-5f18-4a82-94ef-d7b82ba98646:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-aac59dc0-5f18-4a82-94ef-d7b82ba98646-root {
    text-align: center;
  }


#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aac59dc0-5f18-4a82-94ef-d7b82ba98646-root {
    text-align: center;
  }


#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646.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-aac59dc0-5f18-4a82-94ef-d7b82ba98646-root {
    text-align: center;
  }


#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646.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-aac59dc0-5f18-4a82-94ef-d7b82ba98646-root {
    text-align: center;
  }


#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aac59dc0-5f18-4a82-94ef-d7b82ba98646-root {
    text-align: center;
  }


#s-aac59dc0-5f18-4a82-94ef-d7b82ba98646.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-379681d7-fc55-461f-9f10-828fbb3064db {
  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-379681d7-fc55-461f-9f10-828fbb3064db: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-379681d7-fc55-461f-9f10-828fbb3064db:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-379681d7-fc55-461f-9f10-828fbb3064db-root {
    text-align: center;
  }


#s-379681d7-fc55-461f-9f10-828fbb3064db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-379681d7-fc55-461f-9f10-828fbb3064db-root {
    text-align: center;
  }


#s-379681d7-fc55-461f-9f10-828fbb3064db.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-379681d7-fc55-461f-9f10-828fbb3064db-root {
    text-align: center;
  }


#s-379681d7-fc55-461f-9f10-828fbb3064db.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-379681d7-fc55-461f-9f10-828fbb3064db-root {
    text-align: center;
  }


#s-379681d7-fc55-461f-9f10-828fbb3064db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-379681d7-fc55-461f-9f10-828fbb3064db-root {
    text-align: center;
  }


#s-379681d7-fc55-461f-9f10-828fbb3064db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-06e47d72-0311-49a8-8ec8-3b0bac6108d5 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-06e47d72-0311-49a8-8ec8-3b0bac6108d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e47d72-0311-49a8-8ec8-3b0bac6108d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06e47d72-0311-49a8-8ec8-3b0bac6108d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e47d72-0311-49a8-8ec8-3b0bac6108d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8 {
  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-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8: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-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8-root {
    text-align: center;
  }


#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8-root {
    text-align: center;
  }


#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8.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-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8-root {
    text-align: center;
  }


#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8.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-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8-root {
    text-align: center;
  }


#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8-root {
    text-align: center;
  }


#s-ccd9bea2-181f-4332-8eb4-2bf6dd6c68d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-dbb79ae3-a0d1-49b3-b23e-746f0d0921fa hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-94d8c5bc-545a-4e9e-a76b-059fc7766db5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-94d8c5bc-545a-4e9e-a76b-059fc7766db5"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-94d8c5bc-545a-4e9e-a76b-059fc7766db5"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d8c5bc-545a-4e9e-a76b-059fc7766db5"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-63a3d5df-69cf-4fee-81fb-ec0e69bbe421 {
  text-align: right;
}







  #s-63a3d5df-69cf-4fee-81fb-ec0e69bbe421 img.shogun-image {
    

    
    
    
  }


#s-63a3d5df-69cf-4fee-81fb-ec0e69bbe421 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6917011-26ed-4cba-9a56-21751431b97a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6917011-26ed-4cba-9a56-21751431b97a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-984d4ec2-8552-4e80-8706-b6f84730dafa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-984d4ec2-8552-4e80-8706-b6f84730dafa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-984d4ec2-8552-4e80-8706-b6f84730dafa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-984d4ec2-8552-4e80-8706-b6f84730dafa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23b06796-9886-42f8-911a-a5c6c588a21d {
  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-23b06796-9886-42f8-911a-a5c6c588a21d: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-23b06796-9886-42f8-911a-a5c6c588a21d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-23b06796-9886-42f8-911a-a5c6c588a21d-root {
    text-align: center;
  }


#s-23b06796-9886-42f8-911a-a5c6c588a21d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23b06796-9886-42f8-911a-a5c6c588a21d-root {
    text-align: center;
  }


#s-23b06796-9886-42f8-911a-a5c6c588a21d.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-23b06796-9886-42f8-911a-a5c6c588a21d-root {
    text-align: center;
  }


#s-23b06796-9886-42f8-911a-a5c6c588a21d.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-23b06796-9886-42f8-911a-a5c6c588a21d-root {
    text-align: center;
  }


#s-23b06796-9886-42f8-911a-a5c6c588a21d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23b06796-9886-42f8-911a-a5c6c588a21d-root {
    text-align: center;
  }


#s-23b06796-9886-42f8-911a-a5c6c588a21d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9ee11666-c4de-4719-9058-011228795059 {
  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-9ee11666-c4de-4719-9058-011228795059: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-9ee11666-c4de-4719-9058-011228795059:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9ee11666-c4de-4719-9058-011228795059-root {
    text-align: center;
  }


#s-9ee11666-c4de-4719-9058-011228795059.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ee11666-c4de-4719-9058-011228795059-root {
    text-align: center;
  }


#s-9ee11666-c4de-4719-9058-011228795059.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-9ee11666-c4de-4719-9058-011228795059-root {
    text-align: center;
  }


#s-9ee11666-c4de-4719-9058-011228795059.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-9ee11666-c4de-4719-9058-011228795059-root {
    text-align: center;
  }


#s-9ee11666-c4de-4719-9058-011228795059.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ee11666-c4de-4719-9058-011228795059-root {
    text-align: center;
  }


#s-9ee11666-c4de-4719-9058-011228795059.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1568ffbd-b6b5-4df2-9a9d-97053be9a35f hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-eba22fe4-3005-4809-91d2-c06403e4e7f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eba22fe4-3005-4809-91d2-c06403e4e7f9"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-eba22fe4-3005-4809-91d2-c06403e4e7f9"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-eba22fe4-3005-4809-91d2-c06403e4e7f9"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a8dc45d9-4f7a-4ea0-b9e5-febb9b3a914c {
  text-align: right;
}







  #s-a8dc45d9-4f7a-4ea0-b9e5-febb9b3a914c img.shogun-image {
    

    
    
    
  }


#s-a8dc45d9-4f7a-4ea0-b9e5-febb9b3a914c .shogun-image-content {
  
    align-items: center;
  
}

#s-f6ed5b62-e469-46e3-af32-dd304b7e1855 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6ed5b62-e469-46e3-af32-dd304b7e1855 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f0fd1edb-2917-4561-894a-1408ca535c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0fd1edb-2917-4561-894a-1408ca535c55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0fd1edb-2917-4561-894a-1408ca535c55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0fd1edb-2917-4561-894a-1408ca535c55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a {
  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-ec2e48b5-5955-4ebc-9375-22059c7efa5a: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-ec2e48b5-5955-4ebc-9375-22059c7efa5a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ec2e48b5-5955-4ebc-9375-22059c7efa5a-root {
    text-align: center;
  }


#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec2e48b5-5955-4ebc-9375-22059c7efa5a-root {
    text-align: center;
  }


#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a.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-ec2e48b5-5955-4ebc-9375-22059c7efa5a-root {
    text-align: center;
  }


#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a.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-ec2e48b5-5955-4ebc-9375-22059c7efa5a-root {
    text-align: center;
  }


#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec2e48b5-5955-4ebc-9375-22059c7efa5a-root {
    text-align: center;
  }


#s-ec2e48b5-5955-4ebc-9375-22059c7efa5a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ae846871-9376-4142-9e87-ae3b04bfa7b4 {
  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-ae846871-9376-4142-9e87-ae3b04bfa7b4: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-ae846871-9376-4142-9e87-ae3b04bfa7b4:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ae846871-9376-4142-9e87-ae3b04bfa7b4-root {
    text-align: center;
  }


#s-ae846871-9376-4142-9e87-ae3b04bfa7b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ae846871-9376-4142-9e87-ae3b04bfa7b4-root {
    text-align: center;
  }


#s-ae846871-9376-4142-9e87-ae3b04bfa7b4.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-ae846871-9376-4142-9e87-ae3b04bfa7b4-root {
    text-align: center;
  }


#s-ae846871-9376-4142-9e87-ae3b04bfa7b4.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-ae846871-9376-4142-9e87-ae3b04bfa7b4-root {
    text-align: center;
  }


#s-ae846871-9376-4142-9e87-ae3b04bfa7b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ae846871-9376-4142-9e87-ae3b04bfa7b4-root {
    text-align: center;
  }


#s-ae846871-9376-4142-9e87-ae3b04bfa7b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-2204bed5-bc6e-4dab-8cdd-e299e3779937 {
  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-2204bed5-bc6e-4dab-8cdd-e299e3779937: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-2204bed5-bc6e-4dab-8cdd-e299e3779937:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-2204bed5-bc6e-4dab-8cdd-e299e3779937-root {
    text-align: center;
  }


#s-2204bed5-bc6e-4dab-8cdd-e299e3779937.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2204bed5-bc6e-4dab-8cdd-e299e3779937-root {
    text-align: center;
  }


#s-2204bed5-bc6e-4dab-8cdd-e299e3779937.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-2204bed5-bc6e-4dab-8cdd-e299e3779937-root {
    text-align: center;
  }


#s-2204bed5-bc6e-4dab-8cdd-e299e3779937.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-2204bed5-bc6e-4dab-8cdd-e299e3779937-root {
    text-align: center;
  }


#s-2204bed5-bc6e-4dab-8cdd-e299e3779937.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2204bed5-bc6e-4dab-8cdd-e299e3779937-root {
    text-align: center;
  }


#s-2204bed5-bc6e-4dab-8cdd-e299e3779937.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0003c937-864f-48a4-89bf-51bb2bbcb2f7 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0003c937-864f-48a4-89bf-51bb2bbcb2f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0003c937-864f-48a4-89bf-51bb2bbcb2f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0003c937-864f-48a4-89bf-51bb2bbcb2f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0003c937-864f-48a4-89bf-51bb2bbcb2f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-089308e9-01cd-40b2-90b6-dada6cc44ebd {
  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-089308e9-01cd-40b2-90b6-dada6cc44ebd: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-089308e9-01cd-40b2-90b6-dada6cc44ebd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-089308e9-01cd-40b2-90b6-dada6cc44ebd-root {
    text-align: center;
  }


#s-089308e9-01cd-40b2-90b6-dada6cc44ebd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-089308e9-01cd-40b2-90b6-dada6cc44ebd-root {
    text-align: center;
  }


#s-089308e9-01cd-40b2-90b6-dada6cc44ebd.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-089308e9-01cd-40b2-90b6-dada6cc44ebd-root {
    text-align: center;
  }


#s-089308e9-01cd-40b2-90b6-dada6cc44ebd.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-089308e9-01cd-40b2-90b6-dada6cc44ebd-root {
    text-align: center;
  }


#s-089308e9-01cd-40b2-90b6-dada6cc44ebd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-089308e9-01cd-40b2-90b6-dada6cc44ebd-root {
    text-align: center;
  }


#s-089308e9-01cd-40b2-90b6-dada6cc44ebd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
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-1b308954-7d30-49f7-89d2-9d7dfc2a293f: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-1b308954-7d30-49f7-89d2-9d7dfc2a293f:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1b308954-7d30-49f7-89d2-9d7dfc2a293f-root {
    text-align: center;
  }


#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b308954-7d30-49f7-89d2-9d7dfc2a293f-root {
    text-align: center;
  }


#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f.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-1b308954-7d30-49f7-89d2-9d7dfc2a293f-root {
    text-align: center;
  }


#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f.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-1b308954-7d30-49f7-89d2-9d7dfc2a293f-root {
    text-align: center;
  }


#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b308954-7d30-49f7-89d2-9d7dfc2a293f-root {
    text-align: center;
  }


#s-1b308954-7d30-49f7-89d2-9d7dfc2a293f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3f176c8c-27ba-4bd6-af85-2255cbefe154 {
  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-3f176c8c-27ba-4bd6-af85-2255cbefe154: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-3f176c8c-27ba-4bd6-af85-2255cbefe154:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-3f176c8c-27ba-4bd6-af85-2255cbefe154-root {
    text-align: center;
  }


#s-3f176c8c-27ba-4bd6-af85-2255cbefe154.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f176c8c-27ba-4bd6-af85-2255cbefe154-root {
    text-align: center;
  }


#s-3f176c8c-27ba-4bd6-af85-2255cbefe154.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-3f176c8c-27ba-4bd6-af85-2255cbefe154-root {
    text-align: center;
  }


#s-3f176c8c-27ba-4bd6-af85-2255cbefe154.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-3f176c8c-27ba-4bd6-af85-2255cbefe154-root {
    text-align: center;
  }


#s-3f176c8c-27ba-4bd6-af85-2255cbefe154.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f176c8c-27ba-4bd6-af85-2255cbefe154-root {
    text-align: center;
  }


#s-3f176c8c-27ba-4bd6-af85-2255cbefe154.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-68c48a75-364f-4e4b-bc2d-aed1164e9098 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-68c48a75-364f-4e4b-bc2d-aed1164e9098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68c48a75-364f-4e4b-bc2d-aed1164e9098"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68c48a75-364f-4e4b-bc2d-aed1164e9098"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68c48a75-364f-4e4b-bc2d-aed1164e9098"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7f237dd-88c5-4d98-9693-2120134ac8bd {
  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-d7f237dd-88c5-4d98-9693-2120134ac8bd: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-d7f237dd-88c5-4d98-9693-2120134ac8bd:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d7f237dd-88c5-4d98-9693-2120134ac8bd-root {
    text-align: center;
  }


#s-d7f237dd-88c5-4d98-9693-2120134ac8bd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7f237dd-88c5-4d98-9693-2120134ac8bd-root {
    text-align: center;
  }


#s-d7f237dd-88c5-4d98-9693-2120134ac8bd.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-d7f237dd-88c5-4d98-9693-2120134ac8bd-root {
    text-align: center;
  }


#s-d7f237dd-88c5-4d98-9693-2120134ac8bd.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-d7f237dd-88c5-4d98-9693-2120134ac8bd-root {
    text-align: center;
  }


#s-d7f237dd-88c5-4d98-9693-2120134ac8bd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7f237dd-88c5-4d98-9693-2120134ac8bd-root {
    text-align: center;
  }


#s-d7f237dd-88c5-4d98-9693-2120134ac8bd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1901540a-851f-4ba1-a476-9b83b8c751a1 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-cde831fe-75d1-4960-9445-fcd39bb5da86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cde831fe-75d1-4960-9445-fcd39bb5da86"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-cde831fe-75d1-4960-9445-fcd39bb5da86"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-cde831fe-75d1-4960-9445-fcd39bb5da86"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-dbab5a85-bd8d-410c-8457-4dca7b2eea31 {
  text-align: right;
}







  #s-dbab5a85-bd8d-410c-8457-4dca7b2eea31 img.shogun-image {
    

    
    
    
  }


#s-dbab5a85-bd8d-410c-8457-4dca7b2eea31 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf221e4-8fda-405d-bd5d-2e123dec4b5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdf221e4-8fda-405d-bd5d-2e123dec4b5b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ae4c845c-abd9-4ac9-b778-559e8f6771f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae4c845c-abd9-4ac9-b778-559e8f6771f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae4c845c-abd9-4ac9-b778-559e8f6771f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae4c845c-abd9-4ac9-b778-559e8f6771f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67 {
  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-578e7c39-1ad4-4ea6-bf37-d9186df64a67: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-578e7c39-1ad4-4ea6-bf37-d9186df64a67:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-578e7c39-1ad4-4ea6-bf37-d9186df64a67-root {
    text-align: center;
  }


#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-578e7c39-1ad4-4ea6-bf37-d9186df64a67-root {
    text-align: center;
  }


#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67.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-578e7c39-1ad4-4ea6-bf37-d9186df64a67-root {
    text-align: center;
  }


#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67.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-578e7c39-1ad4-4ea6-bf37-d9186df64a67-root {
    text-align: center;
  }


#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-578e7c39-1ad4-4ea6-bf37-d9186df64a67-root {
    text-align: center;
  }


#s-578e7c39-1ad4-4ea6-bf37-d9186df64a67.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9b3e4ef7-9456-49f3-8b03-48197753889f {
  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-9b3e4ef7-9456-49f3-8b03-48197753889f: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-9b3e4ef7-9456-49f3-8b03-48197753889f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9b3e4ef7-9456-49f3-8b03-48197753889f-root {
    text-align: center;
  }


#s-9b3e4ef7-9456-49f3-8b03-48197753889f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b3e4ef7-9456-49f3-8b03-48197753889f-root {
    text-align: center;
  }


#s-9b3e4ef7-9456-49f3-8b03-48197753889f.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-9b3e4ef7-9456-49f3-8b03-48197753889f-root {
    text-align: center;
  }


#s-9b3e4ef7-9456-49f3-8b03-48197753889f.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-9b3e4ef7-9456-49f3-8b03-48197753889f-root {
    text-align: center;
  }


#s-9b3e4ef7-9456-49f3-8b03-48197753889f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b3e4ef7-9456-49f3-8b03-48197753889f-root {
    text-align: center;
  }


#s-9b3e4ef7-9456-49f3-8b03-48197753889f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-68ef5fb0-759e-4971-aa09-fdf107906dd6 {
  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-68ef5fb0-759e-4971-aa09-fdf107906dd6: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-68ef5fb0-759e-4971-aa09-fdf107906dd6:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-68ef5fb0-759e-4971-aa09-fdf107906dd6-root {
    text-align: center;
  }


#s-68ef5fb0-759e-4971-aa09-fdf107906dd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68ef5fb0-759e-4971-aa09-fdf107906dd6-root {
    text-align: center;
  }


#s-68ef5fb0-759e-4971-aa09-fdf107906dd6.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-68ef5fb0-759e-4971-aa09-fdf107906dd6-root {
    text-align: center;
  }


#s-68ef5fb0-759e-4971-aa09-fdf107906dd6.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-68ef5fb0-759e-4971-aa09-fdf107906dd6-root {
    text-align: center;
  }


#s-68ef5fb0-759e-4971-aa09-fdf107906dd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68ef5fb0-759e-4971-aa09-fdf107906dd6-root {
    text-align: center;
  }


#s-68ef5fb0-759e-4971-aa09-fdf107906dd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-43a2e718-88aa-47ca-9192-dc78c2a9e4bb {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-43a2e718-88aa-47ca-9192-dc78c2a9e4bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a2e718-88aa-47ca-9192-dc78c2a9e4bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43a2e718-88aa-47ca-9192-dc78c2a9e4bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a2e718-88aa-47ca-9192-dc78c2a9e4bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-43614391-5200-425b-8ab6-8a5de28ff8bb {
  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-43614391-5200-425b-8ab6-8a5de28ff8bb: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-43614391-5200-425b-8ab6-8a5de28ff8bb:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-43614391-5200-425b-8ab6-8a5de28ff8bb-root {
    text-align: center;
  }


#s-43614391-5200-425b-8ab6-8a5de28ff8bb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43614391-5200-425b-8ab6-8a5de28ff8bb-root {
    text-align: center;
  }


#s-43614391-5200-425b-8ab6-8a5de28ff8bb.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-43614391-5200-425b-8ab6-8a5de28ff8bb-root {
    text-align: center;
  }


#s-43614391-5200-425b-8ab6-8a5de28ff8bb.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-43614391-5200-425b-8ab6-8a5de28ff8bb-root {
    text-align: center;
  }


#s-43614391-5200-425b-8ab6-8a5de28ff8bb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43614391-5200-425b-8ab6-8a5de28ff8bb-root {
    text-align: center;
  }


#s-43614391-5200-425b-8ab6-8a5de28ff8bb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b06b7efb-518c-4bb8-a471-be33dd9d131d {
  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-b06b7efb-518c-4bb8-a471-be33dd9d131d: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-b06b7efb-518c-4bb8-a471-be33dd9d131d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b06b7efb-518c-4bb8-a471-be33dd9d131d-root {
    text-align: center;
  }


#s-b06b7efb-518c-4bb8-a471-be33dd9d131d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b06b7efb-518c-4bb8-a471-be33dd9d131d-root {
    text-align: center;
  }


#s-b06b7efb-518c-4bb8-a471-be33dd9d131d.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-b06b7efb-518c-4bb8-a471-be33dd9d131d-root {
    text-align: center;
  }


#s-b06b7efb-518c-4bb8-a471-be33dd9d131d.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-b06b7efb-518c-4bb8-a471-be33dd9d131d-root {
    text-align: center;
  }


#s-b06b7efb-518c-4bb8-a471-be33dd9d131d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b06b7efb-518c-4bb8-a471-be33dd9d131d-root {
    text-align: center;
  }


#s-b06b7efb-518c-4bb8-a471-be33dd9d131d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1 {
  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-1c3ad05b-42ab-4848-b6f4-deee83556ab1: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-1c3ad05b-42ab-4848-b6f4-deee83556ab1:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1c3ad05b-42ab-4848-b6f4-deee83556ab1-root {
    text-align: center;
  }


#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c3ad05b-42ab-4848-b6f4-deee83556ab1-root {
    text-align: center;
  }


#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1.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-1c3ad05b-42ab-4848-b6f4-deee83556ab1-root {
    text-align: center;
  }


#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1.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-1c3ad05b-42ab-4848-b6f4-deee83556ab1-root {
    text-align: center;
  }


#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c3ad05b-42ab-4848-b6f4-deee83556ab1-root {
    text-align: center;
  }


#s-1c3ad05b-42ab-4848-b6f4-deee83556ab1.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e8e500d0-a2a4-4e21-83cd-1c747261c3dc {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-e8e500d0-a2a4-4e21-83cd-1c747261c3dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8e500d0-a2a4-4e21-83cd-1c747261c3dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e500d0-a2a4-4e21-83cd-1c747261c3dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e500d0-a2a4-4e21-83cd-1c747261c3dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb {
  border-style: solid;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 2px;
margin-right: 0%;
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-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb: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-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb-root {
    text-align: center;
  }


#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb-root {
    text-align: center;
  }


#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb.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-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb-root {
    text-align: center;
  }


#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb.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-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb-root {
    text-align: center;
  }


#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb-root {
    text-align: center;
  }


#s-2bc5aa54-cea1-4cbc-aa83-f1dc707aa8fb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87 {
  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-737426ce-0a1c-4e6b-b49b-7a8dab348c87: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-737426ce-0a1c-4e6b-b49b-7a8dab348c87:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-737426ce-0a1c-4e6b-b49b-7a8dab348c87-root {
    text-align: center;
  }


#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-737426ce-0a1c-4e6b-b49b-7a8dab348c87-root {
    text-align: center;
  }


#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87.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-737426ce-0a1c-4e6b-b49b-7a8dab348c87-root {
    text-align: center;
  }


#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87.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-737426ce-0a1c-4e6b-b49b-7a8dab348c87-root {
    text-align: center;
  }


#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-737426ce-0a1c-4e6b-b49b-7a8dab348c87-root {
    text-align: center;
  }


#s-737426ce-0a1c-4e6b-b49b-7a8dab348c87.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5 {
  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-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5: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-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5-root {
    text-align: center;
  }


#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5-root {
    text-align: center;
  }


#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5.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-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5-root {
    text-align: center;
  }


#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5.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-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5-root {
    text-align: center;
  }


#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5-root {
    text-align: center;
  }


#s-1cd3650f-7fe0-4e8d-af68-2ebbfca1e8e5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-381fb3b5-cde4-4f08-aea0-561e4f63ea45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-381fb3b5-cde4-4f08-aea0-561e4f63ea45 .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-4c70e38e-8f22-40df-9951-64c7392bced2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c70e38e-8f22-40df-9951-64c7392bced2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4c70e38e-8f22-40df-9951-64c7392bced2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c70e38e-8f22-40df-9951-64c7392bced2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0dab048f-1198-45f2-8b7b-930b2e954b11 {
  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-0dab048f-1198-45f2-8b7b-930b2e954b11: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-0dab048f-1198-45f2-8b7b-930b2e954b11:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0dab048f-1198-45f2-8b7b-930b2e954b11-root {
    text-align: center;
  }


#s-0dab048f-1198-45f2-8b7b-930b2e954b11.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0dab048f-1198-45f2-8b7b-930b2e954b11-root {
    text-align: center;
  }


#s-0dab048f-1198-45f2-8b7b-930b2e954b11.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-0dab048f-1198-45f2-8b7b-930b2e954b11-root {
    text-align: center;
  }


#s-0dab048f-1198-45f2-8b7b-930b2e954b11.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-0dab048f-1198-45f2-8b7b-930b2e954b11-root {
    text-align: center;
  }


#s-0dab048f-1198-45f2-8b7b-930b2e954b11.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0dab048f-1198-45f2-8b7b-930b2e954b11-root {
    text-align: center;
  }


#s-0dab048f-1198-45f2-8b7b-930b2e954b11.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1e79ca95-eadb-4511-ba30-ec43069fe47e {
  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-1e79ca95-eadb-4511-ba30-ec43069fe47e: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-1e79ca95-eadb-4511-ba30-ec43069fe47e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1e79ca95-eadb-4511-ba30-ec43069fe47e-root {
    text-align: center;
  }


#s-1e79ca95-eadb-4511-ba30-ec43069fe47e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e79ca95-eadb-4511-ba30-ec43069fe47e-root {
    text-align: center;
  }


#s-1e79ca95-eadb-4511-ba30-ec43069fe47e.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-1e79ca95-eadb-4511-ba30-ec43069fe47e-root {
    text-align: center;
  }


#s-1e79ca95-eadb-4511-ba30-ec43069fe47e.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-1e79ca95-eadb-4511-ba30-ec43069fe47e-root {
    text-align: center;
  }


#s-1e79ca95-eadb-4511-ba30-ec43069fe47e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e79ca95-eadb-4511-ba30-ec43069fe47e-root {
    text-align: center;
  }


#s-1e79ca95-eadb-4511-ba30-ec43069fe47e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6 {
  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-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6: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-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6-root {
    text-align: center;
  }


#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6-root {
    text-align: center;
  }


#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6.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-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6-root {
    text-align: center;
  }


#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6.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-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6-root {
    text-align: center;
  }


#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6-root {
    text-align: center;
  }


#s-a5fb834c-bbf0-4399-9a6d-dcc63774fcd6.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-a4459069-8826-46de-861b-69e162dff013"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4459069-8826-46de-861b-69e162dff013"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4459069-8826-46de-861b-69e162dff013"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4459069-8826-46de-861b-69e162dff013"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93765dd3-f1cf-464c-a24a-1b388716cede {
  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-93765dd3-f1cf-464c-a24a-1b388716cede: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-93765dd3-f1cf-464c-a24a-1b388716cede:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-93765dd3-f1cf-464c-a24a-1b388716cede-root {
    text-align: center;
  }


#s-93765dd3-f1cf-464c-a24a-1b388716cede.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93765dd3-f1cf-464c-a24a-1b388716cede-root {
    text-align: center;
  }


#s-93765dd3-f1cf-464c-a24a-1b388716cede.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-93765dd3-f1cf-464c-a24a-1b388716cede-root {
    text-align: center;
  }


#s-93765dd3-f1cf-464c-a24a-1b388716cede.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-93765dd3-f1cf-464c-a24a-1b388716cede-root {
    text-align: center;
  }


#s-93765dd3-f1cf-464c-a24a-1b388716cede.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93765dd3-f1cf-464c-a24a-1b388716cede-root {
    text-align: center;
  }


#s-93765dd3-f1cf-464c-a24a-1b388716cede.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7a8d03aa-b374-49a6-8417-5ee311b0827d {
  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-7a8d03aa-b374-49a6-8417-5ee311b0827d: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-7a8d03aa-b374-49a6-8417-5ee311b0827d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7a8d03aa-b374-49a6-8417-5ee311b0827d-root {
    text-align: center;
  }


#s-7a8d03aa-b374-49a6-8417-5ee311b0827d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a8d03aa-b374-49a6-8417-5ee311b0827d-root {
    text-align: center;
  }


#s-7a8d03aa-b374-49a6-8417-5ee311b0827d.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-7a8d03aa-b374-49a6-8417-5ee311b0827d-root {
    text-align: center;
  }


#s-7a8d03aa-b374-49a6-8417-5ee311b0827d.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-7a8d03aa-b374-49a6-8417-5ee311b0827d-root {
    text-align: center;
  }


#s-7a8d03aa-b374-49a6-8417-5ee311b0827d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a8d03aa-b374-49a6-8417-5ee311b0827d-root {
    text-align: center;
  }


#s-7a8d03aa-b374-49a6-8417-5ee311b0827d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7 {
  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-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7: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-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7-root {
    text-align: center;
  }


#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7-root {
    text-align: center;
  }


#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7.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-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7-root {
    text-align: center;
  }


#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7.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-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7-root {
    text-align: center;
  }


#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7-root {
    text-align: center;
  }


#s-14cd50a5-3e1d-48a3-a1a0-ead3fd55b5f7.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-d3433acb-b9b8-431a-940e-02c8a1548b81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3433acb-b9b8-431a-940e-02c8a1548b81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3433acb-b9b8-431a-940e-02c8a1548b81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3433acb-b9b8-431a-940e-02c8a1548b81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db {
  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-a52a70a2-fbe2-41b2-8045-7b66bf6a66db: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-a52a70a2-fbe2-41b2-8045-7b66bf6a66db:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db-root {
    text-align: center;
  }


#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db-root {
    text-align: center;
  }


#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db.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-a52a70a2-fbe2-41b2-8045-7b66bf6a66db-root {
    text-align: center;
  }


#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db.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-a52a70a2-fbe2-41b2-8045-7b66bf6a66db-root {
    text-align: center;
  }


#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db-root {
    text-align: center;
  }


#s-a52a70a2-fbe2-41b2-8045-7b66bf6a66db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0790c5ee-9864-4077-bbc1-2e54616aafcc {
  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-0790c5ee-9864-4077-bbc1-2e54616aafcc: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-0790c5ee-9864-4077-bbc1-2e54616aafcc:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0790c5ee-9864-4077-bbc1-2e54616aafcc-root {
    text-align: center;
  }


#s-0790c5ee-9864-4077-bbc1-2e54616aafcc.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0790c5ee-9864-4077-bbc1-2e54616aafcc-root {
    text-align: center;
  }


#s-0790c5ee-9864-4077-bbc1-2e54616aafcc.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-0790c5ee-9864-4077-bbc1-2e54616aafcc-root {
    text-align: center;
  }


#s-0790c5ee-9864-4077-bbc1-2e54616aafcc.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-0790c5ee-9864-4077-bbc1-2e54616aafcc-root {
    text-align: center;
  }


#s-0790c5ee-9864-4077-bbc1-2e54616aafcc.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0790c5ee-9864-4077-bbc1-2e54616aafcc-root {
    text-align: center;
  }


#s-0790c5ee-9864-4077-bbc1-2e54616aafcc.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b {
  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-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b: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-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b-root {
    text-align: center;
  }


#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b-root {
    text-align: center;
  }


#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b.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-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b-root {
    text-align: center;
  }


#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b.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-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b-root {
    text-align: center;
  }


#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b-root {
    text-align: center;
  }


#s-7e42d427-b8a9-4a98-82fc-b0ff0ea2b84b.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-2f3bd3bd-5628-4b4d-9c89-0c093fff4e68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f3bd3bd-5628-4b4d-9c89-0c093fff4e68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f3bd3bd-5628-4b4d-9c89-0c093fff4e68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f3bd3bd-5628-4b4d-9c89-0c093fff4e68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8e68b88-669f-4619-a1fc-41d93c93cd21 {
  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-f8e68b88-669f-4619-a1fc-41d93c93cd21: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-f8e68b88-669f-4619-a1fc-41d93c93cd21:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f8e68b88-669f-4619-a1fc-41d93c93cd21-root {
    text-align: center;
  }


#s-f8e68b88-669f-4619-a1fc-41d93c93cd21.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f8e68b88-669f-4619-a1fc-41d93c93cd21-root {
    text-align: center;
  }


#s-f8e68b88-669f-4619-a1fc-41d93c93cd21.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-f8e68b88-669f-4619-a1fc-41d93c93cd21-root {
    text-align: center;
  }


#s-f8e68b88-669f-4619-a1fc-41d93c93cd21.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-f8e68b88-669f-4619-a1fc-41d93c93cd21-root {
    text-align: center;
  }


#s-f8e68b88-669f-4619-a1fc-41d93c93cd21.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f8e68b88-669f-4619-a1fc-41d93c93cd21-root {
    text-align: center;
  }


#s-f8e68b88-669f-4619-a1fc-41d93c93cd21.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0 {
  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-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0: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-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0-root {
    text-align: center;
  }


#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0-root {
    text-align: center;
  }


#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0.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-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0-root {
    text-align: center;
  }


#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0.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-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0-root {
    text-align: center;
  }


#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0-root {
    text-align: center;
  }


#s-8d15fe29-aa13-4590-a9f2-08eaf01a0ce0.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c4d8b8cc-9cdc-427d-a623-87accf03522f {
  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-c4d8b8cc-9cdc-427d-a623-87accf03522f: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-c4d8b8cc-9cdc-427d-a623-87accf03522f:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c4d8b8cc-9cdc-427d-a623-87accf03522f-root {
    text-align: center;
  }


#s-c4d8b8cc-9cdc-427d-a623-87accf03522f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4d8b8cc-9cdc-427d-a623-87accf03522f-root {
    text-align: center;
  }


#s-c4d8b8cc-9cdc-427d-a623-87accf03522f.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-c4d8b8cc-9cdc-427d-a623-87accf03522f-root {
    text-align: center;
  }


#s-c4d8b8cc-9cdc-427d-a623-87accf03522f.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-c4d8b8cc-9cdc-427d-a623-87accf03522f-root {
    text-align: center;
  }


#s-c4d8b8cc-9cdc-427d-a623-87accf03522f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4d8b8cc-9cdc-427d-a623-87accf03522f-root {
    text-align: center;
  }


#s-c4d8b8cc-9cdc-427d-a623-87accf03522f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-96d0410f-6452-48c5-82dc-2bc3d5900785 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-fe2f35c7-039d-4c86-8a45-5a2008cff5a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fe2f35c7-039d-4c86-8a45-5a2008cff5a5"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fe2f35c7-039d-4c86-8a45-5a2008cff5a5"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe2f35c7-039d-4c86-8a45-5a2008cff5a5"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-c93095a2-81ab-4178-a2fe-828bfb05314f {
  text-align: right;
}







  #s-c93095a2-81ab-4178-a2fe-828bfb05314f img.shogun-image {
    

    
    
    
  }


#s-c93095a2-81ab-4178-a2fe-828bfb05314f .shogun-image-content {
  
    align-items: center;
  
}

#s-1d09cd2e-a08d-411a-a3fe-b3d1750762b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d09cd2e-a08d-411a-a3fe-b3d1750762b7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d9a76127-eb5f-48ac-9da4-ebc60615de55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9a76127-eb5f-48ac-9da4-ebc60615de55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9a76127-eb5f-48ac-9da4-ebc60615de55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9a76127-eb5f-48ac-9da4-ebc60615de55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-47f211ba-f0de-4790-8b42-40f4b654acfd {
  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-47f211ba-f0de-4790-8b42-40f4b654acfd: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-47f211ba-f0de-4790-8b42-40f4b654acfd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-47f211ba-f0de-4790-8b42-40f4b654acfd-root {
    text-align: center;
  }


#s-47f211ba-f0de-4790-8b42-40f4b654acfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47f211ba-f0de-4790-8b42-40f4b654acfd-root {
    text-align: center;
  }


#s-47f211ba-f0de-4790-8b42-40f4b654acfd.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-47f211ba-f0de-4790-8b42-40f4b654acfd-root {
    text-align: center;
  }


#s-47f211ba-f0de-4790-8b42-40f4b654acfd.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-47f211ba-f0de-4790-8b42-40f4b654acfd-root {
    text-align: center;
  }


#s-47f211ba-f0de-4790-8b42-40f4b654acfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47f211ba-f0de-4790-8b42-40f4b654acfd-root {
    text-align: center;
  }


#s-47f211ba-f0de-4790-8b42-40f4b654acfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-07b6571f-4ac7-4e75-be0e-924120b4ff08 {
  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-07b6571f-4ac7-4e75-be0e-924120b4ff08: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-07b6571f-4ac7-4e75-be0e-924120b4ff08:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-07b6571f-4ac7-4e75-be0e-924120b4ff08-root {
    text-align: center;
  }


#s-07b6571f-4ac7-4e75-be0e-924120b4ff08.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07b6571f-4ac7-4e75-be0e-924120b4ff08-root {
    text-align: center;
  }


#s-07b6571f-4ac7-4e75-be0e-924120b4ff08.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-07b6571f-4ac7-4e75-be0e-924120b4ff08-root {
    text-align: center;
  }


#s-07b6571f-4ac7-4e75-be0e-924120b4ff08.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-07b6571f-4ac7-4e75-be0e-924120b4ff08-root {
    text-align: center;
  }


#s-07b6571f-4ac7-4e75-be0e-924120b4ff08.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07b6571f-4ac7-4e75-be0e-924120b4ff08-root {
    text-align: center;
  }


#s-07b6571f-4ac7-4e75-be0e-924120b4ff08.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d {
  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-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d: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-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d-root {
    text-align: center;
  }


#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d-root {
    text-align: center;
  }


#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d.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-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d-root {
    text-align: center;
  }


#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d.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-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d-root {
    text-align: center;
  }


#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d-root {
    text-align: center;
  }


#s-0f0c85c9-b83c-450c-b10d-fe530bbb1d1d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3cc65d11-d7ca-4f73-bb62-d58c648f1146 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-3cc65d11-d7ca-4f73-bb62-d58c648f1146"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cc65d11-d7ca-4f73-bb62-d58c648f1146"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cc65d11-d7ca-4f73-bb62-d58c648f1146"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cc65d11-d7ca-4f73-bb62-d58c648f1146"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143 {
  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-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143: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-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143-root {
    text-align: center;
  }


#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143-root {
    text-align: center;
  }


#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143.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-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143-root {
    text-align: center;
  }


#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143.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-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143-root {
    text-align: center;
  }


#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143-root {
    text-align: center;
  }


#s-55d4b5c0-6f0f-4a29-be9f-c4e7b66d3143.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582 {
  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-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582: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-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582-root {
    text-align: center;
  }


#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582-root {
    text-align: center;
  }


#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582.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-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582-root {
    text-align: center;
  }


#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582.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-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582-root {
    text-align: center;
  }


#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582-root {
    text-align: center;
  }


#s-c1bd1c10-a1bc-4479-a3b3-cd08c9dd4582.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8d63889f-b7ba-4451-9010-f7e5e461557b {
  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-8d63889f-b7ba-4451-9010-f7e5e461557b: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-8d63889f-b7ba-4451-9010-f7e5e461557b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8d63889f-b7ba-4451-9010-f7e5e461557b-root {
    text-align: center;
  }


#s-8d63889f-b7ba-4451-9010-f7e5e461557b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d63889f-b7ba-4451-9010-f7e5e461557b-root {
    text-align: center;
  }


#s-8d63889f-b7ba-4451-9010-f7e5e461557b.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-8d63889f-b7ba-4451-9010-f7e5e461557b-root {
    text-align: center;
  }


#s-8d63889f-b7ba-4451-9010-f7e5e461557b.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-8d63889f-b7ba-4451-9010-f7e5e461557b-root {
    text-align: center;
  }


#s-8d63889f-b7ba-4451-9010-f7e5e461557b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d63889f-b7ba-4451-9010-f7e5e461557b-root {
    text-align: center;
  }


#s-8d63889f-b7ba-4451-9010-f7e5e461557b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ce34a1ac-2502-449d-9db4-04df2961a884 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-ce34a1ac-2502-449d-9db4-04df2961a884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce34a1ac-2502-449d-9db4-04df2961a884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce34a1ac-2502-449d-9db4-04df2961a884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce34a1ac-2502-449d-9db4-04df2961a884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c6ff9372-91cc-4450-84d8-d1b955311c2b {
  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-c6ff9372-91cc-4450-84d8-d1b955311c2b: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-c6ff9372-91cc-4450-84d8-d1b955311c2b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c6ff9372-91cc-4450-84d8-d1b955311c2b-root {
    text-align: center;
  }


#s-c6ff9372-91cc-4450-84d8-d1b955311c2b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6ff9372-91cc-4450-84d8-d1b955311c2b-root {
    text-align: center;
  }


#s-c6ff9372-91cc-4450-84d8-d1b955311c2b.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-c6ff9372-91cc-4450-84d8-d1b955311c2b-root {
    text-align: center;
  }


#s-c6ff9372-91cc-4450-84d8-d1b955311c2b.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-c6ff9372-91cc-4450-84d8-d1b955311c2b-root {
    text-align: center;
  }


#s-c6ff9372-91cc-4450-84d8-d1b955311c2b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6ff9372-91cc-4450-84d8-d1b955311c2b-root {
    text-align: center;
  }


#s-c6ff9372-91cc-4450-84d8-d1b955311c2b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b {
  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-a72a9a9d-585d-42bb-896f-3222d0b37d5b: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-a72a9a9d-585d-42bb-896f-3222d0b37d5b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a72a9a9d-585d-42bb-896f-3222d0b37d5b-root {
    text-align: center;
  }


#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a72a9a9d-585d-42bb-896f-3222d0b37d5b-root {
    text-align: center;
  }


#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b.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-a72a9a9d-585d-42bb-896f-3222d0b37d5b-root {
    text-align: center;
  }


#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b.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-a72a9a9d-585d-42bb-896f-3222d0b37d5b-root {
    text-align: center;
  }


#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a72a9a9d-585d-42bb-896f-3222d0b37d5b-root {
    text-align: center;
  }


#s-a72a9a9d-585d-42bb-896f-3222d0b37d5b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fc16c458-0083-4e95-bf51-568559fa98dd hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3c37c5f0-b63b-41c5-879d-90e8c7ec1ae7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c37c5f0-b63b-41c5-879d-90e8c7ec1ae7"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3c37c5f0-b63b-41c5-879d-90e8c7ec1ae7"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c37c5f0-b63b-41c5-879d-90e8c7ec1ae7"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-6edf3656-6e1c-422a-b004-697c12180464 {
  text-align: right;
}







  #s-6edf3656-6e1c-422a-b004-697c12180464 img.shogun-image {
    

    
    
    
  }


#s-6edf3656-6e1c-422a-b004-697c12180464 .shogun-image-content {
  
    align-items: center;
  
}

#s-94fb64d9-d7fc-498f-a1d6-56c0bdfe6621 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94fb64d9-d7fc-498f-a1d6-56c0bdfe6621 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4141c9d9-f5c1-4577-a0fd-4d60ec712e00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4141c9d9-f5c1-4577-a0fd-4d60ec712e00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4141c9d9-f5c1-4577-a0fd-4d60ec712e00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4141c9d9-f5c1-4577-a0fd-4d60ec712e00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-895d3a4a-6fd9-4304-988b-f02f412b49aa {
  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-895d3a4a-6fd9-4304-988b-f02f412b49aa: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-895d3a4a-6fd9-4304-988b-f02f412b49aa:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-895d3a4a-6fd9-4304-988b-f02f412b49aa-root {
    text-align: center;
  }


#s-895d3a4a-6fd9-4304-988b-f02f412b49aa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-895d3a4a-6fd9-4304-988b-f02f412b49aa-root {
    text-align: center;
  }


#s-895d3a4a-6fd9-4304-988b-f02f412b49aa.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-895d3a4a-6fd9-4304-988b-f02f412b49aa-root {
    text-align: center;
  }


#s-895d3a4a-6fd9-4304-988b-f02f412b49aa.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-895d3a4a-6fd9-4304-988b-f02f412b49aa-root {
    text-align: center;
  }


#s-895d3a4a-6fd9-4304-988b-f02f412b49aa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-895d3a4a-6fd9-4304-988b-f02f412b49aa-root {
    text-align: center;
  }


#s-895d3a4a-6fd9-4304-988b-f02f412b49aa.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9af58ebb-7944-447c-b23e-57312111a607 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-07f23da6-795b-4cab-83b0-f839ca79c514"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07f23da6-795b-4cab-83b0-f839ca79c514"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-07f23da6-795b-4cab-83b0-f839ca79c514"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f23da6-795b-4cab-83b0-f839ca79c514"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-5faa167d-5a5e-4c8b-b262-0b899f16c998 {
  text-align: right;
}







  #s-5faa167d-5a5e-4c8b-b262-0b899f16c998 img.shogun-image {
    

    
    
    
  }


#s-5faa167d-5a5e-4c8b-b262-0b899f16c998 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff6530fa-48cd-4c38-b273-1fd78d3f4e08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff6530fa-48cd-4c38-b273-1fd78d3f4e08 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-085a4da4-76c2-4234-ae88-1a14a8720978"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-085a4da4-76c2-4234-ae88-1a14a8720978"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-085a4da4-76c2-4234-ae88-1a14a8720978"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-085a4da4-76c2-4234-ae88-1a14a8720978"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf {
  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-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf: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-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf-root {
    text-align: center;
  }


#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf-root {
    text-align: center;
  }


#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf.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-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf-root {
    text-align: center;
  }


#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf.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-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf-root {
    text-align: center;
  }


#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf-root {
    text-align: center;
  }


#s-bdf6e0ea-6434-4159-b333-0b9ce2d55bdf.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d {
  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-b0f27f0c-f289-4672-9382-9bf0fcb6498d: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-b0f27f0c-f289-4672-9382-9bf0fcb6498d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b0f27f0c-f289-4672-9382-9bf0fcb6498d-root {
    text-align: center;
  }


#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0f27f0c-f289-4672-9382-9bf0fcb6498d-root {
    text-align: center;
  }


#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d.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-b0f27f0c-f289-4672-9382-9bf0fcb6498d-root {
    text-align: center;
  }


#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d.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-b0f27f0c-f289-4672-9382-9bf0fcb6498d-root {
    text-align: center;
  }


#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0f27f0c-f289-4672-9382-9bf0fcb6498d-root {
    text-align: center;
  }


#s-b0f27f0c-f289-4672-9382-9bf0fcb6498d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b {
  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-118e671e-eb4e-4f2b-8a13-8dc2b820443b: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-118e671e-eb4e-4f2b-8a13-8dc2b820443b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-118e671e-eb4e-4f2b-8a13-8dc2b820443b-root {
    text-align: center;
  }


#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-118e671e-eb4e-4f2b-8a13-8dc2b820443b-root {
    text-align: center;
  }


#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b.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-118e671e-eb4e-4f2b-8a13-8dc2b820443b-root {
    text-align: center;
  }


#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b.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-118e671e-eb4e-4f2b-8a13-8dc2b820443b-root {
    text-align: center;
  }


#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-118e671e-eb4e-4f2b-8a13-8dc2b820443b-root {
    text-align: center;
  }


#s-118e671e-eb4e-4f2b-8a13-8dc2b820443b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b6ac988e-8bbc-4796-9e8b-cf2e4f79b2ed {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b6ac988e-8bbc-4796-9e8b-cf2e4f79b2ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6ac988e-8bbc-4796-9e8b-cf2e4f79b2ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6ac988e-8bbc-4796-9e8b-cf2e4f79b2ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6ac988e-8bbc-4796-9e8b-cf2e4f79b2ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c {
  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-647b89f2-aa60-47d0-b762-1ccbbba95c4c: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-647b89f2-aa60-47d0-b762-1ccbbba95c4c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-647b89f2-aa60-47d0-b762-1ccbbba95c4c-root {
    text-align: center;
  }


#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-647b89f2-aa60-47d0-b762-1ccbbba95c4c-root {
    text-align: center;
  }


#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c.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-647b89f2-aa60-47d0-b762-1ccbbba95c4c-root {
    text-align: center;
  }


#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c.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-647b89f2-aa60-47d0-b762-1ccbbba95c4c-root {
    text-align: center;
  }


#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-647b89f2-aa60-47d0-b762-1ccbbba95c4c-root {
    text-align: center;
  }


#s-647b89f2-aa60-47d0-b762-1ccbbba95c4c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-49661428-59f3-4839-859a-45d30e0a66c2 {
  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-49661428-59f3-4839-859a-45d30e0a66c2: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-49661428-59f3-4839-859a-45d30e0a66c2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-49661428-59f3-4839-859a-45d30e0a66c2-root {
    text-align: center;
  }


#s-49661428-59f3-4839-859a-45d30e0a66c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49661428-59f3-4839-859a-45d30e0a66c2-root {
    text-align: center;
  }


#s-49661428-59f3-4839-859a-45d30e0a66c2.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-49661428-59f3-4839-859a-45d30e0a66c2-root {
    text-align: center;
  }


#s-49661428-59f3-4839-859a-45d30e0a66c2.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-49661428-59f3-4839-859a-45d30e0a66c2-root {
    text-align: center;
  }


#s-49661428-59f3-4839-859a-45d30e0a66c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49661428-59f3-4839-859a-45d30e0a66c2-root {
    text-align: center;
  }


#s-49661428-59f3-4839-859a-45d30e0a66c2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319 {
  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-282e2ad0-0774-4f0a-a7b4-798c3b46e319: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-282e2ad0-0774-4f0a-a7b4-798c3b46e319:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-282e2ad0-0774-4f0a-a7b4-798c3b46e319-root {
    text-align: center;
  }


#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-282e2ad0-0774-4f0a-a7b4-798c3b46e319-root {
    text-align: center;
  }


#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319.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-282e2ad0-0774-4f0a-a7b4-798c3b46e319-root {
    text-align: center;
  }


#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319.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-282e2ad0-0774-4f0a-a7b4-798c3b46e319-root {
    text-align: center;
  }


#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-282e2ad0-0774-4f0a-a7b4-798c3b46e319-root {
    text-align: center;
  }


#s-282e2ad0-0774-4f0a-a7b4-798c3b46e319.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ee626362-378f-4875-bb44-371236656993 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-ee626362-378f-4875-bb44-371236656993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee626362-378f-4875-bb44-371236656993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee626362-378f-4875-bb44-371236656993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee626362-378f-4875-bb44-371236656993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4d886145-a554-4c27-a85b-b5a2795581f9 {
  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-4d886145-a554-4c27-a85b-b5a2795581f9: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-4d886145-a554-4c27-a85b-b5a2795581f9:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4d886145-a554-4c27-a85b-b5a2795581f9-root {
    text-align: center;
  }


#s-4d886145-a554-4c27-a85b-b5a2795581f9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d886145-a554-4c27-a85b-b5a2795581f9-root {
    text-align: center;
  }


#s-4d886145-a554-4c27-a85b-b5a2795581f9.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-4d886145-a554-4c27-a85b-b5a2795581f9-root {
    text-align: center;
  }


#s-4d886145-a554-4c27-a85b-b5a2795581f9.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-4d886145-a554-4c27-a85b-b5a2795581f9-root {
    text-align: center;
  }


#s-4d886145-a554-4c27-a85b-b5a2795581f9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d886145-a554-4c27-a85b-b5a2795581f9-root {
    text-align: center;
  }


#s-4d886145-a554-4c27-a85b-b5a2795581f9.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a {
  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-a0f7be07-e8a0-4483-9e1b-54d11d12064a: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-a0f7be07-e8a0-4483-9e1b-54d11d12064a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a0f7be07-e8a0-4483-9e1b-54d11d12064a-root {
    text-align: center;
  }


#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0f7be07-e8a0-4483-9e1b-54d11d12064a-root {
    text-align: center;
  }


#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a.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-a0f7be07-e8a0-4483-9e1b-54d11d12064a-root {
    text-align: center;
  }


#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a.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-a0f7be07-e8a0-4483-9e1b-54d11d12064a-root {
    text-align: center;
  }


#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0f7be07-e8a0-4483-9e1b-54d11d12064a-root {
    text-align: center;
  }


#s-a0f7be07-e8a0-4483-9e1b-54d11d12064a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745 {
  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-bf1ce07d-fbfc-43f7-af07-b39e302d0745: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-bf1ce07d-fbfc-43f7-af07-b39e302d0745:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-bf1ce07d-fbfc-43f7-af07-b39e302d0745-root {
    text-align: center;
  }


#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf1ce07d-fbfc-43f7-af07-b39e302d0745-root {
    text-align: center;
  }


#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745.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-bf1ce07d-fbfc-43f7-af07-b39e302d0745-root {
    text-align: center;
  }


#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745.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-bf1ce07d-fbfc-43f7-af07-b39e302d0745-root {
    text-align: center;
  }


#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf1ce07d-fbfc-43f7-af07-b39e302d0745-root {
    text-align: center;
  }


#s-bf1ce07d-fbfc-43f7-af07-b39e302d0745.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-5f544e8c-8b43-474d-b523-07ee417e984d {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-5f544e8c-8b43-474d-b523-07ee417e984d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f544e8c-8b43-474d-b523-07ee417e984d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f544e8c-8b43-474d-b523-07ee417e984d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f544e8c-8b43-474d-b523-07ee417e984d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f74d58b1-2eaf-486a-ab50-4998a2993640 {
  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-f74d58b1-2eaf-486a-ab50-4998a2993640: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-f74d58b1-2eaf-486a-ab50-4998a2993640:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f74d58b1-2eaf-486a-ab50-4998a2993640-root {
    text-align: center;
  }


#s-f74d58b1-2eaf-486a-ab50-4998a2993640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f74d58b1-2eaf-486a-ab50-4998a2993640-root {
    text-align: center;
  }


#s-f74d58b1-2eaf-486a-ab50-4998a2993640.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-f74d58b1-2eaf-486a-ab50-4998a2993640-root {
    text-align: center;
  }


#s-f74d58b1-2eaf-486a-ab50-4998a2993640.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-f74d58b1-2eaf-486a-ab50-4998a2993640-root {
    text-align: center;
  }


#s-f74d58b1-2eaf-486a-ab50-4998a2993640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f74d58b1-2eaf-486a-ab50-4998a2993640-root {
    text-align: center;
  }


#s-f74d58b1-2eaf-486a-ab50-4998a2993640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-512426ad-fcde-4130-bf3b-a474aac5d924 {
  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-512426ad-fcde-4130-bf3b-a474aac5d924: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-512426ad-fcde-4130-bf3b-a474aac5d924:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-512426ad-fcde-4130-bf3b-a474aac5d924-root {
    text-align: center;
  }


#s-512426ad-fcde-4130-bf3b-a474aac5d924.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-512426ad-fcde-4130-bf3b-a474aac5d924-root {
    text-align: center;
  }


#s-512426ad-fcde-4130-bf3b-a474aac5d924.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-512426ad-fcde-4130-bf3b-a474aac5d924-root {
    text-align: center;
  }


#s-512426ad-fcde-4130-bf3b-a474aac5d924.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-512426ad-fcde-4130-bf3b-a474aac5d924-root {
    text-align: center;
  }


#s-512426ad-fcde-4130-bf3b-a474aac5d924.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-512426ad-fcde-4130-bf3b-a474aac5d924-root {
    text-align: center;
  }


#s-512426ad-fcde-4130-bf3b-a474aac5d924.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6eb3f2e4-d37d-4dcd-9122-2baca9af421a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6eb3f2e4-d37d-4dcd-9122-2baca9af421a .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-271d4b25-29a5-43fb-8d55-ef5bc60b7659 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-271d4b25-29a5-43fb-8d55-ef5bc60b7659"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-271d4b25-29a5-43fb-8d55-ef5bc60b7659"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-271d4b25-29a5-43fb-8d55-ef5bc60b7659"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-271d4b25-29a5-43fb-8d55-ef5bc60b7659"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3060097c-c2b5-4398-9381-3e8ff5c7991d {
  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-3060097c-c2b5-4398-9381-3e8ff5c7991d: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-3060097c-c2b5-4398-9381-3e8ff5c7991d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-3060097c-c2b5-4398-9381-3e8ff5c7991d-root {
    text-align: center;
  }


#s-3060097c-c2b5-4398-9381-3e8ff5c7991d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3060097c-c2b5-4398-9381-3e8ff5c7991d-root {
    text-align: center;
  }


#s-3060097c-c2b5-4398-9381-3e8ff5c7991d.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-3060097c-c2b5-4398-9381-3e8ff5c7991d-root {
    text-align: center;
  }


#s-3060097c-c2b5-4398-9381-3e8ff5c7991d.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-3060097c-c2b5-4398-9381-3e8ff5c7991d-root {
    text-align: center;
  }


#s-3060097c-c2b5-4398-9381-3e8ff5c7991d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3060097c-c2b5-4398-9381-3e8ff5c7991d-root {
    text-align: center;
  }


#s-3060097c-c2b5-4398-9381-3e8ff5c7991d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d1c236fe-cea3-446c-b110-f816f6e61c70 {
  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-d1c236fe-cea3-446c-b110-f816f6e61c70: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-d1c236fe-cea3-446c-b110-f816f6e61c70:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d1c236fe-cea3-446c-b110-f816f6e61c70-root {
    text-align: center;
  }


#s-d1c236fe-cea3-446c-b110-f816f6e61c70.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1c236fe-cea3-446c-b110-f816f6e61c70-root {
    text-align: center;
  }


#s-d1c236fe-cea3-446c-b110-f816f6e61c70.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-d1c236fe-cea3-446c-b110-f816f6e61c70-root {
    text-align: center;
  }


#s-d1c236fe-cea3-446c-b110-f816f6e61c70.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-d1c236fe-cea3-446c-b110-f816f6e61c70-root {
    text-align: center;
  }


#s-d1c236fe-cea3-446c-b110-f816f6e61c70.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1c236fe-cea3-446c-b110-f816f6e61c70-root {
    text-align: center;
  }


#s-d1c236fe-cea3-446c-b110-f816f6e61c70.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c {
  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-85d20c43-f6c1-4365-b6ff-5b611fb73b7c: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-85d20c43-f6c1-4365-b6ff-5b611fb73b7c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c-root {
    text-align: center;
  }


#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c-root {
    text-align: center;
  }


#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c.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-85d20c43-f6c1-4365-b6ff-5b611fb73b7c-root {
    text-align: center;
  }


#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c.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-85d20c43-f6c1-4365-b6ff-5b611fb73b7c-root {
    text-align: center;
  }


#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c-root {
    text-align: center;
  }


#s-85d20c43-f6c1-4365-b6ff-5b611fb73b7c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-089b6ea8-27ea-4de9-860b-586b7673b20b hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-21a6dd2e-654a-4c6a-8d2b-6ab2a491299b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21a6dd2e-654a-4c6a-8d2b-6ab2a491299b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-21a6dd2e-654a-4c6a-8d2b-6ab2a491299b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-21a6dd2e-654a-4c6a-8d2b-6ab2a491299b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-d37896dc-286e-4e45-a5a0-9d2d8a433261 {
  text-align: right;
}







  #s-d37896dc-286e-4e45-a5a0-9d2d8a433261 img.shogun-image {
    

    
    
    
  }


#s-d37896dc-286e-4e45-a5a0-9d2d8a433261 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a41483a-25e3-48a4-86c6-b0d6b2a9b4b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a41483a-25e3-48a4-86c6-b0d6b2a9b4b7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-64805bfe-e619-4463-9935-c4cabbd5ea09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64805bfe-e619-4463-9935-c4cabbd5ea09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64805bfe-e619-4463-9935-c4cabbd5ea09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64805bfe-e619-4463-9935-c4cabbd5ea09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3393613-69d8-4791-9bad-7285c13282b4 {
  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-c3393613-69d8-4791-9bad-7285c13282b4: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-c3393613-69d8-4791-9bad-7285c13282b4:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c3393613-69d8-4791-9bad-7285c13282b4-root {
    text-align: center;
  }


#s-c3393613-69d8-4791-9bad-7285c13282b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3393613-69d8-4791-9bad-7285c13282b4-root {
    text-align: center;
  }


#s-c3393613-69d8-4791-9bad-7285c13282b4.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-c3393613-69d8-4791-9bad-7285c13282b4-root {
    text-align: center;
  }


#s-c3393613-69d8-4791-9bad-7285c13282b4.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-c3393613-69d8-4791-9bad-7285c13282b4-root {
    text-align: center;
  }


#s-c3393613-69d8-4791-9bad-7285c13282b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3393613-69d8-4791-9bad-7285c13282b4-root {
    text-align: center;
  }


#s-c3393613-69d8-4791-9bad-7285c13282b4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b {
  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-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b: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-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b-root {
    text-align: center;
  }


#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b-root {
    text-align: center;
  }


#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b.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-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b-root {
    text-align: center;
  }


#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b.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-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b-root {
    text-align: center;
  }


#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b-root {
    text-align: center;
  }


#s-f1c5d2ac-a11e-49b0-86b8-0e4aa6aa818b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe {
  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-0c9bf7b2-504a-4d37-830d-f98118ae93fe: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-0c9bf7b2-504a-4d37-830d-f98118ae93fe:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0c9bf7b2-504a-4d37-830d-f98118ae93fe-root {
    text-align: center;
  }


#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c9bf7b2-504a-4d37-830d-f98118ae93fe-root {
    text-align: center;
  }


#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe.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-0c9bf7b2-504a-4d37-830d-f98118ae93fe-root {
    text-align: center;
  }


#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe.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-0c9bf7b2-504a-4d37-830d-f98118ae93fe-root {
    text-align: center;
  }


#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c9bf7b2-504a-4d37-830d-f98118ae93fe-root {
    text-align: center;
  }


#s-0c9bf7b2-504a-4d37-830d-f98118ae93fe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-767d4170-93bf-417d-bdf5-2329e7a1c6ef {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-767d4170-93bf-417d-bdf5-2329e7a1c6ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-767d4170-93bf-417d-bdf5-2329e7a1c6ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-767d4170-93bf-417d-bdf5-2329e7a1c6ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-767d4170-93bf-417d-bdf5-2329e7a1c6ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e669c5f1-d58d-466d-aa8f-25382956618f {
  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-e669c5f1-d58d-466d-aa8f-25382956618f: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-e669c5f1-d58d-466d-aa8f-25382956618f:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e669c5f1-d58d-466d-aa8f-25382956618f-root {
    text-align: center;
  }


#s-e669c5f1-d58d-466d-aa8f-25382956618f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e669c5f1-d58d-466d-aa8f-25382956618f-root {
    text-align: center;
  }


#s-e669c5f1-d58d-466d-aa8f-25382956618f.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-e669c5f1-d58d-466d-aa8f-25382956618f-root {
    text-align: center;
  }


#s-e669c5f1-d58d-466d-aa8f-25382956618f.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-e669c5f1-d58d-466d-aa8f-25382956618f-root {
    text-align: center;
  }


#s-e669c5f1-d58d-466d-aa8f-25382956618f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e669c5f1-d58d-466d-aa8f-25382956618f-root {
    text-align: center;
  }


#s-e669c5f1-d58d-466d-aa8f-25382956618f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e {
  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-1b2ec374-d740-4f54-9c5c-e79d0e28131e: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-1b2ec374-d740-4f54-9c5c-e79d0e28131e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-1b2ec374-d740-4f54-9c5c-e79d0e28131e-root {
    text-align: center;
  }


#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b2ec374-d740-4f54-9c5c-e79d0e28131e-root {
    text-align: center;
  }


#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e.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-1b2ec374-d740-4f54-9c5c-e79d0e28131e-root {
    text-align: center;
  }


#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e.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-1b2ec374-d740-4f54-9c5c-e79d0e28131e-root {
    text-align: center;
  }


#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b2ec374-d740-4f54-9c5c-e79d0e28131e-root {
    text-align: center;
  }


#s-1b2ec374-d740-4f54-9c5c-e79d0e28131e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-76e27852-053b-45cc-b77b-9c49999ca3aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76e27852-053b-45cc-b77b-9c49999ca3aa .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1c6f2f22-e185-4cd5-a499-7cb49281cd5b {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-1c6f2f22-e185-4cd5-a499-7cb49281cd5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c6f2f22-e185-4cd5-a499-7cb49281cd5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c6f2f22-e185-4cd5-a499-7cb49281cd5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c6f2f22-e185-4cd5-a499-7cb49281cd5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a {
  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-19516b13-c1c3-4e69-91d7-e0a6b9bba50a: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-19516b13-c1c3-4e69-91d7-e0a6b9bba50a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a-root {
    text-align: center;
  }


#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a-root {
    text-align: center;
  }


#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a.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-19516b13-c1c3-4e69-91d7-e0a6b9bba50a-root {
    text-align: center;
  }


#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a.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-19516b13-c1c3-4e69-91d7-e0a6b9bba50a-root {
    text-align: center;
  }


#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a-root {
    text-align: center;
  }


#s-19516b13-c1c3-4e69-91d7-e0a6b9bba50a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-097f096a-8377-4e2b-9dd7-c5a9790b185b {
  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-097f096a-8377-4e2b-9dd7-c5a9790b185b: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-097f096a-8377-4e2b-9dd7-c5a9790b185b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-097f096a-8377-4e2b-9dd7-c5a9790b185b-root {
    text-align: center;
  }


#s-097f096a-8377-4e2b-9dd7-c5a9790b185b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-097f096a-8377-4e2b-9dd7-c5a9790b185b-root {
    text-align: center;
  }


#s-097f096a-8377-4e2b-9dd7-c5a9790b185b.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-097f096a-8377-4e2b-9dd7-c5a9790b185b-root {
    text-align: center;
  }


#s-097f096a-8377-4e2b-9dd7-c5a9790b185b.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-097f096a-8377-4e2b-9dd7-c5a9790b185b-root {
    text-align: center;
  }


#s-097f096a-8377-4e2b-9dd7-c5a9790b185b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-097f096a-8377-4e2b-9dd7-c5a9790b185b-root {
    text-align: center;
  }


#s-097f096a-8377-4e2b-9dd7-c5a9790b185b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0e971672-3296-419c-a424-13c581a38653 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-09744a5b-38c1-4942-97eb-fea457ff8266"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09744a5b-38c1-4942-97eb-fea457ff8266"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-09744a5b-38c1-4942-97eb-fea457ff8266"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-09744a5b-38c1-4942-97eb-fea457ff8266"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-500cadca-2bb3-45d3-96cf-5c356337916d {
  text-align: right;
}







  #s-500cadca-2bb3-45d3-96cf-5c356337916d img.shogun-image {
    

    
    
    
  }


#s-500cadca-2bb3-45d3-96cf-5c356337916d .shogun-image-content {
  
    align-items: center;
  
}

#s-9a862cd4-73c8-4381-b1ad-21ba71fb88d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a862cd4-73c8-4381-b1ad-21ba71fb88d7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bd09713e-9b5b-4c53-9660-94dc6484e48a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd09713e-9b5b-4c53-9660-94dc6484e48a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd09713e-9b5b-4c53-9660-94dc6484e48a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd09713e-9b5b-4c53-9660-94dc6484e48a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4e4691ab-7053-4d97-873a-b8afd0fda294 {
  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-4e4691ab-7053-4d97-873a-b8afd0fda294: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-4e4691ab-7053-4d97-873a-b8afd0fda294:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4e4691ab-7053-4d97-873a-b8afd0fda294-root {
    text-align: center;
  }


#s-4e4691ab-7053-4d97-873a-b8afd0fda294.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4e4691ab-7053-4d97-873a-b8afd0fda294-root {
    text-align: center;
  }


#s-4e4691ab-7053-4d97-873a-b8afd0fda294.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-4e4691ab-7053-4d97-873a-b8afd0fda294-root {
    text-align: center;
  }


#s-4e4691ab-7053-4d97-873a-b8afd0fda294.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-4e4691ab-7053-4d97-873a-b8afd0fda294-root {
    text-align: center;
  }


#s-4e4691ab-7053-4d97-873a-b8afd0fda294.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e4691ab-7053-4d97-873a-b8afd0fda294-root {
    text-align: center;
  }


#s-4e4691ab-7053-4d97-873a-b8afd0fda294.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b3514636-51b1-4b53-892d-4128d4fd5a0d {
  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-b3514636-51b1-4b53-892d-4128d4fd5a0d: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-b3514636-51b1-4b53-892d-4128d4fd5a0d:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b3514636-51b1-4b53-892d-4128d4fd5a0d-root {
    text-align: center;
  }


#s-b3514636-51b1-4b53-892d-4128d4fd5a0d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3514636-51b1-4b53-892d-4128d4fd5a0d-root {
    text-align: center;
  }


#s-b3514636-51b1-4b53-892d-4128d4fd5a0d.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-b3514636-51b1-4b53-892d-4128d4fd5a0d-root {
    text-align: center;
  }


#s-b3514636-51b1-4b53-892d-4128d4fd5a0d.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-b3514636-51b1-4b53-892d-4128d4fd5a0d-root {
    text-align: center;
  }


#s-b3514636-51b1-4b53-892d-4128d4fd5a0d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3514636-51b1-4b53-892d-4128d4fd5a0d-root {
    text-align: center;
  }


#s-b3514636-51b1-4b53-892d-4128d4fd5a0d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09 {
  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-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09: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-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09-root {
    text-align: center;
  }


#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09-root {
    text-align: center;
  }


#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09.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-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09-root {
    text-align: center;
  }


#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09.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-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09-root {
    text-align: center;
  }


#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09-root {
    text-align: center;
  }


#s-c89a9db4-7aad-48e2-9dcb-6138ff3bfa09.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0cbac1d8-0c69-4a1b-9c27-6baef76f02ee {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0cbac1d8-0c69-4a1b-9c27-6baef76f02ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cbac1d8-0c69-4a1b-9c27-6baef76f02ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0cbac1d8-0c69-4a1b-9c27-6baef76f02ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cbac1d8-0c69-4a1b-9c27-6baef76f02ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8 {
  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-f509fa5f-f0d2-41cb-8080-4a3bd75117d8: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-f509fa5f-f0d2-41cb-8080-4a3bd75117d8:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8-root {
    text-align: center;
  }


#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8-root {
    text-align: center;
  }


#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8.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-f509fa5f-f0d2-41cb-8080-4a3bd75117d8-root {
    text-align: center;
  }


#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8.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-f509fa5f-f0d2-41cb-8080-4a3bd75117d8-root {
    text-align: center;
  }


#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8-root {
    text-align: center;
  }


#s-f509fa5f-f0d2-41cb-8080-4a3bd75117d8.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0771b542-d2bb-435c-8bae-5cb163969c57 {
  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-0771b542-d2bb-435c-8bae-5cb163969c57: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-0771b542-d2bb-435c-8bae-5cb163969c57:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0771b542-d2bb-435c-8bae-5cb163969c57-root {
    text-align: center;
  }


#s-0771b542-d2bb-435c-8bae-5cb163969c57.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0771b542-d2bb-435c-8bae-5cb163969c57-root {
    text-align: center;
  }


#s-0771b542-d2bb-435c-8bae-5cb163969c57.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-0771b542-d2bb-435c-8bae-5cb163969c57-root {
    text-align: center;
  }


#s-0771b542-d2bb-435c-8bae-5cb163969c57.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-0771b542-d2bb-435c-8bae-5cb163969c57-root {
    text-align: center;
  }


#s-0771b542-d2bb-435c-8bae-5cb163969c57.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0771b542-d2bb-435c-8bae-5cb163969c57-root {
    text-align: center;
  }


#s-0771b542-d2bb-435c-8bae-5cb163969c57.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e007ef9a-b366-492c-8386-7a06df1fac45 {
  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-e007ef9a-b366-492c-8386-7a06df1fac45: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-e007ef9a-b366-492c-8386-7a06df1fac45:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e007ef9a-b366-492c-8386-7a06df1fac45-root {
    text-align: center;
  }


#s-e007ef9a-b366-492c-8386-7a06df1fac45.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e007ef9a-b366-492c-8386-7a06df1fac45-root {
    text-align: center;
  }


#s-e007ef9a-b366-492c-8386-7a06df1fac45.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-e007ef9a-b366-492c-8386-7a06df1fac45-root {
    text-align: center;
  }


#s-e007ef9a-b366-492c-8386-7a06df1fac45.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-e007ef9a-b366-492c-8386-7a06df1fac45-root {
    text-align: center;
  }


#s-e007ef9a-b366-492c-8386-7a06df1fac45.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e007ef9a-b366-492c-8386-7a06df1fac45-root {
    text-align: center;
  }


#s-e007ef9a-b366-492c-8386-7a06df1fac45.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-3e9218c9-7840-4300-b37f-3d4c24fc661e hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-609d89c4-d0fd-4129-8f8f-f986202dd770"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-609d89c4-d0fd-4129-8f8f-f986202dd770"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-609d89c4-d0fd-4129-8f8f-f986202dd770"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-609d89c4-d0fd-4129-8f8f-f986202dd770"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-0943d1a2-1940-40a1-bbc0-14b5c0801a38 {
  text-align: right;
}







  #s-0943d1a2-1940-40a1-bbc0-14b5c0801a38 img.shogun-image {
    

    
    
    
  }


#s-0943d1a2-1940-40a1-bbc0-14b5c0801a38 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2923c7e-1f01-4156-88fa-a3769bb06691 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2923c7e-1f01-4156-88fa-a3769bb06691 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b64bba76-33f7-4f17-97db-13ffc1330832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b64bba76-33f7-4f17-97db-13ffc1330832"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b64bba76-33f7-4f17-97db-13ffc1330832"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b64bba76-33f7-4f17-97db-13ffc1330832"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0a262fc2-38bd-4031-8c46-8f6daf68929b {
  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-0a262fc2-38bd-4031-8c46-8f6daf68929b: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-0a262fc2-38bd-4031-8c46-8f6daf68929b:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0a262fc2-38bd-4031-8c46-8f6daf68929b-root {
    text-align: center;
  }


#s-0a262fc2-38bd-4031-8c46-8f6daf68929b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a262fc2-38bd-4031-8c46-8f6daf68929b-root {
    text-align: center;
  }


#s-0a262fc2-38bd-4031-8c46-8f6daf68929b.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-0a262fc2-38bd-4031-8c46-8f6daf68929b-root {
    text-align: center;
  }


#s-0a262fc2-38bd-4031-8c46-8f6daf68929b.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-0a262fc2-38bd-4031-8c46-8f6daf68929b-root {
    text-align: center;
  }


#s-0a262fc2-38bd-4031-8c46-8f6daf68929b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a262fc2-38bd-4031-8c46-8f6daf68929b-root {
    text-align: center;
  }


#s-0a262fc2-38bd-4031-8c46-8f6daf68929b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2 {
  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-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2: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-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2-root {
    text-align: center;
  }


#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2-root {
    text-align: center;
  }


#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2.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-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2-root {
    text-align: center;
  }


#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2.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-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2-root {
    text-align: center;
  }


#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2-root {
    text-align: center;
  }


#s-9d5b4d2c-142f-4e5a-a8a7-2a54ae961fe2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b7933abf-2524-4596-aec8-3a0d0e041f71 {
  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-b7933abf-2524-4596-aec8-3a0d0e041f71: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-b7933abf-2524-4596-aec8-3a0d0e041f71:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b7933abf-2524-4596-aec8-3a0d0e041f71-root {
    text-align: center;
  }


#s-b7933abf-2524-4596-aec8-3a0d0e041f71.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7933abf-2524-4596-aec8-3a0d0e041f71-root {
    text-align: center;
  }


#s-b7933abf-2524-4596-aec8-3a0d0e041f71.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-b7933abf-2524-4596-aec8-3a0d0e041f71-root {
    text-align: center;
  }


#s-b7933abf-2524-4596-aec8-3a0d0e041f71.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-b7933abf-2524-4596-aec8-3a0d0e041f71-root {
    text-align: center;
  }


#s-b7933abf-2524-4596-aec8-3a0d0e041f71.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7933abf-2524-4596-aec8-3a0d0e041f71-root {
    text-align: center;
  }


#s-b7933abf-2524-4596-aec8-3a0d0e041f71.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-36817d21-98d8-459a-bd18-66ffbc2f629b {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-36817d21-98d8-459a-bd18-66ffbc2f629b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36817d21-98d8-459a-bd18-66ffbc2f629b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36817d21-98d8-459a-bd18-66ffbc2f629b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36817d21-98d8-459a-bd18-66ffbc2f629b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b02b2c84-6dc0-4580-96c5-34b692066d49 {
  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-b02b2c84-6dc0-4580-96c5-34b692066d49: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-b02b2c84-6dc0-4580-96c5-34b692066d49:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b02b2c84-6dc0-4580-96c5-34b692066d49-root {
    text-align: center;
  }


#s-b02b2c84-6dc0-4580-96c5-34b692066d49.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b02b2c84-6dc0-4580-96c5-34b692066d49-root {
    text-align: center;
  }


#s-b02b2c84-6dc0-4580-96c5-34b692066d49.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-b02b2c84-6dc0-4580-96c5-34b692066d49-root {
    text-align: center;
  }


#s-b02b2c84-6dc0-4580-96c5-34b692066d49.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-b02b2c84-6dc0-4580-96c5-34b692066d49-root {
    text-align: center;
  }


#s-b02b2c84-6dc0-4580-96c5-34b692066d49.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b02b2c84-6dc0-4580-96c5-34b692066d49-root {
    text-align: center;
  }


#s-b02b2c84-6dc0-4580-96c5-34b692066d49.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85 {
  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-6f9b7047-3e4b-41c8-99d5-6840fd994d85: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-6f9b7047-3e4b-41c8-99d5-6840fd994d85:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6f9b7047-3e4b-41c8-99d5-6840fd994d85-root {
    text-align: center;
  }


#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f9b7047-3e4b-41c8-99d5-6840fd994d85-root {
    text-align: center;
  }


#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85.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-6f9b7047-3e4b-41c8-99d5-6840fd994d85-root {
    text-align: center;
  }


#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85.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-6f9b7047-3e4b-41c8-99d5-6840fd994d85-root {
    text-align: center;
  }


#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f9b7047-3e4b-41c8-99d5-6840fd994d85-root {
    text-align: center;
  }


#s-6f9b7047-3e4b-41c8-99d5-6840fd994d85.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-d7740231-6407-4452-a2b0-58e7a463ae0f hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-f4182ad3-7a85-4579-b10c-4e1bcbdc0524"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4182ad3-7a85-4579-b10c-4e1bcbdc0524"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f4182ad3-7a85-4579-b10c-4e1bcbdc0524"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4182ad3-7a85-4579-b10c-4e1bcbdc0524"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-b1325232-f355-4a06-9dba-f83f97b8db07 {
  text-align: right;
}







  #s-b1325232-f355-4a06-9dba-f83f97b8db07 img.shogun-image {
    

    
    
    
  }


#s-b1325232-f355-4a06-9dba-f83f97b8db07 .shogun-image-content {
  
    align-items: center;
  
}

#s-708597ca-5c9c-46ef-84de-d1c048df115b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-708597ca-5c9c-46ef-84de-d1c048df115b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-dfd4f470-bf6b-4449-b8c0-fa73632811ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd4f470-bf6b-4449-b8c0-fa73632811ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd4f470-bf6b-4449-b8c0-fa73632811ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd4f470-bf6b-4449-b8c0-fa73632811ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d603ebba-793a-4002-ae58-f446db0adbfd {
  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-d603ebba-793a-4002-ae58-f446db0adbfd: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-d603ebba-793a-4002-ae58-f446db0adbfd:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-d603ebba-793a-4002-ae58-f446db0adbfd-root {
    text-align: center;
  }


#s-d603ebba-793a-4002-ae58-f446db0adbfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d603ebba-793a-4002-ae58-f446db0adbfd-root {
    text-align: center;
  }


#s-d603ebba-793a-4002-ae58-f446db0adbfd.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-d603ebba-793a-4002-ae58-f446db0adbfd-root {
    text-align: center;
  }


#s-d603ebba-793a-4002-ae58-f446db0adbfd.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-d603ebba-793a-4002-ae58-f446db0adbfd-root {
    text-align: center;
  }


#s-d603ebba-793a-4002-ae58-f446db0adbfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d603ebba-793a-4002-ae58-f446db0adbfd-root {
    text-align: center;
  }


#s-d603ebba-793a-4002-ae58-f446db0adbfd.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-65199e87-69de-4221-8be5-5a343fa83fce {
  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-65199e87-69de-4221-8be5-5a343fa83fce: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-65199e87-69de-4221-8be5-5a343fa83fce:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-65199e87-69de-4221-8be5-5a343fa83fce-root {
    text-align: center;
  }


#s-65199e87-69de-4221-8be5-5a343fa83fce.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-65199e87-69de-4221-8be5-5a343fa83fce-root {
    text-align: center;
  }


#s-65199e87-69de-4221-8be5-5a343fa83fce.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-65199e87-69de-4221-8be5-5a343fa83fce-root {
    text-align: center;
  }


#s-65199e87-69de-4221-8be5-5a343fa83fce.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-65199e87-69de-4221-8be5-5a343fa83fce-root {
    text-align: center;
  }


#s-65199e87-69de-4221-8be5-5a343fa83fce.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-65199e87-69de-4221-8be5-5a343fa83fce-root {
    text-align: center;
  }


#s-65199e87-69de-4221-8be5-5a343fa83fce.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db {
  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-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db: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-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db-root {
    text-align: center;
  }


#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db-root {
    text-align: center;
  }


#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db.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-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db-root {
    text-align: center;
  }


#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db.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-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db-root {
    text-align: center;
  }


#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db-root {
    text-align: center;
  }


#s-ee3963c3-4ce1-4d2d-ad18-a562a6ba47db.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-aa266362-deb4-40eb-8c5f-1ef447525d5b {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-aa266362-deb4-40eb-8c5f-1ef447525d5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa266362-deb4-40eb-8c5f-1ef447525d5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa266362-deb4-40eb-8c5f-1ef447525d5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa266362-deb4-40eb-8c5f-1ef447525d5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98ce1177-27ce-43ae-90ae-662a582e3a7a {
  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-98ce1177-27ce-43ae-90ae-662a582e3a7a: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-98ce1177-27ce-43ae-90ae-662a582e3a7a:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-98ce1177-27ce-43ae-90ae-662a582e3a7a-root {
    text-align: center;
  }


#s-98ce1177-27ce-43ae-90ae-662a582e3a7a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-98ce1177-27ce-43ae-90ae-662a582e3a7a-root {
    text-align: center;
  }


#s-98ce1177-27ce-43ae-90ae-662a582e3a7a.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-98ce1177-27ce-43ae-90ae-662a582e3a7a-root {
    text-align: center;
  }


#s-98ce1177-27ce-43ae-90ae-662a582e3a7a.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-98ce1177-27ce-43ae-90ae-662a582e3a7a-root {
    text-align: center;
  }


#s-98ce1177-27ce-43ae-90ae-662a582e3a7a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-98ce1177-27ce-43ae-90ae-662a582e3a7a-root {
    text-align: center;
  }


#s-98ce1177-27ce-43ae-90ae-662a582e3a7a.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4b3ec36f-6b07-4b77-8071-0553ca95d254 {
  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-4b3ec36f-6b07-4b77-8071-0553ca95d254: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-4b3ec36f-6b07-4b77-8071-0553ca95d254:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4b3ec36f-6b07-4b77-8071-0553ca95d254-root {
    text-align: center;
  }


#s-4b3ec36f-6b07-4b77-8071-0553ca95d254.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b3ec36f-6b07-4b77-8071-0553ca95d254-root {
    text-align: center;
  }


#s-4b3ec36f-6b07-4b77-8071-0553ca95d254.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-4b3ec36f-6b07-4b77-8071-0553ca95d254-root {
    text-align: center;
  }


#s-4b3ec36f-6b07-4b77-8071-0553ca95d254.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-4b3ec36f-6b07-4b77-8071-0553ca95d254-root {
    text-align: center;
  }


#s-4b3ec36f-6b07-4b77-8071-0553ca95d254.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b3ec36f-6b07-4b77-8071-0553ca95d254-root {
    text-align: center;
  }


#s-4b3ec36f-6b07-4b77-8071-0553ca95d254.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-50dc342f-1e3e-42af-b283-fb77b3b14872 {
  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-50dc342f-1e3e-42af-b283-fb77b3b14872: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-50dc342f-1e3e-42af-b283-fb77b3b14872:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-50dc342f-1e3e-42af-b283-fb77b3b14872-root {
    text-align: center;
  }


#s-50dc342f-1e3e-42af-b283-fb77b3b14872.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50dc342f-1e3e-42af-b283-fb77b3b14872-root {
    text-align: center;
  }


#s-50dc342f-1e3e-42af-b283-fb77b3b14872.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-50dc342f-1e3e-42af-b283-fb77b3b14872-root {
    text-align: center;
  }


#s-50dc342f-1e3e-42af-b283-fb77b3b14872.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-50dc342f-1e3e-42af-b283-fb77b3b14872-root {
    text-align: center;
  }


#s-50dc342f-1e3e-42af-b283-fb77b3b14872.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50dc342f-1e3e-42af-b283-fb77b3b14872-root {
    text-align: center;
  }


#s-50dc342f-1e3e-42af-b283-fb77b3b14872.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-a8a808fd-5dfb-4f50-bd54-dd9fb878e17d {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a8a808fd-5dfb-4f50-bd54-dd9fb878e17d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a808fd-5dfb-4f50-bd54-dd9fb878e17d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a808fd-5dfb-4f50-bd54-dd9fb878e17d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a808fd-5dfb-4f50-bd54-dd9fb878e17d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50 {
  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-4bb73afa-20b3-46a2-bb83-d8e1ced5da50: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-4bb73afa-20b3-46a2-bb83-d8e1ced5da50:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50-root {
    text-align: center;
  }


#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50-root {
    text-align: center;
  }


#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50.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-4bb73afa-20b3-46a2-bb83-d8e1ced5da50-root {
    text-align: center;
  }


#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50.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-4bb73afa-20b3-46a2-bb83-d8e1ced5da50-root {
    text-align: center;
  }


#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50-root {
    text-align: center;
  }


#s-4bb73afa-20b3-46a2-bb83-d8e1ced5da50.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ebf5ff3f-7f67-43dd-b5f6-c50005992190 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d9a059c4-c582-4ef2-ab94-1721b7c9127a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d9a059c4-c582-4ef2-ab94-1721b7c9127a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-d9a059c4-c582-4ef2-ab94-1721b7c9127a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9a059c4-c582-4ef2-ab94-1721b7c9127a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-1189a8f6-abaf-426c-afb3-17ec9220ad82 {
  text-align: right;
}







  #s-1189a8f6-abaf-426c-afb3-17ec9220ad82 img.shogun-image {
    

    
    
    
  }


#s-1189a8f6-abaf-426c-afb3-17ec9220ad82 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc865456-d951-40ca-b46e-e8bb9c338034 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc865456-d951-40ca-b46e-e8bb9c338034 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d8709cf7-e802-41e4-a58c-963e1a750e0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8709cf7-e802-41e4-a58c-963e1a750e0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8709cf7-e802-41e4-a58c-963e1a750e0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8709cf7-e802-41e4-a58c-963e1a750e0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-95203720-24cd-4679-837a-22b7be7c4f59 {
  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-95203720-24cd-4679-837a-22b7be7c4f59: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-95203720-24cd-4679-837a-22b7be7c4f59:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-95203720-24cd-4679-837a-22b7be7c4f59-root {
    text-align: center;
  }


#s-95203720-24cd-4679-837a-22b7be7c4f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-95203720-24cd-4679-837a-22b7be7c4f59-root {
    text-align: center;
  }


#s-95203720-24cd-4679-837a-22b7be7c4f59.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-95203720-24cd-4679-837a-22b7be7c4f59-root {
    text-align: center;
  }


#s-95203720-24cd-4679-837a-22b7be7c4f59.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-95203720-24cd-4679-837a-22b7be7c4f59-root {
    text-align: center;
  }


#s-95203720-24cd-4679-837a-22b7be7c4f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-95203720-24cd-4679-837a-22b7be7c4f59-root {
    text-align: center;
  }


#s-95203720-24cd-4679-837a-22b7be7c4f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-45992676-3084-43d7-8e84-7e4d244be59b {
  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-45992676-3084-43d7-8e84-7e4d244be59b: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-45992676-3084-43d7-8e84-7e4d244be59b:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-45992676-3084-43d7-8e84-7e4d244be59b-root {
    text-align: center;
  }


#s-45992676-3084-43d7-8e84-7e4d244be59b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45992676-3084-43d7-8e84-7e4d244be59b-root {
    text-align: center;
  }


#s-45992676-3084-43d7-8e84-7e4d244be59b.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-45992676-3084-43d7-8e84-7e4d244be59b-root {
    text-align: center;
  }


#s-45992676-3084-43d7-8e84-7e4d244be59b.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-45992676-3084-43d7-8e84-7e4d244be59b-root {
    text-align: center;
  }


#s-45992676-3084-43d7-8e84-7e4d244be59b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45992676-3084-43d7-8e84-7e4d244be59b-root {
    text-align: center;
  }


#s-45992676-3084-43d7-8e84-7e4d244be59b.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-70a0c7b8-023c-4cd6-9c25-2850b06b43e9 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-18d1e022-8976-46ac-9e68-7268c727ff12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18d1e022-8976-46ac-9e68-7268c727ff12"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-18d1e022-8976-46ac-9e68-7268c727ff12"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d1e022-8976-46ac-9e68-7268c727ff12"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-403731b0-998c-4a4a-8637-10830d0d52f9 {
  text-align: right;
}







  #s-403731b0-998c-4a4a-8637-10830d0d52f9 img.shogun-image {
    

    
    
    
  }


#s-403731b0-998c-4a4a-8637-10830d0d52f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffaa1fa1-a43c-4540-a31c-5f45e839a83a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffaa1fa1-a43c-4540-a31c-5f45e839a83a .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e8eb8d72-1714-450d-849d-9ec87e2ab01f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8eb8d72-1714-450d-849d-9ec87e2ab01f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8eb8d72-1714-450d-849d-9ec87e2ab01f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8eb8d72-1714-450d-849d-9ec87e2ab01f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-470d2db1-802d-43d7-b131-9f3c92187c98 {
  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-470d2db1-802d-43d7-b131-9f3c92187c98: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-470d2db1-802d-43d7-b131-9f3c92187c98:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-470d2db1-802d-43d7-b131-9f3c92187c98-root {
    text-align: center;
  }


#s-470d2db1-802d-43d7-b131-9f3c92187c98.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-470d2db1-802d-43d7-b131-9f3c92187c98-root {
    text-align: center;
  }


#s-470d2db1-802d-43d7-b131-9f3c92187c98.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-470d2db1-802d-43d7-b131-9f3c92187c98-root {
    text-align: center;
  }


#s-470d2db1-802d-43d7-b131-9f3c92187c98.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-470d2db1-802d-43d7-b131-9f3c92187c98-root {
    text-align: center;
  }


#s-470d2db1-802d-43d7-b131-9f3c92187c98.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-470d2db1-802d-43d7-b131-9f3c92187c98-root {
    text-align: center;
  }


#s-470d2db1-802d-43d7-b131-9f3c92187c98.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e1e4d15b-a002-495b-879a-80cae1f26d00 {
  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-e1e4d15b-a002-495b-879a-80cae1f26d00: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-e1e4d15b-a002-495b-879a-80cae1f26d00:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e1e4d15b-a002-495b-879a-80cae1f26d00-root {
    text-align: center;
  }


#s-e1e4d15b-a002-495b-879a-80cae1f26d00.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1e4d15b-a002-495b-879a-80cae1f26d00-root {
    text-align: center;
  }


#s-e1e4d15b-a002-495b-879a-80cae1f26d00.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-e1e4d15b-a002-495b-879a-80cae1f26d00-root {
    text-align: center;
  }


#s-e1e4d15b-a002-495b-879a-80cae1f26d00.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-e1e4d15b-a002-495b-879a-80cae1f26d00-root {
    text-align: center;
  }


#s-e1e4d15b-a002-495b-879a-80cae1f26d00.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1e4d15b-a002-495b-879a-80cae1f26d00-root {
    text-align: center;
  }


#s-e1e4d15b-a002-495b-879a-80cae1f26d00.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-59257ed4-16c4-4011-b249-4715f8c21602 {
  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-59257ed4-16c4-4011-b249-4715f8c21602: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-59257ed4-16c4-4011-b249-4715f8c21602:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-59257ed4-16c4-4011-b249-4715f8c21602-root {
    text-align: center;
  }


#s-59257ed4-16c4-4011-b249-4715f8c21602.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-59257ed4-16c4-4011-b249-4715f8c21602-root {
    text-align: center;
  }


#s-59257ed4-16c4-4011-b249-4715f8c21602.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-59257ed4-16c4-4011-b249-4715f8c21602-root {
    text-align: center;
  }


#s-59257ed4-16c4-4011-b249-4715f8c21602.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-59257ed4-16c4-4011-b249-4715f8c21602-root {
    text-align: center;
  }


#s-59257ed4-16c4-4011-b249-4715f8c21602.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-59257ed4-16c4-4011-b249-4715f8c21602-root {
    text-align: center;
  }


#s-59257ed4-16c4-4011-b249-4715f8c21602.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9e9a09f9-cd00-4a1d-b416-fed761718cbb {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-9e9a09f9-cd00-4a1d-b416-fed761718cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e9a09f9-cd00-4a1d-b416-fed761718cbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e9a09f9-cd00-4a1d-b416-fed761718cbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e9a09f9-cd00-4a1d-b416-fed761718cbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff {
  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-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff: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-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff-root {
    text-align: center;
  }


#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff-root {
    text-align: center;
  }


#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff.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-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff-root {
    text-align: center;
  }


#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff.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-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff-root {
    text-align: center;
  }


#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff-root {
    text-align: center;
  }


#s-9d9deb77-7f3d-4984-9b8c-f5dbb6533dff.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b87a6547-50df-44b1-bad0-5262040ae784 {
  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-b87a6547-50df-44b1-bad0-5262040ae784: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-b87a6547-50df-44b1-bad0-5262040ae784:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-b87a6547-50df-44b1-bad0-5262040ae784-root {
    text-align: center;
  }


#s-b87a6547-50df-44b1-bad0-5262040ae784.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b87a6547-50df-44b1-bad0-5262040ae784-root {
    text-align: center;
  }


#s-b87a6547-50df-44b1-bad0-5262040ae784.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-b87a6547-50df-44b1-bad0-5262040ae784-root {
    text-align: center;
  }


#s-b87a6547-50df-44b1-bad0-5262040ae784.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-b87a6547-50df-44b1-bad0-5262040ae784-root {
    text-align: center;
  }


#s-b87a6547-50df-44b1-bad0-5262040ae784.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b87a6547-50df-44b1-bad0-5262040ae784-root {
    text-align: center;
  }


#s-b87a6547-50df-44b1-bad0-5262040ae784.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-9cb15ced-2102-4222-8ce7-113b1f5a722c {
  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-9cb15ced-2102-4222-8ce7-113b1f5a722c: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-9cb15ced-2102-4222-8ce7-113b1f5a722c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-9cb15ced-2102-4222-8ce7-113b1f5a722c-root {
    text-align: center;
  }


#s-9cb15ced-2102-4222-8ce7-113b1f5a722c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9cb15ced-2102-4222-8ce7-113b1f5a722c-root {
    text-align: center;
  }


#s-9cb15ced-2102-4222-8ce7-113b1f5a722c.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-9cb15ced-2102-4222-8ce7-113b1f5a722c-root {
    text-align: center;
  }


#s-9cb15ced-2102-4222-8ce7-113b1f5a722c.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-9cb15ced-2102-4222-8ce7-113b1f5a722c-root {
    text-align: center;
  }


#s-9cb15ced-2102-4222-8ce7-113b1f5a722c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9cb15ced-2102-4222-8ce7-113b1f5a722c-root {
    text-align: center;
  }


#s-9cb15ced-2102-4222-8ce7-113b1f5a722c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-bd400b2d-83f7-474e-857d-fb1dc9833512 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-bd400b2d-83f7-474e-857d-fb1dc9833512"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd400b2d-83f7-474e-857d-fb1dc9833512"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd400b2d-83f7-474e-857d-fb1dc9833512"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd400b2d-83f7-474e-857d-fb1dc9833512"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59 {
  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-f5593bf6-134a-4e2e-be83-e6b2e1f70f59: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-f5593bf6-134a-4e2e-be83-e6b2e1f70f59:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59-root {
    text-align: center;
  }


#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59-root {
    text-align: center;
  }


#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59.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-f5593bf6-134a-4e2e-be83-e6b2e1f70f59-root {
    text-align: center;
  }


#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59.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-f5593bf6-134a-4e2e-be83-e6b2e1f70f59-root {
    text-align: center;
  }


#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59-root {
    text-align: center;
  }


#s-f5593bf6-134a-4e2e-be83-e6b2e1f70f59.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3 {
  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-8f5312a1-17e5-4b61-864c-d6c5e80b57c3: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-8f5312a1-17e5-4b61-864c-d6c5e80b57c3:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3-root {
    text-align: center;
  }


#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3-root {
    text-align: center;
  }


#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3.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-8f5312a1-17e5-4b61-864c-d6c5e80b57c3-root {
    text-align: center;
  }


#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3.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-8f5312a1-17e5-4b61-864c-d6c5e80b57c3-root {
    text-align: center;
  }


#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3-root {
    text-align: center;
  }


#s-8f5312a1-17e5-4b61-864c-d6c5e80b57c3.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-02a2159b-8ea0-47a4-82cf-70687034efc4 {
  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-02a2159b-8ea0-47a4-82cf-70687034efc4: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-02a2159b-8ea0-47a4-82cf-70687034efc4:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-02a2159b-8ea0-47a4-82cf-70687034efc4-root {
    text-align: center;
  }


#s-02a2159b-8ea0-47a4-82cf-70687034efc4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-02a2159b-8ea0-47a4-82cf-70687034efc4-root {
    text-align: center;
  }


#s-02a2159b-8ea0-47a4-82cf-70687034efc4.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-02a2159b-8ea0-47a4-82cf-70687034efc4-root {
    text-align: center;
  }


#s-02a2159b-8ea0-47a4-82cf-70687034efc4.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-02a2159b-8ea0-47a4-82cf-70687034efc4-root {
    text-align: center;
  }


#s-02a2159b-8ea0-47a4-82cf-70687034efc4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-02a2159b-8ea0-47a4-82cf-70687034efc4-root {
    text-align: center;
  }


#s-02a2159b-8ea0-47a4-82cf-70687034efc4.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-4c244389-dced-4f86-aef1-1c3c6ddcb796 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c244389-dced-4f86-aef1-1c3c6ddcb796 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6305cece-bec6-4cbd-a745-f32f7f30ec9a {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-6305cece-bec6-4cbd-a745-f32f7f30ec9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6305cece-bec6-4cbd-a745-f32f7f30ec9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6305cece-bec6-4cbd-a745-f32f7f30ec9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6305cece-bec6-4cbd-a745-f32f7f30ec9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a565b9af-36cd-4150-9502-53e24cad5208 {
  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-a565b9af-36cd-4150-9502-53e24cad5208: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-a565b9af-36cd-4150-9502-53e24cad5208:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a565b9af-36cd-4150-9502-53e24cad5208-root {
    text-align: center;
  }


#s-a565b9af-36cd-4150-9502-53e24cad5208.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a565b9af-36cd-4150-9502-53e24cad5208-root {
    text-align: center;
  }


#s-a565b9af-36cd-4150-9502-53e24cad5208.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-a565b9af-36cd-4150-9502-53e24cad5208-root {
    text-align: center;
  }


#s-a565b9af-36cd-4150-9502-53e24cad5208.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-a565b9af-36cd-4150-9502-53e24cad5208-root {
    text-align: center;
  }


#s-a565b9af-36cd-4150-9502-53e24cad5208.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a565b9af-36cd-4150-9502-53e24cad5208-root {
    text-align: center;
  }


#s-a565b9af-36cd-4150-9502-53e24cad5208.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e29948db-de8e-4045-9937-a94c994aa35b hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e5f79f80-b683-4f13-95ce-2258205f9a71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5f79f80-b683-4f13-95ce-2258205f9a71"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-e5f79f80-b683-4f13-95ce-2258205f9a71"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5f79f80-b683-4f13-95ce-2258205f9a71"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-5532dc12-50b4-406b-8a33-3088d5fe912f {
  text-align: right;
}







  #s-5532dc12-50b4-406b-8a33-3088d5fe912f img.shogun-image {
    

    
    
    
  }


#s-5532dc12-50b4-406b-8a33-3088d5fe912f .shogun-image-content {
  
    align-items: center;
  
}

#s-68bfbb7f-9025-404b-a00c-9e51a12aff76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68bfbb7f-9025-404b-a00c-9e51a12aff76 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-8326f55d-60d4-40fb-a10e-f4d2ce7d75de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8326f55d-60d4-40fb-a10e-f4d2ce7d75de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8326f55d-60d4-40fb-a10e-f4d2ce7d75de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8326f55d-60d4-40fb-a10e-f4d2ce7d75de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-01b4b2be-8609-415b-88a1-c8cdde67a78d {
  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-01b4b2be-8609-415b-88a1-c8cdde67a78d: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-01b4b2be-8609-415b-88a1-c8cdde67a78d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-01b4b2be-8609-415b-88a1-c8cdde67a78d-root {
    text-align: center;
  }


#s-01b4b2be-8609-415b-88a1-c8cdde67a78d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01b4b2be-8609-415b-88a1-c8cdde67a78d-root {
    text-align: center;
  }


#s-01b4b2be-8609-415b-88a1-c8cdde67a78d.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-01b4b2be-8609-415b-88a1-c8cdde67a78d-root {
    text-align: center;
  }


#s-01b4b2be-8609-415b-88a1-c8cdde67a78d.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-01b4b2be-8609-415b-88a1-c8cdde67a78d-root {
    text-align: center;
  }


#s-01b4b2be-8609-415b-88a1-c8cdde67a78d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01b4b2be-8609-415b-88a1-c8cdde67a78d-root {
    text-align: center;
  }


#s-01b4b2be-8609-415b-88a1-c8cdde67a78d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-7087c99c-9bce-4870-b68a-5489df3c0738 {
  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-7087c99c-9bce-4870-b68a-5489df3c0738: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-7087c99c-9bce-4870-b68a-5489df3c0738:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-7087c99c-9bce-4870-b68a-5489df3c0738-root {
    text-align: center;
  }


#s-7087c99c-9bce-4870-b68a-5489df3c0738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7087c99c-9bce-4870-b68a-5489df3c0738-root {
    text-align: center;
  }


#s-7087c99c-9bce-4870-b68a-5489df3c0738.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-7087c99c-9bce-4870-b68a-5489df3c0738-root {
    text-align: center;
  }


#s-7087c99c-9bce-4870-b68a-5489df3c0738.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-7087c99c-9bce-4870-b68a-5489df3c0738-root {
    text-align: center;
  }


#s-7087c99c-9bce-4870-b68a-5489df3c0738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7087c99c-9bce-4870-b68a-5489df3c0738-root {
    text-align: center;
  }


#s-7087c99c-9bce-4870-b68a-5489df3c0738.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de {
  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-32dc8d3a-5fb8-4d50-9ece-c67530b729de: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-32dc8d3a-5fb8-4d50-9ece-c67530b729de:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-32dc8d3a-5fb8-4d50-9ece-c67530b729de-root {
    text-align: center;
  }


#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-32dc8d3a-5fb8-4d50-9ece-c67530b729de-root {
    text-align: center;
  }


#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de.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-32dc8d3a-5fb8-4d50-9ece-c67530b729de-root {
    text-align: center;
  }


#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de.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-32dc8d3a-5fb8-4d50-9ece-c67530b729de-root {
    text-align: center;
  }


#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-32dc8d3a-5fb8-4d50-9ece-c67530b729de-root {
    text-align: center;
  }


#s-32dc8d3a-5fb8-4d50-9ece-c67530b729de.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-2d5d3761-1ebd-452a-8c33-63a45565fe88 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-2d5d3761-1ebd-452a-8c33-63a45565fe88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d5d3761-1ebd-452a-8c33-63a45565fe88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5d3761-1ebd-452a-8c33-63a45565fe88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5d3761-1ebd-452a-8c33-63a45565fe88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-074f6155-22df-42cd-a5b3-bd21eb29b93c {
  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-074f6155-22df-42cd-a5b3-bd21eb29b93c: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-074f6155-22df-42cd-a5b3-bd21eb29b93c:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-074f6155-22df-42cd-a5b3-bd21eb29b93c-root {
    text-align: center;
  }


#s-074f6155-22df-42cd-a5b3-bd21eb29b93c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-074f6155-22df-42cd-a5b3-bd21eb29b93c-root {
    text-align: center;
  }


#s-074f6155-22df-42cd-a5b3-bd21eb29b93c.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-074f6155-22df-42cd-a5b3-bd21eb29b93c-root {
    text-align: center;
  }


#s-074f6155-22df-42cd-a5b3-bd21eb29b93c.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-074f6155-22df-42cd-a5b3-bd21eb29b93c-root {
    text-align: center;
  }


#s-074f6155-22df-42cd-a5b3-bd21eb29b93c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-074f6155-22df-42cd-a5b3-bd21eb29b93c-root {
    text-align: center;
  }


#s-074f6155-22df-42cd-a5b3-bd21eb29b93c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f {
  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-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f: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-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f-root {
    text-align: center;
  }


#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f-root {
    text-align: center;
  }


#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f.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-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f-root {
    text-align: center;
  }


#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f.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-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f-root {
    text-align: center;
  }


#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f-root {
    text-align: center;
  }


#s-eb511f6a-e8a1-4ba4-99b9-bb0202290a3f.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-75f07a9a-d859-4ed7-ac60-e09f9802f22f hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bfe1c823-8761-4e73-8ab9-f7209c991fca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfe1c823-8761-4e73-8ab9-f7209c991fca"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-bfe1c823-8761-4e73-8ab9-f7209c991fca"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfe1c823-8761-4e73-8ab9-f7209c991fca"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-eb064201-fc2a-4a13-9587-03988fb17a67 {
  text-align: right;
}







  #s-eb064201-fc2a-4a13-9587-03988fb17a67 img.shogun-image {
    

    
    
    
  }


#s-eb064201-fc2a-4a13-9587-03988fb17a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-2449f6f0-78cf-4fc3-8226-577c60cdc478 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2449f6f0-78cf-4fc3-8226-577c60cdc478 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3d9a5c3f-3e50-434f-b3d7-c2c507f3ec8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d9a5c3f-3e50-434f-b3d7-c2c507f3ec8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d9a5c3f-3e50-434f-b3d7-c2c507f3ec8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d9a5c3f-3e50-434f-b3d7-c2c507f3ec8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e7145fe-8e44-45d2-92a0-045911a7f39d {
  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-3e7145fe-8e44-45d2-92a0-045911a7f39d: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-3e7145fe-8e44-45d2-92a0-045911a7f39d:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-3e7145fe-8e44-45d2-92a0-045911a7f39d-root {
    text-align: center;
  }


#s-3e7145fe-8e44-45d2-92a0-045911a7f39d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e7145fe-8e44-45d2-92a0-045911a7f39d-root {
    text-align: center;
  }


#s-3e7145fe-8e44-45d2-92a0-045911a7f39d.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-3e7145fe-8e44-45d2-92a0-045911a7f39d-root {
    text-align: center;
  }


#s-3e7145fe-8e44-45d2-92a0-045911a7f39d.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-3e7145fe-8e44-45d2-92a0-045911a7f39d-root {
    text-align: center;
  }


#s-3e7145fe-8e44-45d2-92a0-045911a7f39d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e7145fe-8e44-45d2-92a0-045911a7f39d-root {
    text-align: center;
  }


#s-3e7145fe-8e44-45d2-92a0-045911a7f39d.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e {
  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-0b71dad0-ae84-4d4f-9721-504ab9ffc53e: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-0b71dad0-ae84-4d4f-9721-504ab9ffc53e:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e-root {
    text-align: center;
  }


#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e-root {
    text-align: center;
  }


#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e.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-0b71dad0-ae84-4d4f-9721-504ab9ffc53e-root {
    text-align: center;
  }


#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e.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-0b71dad0-ae84-4d4f-9721-504ab9ffc53e-root {
    text-align: center;
  }


#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e-root {
    text-align: center;
  }


#s-0b71dad0-ae84-4d4f-9721-504ab9ffc53e.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-23386909-771f-4be3-abaf-e99e5d5c9abe {
  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-23386909-771f-4be3-abaf-e99e5d5c9abe: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-23386909-771f-4be3-abaf-e99e5d5c9abe:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-23386909-771f-4be3-abaf-e99e5d5c9abe-root {
    text-align: center;
  }


#s-23386909-771f-4be3-abaf-e99e5d5c9abe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23386909-771f-4be3-abaf-e99e5d5c9abe-root {
    text-align: center;
  }


#s-23386909-771f-4be3-abaf-e99e5d5c9abe.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-23386909-771f-4be3-abaf-e99e5d5c9abe-root {
    text-align: center;
  }


#s-23386909-771f-4be3-abaf-e99e5d5c9abe.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-23386909-771f-4be3-abaf-e99e5d5c9abe-root {
    text-align: center;
  }


#s-23386909-771f-4be3-abaf-e99e5d5c9abe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23386909-771f-4be3-abaf-e99e5d5c9abe-root {
    text-align: center;
  }


#s-23386909-771f-4be3-abaf-e99e5d5c9abe.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-82dcff00-a74d-4a51-b24a-e83829da35b4 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-82dcff00-a74d-4a51-b24a-e83829da35b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82dcff00-a74d-4a51-b24a-e83829da35b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82dcff00-a74d-4a51-b24a-e83829da35b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82dcff00-a74d-4a51-b24a-e83829da35b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6778b0f0-b56d-4955-87e1-62591650c2cb {
  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-6778b0f0-b56d-4955-87e1-62591650c2cb: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-6778b0f0-b56d-4955-87e1-62591650c2cb:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-6778b0f0-b56d-4955-87e1-62591650c2cb-root {
    text-align: center;
  }


#s-6778b0f0-b56d-4955-87e1-62591650c2cb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6778b0f0-b56d-4955-87e1-62591650c2cb-root {
    text-align: center;
  }


#s-6778b0f0-b56d-4955-87e1-62591650c2cb.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-6778b0f0-b56d-4955-87e1-62591650c2cb-root {
    text-align: center;
  }


#s-6778b0f0-b56d-4955-87e1-62591650c2cb.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-6778b0f0-b56d-4955-87e1-62591650c2cb-root {
    text-align: center;
  }


#s-6778b0f0-b56d-4955-87e1-62591650c2cb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6778b0f0-b56d-4955-87e1-62591650c2cb-root {
    text-align: center;
  }


#s-6778b0f0-b56d-4955-87e1-62591650c2cb.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-e085d139-b61c-4bb3-8b79-8b0fc563a250 {
  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-e085d139-b61c-4bb3-8b79-8b0fc563a250: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-e085d139-b61c-4bb3-8b79-8b0fc563a250:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-e085d139-b61c-4bb3-8b79-8b0fc563a250-root {
    text-align: center;
  }


#s-e085d139-b61c-4bb3-8b79-8b0fc563a250.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e085d139-b61c-4bb3-8b79-8b0fc563a250-root {
    text-align: center;
  }


#s-e085d139-b61c-4bb3-8b79-8b0fc563a250.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-e085d139-b61c-4bb3-8b79-8b0fc563a250-root {
    text-align: center;
  }


#s-e085d139-b61c-4bb3-8b79-8b0fc563a250.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-e085d139-b61c-4bb3-8b79-8b0fc563a250-root {
    text-align: center;
  }


#s-e085d139-b61c-4bb3-8b79-8b0fc563a250.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e085d139-b61c-4bb3-8b79-8b0fc563a250-root {
    text-align: center;
  }


#s-e085d139-b61c-4bb3-8b79-8b0fc563a250.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-8a228a00-36ee-4a54-be21-399e5f0c95ea {
  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-8a228a00-36ee-4a54-be21-399e5f0c95ea: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-8a228a00-36ee-4a54-be21-399e5f0c95ea:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-8a228a00-36ee-4a54-be21-399e5f0c95ea-root {
    text-align: center;
  }


#s-8a228a00-36ee-4a54-be21-399e5f0c95ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a228a00-36ee-4a54-be21-399e5f0c95ea-root {
    text-align: center;
  }


#s-8a228a00-36ee-4a54-be21-399e5f0c95ea.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-8a228a00-36ee-4a54-be21-399e5f0c95ea-root {
    text-align: center;
  }


#s-8a228a00-36ee-4a54-be21-399e5f0c95ea.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-8a228a00-36ee-4a54-be21-399e5f0c95ea-root {
    text-align: center;
  }


#s-8a228a00-36ee-4a54-be21-399e5f0c95ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a228a00-36ee-4a54-be21-399e5f0c95ea-root {
    text-align: center;
  }


#s-8a228a00-36ee-4a54-be21-399e5f0c95ea.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-b640a9c9-5744-4e5f-80b9-36f3284b93a0 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b640a9c9-5744-4e5f-80b9-36f3284b93a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b640a9c9-5744-4e5f-80b9-36f3284b93a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b640a9c9-5744-4e5f-80b9-36f3284b93a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b640a9c9-5744-4e5f-80b9-36f3284b93a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-51e9560c-152e-4db2-ba44-25891b2f3640 {
  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-51e9560c-152e-4db2-ba44-25891b2f3640: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-51e9560c-152e-4db2-ba44-25891b2f3640:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-51e9560c-152e-4db2-ba44-25891b2f3640-root {
    text-align: center;
  }


#s-51e9560c-152e-4db2-ba44-25891b2f3640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-51e9560c-152e-4db2-ba44-25891b2f3640-root {
    text-align: center;
  }


#s-51e9560c-152e-4db2-ba44-25891b2f3640.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-51e9560c-152e-4db2-ba44-25891b2f3640-root {
    text-align: center;
  }


#s-51e9560c-152e-4db2-ba44-25891b2f3640.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-51e9560c-152e-4db2-ba44-25891b2f3640-root {
    text-align: center;
  }


#s-51e9560c-152e-4db2-ba44-25891b2f3640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-51e9560c-152e-4db2-ba44-25891b2f3640-root {
    text-align: center;
  }


#s-51e9560c-152e-4db2-ba44-25891b2f3640.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93 {
  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-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93: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-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93-root {
    text-align: center;
  }


#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93-root {
    text-align: center;
  }


#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93.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-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93-root {
    text-align: center;
  }


#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93.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-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93-root {
    text-align: center;
  }


#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93-root {
    text-align: center;
  }


#s-ebc1367b-ae8a-4f0d-9c9c-c7be577cad93.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-45e868e7-1573-463a-b99d-885e23d3249c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45e868e7-1573-463a-b99d-885e23d3249c .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6e30103d-1c48-4351-9477-fd31eebd4c81 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-6e30103d-1c48-4351-9477-fd31eebd4c81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e30103d-1c48-4351-9477-fd31eebd4c81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e30103d-1c48-4351-9477-fd31eebd4c81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e30103d-1c48-4351-9477-fd31eebd4c81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51 {
  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-53df6cb6-ea32-45b8-9e5f-74ce4e244b51: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-53df6cb6-ea32-45b8-9e5f-74ce4e244b51:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51-root {
    text-align: center;
  }


#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51-root {
    text-align: center;
  }


#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51.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-53df6cb6-ea32-45b8-9e5f-74ce4e244b51-root {
    text-align: center;
  }


#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51.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-53df6cb6-ea32-45b8-9e5f-74ce4e244b51-root {
    text-align: center;
  }


#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51-root {
    text-align: center;
  }


#s-53df6cb6-ea32-45b8-9e5f-74ce4e244b51.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-88d904ff-8798-4b41-84dd-6f1a88053ae2 {
  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-88d904ff-8798-4b41-84dd-6f1a88053ae2: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-88d904ff-8798-4b41-84dd-6f1a88053ae2:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-88d904ff-8798-4b41-84dd-6f1a88053ae2-root {
    text-align: center;
  }


#s-88d904ff-8798-4b41-84dd-6f1a88053ae2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-88d904ff-8798-4b41-84dd-6f1a88053ae2-root {
    text-align: center;
  }


#s-88d904ff-8798-4b41-84dd-6f1a88053ae2.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-88d904ff-8798-4b41-84dd-6f1a88053ae2-root {
    text-align: center;
  }


#s-88d904ff-8798-4b41-84dd-6f1a88053ae2.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-88d904ff-8798-4b41-84dd-6f1a88053ae2-root {
    text-align: center;
  }


#s-88d904ff-8798-4b41-84dd-6f1a88053ae2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-88d904ff-8798-4b41-84dd-6f1a88053ae2-root {
    text-align: center;
  }


#s-88d904ff-8798-4b41-84dd-6f1a88053ae2.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-dacfb3af-1138-4678-9bb2-39e2acc095c5 {
  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-dacfb3af-1138-4678-9bb2-39e2acc095c5: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-dacfb3af-1138-4678-9bb2-39e2acc095c5:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-dacfb3af-1138-4678-9bb2-39e2acc095c5-root {
    text-align: center;
  }


#s-dacfb3af-1138-4678-9bb2-39e2acc095c5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dacfb3af-1138-4678-9bb2-39e2acc095c5-root {
    text-align: center;
  }


#s-dacfb3af-1138-4678-9bb2-39e2acc095c5.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-dacfb3af-1138-4678-9bb2-39e2acc095c5-root {
    text-align: center;
  }


#s-dacfb3af-1138-4678-9bb2-39e2acc095c5.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-dacfb3af-1138-4678-9bb2-39e2acc095c5-root {
    text-align: center;
  }


#s-dacfb3af-1138-4678-9bb2-39e2acc095c5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dacfb3af-1138-4678-9bb2-39e2acc095c5-root {
    text-align: center;
  }


#s-dacfb3af-1138-4678-9bb2-39e2acc095c5.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-2d53396a-22f9-4806-9035-ceec7fa84b9a {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-2d53396a-22f9-4806-9035-ceec7fa84b9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d53396a-22f9-4806-9035-ceec7fa84b9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d53396a-22f9-4806-9035-ceec7fa84b9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d53396a-22f9-4806-9035-ceec7fa84b9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c {
  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-c4507030-1ca3-4c12-af4e-d5a0ebc1993c: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-c4507030-1ca3-4c12-af4e-d5a0ebc1993c:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c-root {
    text-align: center;
  }


#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c-root {
    text-align: center;
  }


#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c.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-c4507030-1ca3-4c12-af4e-d5a0ebc1993c-root {
    text-align: center;
  }


#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c.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-c4507030-1ca3-4c12-af4e-d5a0ebc1993c-root {
    text-align: center;
  }


#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c-root {
    text-align: center;
  }


#s-c4507030-1ca3-4c12-af4e-d5a0ebc1993c.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-908dd1e5-c23c-45ab-9b9e-419202ba5733 hr {
  border-top: 1px solid #ddd;
}

#s-e24a0e02-4840-429a-9516-96b833869324 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a2300829-d21a-4168-b307-58e5cae8c837 {
  border-style: solid;
margin-left: 25%;
margin-right: 25%;
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-a2300829-d21a-4168-b307-58e5cae8c837: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-a2300829-d21a-4168-b307-58e5cae8c837:active {background-color: rgba(220, 220, 220, 1) !important;
text-decoration: none !important;}

  #s-a2300829-d21a-4168-b307-58e5cae8c837-root {
    text-align: center;
  }


#s-a2300829-d21a-4168-b307-58e5cae8c837.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2300829-d21a-4168-b307-58e5cae8c837-root {
    text-align: center;
  }


#s-a2300829-d21a-4168-b307-58e5cae8c837.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2300829-d21a-4168-b307-58e5cae8c837-root {
    text-align: center;
  }


#s-a2300829-d21a-4168-b307-58e5cae8c837.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2300829-d21a-4168-b307-58e5cae8c837-root {
    text-align: center;
  }


#s-a2300829-d21a-4168-b307-58e5cae8c837.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2300829-d21a-4168-b307-58e5cae8c837-root {
    text-align: center;
  }


#s-a2300829-d21a-4168-b307-58e5cae8c837.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5093377-8e7c-41fa-b573-97704d1417f4 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-b5093377-8e7c-41fa-b573-97704d1417f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5093377-8e7c-41fa-b573-97704d1417f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66bc085b-7d5e-4bb8-9b0b-65585d91707b {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(254, 253, 253, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 134, 0, 0.34);
}

@media (min-width: 0px) {
[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-66bc085b-7d5e-4bb8-9b0b-65585d91707b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

#s-df8473b1-a1fd-4618-a5b4-50cce479290a {
  margin-top: 40%;
margin-left: 50px;
margin-bottom: 40%;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df8473b1-a1fd-4618-a5b4-50cce479290a .shogun-heading-component h2 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-form .shogun-form-label {
  color: rgba(1, 1, 1, 1);
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 600;
  font-style: ;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-form .shogun-form-field {
  color: rgba(2, 2, 2, 1);
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
  font-style: ;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-172f862a-6c0d-438a-b6ea-5d73cbcabf10 .shogun-form .shogun-form-submit-label {
  color: rgba(0, 0, 0, 1) !important;
}

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