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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-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-c1e2cf98-2613-4a73-8c8a-8b81d334b286 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286 {
  display: none;
}
#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286, #wrap-s-c1e2cf98-2613-4a73-8c8a-8b81d334b286 { display:none !important; }}@media (max-width: 767px){#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286 {
  display: none;
}
#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286, #wrap-s-c1e2cf98-2613-4a73-8c8a-8b81d334b286 { display:none !important; }}







#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e2cf98-2613-4a73-8c8a-8b81d334b286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 {
  display: none;
}
#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221, #wrap-s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 { display:none !important; }}@media (max-width: 767px){#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 {
  display: none;
}
#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221, #wrap-s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 { display:none !important; }}







#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c3a8cd-5098-4f29-8cae-bf1769d91221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9731d02d-59ca-406e-9227-7a3e75b6a345 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9731d02d-59ca-406e-9227-7a3e75b6a345 {
  display: none;
}
#s-9731d02d-59ca-406e-9227-7a3e75b6a345, #wrap-s-9731d02d-59ca-406e-9227-7a3e75b6a345 { display:none !important; }}@media (max-width: 767px){#s-9731d02d-59ca-406e-9227-7a3e75b6a345 {
  display: none;
}
#s-9731d02d-59ca-406e-9227-7a3e75b6a345, #wrap-s-9731d02d-59ca-406e-9227-7a3e75b6a345 { display:none !important; }}







#s-9731d02d-59ca-406e-9227-7a3e75b6a345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9731d02d-59ca-406e-9227-7a3e75b6a345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0857290a-32b3-4d3c-a9b4-94553001c92d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0857290a-32b3-4d3c-a9b4-94553001c92d {
  display: none;
}
#s-0857290a-32b3-4d3c-a9b4-94553001c92d, #wrap-s-0857290a-32b3-4d3c-a9b4-94553001c92d { display:none !important; }}@media (max-width: 767px){#s-0857290a-32b3-4d3c-a9b4-94553001c92d {
  display: none;
}
#s-0857290a-32b3-4d3c-a9b4-94553001c92d, #wrap-s-0857290a-32b3-4d3c-a9b4-94553001c92d { display:none !important; }}







#s-0857290a-32b3-4d3c-a9b4-94553001c92d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0857290a-32b3-4d3c-a9b4-94553001c92d.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-d22486ef-47e6-4298-93af-81c9ecbc9186 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d22486ef-47e6-4298-93af-81c9ecbc9186 {
  display: none;
}
#s-d22486ef-47e6-4298-93af-81c9ecbc9186, #wrap-s-d22486ef-47e6-4298-93af-81c9ecbc9186 { display:none !important; }}@media (max-width: 767px){#s-d22486ef-47e6-4298-93af-81c9ecbc9186 {
  display: none;
}
#s-d22486ef-47e6-4298-93af-81c9ecbc9186, #wrap-s-d22486ef-47e6-4298-93af-81c9ecbc9186 { display:none !important; }}
#s-d22486ef-47e6-4298-93af-81c9ecbc9186 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



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

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

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

@media (min-width: 0px) {
[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d70050e9-75b9-4488-b8c1-a365dfc9f874"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

@media (min-width: 768px) and (max-width: 991px){#s-7749e451-1196-4725-98ce-1cd286d2e9d2 {
  display: none;
}
#s-7749e451-1196-4725-98ce-1cd286d2e9d2, #wrap-s-7749e451-1196-4725-98ce-1cd286d2e9d2 { display:none !important; }}@media (max-width: 767px){#s-7749e451-1196-4725-98ce-1cd286d2e9d2 {
  display: none;
}
#s-7749e451-1196-4725-98ce-1cd286d2e9d2, #wrap-s-7749e451-1196-4725-98ce-1cd286d2e9d2 { display:none !important; }}
#s-7749e451-1196-4725-98ce-1cd286d2e9d2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7749e451-1196-4725-98ce-1cd286d2e9d2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7749e451-1196-4725-98ce-1cd286d2e9d2 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7749e451-1196-4725-98ce-1cd286d2e9d2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7749e451-1196-4725-98ce-1cd286d2e9d2 td.shogun-table-column, #s-7749e451-1196-4725-98ce-1cd286d2e9d2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b0ff2684-d7a1-4076-aca5-365d1444a0df {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0ff2684-d7a1-4076-aca5-365d1444a0df {
  display: none;
}
#s-b0ff2684-d7a1-4076-aca5-365d1444a0df, #wrap-s-b0ff2684-d7a1-4076-aca5-365d1444a0df { display:none !important; }}@media (max-width: 767px){#s-b0ff2684-d7a1-4076-aca5-365d1444a0df {
  display: none;
}
#s-b0ff2684-d7a1-4076-aca5-365d1444a0df, #wrap-s-b0ff2684-d7a1-4076-aca5-365d1444a0df { display:none !important; }}







