.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-eb24796c-4b13-4cd0-a780-60a845aaee49 {
  padding-top: 2px;
padding-left: 2px;
padding-bottom: 2px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-eb24796c-4b13-4cd0-a780-60a845aaee49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

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

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

.shg-btn.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-ff556d56-5d6c-4185-bb39-cac98e53ea43 {
  background-image: url(none);
background-repeat: no-repeat;
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(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-ff556d56-5d6c-4185-bb39-cac98e53ea43:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ff556d56-5d6c-4185-bb39-cac98e53ea43:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ff556d56-5d6c-4185-bb39-cac98e53ea43.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-48c3cf3f-452a-440e-82ea-1aedc71fc979 {
  background-image: url(none);
background-repeat: no-repeat;
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(85, 123, 151, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-48c3cf3f-452a-440e-82ea-1aedc71fc979:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-48c3cf3f-452a-440e-82ea-1aedc71fc979:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-48c3cf3f-452a-440e-82ea-1aedc71fc979.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-48b39974-57ac-459a-b929-515a56de45b1 {
  background-image: url(none);
background-repeat: no-repeat;
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(67, 96, 118, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(85, 123, 151, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-48b39974-57ac-459a-b929-515a56de45b1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-48b39974-57ac-459a-b929-515a56de45b1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-48b39974-57ac-459a-b929-515a56de45b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-6817cadd-622a-4a2f-bcd1-bea21fc03608 {
  min-height: 50px;
}








#s-6817cadd-622a-4a2f-bcd1-bea21fc03608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6817cadd-622a-4a2f-bcd1-bea21fc03608.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac {
  
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs {
  justify-content: center;
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Lato;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-a45da947-cb9d-4a36-a58d-96d2cb3de6ac .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-ee7d6874-af01-430c-a6f3-2dbc3af10fe8 {
  min-height: 50px;
}








#s-ee7d6874-af01-430c-a6f3-2dbc3af10fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7d6874-af01-430c-a6f3-2dbc3af10fe8.shg-box.shg-c {
  justify-content: center;
}

#s-0cac1f80-03bc-4b69-9c4b-c25d4f864111 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0cac1f80-03bc-4b69-9c4b-c25d4f864111"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-a23fd9e8-a270-47a5-a13c-8260e055dcce {
  text-align: center;
}




  #s-a23fd9e8-a270-47a5-a13c-8260e055dcce img.shogun-image {
    
    width: px;
  }


#s-a23fd9e8-a270-47a5-a13c-8260e055dcce .shogun-image-content {
  
    align-items: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-2997ff38-7377-4bd1-9fa4-88bf89508d9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2997ff38-7377-4bd1-9fa4-88bf89508d9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b2aedad3-f6be-4a85-ae1b-84b000e1575f {
  padding-bottom: 20px;
}

#s-f2e12ade-f9f6-492f-8eb4-5baa070e5003 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-f2e12ade-f9f6-492f-8eb4-5baa070e5003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2e12ade-f9f6-492f-8eb4-5baa070e5003:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2e12ade-f9f6-492f-8eb4-5baa070e5003.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbadca60-4a98-4f61-8d7a-a621005833c8 {
  text-align: center;
}




  #s-cbadca60-4a98-4f61-8d7a-a621005833c8 img.shogun-image {
    
    width: px;
  }


#s-cbadca60-4a98-4f61-8d7a-a621005833c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-43ec46de-ac05-4fd0-a739-48577afe7ec4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43ec46de-ac05-4fd0-a739-48577afe7ec4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-19a341ea-0b59-404c-b6a7-6aa16fc7c230 {
  padding-bottom: 20px;
}

#s-aad9e916-79ca-4f32-9551-0fa1cf715d3d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-aad9e916-79ca-4f32-9551-0fa1cf715d3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aad9e916-79ca-4f32-9551-0fa1cf715d3d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aad9e916-79ca-4f32-9551-0fa1cf715d3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-36a81752-453e-43f4-bd6c-e7169409057d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-36a81752-453e-43f4-bd6c-e7169409057d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c1e3a7ac-bd3c-40f7-99ac-c5a7ef6cb694 {
  text-align: center;
}




  #s-c1e3a7ac-bd3c-40f7-99ac-c5a7ef6cb694 img.shogun-image {
    
    width: px;
  }


#s-c1e3a7ac-bd3c-40f7-99ac-c5a7ef6cb694 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a69b133-fc56-46b5-bebf-7e6399d2b035 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a69b133-fc56-46b5-bebf-7e6399d2b035 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-10854a96-5c22-4b14-9818-1c6617966fda {
  padding-bottom: 20px;
}

