.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-51e38259-2c11-49f1-8018-8d0506d2784f {
  min-height: 50px;
}








#s-51e38259-2c11-49f1-8018-8d0506d2784f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e38259-2c11-49f1-8018-8d0506d2784f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fd19326c-cc90-42a2-9bcc-b65cb5e4bd36 {
  margin-top: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 {
  margin-bottom: 24px;
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 241, 235, 1);
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 241, 235, 1);
  padding: 5px;
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 101, 49, 1);
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(235, 241, 235, 1);
  border-top: 1px solid rgba(235, 241, 235, 1);
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 101, 49, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-d91614b3-2d6a-4e65-9e43-d55377a92820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4e204e85-f461-4265-991e-4e6ce1a5cd02 {
  padding-top: 14px;
padding-bottom: 14px;
}

#s-49f783a3-90ff-4bbb-9579-20839803f8f3 {
  padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-49f783a3-90ff-4bbb-9579-20839803f8f3 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-49f783a3-90ff-4bbb-9579-20839803f8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f783a3-90ff-4bbb-9579-20839803f8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a12e364a-f985-4cd9-9cb3-2d063918cf07 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-a12e364a-f985-4cd9-9cb3-2d063918cf07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a12e364a-f985-4cd9-9cb3-2d063918cf07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: 768px) and (max-width: 991px){#s-7bb09273-085b-4366-80d7-68ee3c755c9b {
  display: none;
}
#s-7bb09273-085b-4366-80d7-68ee3c755c9b, #wrap-s-7bb09273-085b-4366-80d7-68ee3c755c9b { display: none !important; }}
@media (min-width: 0px) {
[id="s-7bb09273-085b-4366-80d7-68ee3c755c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb09273-085b-4366-80d7-68ee3c755c9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7bb09273-085b-4366-80d7-68ee3c755c9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7bb09273-085b-4366-80d7-68ee3c755c9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-bb747a3b-d372-4e7d-90b7-0c8d659d887f {
  min-height: 50px;
}








#s-bb747a3b-d372-4e7d-90b7-0c8d659d887f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb747a3b-d372-4e7d-90b7-0c8d659d887f.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-219a0658-e0bc-413a-9191-2d7421c8341e {
  text-align: left;
}

#s-219a0658-e0bc-413a-9191-2d7421c8341e .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.333em;
  
  text-align: left;
}


@media (max-width: 767px){#s-219a0658-e0bc-413a-9191-2d7421c8341e .shogun-heading-component h3 {
  color: rgba(127, 197, 109, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.333em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-2d6be6d5-010e-4d84-81b5-ace6d6282ccc {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d6be6d5-010e-4d84-81b5-ace6d6282ccc .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: -0.9px;
  text-align: left;
}


@media (max-width: 767px){#s-2d6be6d5-010e-4d84-81b5-ace6d6282ccc .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -0.6px;
  text-align: left;
}


}
.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-657144b1-af85-4029-809d-6e2908480c08 {
  max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-657144b1-af85-4029-809d-6e2908480c08 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-657144b1-af85-4029-809d-6e2908480c08 img.shogun-image {
    

    
    
    
  }


#s-657144b1-af85-4029-809d-6e2908480c08 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-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-c1c52246-8e3c-4ff6-8028-61a6937a7abe {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 5px;
max-width: 240px;
background-color: rgba(127, 197, 109, 1);
text-align: left;
text-decoration: none;
line-height: 1.333em;
background-image: none;
hover-type: color;
}
#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe:hover {background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 101, 49, 1) !important;}#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe:active {background-color: rgba(127, 197, 109, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 5px;
max-width: 100%;
background-color: rgba(127, 197, 109, 1);
text-align: center;
text-decoration: none;
line-height: 1.333em;
background-image: none;
hover-type: color;
}
#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe:hover {background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 101, 49, 1) !important;}}

  #s-c1c52246-8e3c-4ff6-8028-61a6937a7abe-root {
    text-align: left;
  }


#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1c52246-8e3c-4ff6-8028-61a6937a7abe-root {
    text-align: left;
  }


#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1c52246-8e3c-4ff6-8028-61a6937a7abe-root {
    text-align: left;
  }


#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1c52246-8e3c-4ff6-8028-61a6937a7abe-root {
    text-align: left;
  }


#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1c52246-8e3c-4ff6-8028-61a6937a7abe-root {
    text-align: center;
  }


#s-c1c52246-8e3c-4ff6-8028-61a6937a7abe.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5fb629c0-5c68-4554-bc3a-8b21dc617286 {
  min-height: 50px;
}








#s-5fb629c0-5c68-4554-bc3a-8b21dc617286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb629c0-5c68-4554-bc3a-8b21dc617286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62afe277-64a8-482d-8057-40ff475ae959 {
  min-height: 250px;
}
@media (max-width: 767px){#s-62afe277-64a8-482d-8057-40ff475ae959 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
}







#s-62afe277-64a8-482d-8057-40ff475ae959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62afe277-64a8-482d-8057-40ff475ae959.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0cd3a118-e50b-4ffc-aa82-f3dd82db4057 {
  max-width: 38px;
text-align: center;
}
@media (max-width: 767px){#s-0cd3a118-e50b-4ffc-aa82-f3dd82db4057 {
  max-width: 50px;
}
}






  #s-0cd3a118-e50b-4ffc-aa82-f3dd82db4057 img.shogun-image {
    

    
    
    
  }


#s-0cd3a118-e50b-4ffc-aa82-f3dd82db4057 .shogun-image-content {
  
    align-items: center;
  
}

#s-13a9173e-0fb8-4638-8daa-b950ab1cc53a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-13a9173e-0fb8-4638-8daa-b950ab1cc53a .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-13a9173e-0fb8-4638-8daa-b950ab1cc53a .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-e761c032-f194-452d-9897-738bf5106dec {
  margin-top: 30px;
min-height: 250px;
}
@media (max-width: 767px){#s-e761c032-f194-452d-9897-738bf5106dec {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 50px;
}
}







#s-e761c032-f194-452d-9897-738bf5106dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e761c032-f194-452d-9897-738bf5106dec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0bac8b7-fec8-44f2-b5f8-802c79ae9cc5 {
  max-width: 38px;
text-align: center;
}
@media (max-width: 767px){#s-e0bac8b7-fec8-44f2-b5f8-802c79ae9cc5 {
  max-width: 50px;
}
}






  #s-e0bac8b7-fec8-44f2-b5f8-802c79ae9cc5 img.shogun-image {
    

    
    
    
  }