#s-b0ff2684-d7a1-4076-aca5-365d1444a0df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ff2684-d7a1-4076-aca5-365d1444a0df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 {
  display: none;
}
#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23, #wrap-s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 { display:none !important; }}@media (max-width: 767px){#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 {
  display: none;
}
#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23, #wrap-s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 { display:none !important; }}







#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e5ed0c5-c5ea-4073-8ecf-70ea01d10b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 {
  display: none;
}
#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19, #wrap-s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 { display:none !important; }}@media (max-width: 767px){#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 {
  display: none;
}
#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19, #wrap-s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 { display:none !important; }}
#s-8a77dad9-5373-423b-bd5f-03cf28ef4a19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 {
  margin-top: -70px;
margin-bottom: -70px;
min-height: 45px;
}
@media (min-width: 1200px){#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 {
  display: none;
}
#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12, #wrap-s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 { display:none !important; }}@media (max-width: 767px){#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 {
  display: none;
}
#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12, #wrap-s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 { display:none !important; }}







#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddf9822d-d09a-4342-8a1a-6673ef23ad12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3160f7a6-522b-473f-9489-e1a88a631184 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3160f7a6-522b-473f-9489-e1a88a631184 {
  display: none;
}
#s-3160f7a6-522b-473f-9489-e1a88a631184, #wrap-s-3160f7a6-522b-473f-9489-e1a88a631184 { display:none !important; }}@media (max-width: 767px){#s-3160f7a6-522b-473f-9489-e1a88a631184 {
  display: none;
}
#s-3160f7a6-522b-473f-9489-e1a88a631184, #wrap-s-3160f7a6-522b-473f-9489-e1a88a631184 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3160f7a6-522b-473f-9489-e1a88a631184"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3160f7a6-522b-473f-9489-e1a88a631184"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3160f7a6-522b-473f-9489-e1a88a631184"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3160f7a6-522b-473f-9489-e1a88a631184"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-469c212d-df01-45e1-81b7-e41ffeef84d7 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-469c212d-df01-45e1-81b7-e41ffeef84d7 {
  display: none;
}
#s-469c212d-df01-45e1-81b7-e41ffeef84d7, #wrap-s-469c212d-df01-45e1-81b7-e41ffeef84d7 { display:none !important; }}@media (max-width: 767px){#s-469c212d-df01-45e1-81b7-e41ffeef84d7 {
  display: none;
}
#s-469c212d-df01-45e1-81b7-e41ffeef84d7, #wrap-s-469c212d-df01-45e1-81b7-e41ffeef84d7 { display:none !important; }}
#s-0ece3d48-d54e-4903-a6b4-393d5fe446be {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ece3d48-d54e-4903-a6b4-393d5fe446be {
  display: none;
}
#s-0ece3d48-d54e-4903-a6b4-393d5fe446be, #wrap-s-0ece3d48-d54e-4903-a6b4-393d5fe446be { display:none !important; }}@media (max-width: 767px){#s-0ece3d48-d54e-4903-a6b4-393d5fe446be {
  display: none;
}
#s-0ece3d48-d54e-4903-a6b4-393d5fe446be, #wrap-s-0ece3d48-d54e-4903-a6b4-393d5fe446be { display:none !important; }}
#s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c {
  display: none;
}
#s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c, #wrap-s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c { display:none !important; }}@media (max-width: 767px){#s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c {
  display: none;
}
#s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c, #wrap-s-34cf24c6-4c66-49f4-8b36-0420ca7c4e1c { display:none !important; }}
#s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8 {
  display: none;
}
#s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8, #wrap-s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8 { display:none !important; }}@media (max-width: 767px){#s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8 {
  display: none;
}
#s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8, #wrap-s-a3ba4251-973d-4a5f-98a8-c385e1abb6c8 { display:none !important; }}
#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 {
  display: none;
}
#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2, #wrap-s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 { display:none !important; }}@media (max-width: 767px){#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 {
  display: none;
}
#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2, #wrap-s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 { display:none !important; }}