#s-6d60dbe3-fc4f-4b9f-b25e-c4e7cbf45255 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-6d60dbe3-fc4f-4b9f-b25e-c4e7cbf45255:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d60dbe3-fc4f-4b9f-b25e-c4e7cbf45255:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d60dbe3-fc4f-4b9f-b25e-c4e7cbf45255.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28773991-2eaa-44af-a193-f131dac0dd30 {
  text-align: center;
}




  #s-28773991-2eaa-44af-a193-f131dac0dd30 img.shogun-image {
    
    width: px;
  }


#s-28773991-2eaa-44af-a193-f131dac0dd30 .shogun-image-content {
  
    align-items: center;
  
}

#s-976acf29-4b26-4753-a267-f1ba5f168eb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-976acf29-4b26-4753-a267-f1ba5f168eb2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2b56fbf6-51d3-47e1-8083-4ef3d398d171 {
  padding-bottom: 20px;
}

#s-59f0ebe1-45b3-4681-b8bf-ca8d280dcb3e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: rgba(85, 123, 151, 1);
text-decoration: none;
hover-type: color;
}
#s-59f0ebe1-45b3-4681-b8bf-ca8d280dcb3e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-59f0ebe1-45b3-4681-b8bf-ca8d280dcb3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59f0ebe1-45b3-4681-b8bf-ca8d280dcb3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3425a509-cf87-4113-8854-d6f5991203e8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-3425a509-cf87-4113-8854-d6f5991203e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3425a509-cf87-4113-8854-d6f5991203e8.shg-box.shg-c {
  justify-content: center;
}

#s-aa0777db-e5fa-4492-91e2-45ab6dcad886 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aa0777db-e5fa-4492-91e2-45ab6dcad886"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-04cfd83f-6fa2-464b-99cc-d7c5381179c9 {
  text-align: center;
}




  #s-04cfd83f-6fa2-464b-99cc-d7c5381179c9 img.shogun-image {
    
    width: px;
  }


#s-04cfd83f-6fa2-464b-99cc-d7c5381179c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd9734f2-8c21-4699-b0ad-9dd15400334d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd9734f2-8c21-4699-b0ad-9dd15400334d .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bda5a65c-ca0d-4e92-a3c1-0fe763872b93 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-bda5a65c-ca0d-4e92-a3c1-0fe763872b93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bda5a65c-ca0d-4e92-a3c1-0fe763872b93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bda5a65c-ca0d-4e92-a3c1-0fe763872b93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb9775a6-4750-452e-87da-883fc729c116 {
  text-align: center;
}




  #s-fb9775a6-4750-452e-87da-883fc729c116 img.shogun-image {
    
    width: px;
  }


#s-fb9775a6-4750-452e-87da-883fc729c116 .shogun-image-content {
  
    align-items: center;
  
}

#s-e298ea14-8f3c-43f2-8c8e-ee67b1bf544e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e298ea14-8f3c-43f2-8c8e-ee67b1bf544e .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b468520d-e864-4e3e-9dd6-69ae2002e210 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-b468520d-e864-4e3e-9dd6-69ae2002e210:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b468520d-e864-4e3e-9dd6-69ae2002e210:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b468520d-e864-4e3e-9dd6-69ae2002e210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d144289-e465-48f7-868f-65bb8550ca54 {
  text-align: center;
}




  #s-8d144289-e465-48f7-868f-65bb8550ca54 img.shogun-image {
    
    width: px;
  }


#s-8d144289-e465-48f7-868f-65bb8550ca54 .shogun-image-content {
  
    align-items: center;
  
}

#s-36f9a4dd-6ba5-47eb-b765-8ad1133cf26c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36f9a4dd-6ba5-47eb-b765-8ad1133cf26c .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83b06c2e-cfa1-4b99-b0d0-3a5491cf636e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-83b06c2e-cfa1-4b99-b0d0-3a5491cf636e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83b06c2e-cfa1-4b99-b0d0-3a5491cf636e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83b06c2e-cfa1-4b99-b0d0-3a5491cf636e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f238eb1-84c2-4f4e-b9cc-664304d35139 {
  text-align: center;
}




  #s-7f238eb1-84c2-4f4e-b9cc-664304d35139 img.shogun-image {
    
    width: px;
  }


