.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-653567c5-7b17-4aff-a865-729a679b99b0 {
  text-align: left;
}

.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-923d5fcb-c24b-4beb-868f-00c96870bd99 {
  min-height: 50px;
}








#s-923d5fcb-c24b-4beb-868f-00c96870bd99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-923d5fcb-c24b-4beb-868f-00c96870bd99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}
@media (min-width: 1200px){#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  min-height: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  min-height: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  display: none;
}
#s-0de65628-a81f-409e-9dfb-a6177f1d63f1, #wrap-s-0de65628-a81f-409e-9dfb-a6177f1d63f1 { display:none !important; }}@media (max-width: 767px){#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  min-height: 500px;
display: none;
}
#s-0de65628-a81f-409e-9dfb-a6177f1d63f1, #wrap-s-0de65628-a81f-409e-9dfb-a6177f1d63f1 { display:none !important; }}
#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 {
  background-image: url(https://i.shgcdn.com/f82711a7-27cb-4291-888e-a953477bda41/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de65628-a81f-409e-9dfb-a6177f1d63f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-0de65628-a81f-409e-9dfb-a6177f1d63f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0de65628-a81f-409e-9dfb-a6177f1d63f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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: 1200px){#s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3 {
  
}
}
@media (min-width: 0px) {
[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1ef4fb0-8d96-4351-82e8-ae004a6a39a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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-95ffd0ff-563b-420c-93b2-027fcbc48b4c {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
text-align: left;
}

#s-95ffd0ff-563b-420c-93b2-027fcbc48b4c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-53662072-7aab-46b8-82ef-753acaafef58 {
  padding-left: 50px;
}

#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 {
  display: none;
}
#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79, #wrap-s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 {
  display: none;
}
#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79, #wrap-s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 {
  
}
}







#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68cf092-3cfa-4912-ba60-42d8ceb46a79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3fdde809-1592-4826-9a52-aa6429888f19 {
  min-height: 50px;
}








#s-3fdde809-1592-4826-9a52-aa6429888f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdde809-1592-4826-9a52-aa6429888f19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bd4eb4c-72c0-40ae-bda5-b06098119546 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bd4eb4c-72c0-40ae-bda5-b06098119546 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-4b19fa93-1541-49a0-8226-15bc65112b6c {
  padding-left: 10px;
padding-right: 10px;
}

#s-c3df0e45-230e-4a77-b497-c5119dcf7e34 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(245, 244, 242, 1);
}