#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af5a1d12-449e-4ab8-bc3b-566a61f658b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc201796-11d4-4035-b84a-0de18dc4c8c6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc201796-11d4-4035-b84a-0de18dc4c8c6 {
  display: none;
}
#s-dc201796-11d4-4035-b84a-0de18dc4c8c6, #wrap-s-dc201796-11d4-4035-b84a-0de18dc4c8c6 { display:none !important; }}@media (max-width: 767px){#s-dc201796-11d4-4035-b84a-0de18dc4c8c6 {
  display: none;
}
#s-dc201796-11d4-4035-b84a-0de18dc4c8c6, #wrap-s-dc201796-11d4-4035-b84a-0de18dc4c8c6 { display:none !important; }}







#s-dc201796-11d4-4035-b84a-0de18dc4c8c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc201796-11d4-4035-b84a-0de18dc4c8c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f09c0fe2-b48b-495e-80fa-17369c289f06 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f09c0fe2-b48b-495e-80fa-17369c289f06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f09c0fe2-b48b-495e-80fa-17369c289f06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f09c0fe2-b48b-495e-80fa-17369c289f06 {
  
}
}@media (max-width: 767px){#s-f09c0fe2-b48b-495e-80fa-17369c289f06 {
  
}
}







#s-f09c0fe2-b48b-495e-80fa-17369c289f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09c0fe2-b48b-495e-80fa-17369c289f06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 {
  display: none;
}
#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5, #wrap-s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 { display:none !important; }}@media (max-width: 767px){#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 {
  display: none;
}
#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5, #wrap-s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 { display:none !important; }}







#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-655e221c-9062-4ebb-8b5b-f72acd4b41e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039 {
  display: none;
}
#s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039, #wrap-s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039 { display:none !important; }}@media (max-width: 767px){#s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039 {
  display: none;
}
#s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039, #wrap-s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a4ce3c8-f424-4ad4-82b8-f12b08e6a039"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3b024599-9589-4210-b853-5427fd045a13 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b024599-9589-4210-b853-5427fd045a13 {
  display: none;
}
#s-3b024599-9589-4210-b853-5427fd045a13, #wrap-s-3b024599-9589-4210-b853-5427fd045a13 { display:none !important; }}@media (max-width: 767px){#s-3b024599-9589-4210-b853-5427fd045a13 {
  display: none;
}
#s-3b024599-9589-4210-b853-5427fd045a13, #wrap-s-3b024599-9589-4210-b853-5427fd045a13 { display:none !important; }}