#s-7f238eb1-84c2-4f4e-b9cc-664304d35139 .shogun-image-content {
  
    align-items: center;
  
}

#s-832c9d61-abb7-411a-8338-6517258d74f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-832c9d61-abb7-411a-8338-6517258d74f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f09bb758-fb56-4d34-9839-928b4cb15c39 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-f09bb758-fb56-4d34-9839-928b4cb15c39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f09bb758-fb56-4d34-9839-928b4cb15c39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f09bb758-fb56-4d34-9839-928b4cb15c39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eeb3172a-af39-4690-a07c-db5ad2a33d33 {
  min-height: 50px;
}








#s-eeb3172a-af39-4690-a07c-db5ad2a33d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb3172a-af39-4690-a07c-db5ad2a33d33.shg-box.shg-c {
  justify-content: center;
}

#s-55c6460c-7726-45a3-b93e-376f06e40adb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-55c6460c-7726-45a3-b93e-376f06e40adb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e1af8247-6072-4b8e-af28-8ba3d247036e {
  text-align: center;
}




  #s-e1af8247-6072-4b8e-af28-8ba3d247036e img.shogun-image {
    
    width: px;
  }


#s-e1af8247-6072-4b8e-af28-8ba3d247036e .shogun-image-content {
  
    align-items: center;
  
}

#s-5d059bb2-69e9-4f19-add4-33e09aecef48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d059bb2-69e9-4f19-add4-33e09aecef48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a772cb38-c4a1-45ca-a808-ac72cf86e6bb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-a772cb38-c4a1-45ca-a808-ac72cf86e6bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a772cb38-c4a1-45ca-a808-ac72cf86e6bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a772cb38-c4a1-45ca-a808-ac72cf86e6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b58939d9-ff66-414b-984c-00684254b124 {
  text-align: center;
}




  #s-b58939d9-ff66-414b-984c-00684254b124 img.shogun-image {
    
    width: px;
  }


#s-b58939d9-ff66-414b-984c-00684254b124 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a5c10f7-c459-4dd5-b797-83dcc0434500 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a5c10f7-c459-4dd5-b797-83dcc0434500 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf513ab0-439d-4cc7-b2e3-09bb70dcfbf9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-cf513ab0-439d-4cc7-b2e3-09bb70dcfbf9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf513ab0-439d-4cc7-b2e3-09bb70dcfbf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf513ab0-439d-4cc7-b2e3-09bb70dcfbf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4540e0ca-273d-4707-84ea-2cdd60c6c771 {
  text-align: center;
}




  #s-4540e0ca-273d-4707-84ea-2cdd60c6c771 img.shogun-image {
    
    width: px;
  }


#s-4540e0ca-273d-4707-84ea-2cdd60c6c771 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7c6009d-7cc4-4285-a1c1-5796aed8c7a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7c6009d-7cc4-4285-a1c1-5796aed8c7a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6db1b75c-f49b-4811-9f1f-de6f92f8d153 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-6db1b75c-f49b-4811-9f1f-de6f92f8d153:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6db1b75c-f49b-4811-9f1f-de6f92f8d153:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6db1b75c-f49b-4811-9f1f-de6f92f8d153.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5cd36cc2-2617-44e2-ae92-655ca6724676 {
  text-align: center;
}




  #s-5cd36cc2-2617-44e2-ae92-655ca6724676 img.shogun-image {
    
    width: px;
  }


#s-5cd36cc2-2617-44e2-ae92-655ca6724676 .shogun-image-content {
  
    align-items: center;
  
}

#s-abe4ac34-0ce0-4da1-9f0c-c417fe0b4169 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abe4ac34-0ce0-4da1-9f0c-c417fe0b4169 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b8e1200-d96c-46ba-97fd-c76f23a7baea {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-3b8e1200-d96c-46ba-97fd-c76f23a7baea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b8e1200-d96c-46ba-97fd-c76f23a7baea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b8e1200-d96c-46ba-97fd-c76f23a7baea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7eeb72fc-9818-4a92-b52c-2ea0278d8e14 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7eeb72fc-9818-4a92-b52c-2ea0278d8e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eeb72fc-9818-4a92-b52c-2ea0278d8e14.shg-box.shg-c {
  justify-content: center;
}

#s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c7e954a8-233e-4b7c-9dbc-9288e2cdf144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cb13ef57-1779-4006-a6d8-a5659348498e {
  text-align: center;
}




  #s-cb13ef57-1779-4006-a6d8-a5659348498e img.shogun-image {
    
    width: px;
  }


