.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-799c3303-1d18-41df-9c4c-2aca3e0c8d4e {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-799c3303-1d18-41df-9c4c-2aca3e0c8d4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

.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-6dd57039-754e-4a1e-94e3-0ddc7ca92299 {
  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-6dd57039-754e-4a1e-94e3-0ddc7ca92299: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-6dd57039-754e-4a1e-94e3-0ddc7ca92299: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-6dd57039-754e-4a1e-94e3-0ddc7ca92299.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4acc4510-8055-4f3a-9da9-cb2d64e67be6 {
  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-4acc4510-8055-4f3a-9da9-cb2d64e67be6: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-4acc4510-8055-4f3a-9da9-cb2d64e67be6: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-4acc4510-8055-4f3a-9da9-cb2d64e67be6.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e84ba3ec-019d-4785-b8ec-990d33848caf {
  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-e84ba3ec-019d-4785-b8ec-990d33848caf: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-e84ba3ec-019d-4785-b8ec-990d33848caf: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-e84ba3ec-019d-4785-b8ec-990d33848caf.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-eec1345a-cdaa-4e6d-bec5-da2ed206bb45 {
  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-eec1345a-cdaa-4e6d-bec5-da2ed206bb45: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-eec1345a-cdaa-4e6d-bec5-da2ed206bb45: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-eec1345a-cdaa-4e6d-bec5-da2ed206bb45.shg-btn {
  color: rgba(67, 96, 118, 1);
  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-266fe61d-4107-4c02-a9a1-5218ce975278 {
  min-height: 50px;
}








#s-266fe61d-4107-4c02-a9a1-5218ce975278 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-266fe61d-4107-4c02-a9a1-5218ce975278.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-f42971c2-cc25-432d-9242-967130988193 {
  
}

#s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs {
  justify-content: center;
}

#s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-f42971c2-cc25-432d-9242-967130988193 .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-f42971c2-cc25-432d-9242-967130988193 .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-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-f42971c2-cc25-432d-9242-967130988193 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-f42971c2-cc25-432d-9242-967130988193 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-357599d8-ba85-4fff-ac4a-c1d688426867 {
  min-height: 50px;
}








#s-357599d8-ba85-4fff-ac4a-c1d688426867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-357599d8-ba85-4fff-ac4a-c1d688426867.shg-box.shg-c {
  justify-content: center;
}

#s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-57dd7f44-b5c4-4484-8a51-64cf60d7d55d"] > .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-2c0152fa-9a00-4770-9d3a-9349e5948cc9 {
  text-align: center;
}




  #s-2c0152fa-9a00-4770-9d3a-9349e5948cc9 img.shogun-image {
    
    width: px;
  }


#s-2c0152fa-9a00-4770-9d3a-9349e5948cc9 .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-9db15132-9dfa-4107-9fa4-b5b83286ddeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9db15132-9dfa-4107-9fa4-b5b83286ddeb .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-e4dabef6-33c8-453c-8273-68993765451b {
  padding-bottom: 20px;
}

#s-a5cf5c20-1d6b-45e1-95c1-7fc4b163916e {
  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-a5cf5c20-1d6b-45e1-95c1-7fc4b163916e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5cf5c20-1d6b-45e1-95c1-7fc4b163916e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5cf5c20-1d6b-45e1-95c1-7fc4b163916e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a70d696-a2b8-4e96-abea-09f43817e4f1 {
  text-align: center;
}




  #s-5a70d696-a2b8-4e96-abea-09f43817e4f1 img.shogun-image {
    
    width: px;
  }


#s-5a70d696-a2b8-4e96-abea-09f43817e4f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d03591-26f8-47c0-9521-c3b99cd72e68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2d03591-26f8-47c0-9521-c3b99cd72e68 .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-9704aa7b-feb1-4a38-8922-945d2d5ee8ab {
  padding-bottom: 20px;
}

#s-87b797b6-6af8-43f0-b024-6ac857866f4f {
  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-87b797b6-6af8-43f0-b024-6ac857866f4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87b797b6-6af8-43f0-b024-6ac857866f4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-87b797b6-6af8-43f0-b024-6ac857866f4f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25052984-bbfb-4ecd-8605-87c8a05ec528 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25052984-bbfb-4ecd-8605-87c8a05ec528"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b59355a4-567a-491c-8bbe-f44394b2bea4 {
  text-align: center;
}




  #s-b59355a4-567a-491c-8bbe-f44394b2bea4 img.shogun-image {
    
    width: px;
  }