#s-e0bac8b7-fec8-44f2-b5f8-802c79ae9cc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2832033-14a8-48d5-b989-f18721a6e8ab {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d2832033-14a8-48d5-b989-f18721a6e8ab .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-d2832033-14a8-48d5-b989-f18721a6e8ab .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-20bfe10e-6713-4130-801f-8b9697db9e70 {
  min-height: 50px;
}








#s-20bfe10e-6713-4130-801f-8b9697db9e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20bfe10e-6713-4130-801f-8b9697db9e70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96a86b32-c153-41e7-8722-c18d59a46519 {
  min-height: 250px;
}
@media (max-width: 767px){#s-96a86b32-c153-41e7-8722-c18d59a46519 {
  padding-bottom: 0px;
min-height: 50px;
}
}







#s-96a86b32-c153-41e7-8722-c18d59a46519 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96a86b32-c153-41e7-8722-c18d59a46519.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f41bb578-6d88-48df-a239-1deb5f154054 {
  max-width: 38px;
text-align: center;
}
@media (max-width: 767px){#s-f41bb578-6d88-48df-a239-1deb5f154054 {
  max-width: 50px;
}
}






  #s-f41bb578-6d88-48df-a239-1deb5f154054 img.shogun-image {
    

    
    
    
  }


#s-f41bb578-6d88-48df-a239-1deb5f154054 .shogun-image-content {
  
    align-items: center;
  
}

#s-993126a0-5aa5-48b3-84f8-03c0bc60b6a8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-993126a0-5aa5-48b3-84f8-03c0bc60b6a8 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-993126a0-5aa5-48b3-84f8-03c0bc60b6a8 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc {
  display: none;
}
#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc, #wrap-s-2e293a2e-611b-498b-bb68-ce7daf4a97fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc {
  display: none;
}
#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc, #wrap-s-2e293a2e-611b-498b-bb68-ce7daf4a97fc { display: none !important; }}@media (max-width: 767px){#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc {
  display: none;
}
#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc, #wrap-s-2e293a2e-611b-498b-bb68-ce7daf4a97fc { display: none !important; }}







#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e293a2e-611b-498b-bb68-ce7daf4a97fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-29bd4063-2534-4c90-9678-fd9360b0085e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29bd4063-2534-4c90-9678-fd9360b0085e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29bd4063-2534-4c90-9678-fd9360b0085e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29bd4063-2534-4c90-9678-fd9360b0085e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52e80c49-c2ed-4ab9-bac8-2af9a56b613e {
  min-height: 50px;
}








#s-52e80c49-c2ed-4ab9-bac8-2af9a56b613e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e80c49-c2ed-4ab9-bac8-2af9a56b613e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b3b10c7-35dd-4adc-a109-143a2df9177a {
  text-align: left;
}

#s-2b3b10c7-35dd-4adc-a109-143a2df9177a .shogun-heading-component h2 {
  color: rgba(127, 197, 109, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-5a965c0e-3281-496e-b29d-b3fc4586ef5f {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a965c0e-3281-496e-b29d-b3fc4586ef5f .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: -0.9px;
  text-align: left;
}



#s-249928bd-3701-45fe-b57b-a64b87154c93 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 5px;
max-width: 240px;
background-color: rgba(127, 197, 109, 1);
text-decoration: none;
line-height: 1.333em;
background-image: none;
hover-type: color;
}
#s-249928bd-3701-45fe-b57b-a64b87154c93:hover {background-color: rgba(59, 101, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-249928bd-3701-45fe-b57b-a64b87154c93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-249928bd-3701-45fe-b57b-a64b87154c93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){

#s-249928bd-3701-45fe-b57b-a64b87154c93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){

#s-249928bd-3701-45fe-b57b-a64b87154c93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){

#s-249928bd-3701-45fe-b57b-a64b87154c93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){

#s-249928bd-3701-45fe-b57b-a64b87154c93.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-45403f55-1969-406c-8b3f-38f419e8d3d1 {
  max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-45403f55-1969-406c-8b3f-38f419e8d3d1 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-45403f55-1969-406c-8b3f-38f419e8d3d1 img.shogun-image {
    

    
    
    
  }


#s-45403f55-1969-406c-8b3f-38f419e8d3d1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-428e7583-80e3-4a4a-9de7-6950542b8621"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-428e7583-80e3-4a4a-9de7-6950542b8621"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-428e7583-80e3-4a4a-9de7-6950542b8621"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-428e7583-80e3-4a4a-9de7-6950542b8621"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4cc528a6-9ecf-4da1-8638-17bb16cc6484 {
  min-height: 50px;
}








#s-4cc528a6-9ecf-4da1-8638-17bb16cc6484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cc528a6-9ecf-4da1-8638-17bb16cc6484.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8657fd36-f37a-4ec8-aed2-e26dbfe2d157 {
  min-height: 280px;
}
@media (max-width: 767px){#s-8657fd36-f37a-4ec8-aed2-e26dbfe2d157 {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-8657fd36-f37a-4ec8-aed2-e26dbfe2d157 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8657fd36-f37a-4ec8-aed2-e26dbfe2d157.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8e9cc412-cc8a-4dde-953e-57fbc86f21f7 {
  max-width: 38px;
text-align: center;
}







  #s-8e9cc412-cc8a-4dde-953e-57fbc86f21f7 img.shogun-image {
    

    
    
    
  }


#s-8e9cc412-cc8a-4dde-953e-57fbc86f21f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-37e0e99a-725d-427b-94f9-b4efe0bcd2c8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-37e0e99a-725d-427b-94f9-b4efe0bcd2c8 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}



#s-be7c928b-1ba8-4361-90b0-114c8c626467 {
  margin-top: 30px;
min-height: 280px;
}
@media (max-width: 767px){#s-be7c928b-1ba8-4361-90b0-114c8c626467 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-be7c928b-1ba8-4361-90b0-114c8c626467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be7c928b-1ba8-4361-90b0-114c8c626467.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-877d035b-f820-4e1c-919d-b1bf112265ef {
  max-width: 38px;
text-align: center;
}







  #s-877d035b-f820-4e1c-919d-b1bf112265ef img.shogun-image {
    

    
    
    
  }


#s-877d035b-f820-4e1c-919d-b1bf112265ef .shogun-image-content {
  
    align-items: center;
  
}

#s-625f2351-b36e-4ce5-8ff7-d9f1d0a59eb2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-625f2351-b36e-4ce5-8ff7-d9f1d0a59eb2 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}