#s-cb13ef57-1779-4006-a6d8-a5659348498e .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e11a39-a9d1-4d7f-ad26-a328de3f77e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7e11a39-a9d1-4d7f-ad26-a328de3f77e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d6b2bd38-c52d-4dd2-bc2d-ae65f16e2f11 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-d6b2bd38-c52d-4dd2-bc2d-ae65f16e2f11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6b2bd38-c52d-4dd2-bc2d-ae65f16e2f11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d6b2bd38-c52d-4dd2-bc2d-ae65f16e2f11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92039b2e-e08c-4a40-a26d-33955642cb83 {
  text-align: center;
}




  #s-92039b2e-e08c-4a40-a26d-33955642cb83 img.shogun-image {
    
    width: px;
  }


#s-92039b2e-e08c-4a40-a26d-33955642cb83 .shogun-image-content {
  
    align-items: center;
  
}

#s-19484679-4a96-42ec-8108-7486707cd6d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19484679-4a96-42ec-8108-7486707cd6d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aea21888-b723-4948-a134-beba6c43d6c7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-aea21888-b723-4948-a134-beba6c43d6c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aea21888-b723-4948-a134-beba6c43d6c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aea21888-b723-4948-a134-beba6c43d6c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f00c211b-4908-408f-b7d9-cc1b715dd19a {
  text-align: center;
}




  #s-f00c211b-4908-408f-b7d9-cc1b715dd19a img.shogun-image {
    
    width: px;
  }


#s-f00c211b-4908-408f-b7d9-cc1b715dd19a .shogun-image-content {
  
    align-items: center;
  
}

#s-4e557af2-43ee-4a30-aca0-47ba7e94f635 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e557af2-43ee-4a30-aca0-47ba7e94f635 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68ab2909-01e4-4acb-9cd2-7286be782201 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-68ab2909-01e4-4acb-9cd2-7286be782201:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68ab2909-01e4-4acb-9cd2-7286be782201:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68ab2909-01e4-4acb-9cd2-7286be782201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5bb5d09c-b717-42ed-8151-548a826f00f0 {
  text-align: center;
}




  #s-5bb5d09c-b717-42ed-8151-548a826f00f0 img.shogun-image {
    
    width: px;
  }


#s-5bb5d09c-b717-42ed-8151-548a826f00f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-666f13e4-1bc8-41ad-b051-c21a9fb82a58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-666f13e4-1bc8-41ad-b051-c21a9fb82a58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7dcdff6e-75b4-4e60-b576-7b08b3a5c27f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-7dcdff6e-75b4-4e60-b576-7b08b3a5c27f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7dcdff6e-75b4-4e60-b576-7b08b3a5c27f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7dcdff6e-75b4-4e60-b576-7b08b3a5c27f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0aa2584-83b2-4da5-9674-e53d77660a35 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f0aa2584-83b2-4da5-9674-e53d77660a35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f44d1508-e4f2-4eec-8737-99da7c07cf1c {
  text-align: center;
}




  #s-f44d1508-e4f2-4eec-8737-99da7c07cf1c img.shogun-image {
    
    width: px;
  }


#s-f44d1508-e4f2-4eec-8737-99da7c07cf1c .shogun-image-content {
  
    align-items: center;
  
}

#s-abd23f65-9a3e-4ff1-8efe-f2c1d8aaa4f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abd23f65-9a3e-4ff1-8efe-f2c1d8aaa4f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96b9d3f5-5b03-44f4-a2fa-9f71e4f99cc9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-96b9d3f5-5b03-44f4-a2fa-9f71e4f99cc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96b9d3f5-5b03-44f4-a2fa-9f71e4f99cc9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96b9d3f5-5b03-44f4-a2fa-9f71e4f99cc9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6b2ae12-c464-401d-a449-a7c817a41dc7 {
  text-align: center;
}




  #s-a6b2ae12-c464-401d-a449-a7c817a41dc7 img.shogun-image {
    
    width: px;
  }


#s-a6b2ae12-c464-401d-a449-a7c817a41dc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-84a2a3b4-96f8-4338-8046-251473b486ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84a2a3b4-96f8-4338-8046-251473b486ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d93cd42-058d-440d-acc3-395b3ac0b11c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-3d93cd42-058d-440d-acc3-395b3ac0b11c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d93cd42-058d-440d-acc3-395b3ac0b11c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d93cd42-058d-440d-acc3-395b3ac0b11c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-407b7cce-23d9-414b-945d-20c5b6d4051d {
  text-align: center;
}




  #s-407b7cce-23d9-414b-945d-20c5b6d4051d img.shogun-image {
    
    width: px;
  }