#s-c3df0e45-230e-4a77-b497-c5119dcf7e34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3df0e45-230e-4a77-b497-c5119dcf7e34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cc1d7bc-a140-44ea-b1c5-39a689888350 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9cc1d7bc-a140-44ea-b1c5-39a689888350 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5b4e91be-9ebc-4666-8d6f-339ecb2bab59 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-a5802a24-4fba-4501-adb5-6f34a8e1d1bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5802a24-4fba-4501-adb5-6f34a8e1d1bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5802a24-4fba-4501-adb5-6f34a8e1d1bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5802a24-4fba-4501-adb5-6f34a8e1d1bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cba51119-8e64-4760-b0fb-a4fb54d1713e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cba51119-8e64-4760-b0fb-a4fb54d1713e .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-41d2443c-2055-42a3-b547-7088a557113a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41d2443c-2055-42a3-b547-7088a557113a .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-429e7833-84e7-4181-8b64-be2e284fdca3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-429e7833-84e7-4181-8b64-be2e284fdca3 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-7554c798-9b8c-4e8e-9d07-4b139a5dbbcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7554c798-9b8c-4e8e-9d07-4b139a5dbbcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7554c798-9b8c-4e8e-9d07-4b139a5dbbcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7554c798-9b8c-4e8e-9d07-4b139a5dbbcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9be91411-c062-44b2-9717-a4a79c63a418 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9be91411-c062-44b2-9717-a4a79c63a418 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-69a173a2-8739-487b-aec7-b4ae7528cd97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69a173a2-8739-487b-aec7-b4ae7528cd97 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a138bc27-2418-4316-bdb2-229c658677ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a138bc27-2418-4316-bdb2-229c658677ff .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c295035b-eb01-48c8-a8eb-7e9393b77836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c295035b-eb01-48c8-a8eb-7e9393b77836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c295035b-eb01-48c8-a8eb-7e9393b77836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c295035b-eb01-48c8-a8eb-7e9393b77836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97833507-1497-43bc-ba43-738aff49d3ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97833507-1497-43bc-ba43-738aff49d3ed .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d251aa57-5ef2-45b3-95be-1ebfbdd941ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d251aa57-5ef2-45b3-95be-1ebfbdd941ce .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1008e100-7bb6-4eed-9f7d-1b7c52eec236 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1008e100-7bb6-4eed-9f7d-1b7c52eec236 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-dfa444ad-1dc7-4848-9c31-dde8446956ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfa444ad-1dc7-4848-9c31-dde8446956ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfa444ad-1dc7-4848-9c31-dde8446956ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfa444ad-1dc7-4848-9c31-dde8446956ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b5689426-ca66-47e4-92bd-513e67615bc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5689426-ca66-47e4-92bd-513e67615bc2 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2b21ade4-d39e-4c83-8812-022c589a9ed7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b21ade4-d39e-4c83-8812-022c589a9ed7 .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8bdfe7a7-d5eb-440a-868c-a759c1bd4eff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8bdfe7a7-d5eb-440a-868c-a759c1bd4eff .shogun-heading-component h4 {
  color: rgba(159, 149, 138, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.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-0d67a746-e306-408d-811e-3d19aaea464b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-0d67a746-e306-408d-811e-3d19aaea464b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d67a746-e306-408d-811e-3d19aaea464b:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d67a746-e306-408d-811e-3d19aaea464b-root {
    text-align: center;
  }


#s-0d67a746-e306-408d-811e-3d19aaea464b.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d67a746-e306-408d-811e-3d19aaea464b-root {
    text-align: center;
  }


#s-0d67a746-e306-408d-811e-3d19aaea464b.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d67a746-e306-408d-811e-3d19aaea464b-root {
    text-align: center;
  }


#s-0d67a746-e306-408d-811e-3d19aaea464b.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d67a746-e306-408d-811e-3d19aaea464b-root {
    text-align: center;
  }


#s-0d67a746-e306-408d-811e-3d19aaea464b.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d67a746-e306-408d-811e-3d19aaea464b-root {
    text-align: center;
  }


#s-0d67a746-e306-408d-811e-3d19aaea464b.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-4a0ac7e3-6988-4235-b984-a5620f82845d {
  min-height: 50px;
}








#s-4a0ac7e3-6988-4235-b984-a5620f82845d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a0ac7e3-6988-4235-b984-a5620f82845d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c89be2d4-6209-458e-9656-777dcb2d7fe7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c89be2d4-6209-458e-9656-777dcb2d7fe7 {
  display: none;
}
#s-c89be2d4-6209-458e-9656-777dcb2d7fe7, #wrap-s-c89be2d4-6209-458e-9656-777dcb2d7fe7 { display:none !important; }}@media (max-width: 767px){#s-c89be2d4-6209-458e-9656-777dcb2d7fe7 {
  display: none;
}
#s-c89be2d4-6209-458e-9656-777dcb2d7fe7, #wrap-s-c89be2d4-6209-458e-9656-777dcb2d7fe7 { display:none !important; }}







#s-c89be2d4-6209-458e-9656-777dcb2d7fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c89be2d4-6209-458e-9656-777dcb2d7fe7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b2afef4-b8d4-4756-ae2c-b90df965fc72 {
  padding-top: 70px;