#s-b59355a4-567a-491c-8bbe-f44394b2bea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f293e372-6d31-42ae-8604-99e62fe551f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f293e372-6d31-42ae-8604-99e62fe551f8 .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-1d8517a5-93a2-4fe8-997b-769cae963466 {
  padding-bottom: 20px;
}

#s-a66bd9e9-dc40-482a-8a85-990f764373d2 {
  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-a66bd9e9-dc40-482a-8a85-990f764373d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a66bd9e9-dc40-482a-8a85-990f764373d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a66bd9e9-dc40-482a-8a85-990f764373d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35c8194e-12eb-49d1-9d09-c391f7512966 {
  text-align: center;
}




  #s-35c8194e-12eb-49d1-9d09-c391f7512966 img.shogun-image {
    
    width: px;
  }


#s-35c8194e-12eb-49d1-9d09-c391f7512966 .shogun-image-content {
  
    align-items: center;
  
}

#s-99694760-fefb-4641-bcfe-d1f93407e178 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99694760-fefb-4641-bcfe-d1f93407e178 .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-3e52b183-0dc6-4ce1-a4b5-7fb923dd7802 {
  padding-bottom: 20px;
}

#s-acfedea9-7da4-4ef3-bfbd-cc4827fca890 {
  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-acfedea9-7da4-4ef3-bfbd-cc4827fca890: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-acfedea9-7da4-4ef3-bfbd-cc4827fca890:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-acfedea9-7da4-4ef3-bfbd-cc4827fca890.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-64f56b63-c8da-40af-a748-5aefeb04cabb {
  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-64f56b63-c8da-40af-a748-5aefeb04cabb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f56b63-c8da-40af-a748-5aefeb04cabb.shg-box.shg-c {
  justify-content: center;
}

#s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fb41b9e-ef9d-46aa-9231-3a7fa7ed6272"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b35d1810-181c-4eb0-af97-0b99eac2c0e1 {
  text-align: center;
}




  #s-b35d1810-181c-4eb0-af97-0b99eac2c0e1 img.shogun-image {
    
    width: px;
  }


#s-b35d1810-181c-4eb0-af97-0b99eac2c0e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-59dd56ec-8a50-4f8a-94eb-1aed0bad40c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59dd56ec-8a50-4f8a-94eb-1aed0bad40c9 .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-fd061aa9-e923-48be-97e5-22e39795b28e {
  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-fd061aa9-e923-48be-97e5-22e39795b28e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd061aa9-e923-48be-97e5-22e39795b28e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fd061aa9-e923-48be-97e5-22e39795b28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-665da7a0-3c8e-468a-8d8b-a4680d03352e {
  text-align: center;
}




  #s-665da7a0-3c8e-468a-8d8b-a4680d03352e img.shogun-image {
    
    width: px;
  }


#s-665da7a0-3c8e-468a-8d8b-a4680d03352e .shogun-image-content {
  
    align-items: center;
  
}

#s-405e8a33-eb6f-4331-a11a-30588c6862b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-405e8a33-eb6f-4331-a11a-30588c6862b6 .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-d4ce7446-dd01-4c18-b93a-baf51ec18c69 {
  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-d4ce7446-dd01-4c18-b93a-baf51ec18c69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4ce7446-dd01-4c18-b93a-baf51ec18c69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4ce7446-dd01-4c18-b93a-baf51ec18c69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77d30ac1-17b2-4b84-af65-3c157b95528e {
  text-align: center;
}




  #s-77d30ac1-17b2-4b84-af65-3c157b95528e img.shogun-image {
    
    width: px;
  }


#s-77d30ac1-17b2-4b84-af65-3c157b95528e .shogun-image-content {
  
    align-items: center;
  
}

#s-5fac9640-4303-44cf-bff1-8909c4d36934 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fac9640-4303-44cf-bff1-8909c4d36934 .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-de6806da-9f2b-4214-8567-09b20ce6fdef {
  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-de6806da-9f2b-4214-8567-09b20ce6fdef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de6806da-9f2b-4214-8567-09b20ce6fdef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de6806da-9f2b-4214-8567-09b20ce6fdef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28468b46-e4cb-4263-a69b-5ab07806da07 {
  text-align: center;
}




  #s-28468b46-e4cb-4263-a69b-5ab07806da07 img.shogun-image {
    
    width: px;
  }


#s-28468b46-e4cb-4263-a69b-5ab07806da07 .shogun-image-content {
  
    align-items: center;
  
}