#s-407b7cce-23d9-414b-945d-20c5b6d4051d .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1b93c4-c0ec-4fc9-958e-cf09d68efa27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd1b93c4-c0ec-4fc9-958e-cf09d68efa27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c817deaf-0706-4090-b496-0df65713902e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-c817deaf-0706-4090-b496-0df65713902e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c817deaf-0706-4090-b496-0df65713902e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c817deaf-0706-4090-b496-0df65713902e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0fcd159-6232-4fdb-9595-44ca3310e4b0 {
  text-align: center;
}




  #s-f0fcd159-6232-4fdb-9595-44ca3310e4b0 img.shogun-image {
    
    width: px;
  }


#s-f0fcd159-6232-4fdb-9595-44ca3310e4b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1110b73a-1234-4161-8bca-55be772e6539 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1110b73a-1234-4161-8bca-55be772e6539 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c8d7442-21ce-4752-bf2c-46f737cec9af {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-8c8d7442-21ce-4752-bf2c-46f737cec9af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c8d7442-21ce-4752-bf2c-46f737cec9af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c8d7442-21ce-4752-bf2c-46f737cec9af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df6c4a41-7838-4fe9-abc0-a0f41fa7e4b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-84dc328c-236f-4482-bd57-fd5424718dff {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-84dc328c-236f-4482-bd57-fd5424718dff img.shogun-image {
    
    width: px;
  }


#s-84dc328c-236f-4482-bd57-fd5424718dff .shogun-image-content {
  
    align-items: center;
  
}

#s-19606fdb-9a8d-442e-8f65-63baaa102e62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19606fdb-9a8d-442e-8f65-63baaa102e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a64522e-9daa-40e0-b2b1-0e00393983e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-7a64522e-9daa-40e0-b2b1-0e00393983e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a64522e-9daa-40e0-b2b1-0e00393983e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a64522e-9daa-40e0-b2b1-0e00393983e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f20cf5fe-4ee5-4c56-a3d1-93c251047979 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-f20cf5fe-4ee5-4c56-a3d1-93c251047979 img.shogun-image {
    
    width: px;
  }


#s-f20cf5fe-4ee5-4c56-a3d1-93c251047979 .shogun-image-content {
  
    align-items: center;
  
}

#s-62396378-6cfd-4b6e-8fb6-1643b4f68818 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62396378-6cfd-4b6e-8fb6-1643b4f68818 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c3b7dfa-bb81-4259-8029-66c2ec030cf1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-1c3b7dfa-bb81-4259-8029-66c2ec030cf1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c3b7dfa-bb81-4259-8029-66c2ec030cf1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c3b7dfa-bb81-4259-8029-66c2ec030cf1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0208b967-3c43-4121-9806-6068c6670ab6 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-0208b967-3c43-4121-9806-6068c6670ab6 img.shogun-image {
    
    width: px;
  }


#s-0208b967-3c43-4121-9806-6068c6670ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d97ab2c2-4787-496d-8792-be627f1aa0eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d97ab2c2-4787-496d-8792-be627f1aa0eb .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52fee55b-e6c2-437b-8014-bbb00176a48a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-52fee55b-e6c2-437b-8014-bbb00176a48a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52fee55b-e6c2-437b-8014-bbb00176a48a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52fee55b-e6c2-437b-8014-bbb00176a48a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b939f376-8796-4c50-89d0-af3553d32576 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-b939f376-8796-4c50-89d0-af3553d32576 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-b939f376-8796-4c50-89d0-af3553d32576.shg-box.shg-c {
  justify-content: center;
}

#s-90387da9-bf47-4d66-bdbe-aa5139a85481 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-90387da9-bf47-4d66-bdbe-aa5139a85481"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-1ab42a44-d02b-40a5-a8ab-6bd0960d159d {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-1ab42a44-d02b-40a5-a8ab-6bd0960d159d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0cd06710-9f06-4b7e-a202-e114387ab7c9 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-26d78656-84a0-4180-ac88-e861fc42bdf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-26d78656-84a0-4180-ac88-e861fc42bdf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26d78656-84a0-4180-ac88-e861fc42bdf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26d78656-84a0-4180-ac88-e861fc42bdf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