#s-127e4216-a16b-4f58-8329-7e91b3f9fb06 {
  min-height: 280px;
}
@media (max-width: 767px){#s-127e4216-a16b-4f58-8329-7e91b3f9fb06 {
  padding-bottom: 30px;
}
}







#s-127e4216-a16b-4f58-8329-7e91b3f9fb06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-127e4216-a16b-4f58-8329-7e91b3f9fb06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c19ac443-1f47-48f7-9023-04c5f0a78868 {
  max-width: 38px;
text-align: center;
}







  #s-c19ac443-1f47-48f7-9023-04c5f0a78868 img.shogun-image {
    

    
    
    
  }


#s-c19ac443-1f47-48f7-9023-04c5f0a78868 .shogun-image-content {
  
    align-items: center;
  
}

#s-49b35e63-1701-48da-beb6-29ab0eb3e060 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-49b35e63-1701-48da-beb6-29ab0eb3e060 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}



#s-8c745406-f9eb-4b2c-95ef-93e55646a8af {
  background-repeat: no-repeat;
padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
}
@media (max-width: 767px){#s-8c745406-f9eb-4b2c-95ef-93e55646a8af {
  padding-top: 30px;
padding-bottom: 10px;
}
}
#s-8c745406-f9eb-4b2c-95ef-93e55646a8af {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmJhZTUzOWQtZTliMC00ZTc5LTg3ZjUtNDRjNTM3MjgyZjE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjM1OTA5MDkwOTA5MDkwOTEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmM2Y3ZjM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNiIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC44NTkwOTA5MDkwOTA5MDkxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZiYWU1MzlkLWU5YjAtNGU3OS04N2Y1LTQ0YzUzNzI4MmYxOCkiLz48L3N2Zz4=);
}








#s-8c745406-f9eb-4b2c-95ef-93e55646a8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c745406-f9eb-4b2c-95ef-93e55646a8af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9fd203-aa1e-4af5-b543-52d88b89a3c4 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-6d9fd203-aa1e-4af5-b543-52d88b89a3c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9fd203-aa1e-4af5-b543-52d88b89a3c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e19b7eaa-8be4-4b13-bced-2fa6382466f6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-e19b7eaa-8be4-4b13-bced-2fa6382466f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e19b7eaa-8be4-4b13-bced-2fa6382466f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2698e98-35ea-4634-acea-9dae3726e1b1 {
  margin-bottom: 20px;
text-align: center;
}

#s-f2698e98-35ea-4634-acea-9dae3726e1b1 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


@media (max-width: 767px){#s-f2698e98-35ea-4634-acea-9dae3726e1b1 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


}
#s-efebc1f9-9662-4ccc-be9a-2b5d8257e078 {
  margin-top: 50px;
margin-bottom: 60px;
}
@media (max-width: 767px){#s-efebc1f9-9662-4ccc-be9a-2b5d8257e078 {
  margin-top: 30px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-efebc1f9-9662-4ccc-be9a-2b5d8257e078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efebc1f9-9662-4ccc-be9a-2b5d8257e078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-efebc1f9-9662-4ccc-be9a-2b5d8257e078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-efebc1f9-9662-4ccc-be9a-2b5d8257e078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-7ee56c64-a96b-4b34-a151-5c71dfd0535d {
  margin-top: 40px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7ee56c64-a96b-4b34-a151-5c71dfd0535d {
  margin-bottom: 30px;
}
}







#s-7ee56c64-a96b-4b34-a151-5c71dfd0535d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee56c64-a96b-4b34-a151-5c71dfd0535d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3bc5e3ca-ba04-4feb-af2a-d2a97eff64c8 {
  margin-top: -55px;
margin-left: -41px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
max-width: 360px;
background-color: rgba(216, 226, 230, 1);
}

#s-a0bbba5b-8cdf-4f9f-b453-946d7284debe {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-a0bbba5b-8cdf-4f9f-b453-946d7284debe .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-a0bbba5b-8cdf-4f9f-b453-946d7284debe .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-7b923df1-fc15-46c9-9f13-81bb4e66056a {
  margin-top: 40px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7b923df1-fc15-46c9-9f13-81bb4e66056a {
  margin-bottom: 30px;
padding-bottom: 20px;
}
}







#s-7b923df1-fc15-46c9-9f13-81bb4e66056a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b923df1-fc15-46c9-9f13-81bb4e66056a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3a47336-c815-48fd-834a-9b02a84d53f4 {
  margin-top: -60px;
margin-left: -40px;
border-radius: 5px;
max-width: 360px;
text-align: center;
}







  #s-d3a47336-c815-48fd-834a-9b02a84d53f4 img.shogun-image {
    

    
    
    
  }


#s-d3a47336-c815-48fd-834a-9b02a84d53f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-990ade1b-ff39-4e6f-8a98-5cbf642d2681 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-990ade1b-ff39-4e6f-8a98-5cbf642d2681 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-990ade1b-ff39-4e6f-8a98-5cbf642d2681 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-88875a6f-a633-45b7-b19c-0991b8481796 {
  margin-top: 40px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-88875a6f-a633-45b7-b19c-0991b8481796 {
  padding-bottom: 0px;
}
}







#s-88875a6f-a633-45b7-b19c-0991b8481796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88875a6f-a633-45b7-b19c-0991b8481796.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae7050fa-7e24-4bc0-a755-7c9c6611156a {
  margin-top: -60px;
margin-left: -40px;
border-radius: 5px;
max-width: 360px;
text-align: center;
}







  #s-ae7050fa-7e24-4bc0-a755-7c9c6611156a img.shogun-image {
    

    
    
    
  }


#s-ae7050fa-7e24-4bc0-a755-7c9c6611156a .shogun-image-content {
  
    align-items: center;
  
}

#s-70a8aab4-bb0c-4ea4-8451-a0e46dab0c81 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-70a8aab4-bb0c-4ea4-8451-a0e46dab0c81 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


@media (max-width: 767px){#s-70a8aab4-bb0c-4ea4-8451-a0e46dab0c81 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}


}
#s-ea3ce9cb-98ad-4cb9-9bdb-c1367b5a0fda {
  margin-top: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-ea3ce9cb-98ad-4cb9-9bdb-c1367b5a0fda {
  margin-top: 30px;
}
}







#s-ea3ce9cb-98ad-4cb9-9bdb-c1367b5a0fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea3ce9cb-98ad-4cb9-9bdb-c1367b5a0fda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b93eb65-5d66-4ec9-8ecb-ff206f44b9c2 {
  margin-bottom: 20px;