padding-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-9b2afef4-b8d4-4756-ae2c-b90df965fc72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b2afef4-b8d4-4756-ae2c-b90df965fc72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2afef4-b8d4-4756-ae2c-b90df965fc72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2afef4-b8d4-4756-ae2c-b90df965fc72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-acf82d40-eb2c-47bd-ac5b-9c155b5fdba2 {
  border-style: solid;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-acf82d40-eb2c-47bd-ac5b-9c155b5fdba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf82d40-eb2c-47bd-ac5b-9c155b5fdba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afbe244f-c804-4b92-9902-6e7c218e1f04 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-69f368db-036c-4028-ae53-03ad6966afa2 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-69f368db-036c-4028-ae53-03ad6966afa2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-69f368db-036c-4028-ae53-03ad6966afa2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-98e01f01-5fd7-4e8a-afb2-32e284c34d7e {
  margin-top: 30px;
}

#s-9c1e981b-dc2e-4413-8504-03d7b0d4f2c2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c1e981b-dc2e-4413-8504-03d7b0d4f2c2 {
  
}
}@media (max-width: 767px){#s-9c1e981b-dc2e-4413-8504-03d7b0d4f2c2 {
  
}
}







#s-9c1e981b-dc2e-4413-8504-03d7b0d4f2c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c1e981b-dc2e-4413-8504-03d7b0d4f2c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 {
  margin-top: 50px;
background-color: rgba(245, 244, 242, 1);
}
@media (min-width: 1200px){#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 {
  display: none;
}
#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960, #wrap-s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 {
  display: none;
}
#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960, #wrap-s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 { display:none !important; }}







#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32fdf323-6fae-43bc-a6a0-f9b8ad107960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-b54e309c-11cf-4447-80c9-ace1512267ee {
  text-align: center;
}







  #s-b54e309c-11cf-4447-80c9-ace1512267ee img.shogun-image {
    

    
    
    
  }


#s-b54e309c-11cf-4447-80c9-ace1512267ee .shogun-image-content {
  
    align-items: center;
  
}

#s-6a19c76b-a344-4c05-b1fd-649e5d0efbe3 {
  border-style: solid;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-6a19c76b-a344-4c05-b1fd-649e5d0efbe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a19c76b-a344-4c05-b1fd-649e5d0efbe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-630553bf-03f7-4f63-af61-f4d217e1e477 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b78acd31-039c-4856-a900-e5daf7a12971 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b78acd31-039c-4856-a900-e5daf7a12971 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-b78acd31-039c-4856-a900-e5daf7a12971 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-5a2a306a-c276-4284-9474-09ef79f4a2e7 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}

#s-7188cb40-549a-4aa2-9c6d-235dceed0085 {
  min-height: 50px;
}








#s-7188cb40-549a-4aa2-9c6d-235dceed0085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7188cb40-549a-4aa2-9c6d-235dceed0085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff {
  margin-top: 50px;
background-color: rgba(245, 244, 242, 1);
}
@media (min-width: 1200px){#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff {
  display: none;
}
#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff, #wrap-s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff {
  display: none;
}
#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff, #wrap-s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff { display:none !important; }}







#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9296d4d2-17b0-4131-8ee2-e33ea02bd1ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-865b7aaf-b9b1-425a-8dab-3c5ef6358db3 {
  text-align: center;
}







  #s-865b7aaf-b9b1-425a-8dab-3c5ef6358db3 img.shogun-image {
    

    
    
    
  }


#s-865b7aaf-b9b1-425a-8dab-3c5ef6358db3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8dd400b-3cdf-4a66-894b-90f06af0bcde {
  border-style: solid;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-b8dd400b-3cdf-4a66-894b-90f06af0bcde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8dd400b-3cdf-4a66-894b-90f06af0bcde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d5f7f99-e568-4529-a2d8-fc3ed957ba55 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-9d1d0447-4af2-4304-8672-ac244cf770b5 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-9d1d0447-4af2-4304-8672-ac244cf770b5 {
  
}
}
#s-9d1d0447-4af2-4304-8672-ac244cf770b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-9d1d0447-4af2-4304-8672-ac244cf770b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-7811ab2a-31ff-4d79-9950-95e25de05623 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}