#s-52dafc80-78f3-498f-8a63-c44a95420502 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52dafc80-78f3-498f-8a63-c44a95420502 .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-1299030c-8e96-43de-8c98-9b6fd9abacb8 {
  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-1299030c-8e96-43de-8c98-9b6fd9abacb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1299030c-8e96-43de-8c98-9b6fd9abacb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1299030c-8e96-43de-8c98-9b6fd9abacb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5bf90f03-f92e-4b9b-9b66-b42da50b2a7c {
  min-height: 50px;
}








#s-5bf90f03-f92e-4b9b-9b66-b42da50b2a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bf90f03-f92e-4b9b-9b66-b42da50b2a7c.shg-box.shg-c {
  justify-content: center;
}

#s-60661f3a-f74b-4699-a4c5-ce503a176dae {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-60661f3a-f74b-4699-a4c5-ce503a176dae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2d102247-36a4-48e0-9993-37924ccb5ab4 {
  text-align: center;
}




  #s-2d102247-36a4-48e0-9993-37924ccb5ab4 img.shogun-image {
    
    width: px;
  }


#s-2d102247-36a4-48e0-9993-37924ccb5ab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa80e3ce-b1ef-4bd0-b53f-13f48bcf8dbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa80e3ce-b1ef-4bd0-b53f-13f48bcf8dbb .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-f2ccd595-9e95-4c9e-9a25-189744653d7e {
  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-f2ccd595-9e95-4c9e-9a25-189744653d7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2ccd595-9e95-4c9e-9a25-189744653d7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2ccd595-9e95-4c9e-9a25-189744653d7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a4b0fe7-53ef-47ba-baad-df1498795c92 {
  text-align: center;
}




  #s-5a4b0fe7-53ef-47ba-baad-df1498795c92 img.shogun-image {
    
    width: px;
  }


#s-5a4b0fe7-53ef-47ba-baad-df1498795c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-23d1188a-b876-411a-83f1-25c01431596c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23d1188a-b876-411a-83f1-25c01431596c .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-bf1fcf3f-9fe4-41ed-b4f1-58b6d2d4b7f4 {
  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-bf1fcf3f-9fe4-41ed-b4f1-58b6d2d4b7f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf1fcf3f-9fe4-41ed-b4f1-58b6d2d4b7f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf1fcf3f-9fe4-41ed-b4f1-58b6d2d4b7f4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d15f7d63-e3eb-4b1e-b9fc-29bcc8e3e067 {
  text-align: center;
}




  #s-d15f7d63-e3eb-4b1e-b9fc-29bcc8e3e067 img.shogun-image {
    
    width: px;
  }


#s-d15f7d63-e3eb-4b1e-b9fc-29bcc8e3e067 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3796614-4272-4f0a-9698-707786dc54fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3796614-4272-4f0a-9698-707786dc54fe .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-37aa571a-2142-4f7d-b6c8-b1679b269b5a {
  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-37aa571a-2142-4f7d-b6c8-b1679b269b5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37aa571a-2142-4f7d-b6c8-b1679b269b5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37aa571a-2142-4f7d-b6c8-b1679b269b5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f5a3f7d2-5742-41bc-9c31-2f868f2ec216 {
  text-align: center;
}




  #s-f5a3f7d2-5742-41bc-9c31-2f868f2ec216 img.shogun-image {
    
    width: px;
  }


#s-f5a3f7d2-5742-41bc-9c31-2f868f2ec216 .shogun-image-content {
  
    align-items: center;
  
}

#s-14950df2-18f5-453b-b6b7-4b31a1290753 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14950df2-18f5-453b-b6b7-4b31a1290753 .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-903adcfc-5c9e-4b99-ba3c-128cd852df1f {
  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-903adcfc-5c9e-4b99-ba3c-128cd852df1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-903adcfc-5c9e-4b99-ba3c-128cd852df1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-903adcfc-5c9e-4b99-ba3c-128cd852df1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2814d98b-1a19-4df3-a8f2-8e04bd7437f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-2814d98b-1a19-4df3-a8f2-8e04bd7437f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2814d98b-1a19-4df3-a8f2-8e04bd7437f5.shg-box.shg-c {
  justify-content: center;
}

#s-f93fd3bf-194e-46c7-9336-423e70aa0627 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f93fd3bf-194e-46c7-9336-423e70aa0627"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-817ad12e-d321-4f00-9fb3-196366326703 {
  text-align: center;
}




  #s-817ad12e-d321-4f00-9fb3-196366326703 img.shogun-image {
    
    width: px;
  }