text-align: center;
}

#s-6b93eb65-5d66-4ec9-8ecb-ff206f44b9c2 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.429em;
  letter-spacing: -0.7px;
  
}


@media (max-width: 767px){#s-6b93eb65-5d66-4ec9-8ecb-ff206f44b9c2 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.429em;
  letter-spacing: -0.7px;
  
}


}
#s-599b19c2-4518-4815-ba87-45a7099b17bb {
  margin-top: 60px;
}
@media (max-width: 767px){#s-599b19c2-4518-4815-ba87-45a7099b17bb {
  margin-top: 30px;
min-height: 180px;
}
}
@media (min-width: 0px) {
[id="s-599b19c2-4518-4815-ba87-45a7099b17bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-599b19c2-4518-4815-ba87-45a7099b17bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-599b19c2-4518-4815-ba87-45a7099b17bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-599b19c2-4518-4815-ba87-45a7099b17bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-7166eae0-5657-4bf2-8adc-59b6a084171b {
  min-height: 50px;
}








#s-7166eae0-5657-4bf2-8adc-59b6a084171b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7166eae0-5657-4bf2-8adc-59b6a084171b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cf98859-f41c-42d3-b408-bc42f4228d0c {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-1cf98859-f41c-42d3-b408-bc42f4228d0c img.shogun-image {
    

    
    
    
  }


#s-1cf98859-f41c-42d3-b408-bc42f4228d0c .shogun-image-content {
  
    align-items: center;
  
}

#s-da4c79d9-023a-4d63-b363-9cfe7c6b1ea4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da4c79d9-023a-4d63-b363-9cfe7c6b1ea4 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.471em;
  letter-spacing: -0.47px;
  
}



#s-7ca2f154-d5e6-4c26-a426-50d5b0e69943 {
  min-height: 50px;
}








#s-7ca2f154-d5e6-4c26-a426-50d5b0e69943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ca2f154-d5e6-4c26-a426-50d5b0e69943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4914bd86-0df3-4427-a557-d299b482b152 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-4914bd86-0df3-4427-a557-d299b482b152 {
  max-width: 80px;
}
}






  #s-4914bd86-0df3-4427-a557-d299b482b152 img.shogun-image {
    

    
    
    
  }


#s-4914bd86-0df3-4427-a557-d299b482b152 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfb32719-59db-4c59-a176-c510e27be694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfb32719-59db-4c59-a176-c510e27be694 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.471em;
  letter-spacing: -0.47px;
  
}



#s-b46ed28a-8f29-41c7-86b5-794b2ae068d0 {
  min-height: 50px;
}








#s-b46ed28a-8f29-41c7-86b5-794b2ae068d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b46ed28a-8f29-41c7-86b5-794b2ae068d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92f67cd6-1e51-491f-8c8f-6743e8b88c7d {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-92f67cd6-1e51-491f-8c8f-6743e8b88c7d img.shogun-image {
    

    
    
    
  }


#s-92f67cd6-1e51-491f-8c8f-6743e8b88c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-960c23d9-a45a-40a9-8c07-9a4adc672349 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-960c23d9-a45a-40a9-8c07-9a4adc672349 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.471em;
  letter-spacing: -0.47px;
  
}



#s-7571f707-8876-4c07-8c5d-78316364d40b {
  min-height: 50px;
}








#s-7571f707-8876-4c07-8c5d-78316364d40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7571f707-8876-4c07-8c5d-78316364d40b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a1685b2-d67b-4868-ad94-68e41e74fe0f {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-5a1685b2-d67b-4868-ad94-68e41e74fe0f img.shogun-image {
    

    
    
    
  }


#s-5a1685b2-d67b-4868-ad94-68e41e74fe0f .shogun-image-content {
  
    align-items: center;
  
}

#s-77b85c53-153f-4042-b069-b68b03619047 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77b85c53-153f-4042-b069-b68b03619047 .shogun-heading-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.471em;
  letter-spacing: -0.47px;
  
}



#s-0b5396d6-798b-4402-995f-8ce691826c7f {
  padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
background-color: rgba(127, 197, 109, 1);
}
@media (max-width: 767px){#s-0b5396d6-798b-4402-995f-8ce691826c7f {
  padding-top: 34px;
padding-bottom: 34px;
}
}







#s-0b5396d6-798b-4402-995f-8ce691826c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b5396d6-798b-4402-995f-8ce691826c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6980b0ca-39c9-429f-9fa3-a0ca778b4e03 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-6980b0ca-39c9-429f-9fa3-a0ca778b4e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6980b0ca-39c9-429f-9fa3-a0ca778b4e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-656f0d28-296e-4b25-b4ff-46e6286ac015 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-656f0d28-296e-4b25-b4ff-46e6286ac015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-656f0d28-296e-4b25-b4ff-46e6286ac015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b559450c-9a89-4608-aca4-a8d2b94100a7 {
  margin-bottom: 20px;
text-align: center;
}

#s-b559450c-9a89-4608-aca4-a8d2b94100a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}



#s-6d640b75-c2f6-43dc-913a-577154aeecc8 {
  margin-top: 60px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d640b75-c2f6-43dc-913a-577154aeecc8 {
  display: none;
}
#s-6d640b75-c2f6-43dc-913a-577154aeecc8, #wrap-s-6d640b75-c2f6-43dc-913a-577154aeecc8 { display: none !important; }}@media (max-width: 767px){#s-6d640b75-c2f6-43dc-913a-577154aeecc8 {
  display: none;
}
#s-6d640b75-c2f6-43dc-913a-577154aeecc8, #wrap-s-6d640b75-c2f6-43dc-913a-577154aeecc8 { display: none !important; }}