#s-6dab33fa-1ca5-4a17-9917-124967ef0b78 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-6dab33fa-1ca5-4a17-9917-124967ef0b78:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6dab33fa-1ca5-4a17-9917-124967ef0b78:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6dab33fa-1ca5-4a17-9917-124967ef0b78-root {
    text-align: center;
  }


#s-6dab33fa-1ca5-4a17-9917-124967ef0b78.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6dab33fa-1ca5-4a17-9917-124967ef0b78-root {
    text-align: center;
  }


#s-6dab33fa-1ca5-4a17-9917-124967ef0b78.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dab33fa-1ca5-4a17-9917-124967ef0b78-root {
    text-align: center;
  }


#s-6dab33fa-1ca5-4a17-9917-124967ef0b78.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dab33fa-1ca5-4a17-9917-124967ef0b78-root {
    text-align: center;
  }


#s-6dab33fa-1ca5-4a17-9917-124967ef0b78.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6dab33fa-1ca5-4a17-9917-124967ef0b78-root {
    text-align: center;
  }


#s-6dab33fa-1ca5-4a17-9917-124967ef0b78.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-12abae4c-9484-457d-b5cc-ce66d871f6f4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-12abae4c-9484-457d-b5cc-ce66d871f6f4 {
  display: none;
}
#s-12abae4c-9484-457d-b5cc-ce66d871f6f4, #wrap-s-12abae4c-9484-457d-b5cc-ce66d871f6f4 { display:none !important; }}@media (max-width: 767px){#s-12abae4c-9484-457d-b5cc-ce66d871f6f4 {
  display: none;
}
#s-12abae4c-9484-457d-b5cc-ce66d871f6f4, #wrap-s-12abae4c-9484-457d-b5cc-ce66d871f6f4 { display:none !important; }}







#s-12abae4c-9484-457d-b5cc-ce66d871f6f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12abae4c-9484-457d-b5cc-ce66d871f6f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8adcb866-bd64-4761-9664-b9192514e51b {
  padding-top: 70px;
padding-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-8adcb866-bd64-4761-9664-b9192514e51b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8adcb866-bd64-4761-9664-b9192514e51b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8adcb866-bd64-4761-9664-b9192514e51b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8adcb866-bd64-4761-9664-b9192514e51b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-938e427e-529e-4aca-9650-bebf7f86fad7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-938e427e-529e-4aca-9650-bebf7f86fad7 {
  
}
}@media (max-width: 767px){#s-938e427e-529e-4aca-9650-bebf7f86fad7 {
  
}
}







#s-938e427e-529e-4aca-9650-bebf7f86fad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-938e427e-529e-4aca-9650-bebf7f86fad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-629281fe-ed0d-4723-9947-852defa57885 {
  border-style: solid;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-629281fe-ed0d-4723-9947-852defa57885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-629281fe-ed0d-4723-9947-852defa57885.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e3c0db6-a1b2-4de8-9cb5-03f82d5b810e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-5e4fdf21-b022-45bc-bde3-993a364d0a85 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e4fdf21-b022-45bc-bde3-993a364d0a85 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5e4fdf21-b022-45bc-bde3-993a364d0a85 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-0e118fe2-f1ee-43cf-9708-8e5163a2a081 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}

#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc-root {
    text-align: left;
  }


#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc-root {
    text-align: left;
  }


#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc-root {
    text-align: left;
  }


#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc-root {
    text-align: left;
  }


#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc-root {
    text-align: left;
  }


#s-79837bc9-8dbd-4d7a-bcf5-10200c7f1ddc.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-a66a4faa-8083-43fe-a658-b51fc2c6c75d {
  margin-top: 70px;
margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-a66a4faa-8083-43fe-a658-b51fc2c6c75d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a66a4faa-8083-43fe-a658-b51fc2c6c75d.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-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1b36cec8-d9fd-452c-bb7a-088a3729fc6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-a8399049-754c-4df5-ad7b-e93bec35748e .shogun-icon-wrapper {
  text-align: center;
}


#s-a8399049-754c-4df5-ad7b-e93bec35748e .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fe7f0197-8849-4880-ade5-6ac36350e1c0 {
  margin-top: 20px;
}