#s-817ad12e-d321-4f00-9fb3-196366326703 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbb0fc71-0245-4531-9f76-a9829fc1cda0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbb0fc71-0245-4531-9f76-a9829fc1cda0 .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-9b301cc5-0df7-4272-b006-0c895cb998cb {
  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-9b301cc5-0df7-4272-b006-0c895cb998cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b301cc5-0df7-4272-b006-0c895cb998cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b301cc5-0df7-4272-b006-0c895cb998cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b5a4285-42bc-43dc-8e28-216eaf735def {
  text-align: center;
}




  #s-9b5a4285-42bc-43dc-8e28-216eaf735def img.shogun-image {
    
    width: px;
  }


#s-9b5a4285-42bc-43dc-8e28-216eaf735def .shogun-image-content {
  
    align-items: center;
  
}

#s-ccaa8a5b-75ca-4169-87b5-522ced6c014f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccaa8a5b-75ca-4169-87b5-522ced6c014f .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-76e4745b-fe97-4ea5-a23e-b2a36693998a {
  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-76e4745b-fe97-4ea5-a23e-b2a36693998a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-76e4745b-fe97-4ea5-a23e-b2a36693998a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76e4745b-fe97-4ea5-a23e-b2a36693998a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b804432-af9e-428d-bcf3-a5d339b012b4 {
  text-align: center;
}




  #s-3b804432-af9e-428d-bcf3-a5d339b012b4 img.shogun-image {
    
    width: px;
  }


#s-3b804432-af9e-428d-bcf3-a5d339b012b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-be668765-c31e-4188-91a2-3edacf9c0b27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be668765-c31e-4188-91a2-3edacf9c0b27 .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-f4f2788e-ee57-4d5c-bd23-1ad6010dd1ac {
  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-f4f2788e-ee57-4d5c-bd23-1ad6010dd1ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4f2788e-ee57-4d5c-bd23-1ad6010dd1ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4f2788e-ee57-4d5c-bd23-1ad6010dd1ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12ce21e0-8e17-4664-b0a6-79db8e229123 {
  text-align: center;
}




  #s-12ce21e0-8e17-4664-b0a6-79db8e229123 img.shogun-image {
    
    width: px;
  }


#s-12ce21e0-8e17-4664-b0a6-79db8e229123 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f83c4a-b4d0-438f-99e9-f8e5c99c9a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63f83c4a-b4d0-438f-99e9-f8e5c99c9a1d .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-af3a4bca-dc22-4a68-a1d8-6e7404a80a2b {
  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-af3a4bca-dc22-4a68-a1d8-6e7404a80a2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af3a4bca-dc22-4a68-a1d8-6e7404a80a2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af3a4bca-dc22-4a68-a1d8-6e7404a80a2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-97f9c743-d036-49b4-ab29-85f82c625768 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-97f9c743-d036-49b4-ab29-85f82c625768"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-db4dcdf2-4810-4d42-98b5-75ee362c8f18 {
  text-align: center;
}




  #s-db4dcdf2-4810-4d42-98b5-75ee362c8f18 img.shogun-image {
    
    width: px;
  }


#s-db4dcdf2-4810-4d42-98b5-75ee362c8f18 .shogun-image-content {
  
    align-items: center;
  
}

#s-785cad4c-9391-4624-97b4-c6d6e8373525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-785cad4c-9391-4624-97b4-c6d6e8373525 .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-c1831d69-559c-40d0-ba4a-9e449cb71b0f {
  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-c1831d69-559c-40d0-ba4a-9e449cb71b0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1831d69-559c-40d0-ba4a-9e449cb71b0f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1831d69-559c-40d0-ba4a-9e449cb71b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-db761cda-4ce1-4c82-b7dd-d266e460ffb2 {
  text-align: center;
}




  #s-db761cda-4ce1-4c82-b7dd-d266e460ffb2 img.shogun-image {
    
    width: px;
  }


#s-db761cda-4ce1-4c82-b7dd-d266e460ffb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-26089abe-2547-4c38-9a6d-5d8917037387 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26089abe-2547-4c38-9a6d-5d8917037387 .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-5caf0b3d-bba0-4f3c-86b2-ee24a484676d {
  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-5caf0b3d-bba0-4f3c-86b2-ee24a484676d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5caf0b3d-bba0-4f3c-86b2-ee24a484676d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5caf0b3d-bba0-4f3c-86b2-ee24a484676d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2fa55bc8-4b3d-47be-bccf-d80edf3e1be6 {
  text-align: center;
}




  #s-2fa55bc8-4b3d-47be-bccf-d80edf3e1be6 img.shogun-image {
    
    width: px;
  }