#s-6d640b75-c2f6-43dc-913a-577154aeecc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d640b75-c2f6-43dc-913a-577154aeecc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-84856dc6-8782-441f-ae5b-9d6b696d76f3 {
  
}
}
@media (min-width: 0px) {
[id="s-84856dc6-8782-441f-ae5b-9d6b696d76f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84856dc6-8782-441f-ae5b-9d6b696d76f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-84856dc6-8782-441f-ae5b-9d6b696d76f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-84856dc6-8782-441f-ae5b-9d6b696d76f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f26902cb-44ef-45b1-91dd-0402d3a2c764 {
  min-height: 50px;
}








#s-f26902cb-44ef-45b1-91dd-0402d3a2c764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f26902cb-44ef-45b1-91dd-0402d3a2c764.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0bd458e4-ff5c-45b7-aeba-5eee41570a69 {
  padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(216, 226, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0bd458e4-ff5c-45b7-aeba-5eee41570a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd458e4-ff5c-45b7-aeba-5eee41570a69.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4eb22fad-d469-4971-b922-53bd62363585 {
  margin-bottom: 10px;
}

#s-05d37557-b7b7-4e81-88b2-72fe721acf69 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-05d37557-b7b7-4e81-88b2-72fe721acf69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05d37557-b7b7-4e81-88b2-72fe721acf69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d6f39b-71d3-4db1-83be-3a96c8b5c731 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-81d6f39b-71d3-4db1-83be-3a96c8b5c731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81d6f39b-71d3-4db1-83be-3a96c8b5c731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81d6f39b-71d3-4db1-83be-3a96c8b5c731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81d6f39b-71d3-4db1-83be-3a96c8b5c731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-269bc323-e3e6-4b0f-bf8e-88b2a8cf4625 {
  min-height: 50px;
}








#s-269bc323-e3e6-4b0f-bf8e-88b2a8cf4625 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-269bc323-e3e6-4b0f-bf8e-88b2a8cf4625.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baf291dd-6f07-442e-9494-bb731be90f91 {
  padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(216, 226, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-baf291dd-6f07-442e-9494-bb731be90f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf291dd-6f07-442e-9494-bb731be90f91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04dce9d7-f739-4d7c-bb92-1dcd0cd246c7 {
  margin-bottom: 10px;
}

#s-7abd827f-3098-4662-bffc-3c2c82321383 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7abd827f-3098-4662-bffc-3c2c82321383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abd827f-3098-4662-bffc-3c2c82321383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-002a44a2-b475-4733-928d-015fa11cbb20 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-002a44a2-b475-4733-928d-015fa11cbb20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-002a44a2-b475-4733-928d-015fa11cbb20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-002a44a2-b475-4733-928d-015fa11cbb20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-002a44a2-b475-4733-928d-015fa11cbb20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-853640c0-0f44-44e1-82fe-92343dcdfb94 {
  min-height: 50px;
}








#s-853640c0-0f44-44e1-82fe-92343dcdfb94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853640c0-0f44-44e1-82fe-92343dcdfb94.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3568c5ab-395a-48ba-aed6-868536b77349 {
  padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(216, 226, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3568c5ab-395a-48ba-aed6-868536b77349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3568c5ab-395a-48ba-aed6-868536b77349.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca6deafb-62df-417f-9dc5-4346c94caefa {
  margin-bottom: 10px;
}

#s-2d70f146-11a8-4298-aee4-dd921d27d0d7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2d70f146-11a8-4298-aee4-dd921d27d0d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d70f146-11a8-4298-aee4-dd921d27d0d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d843cfc0-dbde-4c0f-8925-f3d1a7e1233b {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-d843cfc0-dbde-4c0f-8925-f3d1a7e1233b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d843cfc0-dbde-4c0f-8925-f3d1a7e1233b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d843cfc0-dbde-4c0f-8925-f3d1a7e1233b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d843cfc0-dbde-4c0f-8925-f3d1a7e1233b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52f588e7-5557-4b78-8585-d34a42c2627c {
  margin-top: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-52f588e7-5557-4b78-8585-d34a42c2627c {
  display: none;
}
#s-52f588e7-5557-4b78-8585-d34a42c2627c, #wrap-s-52f588e7-5557-4b78-8585-d34a42c2627c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52f588e7-5557-4b78-8585-d34a42c2627c {
  display: none;
}
#s-52f588e7-5557-4b78-8585-d34a42c2627c, #wrap-s-52f588e7-5557-4b78-8585-d34a42c2627c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52f588e7-5557-4b78-8585-d34a42c2627c {
  margin-top: 30px;
}
}@media (max-width: 767px){#s-52f588e7-5557-4b78-8585-d34a42c2627c {
  margin-top: 30px;
}
}







#s-52f588e7-5557-4b78-8585-d34a42c2627c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52f588e7-5557-4b78-8585-d34a42c2627c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-64d7f675-64cc-4018-bb5b-7c30342919ce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-64d7f675-64cc-4018-bb5b-7c30342919ce {
  display: none;
}
#s-64d7f675-64cc-4018-bb5b-7c30342919ce, #wrap-s-64d7f675-64cc-4018-bb5b-7c30342919ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64d7f675-64cc-4018-bb5b-7c30342919ce {
  display: none;
}
#s-64d7f675-64cc-4018-bb5b-7c30342919ce, #wrap-s-64d7f675-64cc-4018-bb5b-7c30342919ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64d7f675-64cc-4018-bb5b-7c30342919ce {
  padding-left: 24px;
padding-right: 24px;
}
}@media (max-width: 767px){#s-64d7f675-64cc-4018-bb5b-7c30342919ce {
  padding-left: 24px;
padding-right: 24px;
}
}
#s-64d7f675-64cc-4018-bb5b-7c30342919ce .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-64d7f675-64cc-4018-bb5b-7c30342919ce .shg-sld-nav-button.shg-sld-left,
#s-64d7f675-64cc-4018-bb5b-7c30342919ce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-b5fbcc19-ccaf-43c9-a3ae-66f289535897 {
  min-height: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b5fbcc19-ccaf-43c9-a3ae-66f289535897 {
  min-height: 50px;
}
}







#s-b5fbcc19-ccaf-43c9-a3ae-66f289535897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5fbcc19-ccaf-43c9-a3ae-66f289535897.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df97e31d-4627-40ef-8ce1-7304c5b48f1c {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 60px;
min-height: 250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df97e31d-4627-40ef-8ce1-7304c5b48f1c {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-df97e31d-4627-40ef-8ce1-7304c5b48f1c {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
}







#s-df97e31d-4627-40ef-8ce1-7304c5b48f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df97e31d-4627-40ef-8ce1-7304c5b48f1c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78d70b6a-7674-4604-af54-32b8b0ca5666 {
  margin-bottom: 10px;
}

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

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

#s-1dcc2149-c722-447d-80b9-8a680d901f78 hr {
  border-top: 1px solid rgba(198, 214, 225, 1);
}

#s-848613c1-a1a8-42ea-a880-2039a9db31de {
  min-height: 50px;
}