#s-3b024599-9589-4210-b853-5427fd045a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b024599-9589-4210-b853-5427fd045a13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 {
  display: none;
}
#s-2ec68929-d4c1-4487-82c8-a2d9aded4724, #wrap-s-2ec68929-d4c1-4487-82c8-a2d9aded4724 { display:none !important; }}@media (max-width: 767px){#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 {
  display: none;
}
#s-2ec68929-d4c1-4487-82c8-a2d9aded4724, #wrap-s-2ec68929-d4c1-4487-82c8-a2d9aded4724 { display:none !important; }}
#s-2ec68929-d4c1-4487-82c8-a2d9aded4724 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-772aac59-dd1a-43dc-a591-08a992467fe3 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-772aac59-dd1a-43dc-a591-08a992467fe3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-772aac59-dd1a-43dc-a591-08a992467fe3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-772aac59-dd1a-43dc-a591-08a992467fe3 {
  display: none;
}
#s-772aac59-dd1a-43dc-a591-08a992467fe3, #wrap-s-772aac59-dd1a-43dc-a591-08a992467fe3 { display:none !important; }}@media (max-width: 767px){#s-772aac59-dd1a-43dc-a591-08a992467fe3 {
  display: none;
}
#s-772aac59-dd1a-43dc-a591-08a992467fe3, #wrap-s-772aac59-dd1a-43dc-a591-08a992467fe3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-772aac59-dd1a-43dc-a591-08a992467fe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-c8eb9ae6-3fda-47de-bcf2-6019c38da122 {
  display: none;
}
#s-c8eb9ae6-3fda-47de-bcf2-6019c38da122, #wrap-s-c8eb9ae6-3fda-47de-bcf2-6019c38da122 { display:none !important; }}@media (max-width: 767px){#s-c8eb9ae6-3fda-47de-bcf2-6019c38da122 {
  display: none;
}
#s-c8eb9ae6-3fda-47de-bcf2-6019c38da122, #wrap-s-c8eb9ae6-3fda-47de-bcf2-6019c38da122 { display:none !important; }}
#s-fa28f70e-2073-45d2-9140-2a158129b345 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fa28f70e-2073-45d2-9140-2a158129b345 {
  display: none;
}
#s-fa28f70e-2073-45d2-9140-2a158129b345, #wrap-s-fa28f70e-2073-45d2-9140-2a158129b345 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa28f70e-2073-45d2-9140-2a158129b345 {
  display: none;
}
#s-fa28f70e-2073-45d2-9140-2a158129b345, #wrap-s-fa28f70e-2073-45d2-9140-2a158129b345 { display:none !important; }}







#s-fa28f70e-2073-45d2-9140-2a158129b345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa28f70e-2073-45d2-9140-2a158129b345.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-430fb617-3888-4c5b-8637-0e7105eb687b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-430fb617-3888-4c5b-8637-0e7105eb687b {
  display: none;
}
#s-430fb617-3888-4c5b-8637-0e7105eb687b, #wrap-s-430fb617-3888-4c5b-8637-0e7105eb687b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-430fb617-3888-4c5b-8637-0e7105eb687b {
  display: none;
}
#s-430fb617-3888-4c5b-8637-0e7105eb687b, #wrap-s-430fb617-3888-4c5b-8637-0e7105eb687b { display:none !important; }}







#s-430fb617-3888-4c5b-8637-0e7105eb687b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430fb617-3888-4c5b-8637-0e7105eb687b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d744cd84-a28f-423a-8c70-2f0a831e8423 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-d744cd84-a28f-423a-8c70-2f0a831e8423 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a {
  display: none;
}
#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a, #wrap-s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a {
  display: none;
}
#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a, #wrap-s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a { display:none !important; }}







#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c9576a-0d28-4d2f-a07b-349efbcdcb3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d {
  display: none;
}
#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d, #wrap-s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d {
  display: none;
}
#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d, #wrap-s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d { display:none !important; }}
#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d td.shogun-table-column, #s-048ce3fb-bc1c-4c2c-9455-cc96df12ff1d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-3366e72d-ee79-4ef5-954d-3c80fc93713e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3366e72d-ee79-4ef5-954d-3c80fc93713e {
  display: none;
}
#s-3366e72d-ee79-4ef5-954d-3c80fc93713e, #wrap-s-3366e72d-ee79-4ef5-954d-3c80fc93713e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3366e72d-ee79-4ef5-954d-3c80fc93713e {
  display: none;
}
#s-3366e72d-ee79-4ef5-954d-3c80fc93713e, #wrap-s-3366e72d-ee79-4ef5-954d-3c80fc93713e { display:none !important; }}