#s-2fa55bc8-4b3d-47be-bccf-d80edf3e1be6 .shogun-image-content {
  
    align-items: center;
  
}

#s-22dc878a-12de-4770-9a53-71d2d4f7b284 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22dc878a-12de-4770-9a53-71d2d4f7b284 .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-8a3247c3-a87f-4976-8c00-a57fef7929a8 {
  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-8a3247c3-a87f-4976-8c00-a57fef7929a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a3247c3-a87f-4976-8c00-a57fef7929a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a3247c3-a87f-4976-8c00-a57fef7929a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f34dfb4-a64f-4b5e-a523-5979e70e289f {
  text-align: center;
}




  #s-0f34dfb4-a64f-4b5e-a523-5979e70e289f img.shogun-image {
    
    width: px;
  }


#s-0f34dfb4-a64f-4b5e-a523-5979e70e289f .shogun-image-content {
  
    align-items: center;
  
}

#s-b7eebd7f-f6c1-4ac6-879d-5daad9eee768 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7eebd7f-f6c1-4ac6-879d-5daad9eee768 .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-dbbb69a0-1ed2-4f99-960b-cda58b4cf819 {
  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-dbbb69a0-1ed2-4f99-960b-cda58b4cf819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbbb69a0-1ed2-4f99-960b-cda58b4cf819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dbbb69a0-1ed2-4f99-960b-cda58b4cf819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d49cc26-c267-4a0e-a809-475225609df6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d49cc26-c267-4a0e-a809-475225609df6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fc02e3b0-b5d2-44d4-8c20-80e936f522a5 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-fc02e3b0-b5d2-44d4-8c20-80e936f522a5 img.shogun-image {
    
    width: px;
  }


#s-fc02e3b0-b5d2-44d4-8c20-80e936f522a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9826337-60e1-462f-b020-20535cc88f24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9826337-60e1-462f-b020-20535cc88f24 .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-fde59e99-ae41-4fc5-9229-ed2305009e21 {
  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-fde59e99-ae41-4fc5-9229-ed2305009e21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fde59e99-ae41-4fc5-9229-ed2305009e21:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fde59e99-ae41-4fc5-9229-ed2305009e21.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec553990-2efa-4188-b09c-fba9b9e4fe0a {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-ec553990-2efa-4188-b09c-fba9b9e4fe0a img.shogun-image {
    
    width: px;
  }


#s-ec553990-2efa-4188-b09c-fba9b9e4fe0a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a2c7d65-9123-4430-b2e4-4f0c3cb80473 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a2c7d65-9123-4430-b2e4-4f0c3cb80473 .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-bdb609ab-181a-4231-aba0-cca51b85d259 {
  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-bdb609ab-181a-4231-aba0-cca51b85d259:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdb609ab-181a-4231-aba0-cca51b85d259:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bdb609ab-181a-4231-aba0-cca51b85d259.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2a28e7f-5600-41c8-8944-a10af36e9ebf {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-b2a28e7f-5600-41c8-8944-a10af36e9ebf img.shogun-image {
    
    width: px;
  }


#s-b2a28e7f-5600-41c8-8944-a10af36e9ebf .shogun-image-content {
  
    align-items: center;
  
}

#s-9e7d138e-fa72-4458-a528-cd09c2dc13b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e7d138e-fa72-4458-a528-cd09c2dc13b7 .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-442ba2f5-10c7-45b7-926a-657497279208 {
  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-442ba2f5-10c7-45b7-926a-657497279208:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-442ba2f5-10c7-45b7-926a-657497279208:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-442ba2f5-10c7-45b7-926a-657497279208.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b4b09c9-df1f-49f7-8b2e-49d4296e2b72 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-4b4b09c9-df1f-49f7-8b2e-49d4296e2b72 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-4b4b09c9-df1f-49f7-8b2e-49d4296e2b72.shg-box.shg-c {
  justify-content: center;
}

#s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e33c71aa-3644-4466-ba60-bda9a3fdcfe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-2f20c0b6-9409-4059-8279-a41c663d6915 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-2f20c0b6-9409-4059-8279-a41c663d6915 .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-bfb5f471-bc17-4273-949f-44c7eb880e37 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-e0147227-cb26-42b3-b850-dffb023ae5da {
  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-e0147227-cb26-42b3-b850-dffb023ae5da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0147227-cb26-42b3-b850-dffb023ae5da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0147227-cb26-42b3-b850-dffb023ae5da.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;
}