#s-848613c1-a1a8-42ea-a880-2039a9db31de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848613c1-a1a8-42ea-a880-2039a9db31de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8a90941-9d54-4d49-ae79-4b9c01938fb2 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-a8a90941-9d54-4d49-ae79-4b9c01938fb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a90941-9d54-4d49-ae79-4b9c01938fb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a90941-9d54-4d49-ae79-4b9c01938fb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a90941-9d54-4d49-ae79-4b9c01938fb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-40da50b8-77cf-4c1d-8260-b9b50d4fd8a1 {
  min-height: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-40da50b8-77cf-4c1d-8260-b9b50d4fd8a1 {
  min-height: 50px;
}
}







#s-40da50b8-77cf-4c1d-8260-b9b50d4fd8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40da50b8-77cf-4c1d-8260-b9b50d4fd8a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0123acad-3c47-4aab-980f-0e56e7cd64f4 {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 60px;
min-height: 250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0123acad-3c47-4aab-980f-0e56e7cd64f4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0123acad-3c47-4aab-980f-0e56e7cd64f4 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
}







#s-0123acad-3c47-4aab-980f-0e56e7cd64f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0123acad-3c47-4aab-980f-0e56e7cd64f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1284f76c-ed33-4c4b-b61b-4f912ebd8926 {
  margin-bottom: 10px;
}

#s-4b08aa48-1f5c-406e-99f6-d58d703574fe hr {
  border-top: 1px solid rgba(198, 214, 225, 1);
}

#s-5f1dc962-c255-4772-9513-8c6365d60630 {
  min-height: 50px;
}








#s-5f1dc962-c255-4772-9513-8c6365d60630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f1dc962-c255-4772-9513-8c6365d60630.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1803b1d-5460-4e49-8169-6f09ba9cce0c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-d1803b1d-5460-4e49-8169-6f09ba9cce0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1803b1d-5460-4e49-8169-6f09ba9cce0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1803b1d-5460-4e49-8169-6f09ba9cce0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1803b1d-5460-4e49-8169-6f09ba9cce0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c01d4c8-b7a0-44df-ba5a-7f4f650dccae {
  min-height: 370px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8c01d4c8-b7a0-44df-ba5a-7f4f650dccae {
  min-height: 50px;
}
}







#s-8c01d4c8-b7a0-44df-ba5a-7f4f650dccae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c01d4c8-b7a0-44df-ba5a-7f4f650dccae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e925010f-59e5-45f5-8daa-cefcd7e37f94 {
  padding-top: 30px;
padding-left: 60px;
padding-bottom: 30px;
padding-right: 60px;
min-height: 250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e925010f-59e5-45f5-8daa-cefcd7e37f94 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e925010f-59e5-45f5-8daa-cefcd7e37f94 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
}







#s-e925010f-59e5-45f5-8daa-cefcd7e37f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e925010f-59e5-45f5-8daa-cefcd7e37f94.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c85780c-fbb3-4e6a-bd6d-18db6c7bc7cf {
  margin-bottom: 10px;
}

#s-1d82dea9-b48f-4531-981f-c0f359b8afbe hr {
  border-top: 1px solid rgba(198, 214, 225, 1);
}

#s-7c230e32-e4b2-4f46-90b7-6dbb38a05621 {
  min-height: 50px;
}








#s-7c230e32-e4b2-4f46-90b7-6dbb38a05621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c230e32-e4b2-4f46-90b7-6dbb38a05621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4477daf6-939b-458c-b780-5a5f3d8893bf {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-4477daf6-939b-458c-b780-5a5f3d8893bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4477daf6-939b-458c-b780-5a5f3d8893bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4477daf6-939b-458c-b780-5a5f3d8893bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4477daf6-939b-458c-b780-5a5f3d8893bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e125cec7-2f6a-412a-af41-92033144f034 {
  padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
}
@media (max-width: 767px){#s-e125cec7-2f6a-412a-af41-92033144f034 {
  padding-top: 34px;
padding-bottom: 34px;
}
}







#s-e125cec7-2f6a-412a-af41-92033144f034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e125cec7-2f6a-412a-af41-92033144f034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64e0d69c-9ceb-41e4-8c8d-c449d63a8020 {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-64e0d69c-9ceb-41e4-8c8d-c449d63a8020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e0d69c-9ceb-41e4-8c8d-c449d63a8020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eb43466-2836-4a80-b9ae-7182ccf3d83f {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-8eb43466-2836-4a80-b9ae-7182ccf3d83f {
  margin-bottom: 0px;
}
}
#s-8eb43466-2836-4a80-b9ae-7182ccf3d83f .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


@media (max-width: 767px){#s-8eb43466-2836-4a80-b9ae-7182ccf3d83f .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


}
#s-20fb95bf-1a7a-44f5-9903-dfbc209fb6e1 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-20fb95bf-1a7a-44f5-9903-dfbc209fb6e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20fb95bf-1a7a-44f5-9903-dfbc209fb6e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20fb95bf-1a7a-44f5-9903-dfbc209fb6e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20fb95bf-1a7a-44f5-9903-dfbc209fb6e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-e602d0a0-dad0-4ba3-a14d-f73859068d35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e602d0a0-dad0-4ba3-a14d-f73859068d35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e602d0a0-dad0-4ba3-a14d-f73859068d35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e602d0a0-dad0-4ba3-a14d-f73859068d35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  text-align: center;
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 {
  max-width:  100%;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom,
.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53e43490-3a4a-4cb8-8eb6-065038437d10 img.shogun-image {
  width: 100%;
}




#s-5a2b3ac6-8369-4325-aa6f-45586fcd58d3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a2b3ac6-8369-4325-aa6f-45586fcd58d3 {
  min-height: 50px;
}
}







#s-5a2b3ac6-8369-4325-aa6f-45586fcd58d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a2b3ac6-8369-4325-aa6f-45586fcd58d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-61d9c40a-01ae-4eaf-aaeb-13e9d5607472 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-61d9c40a-01ae-4eaf-aaeb-13e9d5607472 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61d9c40a-01ae-4eaf-aaeb-13e9d5607472 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -0.43px;
}
}@media (max-width: 767px){#s-61d9c40a-01ae-4eaf-aaeb-13e9d5607472 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
}
#s-3de074a3-e88c-4c75-9f85-fab2cb2a2eee {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-3de074a3-e88c-4c75-9f85-fab2cb2a2eee {
  min-height: 75px;
}
}
#s-3de074a3-e88c-4c75-9f85-fab2cb2a2eee .shogun-heading-component h4 {
  color: rgba(120, 134, 117, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.67em;
  letter-spacing: -0.47px;
  
}