#s-978f3407-52fc-48c9-92a2-f253ca2404b9 {
  min-height: 50px;
}








#s-978f3407-52fc-48c9-92a2-f253ca2404b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-978f3407-52fc-48c9-92a2-f253ca2404b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63cad39c-a9bc-4646-94b4-536caea68d7c {
  margin-top: 50px;
background-color: rgba(245, 244, 242, 1);
}
@media (min-width: 1200px){#s-63cad39c-a9bc-4646-94b4-536caea68d7c {
  display: none;
}
#s-63cad39c-a9bc-4646-94b4-536caea68d7c, #wrap-s-63cad39c-a9bc-4646-94b4-536caea68d7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63cad39c-a9bc-4646-94b4-536caea68d7c {
  display: none;
}
#s-63cad39c-a9bc-4646-94b4-536caea68d7c, #wrap-s-63cad39c-a9bc-4646-94b4-536caea68d7c { display:none !important; }}







#s-63cad39c-a9bc-4646-94b4-536caea68d7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63cad39c-a9bc-4646-94b4-536caea68d7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9a0c56a-301e-47d4-849f-a1b856107491 {
  text-align: center;
}







  #s-b9a0c56a-301e-47d4-849f-a1b856107491 img.shogun-image {
    

    
    
    
  }


#s-b9a0c56a-301e-47d4-849f-a1b856107491 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dfecf86-67ad-45e5-a136-aabde8d1d90a {
  border-style: solid;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-3dfecf86-67ad-45e5-a136-aabde8d1d90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dfecf86-67ad-45e5-a136-aabde8d1d90a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3017b56b-c0b0-494c-9552-2359d3e585e3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-743e0e52-5a5c-4f9d-a124-d3b54e488648 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-743e0e52-5a5c-4f9d-a124-d3b54e488648 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-743e0e52-5a5c-4f9d-a124-d3b54e488648 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-62a4a428-1d5f-4a4e-82ef-ddd983ae7a1f {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}

#s-2b0b48ce-4318-4a16-8358-cb20c6902468 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-2b0b48ce-4318-4a16-8358-cb20c6902468:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b0b48ce-4318-4a16-8358-cb20c6902468:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b0b48ce-4318-4a16-8358-cb20c6902468-root {
    text-align: center;
  }


#s-2b0b48ce-4318-4a16-8358-cb20c6902468.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b0b48ce-4318-4a16-8358-cb20c6902468-root {
    text-align: center;
  }


#s-2b0b48ce-4318-4a16-8358-cb20c6902468.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b0b48ce-4318-4a16-8358-cb20c6902468-root {
    text-align: center;
  }


#s-2b0b48ce-4318-4a16-8358-cb20c6902468.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b0b48ce-4318-4a16-8358-cb20c6902468-root {
    text-align: center;
  }


#s-2b0b48ce-4318-4a16-8358-cb20c6902468.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b0b48ce-4318-4a16-8358-cb20c6902468-root {
    text-align: center;
  }


#s-2b0b48ce-4318-4a16-8358-cb20c6902468.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 70px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 {
  display: none;
}
#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879, #wrap-s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 { display:none !important; }}@media (max-width: 767px){#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 {
  display: none;
}
#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879, #wrap-s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 { display:none !important; }}







#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aef2e7f-f7d3-42f9-b9d2-f57c4750b879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445 {
  padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445 {
  
}
}@media (max-width: 767px){#s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445 {
  
}
}
@media (min-width: 0px) {
[id="s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efc61daf-ae6b-415a-ae8b-e8b4e21b3445"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6afd65a4-c784-4b1f-b42e-f6727654fc8e {
  border-style: solid;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-attachment: scroll;
}








#s-6afd65a4-c784-4b1f-b42e-f6727654fc8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6afd65a4-c784-4b1f-b42e-f6727654fc8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87eb1891-1224-4d27-a821-4c58d6424771 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-4a0fb17a-98bf-4094-98d7-0343f541dcc9 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4a0fb17a-98bf-4094-98d7-0343f541dcc9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-4a0fb17a-98bf-4094-98d7-0343f541dcc9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-f20d0eca-8c41-44d4-98d9-37644d22ab88 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
}

#s-5edb3977-5894-456b-8b43-f4a850196ab3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-5edb3977-5894-456b-8b43-f4a850196ab3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5edb3977-5894-456b-8b43-f4a850196ab3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5edb3977-5894-456b-8b43-f4a850196ab3-root {
    text-align: left;
  }