#s-3366e72d-ee79-4ef5-954d-3c80fc93713e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3366e72d-ee79-4ef5-954d-3c80fc93713e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a81f368-7ed7-464e-807b-b7fdebdd773f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-8a81f368-7ed7-464e-807b-b7fdebdd773f {
  display: none;
}
#s-8a81f368-7ed7-464e-807b-b7fdebdd773f, #wrap-s-8a81f368-7ed7-464e-807b-b7fdebdd773f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a81f368-7ed7-464e-807b-b7fdebdd773f {
  display: none;
}
#s-8a81f368-7ed7-464e-807b-b7fdebdd773f, #wrap-s-8a81f368-7ed7-464e-807b-b7fdebdd773f { display:none !important; }}
#s-8a81f368-7ed7-464e-807b-b7fdebdd773f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5422ef70-de4d-4c14-9a18-6acf53d3301a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5422ef70-de4d-4c14-9a18-6acf53d3301a {
  display: none;
}
#s-5422ef70-de4d-4c14-9a18-6acf53d3301a, #wrap-s-5422ef70-de4d-4c14-9a18-6acf53d3301a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5422ef70-de4d-4c14-9a18-6acf53d3301a {
  display: none;
}
#s-5422ef70-de4d-4c14-9a18-6acf53d3301a, #wrap-s-5422ef70-de4d-4c14-9a18-6acf53d3301a { display:none !important; }}







#s-5422ef70-de4d-4c14-9a18-6acf53d3301a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5422ef70-de4d-4c14-9a18-6acf53d3301a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d01d3785-6f97-467b-9cf2-566fdc754a65 {
  margin-top: -70px;
margin-bottom: -70px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d01d3785-6f97-467b-9cf2-566fdc754a65 {
  display: none;
}
#s-d01d3785-6f97-467b-9cf2-566fdc754a65, #wrap-s-d01d3785-6f97-467b-9cf2-566fdc754a65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d01d3785-6f97-467b-9cf2-566fdc754a65 {
  display: none;
}
#s-d01d3785-6f97-467b-9cf2-566fdc754a65, #wrap-s-d01d3785-6f97-467b-9cf2-566fdc754a65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d01d3785-6f97-467b-9cf2-566fdc754a65 {
  
}
}@media (max-width: 767px){#s-d01d3785-6f97-467b-9cf2-566fdc754a65 {
  
}
}







#s-d01d3785-6f97-467b-9cf2-566fdc754a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01d3785-6f97-467b-9cf2-566fdc754a65.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9596300c-fd93-4f87-bd65-44f9b3c0cf95 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 1200px){#s-9596300c-fd93-4f87-bd65-44f9b3c0cf95 {
  display: none;
}
#s-9596300c-fd93-4f87-bd65-44f9b3c0cf95, #wrap-s-9596300c-fd93-4f87-bd65-44f9b3c0cf95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9596300c-fd93-4f87-bd65-44f9b3c0cf95 {
  display: none;
}
#s-9596300c-fd93-4f87-bd65-44f9b3c0cf95, #wrap-s-9596300c-fd93-4f87-bd65-44f9b3c0cf95 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9596300c-fd93-4f87-bd65-44f9b3c0cf95"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9596300c-fd93-4f87-bd65-44f9b3c0cf95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9596300c-fd93-4f87-bd65-44f9b3c0cf95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9596300c-fd93-4f87-bd65-44f9b3c0cf95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c797c112-8c10-4bb3-82a0-013acea55df4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-e61ed52b-3564-4b31-b853-3909fdcd8054 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-68afbb1b-2af8-4751-b12a-b67ec0219598 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-8365f6dc-e8ad-467b-b8eb-09cbbb796319 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 {
  display: none;
}
#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2, #wrap-s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 {
  display: none;
}
#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2, #wrap-s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 { display:none !important; }}







#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d609dbd4-6473-4662-bf32-2d4eaf7f3ef2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43723730-9465-45d7-8449-60035aed8acc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-43723730-9465-45d7-8449-60035aed8acc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43723730-9465-45d7-8449-60035aed8acc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43723730-9465-45d7-8449-60035aed8acc {
  
}
}@media (max-width: 767px){#s-43723730-9465-45d7-8449-60035aed8acc {
  
}
}