#s-ecdc7bef-9f6c-4378-91df-0f2d85bcfecd {
  min-height: 50px;
}








#s-ecdc7bef-9f6c-4378-91df-0f2d85bcfecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecdc7bef-9f6c-4378-91df-0f2d85bcfecd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 5px;
background-color: rgba(127, 197, 109, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: -0.35px;
line-height: 1.875em;
}
#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571:hover {border-radius: 5px !important;
background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571:active {border-radius: 5px !important;
background-color: rgba(59, 101, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-77fa1531-6e66-4f89-a4b1-e4513d7b4571-root {
    text-align: center;
  }


#s-77fa1531-6e66-4f89-a4b1-e4513d7b4571.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (max-width: 767px){#s-f4058a9a-00f3-487d-9ebe-c0f7fbcb1d34 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  text-align: center;
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 {
  max-width:  100%;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom,
.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2dfd58a-d418-4676-821f-6045e54412c2 img.shogun-image {
  width: 100%;
}




#s-350be38c-1060-41d9-80f7-e0288da12bcd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-350be38c-1060-41d9-80f7-e0288da12bcd {
  min-height: 50px;
}
}







#s-350be38c-1060-41d9-80f7-e0288da12bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350be38c-1060-41d9-80f7-e0288da12bcd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02a71481-a9ef-4272-8054-a4adb88b522c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-02a71481-a9ef-4272-8054-a4adb88b522c .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02a71481-a9ef-4272-8054-a4adb88b522c .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -0.43px;
}
}@media (max-width: 767px){#s-02a71481-a9ef-4272-8054-a4adb88b522c .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
}
#s-dd2e2c50-8d2a-4c05-8b3b-49676a9e9d5c {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-dd2e2c50-8d2a-4c05-8b3b-49676a9e9d5c {
  min-height: 75px;
}
}
#s-dd2e2c50-8d2a-4c05-8b3b-49676a9e9d5c .shogun-heading-component h4 {
  color: rgba(120, 134, 117, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.67em;
  letter-spacing: -0.47px;
  
}



#s-54ec93d3-23c8-4d2e-a95e-5ee50c97f0b5 {
  min-height: 50px;
}








#s-54ec93d3-23c8-4d2e-a95e-5ee50c97f0b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54ec93d3-23c8-4d2e-a95e-5ee50c97f0b5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eb20028b-3277-44d1-a8df-6aac3f566ecd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 5px;
background-color: rgba(127, 197, 109, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: -0.35px;
line-height: 1.875em;
}
#s-eb20028b-3277-44d1-a8df-6aac3f566ecd:hover {border-radius: 5px !important;
background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb20028b-3277-44d1-a8df-6aac3f566ecd:active {border-radius: 5px !important;
background-color: rgba(59, 101, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-eb20028b-3277-44d1-a8df-6aac3f566ecd-root {
    text-align: center;
  }


#s-eb20028b-3277-44d1-a8df-6aac3f566ecd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-cc7fa1d5-813d-407b-bdf2-f7930b6915b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc7fa1d5-813d-407b-bdf2-f7930b6915b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc7fa1d5-813d-407b-bdf2-f7930b6915b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc7fa1d5-813d-407b-bdf2-f7930b6915b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-6a1b4a12-7b3f-422c-bb05-358881c4c50a {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  text-align: center;
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 {
  max-width:  100%;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom,
.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ec9aaba6-2303-4772-9046-8d5510984772 img.shogun-image {
  width: 100%;
}




#s-0aeb8ade-f15a-40c0-9de3-c58081523dab {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0aeb8ade-f15a-40c0-9de3-c58081523dab {
  min-height: 50px;
}
}







#s-0aeb8ade-f15a-40c0-9de3-c58081523dab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aeb8ade-f15a-40c0-9de3-c58081523dab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aad12cb1-5f18-4225-812b-95be49c0809f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-aad12cb1-5f18-4225-812b-95be49c0809f .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aad12cb1-5f18-4225-812b-95be49c0809f .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -0.43px;
}
}@media (max-width: 767px){#s-aad12cb1-5f18-4225-812b-95be49c0809f .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
}
#s-88697e01-9c6a-4fe2-a571-7cd794fbbdfe {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-88697e01-9c6a-4fe2-a571-7cd794fbbdfe {
  min-height: 75px;
}
}
#s-88697e01-9c6a-4fe2-a571-7cd794fbbdfe .shogun-heading-component h4 {
  color: rgba(120, 134, 117, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.67em;
  letter-spacing: -0.47px;
  
}



#s-b2238177-b9cf-4713-9baa-5b11a44172a8 {
  min-height: 50px;
}








#s-b2238177-b9cf-4713-9baa-5b11a44172a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2238177-b9cf-4713-9baa-5b11a44172a8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 991px){






#s-b2238177-b9cf-4713-9baa-5b11a44172a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2238177-b9cf-4713-9baa-5b11a44172a8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-ee32c604-e3cd-4794-aa99-7f145f320a32 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 5px;
background-color: rgba(127, 197, 109, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: -0.35px;
line-height: 1.875em;
}
#s-ee32c604-e3cd-4794-aa99-7f145f320a32:hover {border-radius: 5px !important;
background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee32c604-e3cd-4794-aa99-7f145f320a32:active {border-radius: 5px !important;
background-color: rgba(59, 101, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-ee32c604-e3cd-4794-aa99-7f145f320a32-root {
    text-align: center;
  }


#s-ee32c604-e3cd-4794-aa99-7f145f320a32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (max-width: 767px){#s-b5ea246c-9f2a-43c2-bc32-4eb93043e457 {
  margin-top: 0px;
}
}
#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  text-align: center;
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}



}
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 {
  max-width:  100%;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom,
.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  max-width: 160px !important;
  
}

.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-75a770c6-24fa-4f39-ba24-de8f4df449d5 img.shogun-image {
  width: 100%;
}




#s-e9c4465c-07aa-43e9-8752-58abcb9a5add {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9c4465c-07aa-43e9-8752-58abcb9a5add {
  min-height: 50px;
}
}