#s-5edb3977-5894-456b-8b43-f4a850196ab3.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5edb3977-5894-456b-8b43-f4a850196ab3-root {
    text-align: left;
  }


#s-5edb3977-5894-456b-8b43-f4a850196ab3.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5edb3977-5894-456b-8b43-f4a850196ab3-root {
    text-align: left;
  }


#s-5edb3977-5894-456b-8b43-f4a850196ab3.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5edb3977-5894-456b-8b43-f4a850196ab3-root {
    text-align: left;
  }


#s-5edb3977-5894-456b-8b43-f4a850196ab3.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5edb3977-5894-456b-8b43-f4a850196ab3-root {
    text-align: left;
  }


#s-5edb3977-5894-456b-8b43-f4a850196ab3.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-59cb7261-75b7-4452-af8d-8dc45d9afa0f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59cb7261-75b7-4452-af8d-8dc45d9afa0f {
  
}
}@media (max-width: 767px){#s-59cb7261-75b7-4452-af8d-8dc45d9afa0f {
  
}
}







#s-59cb7261-75b7-4452-af8d-8dc45d9afa0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cb7261-75b7-4452-af8d-8dc45d9afa0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b4a64f5-d0d9-43e4-b2f7-748aff0ac957 {
  margin-top: 70px;
margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6b4a64f5-d0d9-43e4-b2f7-748aff0ac957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4a64f5-d0d9-43e4-b2f7-748aff0ac957.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-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ca70f781-8a78-407e-ac76-aaaca89640b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-7ac69d2c-32e9-40ef-9987-68111e939df4 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ac69d2c-32e9-40ef-9987-68111e939df4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ab295e02-9187-4023-b404-2f6e15364d42 {
  margin-top: 20px;
}

#s-790282a3-a87a-44d6-a0d8-0e234626eec3 {
  margin-top: 70px;
margin-left: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
}








#s-790282a3-a87a-44d6-a0d8-0e234626eec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790282a3-a87a-44d6-a0d8-0e234626eec3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-169f1dcc-79f7-4b77-9b14-54194c338544 {
  margin-top: -16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-169f1dcc-79f7-4b77-9b14-54194c338544 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e6d3ab51-8922-4360-be2e-f6de0de03316 {
  margin-top: 20px;
}

#s-c1b85e82-6bd8-430f-82d4-c10454ad74b2 {
  margin-top: 50px;
min-height: 50px;
}








#s-c1b85e82-6bd8-430f-82d4-c10454ad74b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1b85e82-6bd8-430f-82d4-c10454ad74b2.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-7fc6ff28-3050-44fa-8eb9-eba333991d63"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fc6ff28-3050-44fa-8eb9-eba333991d63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc6ff28-3050-44fa-8eb9-eba333991d63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc6ff28-3050-44fa-8eb9-eba333991d63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5c0f89d8-1dba-40a6-b707-3e80db17a968 {
  text-align: center;
}







  #s-5c0f89d8-1dba-40a6-b707-3e80db17a968 img.shogun-image {
    

    
    
    
  }


#s-5c0f89d8-1dba-40a6-b707-3e80db17a968 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6159f1-b7f1-461a-bada-fe884c5a46bc {
  margin-top: 20px;
}

#s-23c8c41e-cba0-4818-b042-786b272c71a9 {
  text-align: center;
}







  #s-23c8c41e-cba0-4818-b042-786b272c71a9 img.shogun-image {
    

    
    
    
  }