#s-43723730-9465-45d7-8449-60035aed8acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43723730-9465-45d7-8449-60035aed8acc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4443c53e-cbd2-45dd-b414-e67af923cf99 {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4443c53e-cbd2-45dd-b414-e67af923cf99 {
  display: none;
}
#s-4443c53e-cbd2-45dd-b414-e67af923cf99, #wrap-s-4443c53e-cbd2-45dd-b414-e67af923cf99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4443c53e-cbd2-45dd-b414-e67af923cf99 {
  display: none;
}
#s-4443c53e-cbd2-45dd-b414-e67af923cf99, #wrap-s-4443c53e-cbd2-45dd-b414-e67af923cf99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4443c53e-cbd2-45dd-b414-e67af923cf99 {
  
}
}@media (max-width: 767px){#s-4443c53e-cbd2-45dd-b414-e67af923cf99 {
  
}
}







#s-4443c53e-cbd2-45dd-b414-e67af923cf99 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4443c53e-cbd2-45dd-b414-e67af923cf99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a93be8f0-3268-4b24-bb33-dfed68e46cc4 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}
@media (min-width: 1200px){#s-a93be8f0-3268-4b24-bb33-dfed68e46cc4 {
  display: none;
}
#s-a93be8f0-3268-4b24-bb33-dfed68e46cc4, #wrap-s-a93be8f0-3268-4b24-bb33-dfed68e46cc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a93be8f0-3268-4b24-bb33-dfed68e46cc4 {
  display: none;
}
#s-a93be8f0-3268-4b24-bb33-dfed68e46cc4, #wrap-s-a93be8f0-3268-4b24-bb33-dfed68e46cc4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a93be8f0-3268-4b24-bb33-dfed68e46cc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a93be8f0-3268-4b24-bb33-dfed68e46cc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a93be8f0-3268-4b24-bb33-dfed68e46cc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a93be8f0-3268-4b24-bb33-dfed68e46cc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a93be8f0-3268-4b24-bb33-dfed68e46cc4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8263c247-53b4-4389-9df7-2bb39828b64d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8263c247-53b4-4389-9df7-2bb39828b64d {
  display: none;
}
#s-8263c247-53b4-4389-9df7-2bb39828b64d, #wrap-s-8263c247-53b4-4389-9df7-2bb39828b64d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8263c247-53b4-4389-9df7-2bb39828b64d {
  display: none;
}
#s-8263c247-53b4-4389-9df7-2bb39828b64d, #wrap-s-8263c247-53b4-4389-9df7-2bb39828b64d { display:none !important; }}







#s-8263c247-53b4-4389-9df7-2bb39828b64d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8263c247-53b4-4389-9df7-2bb39828b64d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 {
  display: none;
}
#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4, #wrap-s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 {
  display: none;
}
#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4, #wrap-s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 {
  
}
}@media (max-width: 767px){#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 {
  
}
}
#s-c252ad35-ce07-4656-8d7a-e13d5edf33d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 {
  display: none;
}
#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73, #wrap-s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 {
  display: none;
}
#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73, #wrap-s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 {
  
}
}@media (max-width: 767px){#s-edc05a8b-74e4-43dc-841e-c8f0076a7b73 {
  
}
}
@media (min-width: 0px) {
[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-edc05a8b-74e4-43dc-841e-c8f0076a7b73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-2ecd8756-32a5-4929-b9c0-337077d67ba6 {
  text-align: left;
}
@media (min-width: 1200px){#s-2ecd8756-32a5-4929-b9c0-337077d67ba6 {
  display: none;
}
#s-2ecd8756-32a5-4929-b9c0-337077d67ba6, #wrap-s-2ecd8756-32a5-4929-b9c0-337077d67ba6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ecd8756-32a5-4929-b9c0-337077d67ba6 {
  display: none;
}
#s-2ecd8756-32a5-4929-b9c0-337077d67ba6, #wrap-s-2ecd8756-32a5-4929-b9c0-337077d67ba6 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}