#s-e9c4465c-07aa-43e9-8752-58abcb9a5add > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c4465c-07aa-43e9-8752-58abcb9a5add.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07cbeca2-51ff-4555-a099-39a2f81a8db0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-07cbeca2-51ff-4555-a099-39a2f81a8db0 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07cbeca2-51ff-4555-a099-39a2f81a8db0 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: -0.43px;
}
}@media (max-width: 767px){#s-07cbeca2-51ff-4555-a099-39a2f81a8db0 .shg-product-title-component h3 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.43px;
}
}
#s-6618606e-890f-48ea-a6dd-0d9633a8e75a {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (max-width: 767px){#s-6618606e-890f-48ea-a6dd-0d9633a8e75a {
  min-height: 75px;
}
}
#s-6618606e-890f-48ea-a6dd-0d9633a8e75a .shogun-heading-component h4 {
  color: rgba(120, 134, 117, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.67em;
  letter-spacing: -0.47px;
  
}



#s-83bf94c9-fd92-43f5-a691-fb0368552824 {
  min-height: 50px;
}








#s-83bf94c9-fd92-43f5-a691-fb0368552824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83bf94c9-fd92-43f5-a691-fb0368552824.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 5px;
background-color: rgba(127, 197, 109, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: -0.35px;
line-height: 1.875em;
}
#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553:hover {border-radius: 5px !important;
background-color: rgba(246, 233, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553:active {border-radius: 5px !important;
background-color: rgba(59, 101, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-7f3eea2e-5af0-4afb-b5a8-b342d6685553-root {
    text-align: center;
  }


#s-7f3eea2e-5af0-4afb-b5a8-b342d6685553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-54603402-8509-4d0a-be39-d4b51979a1cb {
  padding-top: 85px;
padding-bottom: 85px;
min-height: 50px;
background-color: rgba(235, 241, 235, 1);
}
@media (max-width: 767px){#s-54603402-8509-4d0a-be39-d4b51979a1cb {
  padding-top: 40px;
padding-bottom: 40px;
}
}







#s-54603402-8509-4d0a-be39-d4b51979a1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54603402-8509-4d0a-be39-d4b51979a1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042af58d-d5db-46c1-a522-76d427a7d3fd {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-042af58d-d5db-46c1-a522-76d427a7d3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042af58d-d5db-46c1-a522-76d427a7d3fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc506176-51f2-4a00-a706-6da861c166a3 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc506176-51f2-4a00-a706-6da861c166a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

#s-309be236-74af-4394-9a9e-57fa8c814fb8 {
  text-align: center;
}
@media (max-width: 767px){#s-309be236-74af-4394-9a9e-57fa8c814fb8 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}






  #s-309be236-74af-4394-9a9e-57fa8c814fb8 img.shogun-image {
    

    
    
    
  }


#s-309be236-74af-4394-9a9e-57fa8c814fb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7471ddf7-49d3-4a97-b2fe-f35a57b2c368 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7471ddf7-49d3-4a97-b2fe-f35a57b2c368 {
  margin-top: 30px;
}
}







#s-7471ddf7-49d3-4a97-b2fe-f35a57b2c368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7471ddf7-49d3-4a97-b2fe-f35a57b2c368.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc39a9e2-4d90-476c-8cf0-4686356373cd {
  margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-fc39a9e2-4d90-476c-8cf0-4686356373cd {
  margin-bottom: 20px;
text-align: center;
}
}
#s-fc39a9e2-4d90-476c-8cf0-4686356373cd .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  text-align: left;
}


@media (max-width: 767px){#s-fc39a9e2-4d90-476c-8cf0-4686356373cd .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  text-align: center;
}


}
#s-0d37bdd9-039d-4fcf-ad41-85fe886db750 {
  text-align: left;
}

#s-997a8da3-5081-410d-bb63-1a3b3e628225 {
  padding-top: 95px;
padding-bottom: 95px;
min-height: 50px;
}
@media (max-width: 767px){#s-997a8da3-5081-410d-bb63-1a3b3e628225 {
  padding-top: 40px;
padding-bottom: 30px;
}
}







#s-997a8da3-5081-410d-bb63-1a3b3e628225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-997a8da3-5081-410d-bb63-1a3b3e628225.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03c6ec2d-8649-4358-b57f-ad56c8b266ed {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-03c6ec2d-8649-4358-b57f-ad56c8b266ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03c6ec2d-8649-4358-b57f-ad56c8b266ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16c00d8f-7dc6-44ac-8c53-bafd2be87599 {
  margin-bottom: 20px;
text-align: center;
}

#s-16c00d8f-7dc6-44ac-8c53-bafd2be87599 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


@media (max-width: 767px){#s-16c00d8f-7dc6-44ac-8c53-bafd2be87599 .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


}
#s-44d721f1-0eee-4e2c-9529-ef84edf037ac {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1024px;
}
@media (max-width: 767px){#s-44d721f1-0eee-4e2c-9529-ef84edf037ac {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-ff43d484-0520-4883-957e-4cb82ca23131 hr {
  border-top: 2px solid rgba(235, 241, 235, 1);
}

#s-58876b1a-bd00-419a-ba22-87aea7b1fdb5 {
  padding-bottom: 95px;
min-height: 50px;
}








#s-58876b1a-bd00-419a-ba22-87aea7b1fdb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58876b1a-bd00-419a-ba22-87aea7b1fdb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8a2991f-51ac-42e8-aa03-13deed57606b {
  margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
min-height: 50px;
max-width: 1300px;
}








#s-f8a2991f-51ac-42e8-aa03-13deed57606b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a2991f-51ac-42e8-aa03-13deed57606b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-675c5921-32f5-4773-b337-185886eb5d4b {
  margin-bottom: 20px;
text-align: center;
}

#s-675c5921-32f5-4773-b337-185886eb5d4b .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


@media (max-width: 767px){#s-675c5921-32f5-4773-b337-185886eb5d4b .shogun-heading-component h2 {
  color: rgba(59, 101, 49, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: -0.9px;
  
}


}
#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 860px;
}
@media (max-width: 767px){#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 {
  margin-top: 30px;
}
}
#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 101, 49, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 101, 49, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (max-width: 767px){#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(59, 101, 49, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(59, 101, 49, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-7a44d9df-7789-4309-8309-22f14a5e3dc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-2e1a4974-bf81-46a3-8efa-8ceef87f437b {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-2e1a4974-bf81-46a3-8efa-8ceef87f437b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1a4974-bf81-46a3-8efa-8ceef87f437b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-519e0b06-db92-4a11-9ac7-56e5901ef2c9 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-519e0b06-db92-4a11-9ac7-56e5901ef2c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519e0b06-db92-4a11-9ac7-56e5901ef2c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6375d8f-564f-4beb-aba3-223539d65887 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-d6375d8f-564f-4beb-aba3-223539d65887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6375d8f-564f-4beb-aba3-223539d65887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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