#s-23c8c41e-cba0-4818-b042-786b272c71a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-956939af-eb3e-4508-804e-bcae777f719d {
  margin-top: 20px;
}

#s-4c49068a-0841-451f-b37c-9c06ba873f36 {
  text-align: center;
}







  #s-4c49068a-0841-451f-b37c-9c06ba873f36 img.shogun-image {
    

    
    
    
  }


#s-4c49068a-0841-451f-b37c-9c06ba873f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-b734fb05-6433-421e-8c0d-c5f97ad4aef0 {
  margin-top: 20px;
}

#s-12521459-5b62-4926-b0c0-33a20c84598a {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-12521459-5b62-4926-b0c0-33a20c84598a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12521459-5b62-4926-b0c0-33a20c84598a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789c2e30-3dfa-49df-a498-b38280087bd2 {
  margin-top: 50px;
}

#s-47cec26c-1077-4b76-8632-54035c646632 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(172, 134, 67, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(172, 134, 67, 1);
}
#s-47cec26c-1077-4b76-8632-54035c646632:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
border-radius: 0px !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47cec26c-1077-4b76-8632-54035c646632:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(172, 134, 67, 1) !important;
background-color: rgba(172, 134, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-47cec26c-1077-4b76-8632-54035c646632-root {
    text-align: center;
  }


#s-47cec26c-1077-4b76-8632-54035c646632.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47cec26c-1077-4b76-8632-54035c646632-root {
    text-align: center;
  }


#s-47cec26c-1077-4b76-8632-54035c646632.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47cec26c-1077-4b76-8632-54035c646632-root {
    text-align: center;
  }


#s-47cec26c-1077-4b76-8632-54035c646632.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47cec26c-1077-4b76-8632-54035c646632-root {
    text-align: center;
  }


#s-47cec26c-1077-4b76-8632-54035c646632.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47cec26c-1077-4b76-8632-54035c646632-root {
    text-align: center;
  }


#s-47cec26c-1077-4b76-8632-54035c646632.shg-btn {
  color: rgba(172, 134, 67, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}
}
#s-3408f774-3a70-455f-9765-e2d59220b234 {
  margin-top: 3em;
margin-left: 7%;
margin-bottom: 3em;
margin-right: 7%;
padding-top: 55px;
padding-left: 50px;
padding-bottom: 55px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(236, 234, 230, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-3408f774-3a70-455f-9765-e2d59220b234 {
  border-style: solid;
border-color: #000;
margin-top: 0em;
margin-left: 20px;
margin-bottom: 0em;
margin-right: 20px;
padding-top: 25px;
padding-left: 7%;
padding-bottom: 25px;
padding-right: 7%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}







#s-3408f774-3a70-455f-9765-e2d59220b234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3408f774-3a70-455f-9765-e2d59220b234.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-f8aadea2-1566-4127-91e5-902d6985114b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8aadea2-1566-4127-91e5-902d6985114b .shg-sld-dot {
  background-color: rgba(172, 134, 67, 1);
}

#s-f8aadea2-1566-4127-91e5-902d6985114b .shg-sld-nav-button.shg-sld-left,
#s-f8aadea2-1566-4127-91e5-902d6985114b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(172, 134, 67, 1);
}

@media (min-width: 0px) {
[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-2495bc29-6f6d-4885-a06a-c1cda3484b36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

#s-1ac2a43a-a91a-49c4-9fff-d5d53504919a {
  text-align: center;
}







  #s-1ac2a43a-a91a-49c4-9fff-d5d53504919a img.shogun-image {
    

    
    
    
  }


#s-1ac2a43a-a91a-49c4-9fff-d5d53504919a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a848e1d3-5476-4a10-9eb2-8eaae2e9f05d {
  min-height: 50px;
}








#s-a848e1d3-5476-4a10-9eb2-8eaae2e9f05d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a848e1d3-5476-4a10-9eb2-8eaae2e9f05d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0779ee85-c7fb-48b4-81e0-1ca829e9427b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0779ee85-c7fb-48b4-81e0-1ca829e9427b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-c1e03e05-526c-4758-aaf7-572791827237"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

#s-28b10299-731d-48fa-ae02-5577b03ad3d0 {
  text-align: center;
}







  #s-28b10299-731d-48fa-ae02-5577b03ad3d0 img.shogun-image {
    

    
    
    
  }


#s-28b10299-731d-48fa-ae02-5577b03ad3d0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-45deb822-d5e3-461c-b270-972d9052ca36 {
  min-height: 50px;
}








#s-45deb822-d5e3-461c-b270-972d9052ca36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45deb822-d5e3-461c-b270-972d9052ca36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b5852e9-f38d-49a4-8947-046f3710c26a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b5852e9-f38d-49a4-8947-046f3710c26a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-1aee3974-c41e-4347-9d84-5be871d608fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

#s-6988e154-184f-4e4e-8b95-c1315c2be569 {
  text-align: center;
}







  #s-6988e154-184f-4e4e-8b95-c1315c2be569 img.shogun-image {
    

    
    
    
  }


#s-6988e154-184f-4e4e-8b95-c1315c2be569 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4ee657-f61e-458f-9e9b-450622e71b65 {
  min-height: 50px;
}








#s-fb4ee657-f61e-458f-9e9b-450622e71b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb4ee657-f61e-458f-9e9b-450622e71b65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0326b6d-fa54-4679-ba15-81589429da11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0326b6d-fa54-4679-ba15-81589429da11 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5efdefeb-a40e-4907-bd0f-f9f84706e6b9 {
  min-height: 50px;
}








#s-5efdefeb-a40e-4907-bd0f-f9f84706e6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5efdefeb-a40e-4907-bd0f-f9f84706e6b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9653010c-e9dc-4537-9c80-3cd0a466d120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9653010c-e9dc-4537-9c80-3cd0a466d120 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2714bdb6-2202-44cf-9286-e50a57b77637 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(236, 234, 230, 1);
border-style: solid;
}

#s-6f595dad-e621-4284-ae23-6550bf5fd3f7 {
  text-align: left;
}

#s-42771772-57dc-47d8-936a-926e860ab59b {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-42771772-57dc-47d8-936a-926e860ab59b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42771772-57dc-47d8-936a-926e860ab59b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e417d4-abfd-4599-9f99-b64293be5afd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18e417d4-abfd-4599-9f99-b64293be5afd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3fe3607d-a2b1-464a-97ca-88d673915333 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(236, 234, 230, 1);
border-style: solid;
min-height: 50px;
}








#s-3fe3607d-a2b1-464a-97ca-88d673915333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe3607d-a2b1-464a-97ca-88d673915333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 td.shogun-table-column {
  background-color: #fff;
  padding: 6px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-693b8f53-bcc9-4bef-bb46-6eed2da43983 td.shogun-table-column, #s-693b8f53-bcc9-4bef-bb46-6eed2da43983 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-691e8b19-6325-4137-9c2f-0e2824a8f3e7 {
  margin-left: 10px;
margin-right: 10px;
}

#s-33f6aebe-5219-4dc9-8aca-195d645887f5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-33f6aebe-5219-4dc9-8aca-195d645887f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33f6aebe-5219-4dc9-8aca-195d645887f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae5a0673-011a-442f-8eff-2078ac27b422 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae5a0673-011a-442f-8eff-2078ac27b422 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-971b6182-9df8-4ddd-8a30-032d578a7a0e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(236, 234, 230, 1);
border-style: solid;
min-height: 50px;
}








#s-971b6182-9df8-4ddd-8a30-032d578a7a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-971b6182-9df8-4ddd-8a30-032d578a7a0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ae18e2c-9076-4a75-887f-a3235a793622 {
  text-align: center;
}







  #s-9ae18e2c-9076-4a75-887f-a3235a793622 img.shogun-image {
    

    
    
    
  }


#s-9ae18e2c-9076-4a75-887f-a3235a793622 .shogun-image-content {
  
    align-items: center;
  
}

#s-368ac10c-60f9-4dbe-85cb-e26ca5871d9b {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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