.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-c81d8bf2-0c79-41d7-97df-1686a3a5df01 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-c81d8bf2-0c79-41d7-97df-1686a3a5df01"] > .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-941c86de-69d4-4dd6-ab5d-e609f4d98cb9 {
  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-941c86de-69d4-4dd6-ab5d-e609f4d98cb9: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-941c86de-69d4-4dd6-ab5d-e609f4d98cb9: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-941c86de-69d4-4dd6-ab5d-e609f4d98cb9.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cffb57ed-fb02-4847-b1fa-e4aefb4223bb {
  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-cffb57ed-fb02-4847-b1fa-e4aefb4223bb: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-cffb57ed-fb02-4847-b1fa-e4aefb4223bb: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-cffb57ed-fb02-4847-b1fa-e4aefb4223bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89dc6fb6-0d16-4784-8782-7637b781bfe6 {
  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-89dc6fb6-0d16-4784-8782-7637b781bfe6: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-89dc6fb6-0d16-4784-8782-7637b781bfe6: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-89dc6fb6-0d16-4784-8782-7637b781bfe6.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-045c2ec7-407d-4363-833d-1953a6c5d27e {
  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-045c2ec7-407d-4363-833d-1953a6c5d27e: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-045c2ec7-407d-4363-833d-1953a6c5d27e: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-045c2ec7-407d-4363-833d-1953a6c5d27e.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-5113431b-4cd7-4671-857e-7b18e5a15933 {
  min-height: 50px;
}








#s-5113431b-4cd7-4671-857e-7b18e5a15933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5113431b-4cd7-4671-857e-7b18e5a15933.shg-box.shg-c {
  justify-content: center;
}

#s-d8a58e57-60d0-49f5-863d-03b3ade7d034 {
  min-height: 50px;
}








#s-d8a58e57-60d0-49f5-863d-03b3ade7d034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a58e57-60d0-49f5-863d-03b3ade7d034.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-84589005-798a-4168-a9ee-e4cedcd9d681 {
  
}

#s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs {
  justify-content: center;
}

#s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-84589005-798a-4168-a9ee-e4cedcd9d681 .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-84589005-798a-4168-a9ee-e4cedcd9d681 .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-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-84589005-798a-4168-a9ee-e4cedcd9d681 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-a75cb4c8-6f11-4b68-968b-b9471e72de55 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a75cb4c8-6f11-4b68-968b-b9471e72de55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a75cb4c8-6f11-4b68-968b-b9471e72de55.shg-box.shg-c {
  justify-content: center;
}

#s-12344b89-5bd3-4317-9bd5-b16d04a876be {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-12344b89-5bd3-4317-9bd5-b16d04a876be"] > .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-0dc4dd99-7a86-4480-95c8-dab8231cee5e {
  text-align: center;
}




  #s-0dc4dd99-7a86-4480-95c8-dab8231cee5e img.shogun-image {
    
    width: px;
  }


#s-0dc4dd99-7a86-4480-95c8-dab8231cee5e .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-110a5d36-55b1-44ec-84e2-1f3015b34943 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-110a5d36-55b1-44ec-84e2-1f3015b34943 .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-4c13a5cf-de13-4a34-b3d5-c10038349383 {
  padding-bottom: 20px;
}

#s-86021a64-bb36-4c5f-b4c3-0c7e8595a020 {
  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-86021a64-bb36-4c5f-b4c3-0c7e8595a020:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86021a64-bb36-4c5f-b4c3-0c7e8595a020:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-86021a64-bb36-4c5f-b4c3-0c7e8595a020.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfefaf61-f619-44ce-bc35-c39168d56887 {
  text-align: center;
}




  #s-bfefaf61-f619-44ce-bc35-c39168d56887 img.shogun-image {
    
    width: px;
  }


#s-bfefaf61-f619-44ce-bc35-c39168d56887 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1db60b3-f114-4a11-abd3-ac41052d8093 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1db60b3-f114-4a11-abd3-ac41052d8093 .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-5da62c7f-6f7d-4597-87a9-8a84609d1504 {
  padding-bottom: 20px;
}

#s-b0ddcc4b-12cf-48ad-b4b8-7e346b6db3af {
  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-b0ddcc4b-12cf-48ad-b4b8-7e346b6db3af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0ddcc4b-12cf-48ad-b4b8-7e346b6db3af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0ddcc4b-12cf-48ad-b4b8-7e346b6db3af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-59a00ff2-7c3e-473a-aab5-a6ecb544acda {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-59a00ff2-7c3e-473a-aab5-a6ecb544acda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-060755d2-5017-4c61-b406-f7b769432013 {
  text-align: center;
}




  #s-060755d2-5017-4c61-b406-f7b769432013 img.shogun-image {
    
    width: px;
  }


#s-060755d2-5017-4c61-b406-f7b769432013 .shogun-image-content {
  
    align-items: center;
  
}

#s-b112d8d1-651e-46b6-b2be-4239c8737438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b112d8d1-651e-46b6-b2be-4239c8737438 .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-1cec5fc8-d81a-4373-8194-da2fb0ff7d6e {
  padding-bottom: 20px;
}

#s-61185f05-0ce5-4931-81ec-1225b1863230 {
  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-61185f05-0ce5-4931-81ec-1225b1863230:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61185f05-0ce5-4931-81ec-1225b1863230:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61185f05-0ce5-4931-81ec-1225b1863230.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c036295-c967-47bf-bf30-3bb03d59fa7a {
  text-align: center;
}




  #s-9c036295-c967-47bf-bf30-3bb03d59fa7a img.shogun-image {
    
    width: px;
  }


#s-9c036295-c967-47bf-bf30-3bb03d59fa7a .shogun-image-content {
  
    align-items: center;
  
}

#s-8a8e4b15-8807-48d6-9d1f-49aa2c655385 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a8e4b15-8807-48d6-9d1f-49aa2c655385 .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-8c9af291-24fd-48d4-a654-596fc4a8afc4 {
  padding-bottom: 20px;
}

#s-9bd488b9-5fa7-458d-a10d-b2eecfaf85a1 {
  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-9bd488b9-5fa7-458d-a10d-b2eecfaf85a1: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-9bd488b9-5fa7-458d-a10d-b2eecfaf85a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bd488b9-5fa7-458d-a10d-b2eecfaf85a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177f0f4-a353-4c8c-8140-45d83085748c {
  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-d177f0f4-a353-4c8c-8140-45d83085748c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d177f0f4-a353-4c8c-8140-45d83085748c.shg-box.shg-c {
  justify-content: center;
}

#s-09cb154e-4bf0-4221-bf44-2140acc7d4ee {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-09cb154e-4bf0-4221-bf44-2140acc7d4ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-04165291-1aec-4451-9737-762aee56dac9 {
  text-align: center;
}




  #s-04165291-1aec-4451-9737-762aee56dac9 img.shogun-image {
    
    width: px;
  }


#s-04165291-1aec-4451-9737-762aee56dac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-33404bfb-5749-459d-8361-bb3a7f558f8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33404bfb-5749-459d-8361-bb3a7f558f8a .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-add25503-0b4e-4213-afbb-e574b0a94c4a {
  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-add25503-0b4e-4213-afbb-e574b0a94c4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-add25503-0b4e-4213-afbb-e574b0a94c4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-add25503-0b4e-4213-afbb-e574b0a94c4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-368c6fed-3a37-4018-a966-0cd462caeb79 {
  text-align: center;
}




  #s-368c6fed-3a37-4018-a966-0cd462caeb79 img.shogun-image {
    
    width: px;
  }


#s-368c6fed-3a37-4018-a966-0cd462caeb79 .shogun-image-content {
  
    align-items: center;
  
}

#s-347c478f-1c77-4844-b050-cb2a42420fb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-347c478f-1c77-4844-b050-cb2a42420fb5 .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-0f1a6fcb-8fb0-435f-9728-37ef7e1e6a1f {
  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-0f1a6fcb-8fb0-435f-9728-37ef7e1e6a1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f1a6fcb-8fb0-435f-9728-37ef7e1e6a1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f1a6fcb-8fb0-435f-9728-37ef7e1e6a1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cb7d2de-d234-4d06-85b4-fa79b6d7b410 {
  text-align: center;
}




  #s-0cb7d2de-d234-4d06-85b4-fa79b6d7b410 img.shogun-image {
    
    width: px;
  }


#s-0cb7d2de-d234-4d06-85b4-fa79b6d7b410 .shogun-image-content {
  
    align-items: center;
  
}

#s-09783fab-052a-470c-b161-b3ccfa892a9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09783fab-052a-470c-b161-b3ccfa892a9d .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-bd406c02-36bb-4b0d-b6d9-4866ebd4176b {
  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-bd406c02-36bb-4b0d-b6d9-4866ebd4176b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd406c02-36bb-4b0d-b6d9-4866ebd4176b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd406c02-36bb-4b0d-b6d9-4866ebd4176b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6360bb7-4e58-4074-bec2-918e5edfcd27 {
  text-align: center;
}




  #s-f6360bb7-4e58-4074-bec2-918e5edfcd27 img.shogun-image {
    
    width: px;
  }


#s-f6360bb7-4e58-4074-bec2-918e5edfcd27 .shogun-image-content {
  
    align-items: center;
  
}

#s-869c27f8-7c49-4ceb-b4cc-2f7528203aef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-869c27f8-7c49-4ceb-b4cc-2f7528203aef .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-ba1d09da-8fb8-4a68-952a-0d81f8835927 {
  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-ba1d09da-8fb8-4a68-952a-0d81f8835927:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba1d09da-8fb8-4a68-952a-0d81f8835927:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba1d09da-8fb8-4a68-952a-0d81f8835927.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e357a9b1-80c0-4b76-a2f3-bcac411dd5c6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e357a9b1-80c0-4b76-a2f3-bcac411dd5c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e357a9b1-80c0-4b76-a2f3-bcac411dd5c6.shg-box.shg-c {
  justify-content: center;
}

#s-cebdb9a5-6107-4aac-a144-6392548f2fb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cebdb9a5-6107-4aac-a144-6392548f2fb7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2606926a-e206-4ce8-bf7e-bff3df3c9fd7 {
  text-align: center;
}




  #s-2606926a-e206-4ce8-bf7e-bff3df3c9fd7 img.shogun-image {
    
    width: px;
  }


#s-2606926a-e206-4ce8-bf7e-bff3df3c9fd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-59784fbf-4ccb-4c25-9591-02ad1f7de30e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59784fbf-4ccb-4c25-9591-02ad1f7de30e .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-08b147fb-b5db-4ac4-8b84-1be93fcf3cb7 {
  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-08b147fb-b5db-4ac4-8b84-1be93fcf3cb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08b147fb-b5db-4ac4-8b84-1be93fcf3cb7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08b147fb-b5db-4ac4-8b84-1be93fcf3cb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd4f53c5-cb80-43e5-9837-24e6f02fc9f0 {
  text-align: center;
}




  #s-dd4f53c5-cb80-43e5-9837-24e6f02fc9f0 img.shogun-image {
    
    width: px;
  }


#s-dd4f53c5-cb80-43e5-9837-24e6f02fc9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-be4ef751-bab2-46c1-b030-aacfffb65608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be4ef751-bab2-46c1-b030-aacfffb65608 .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-68fc07b1-1cac-41e4-9d82-43e957dacc8c {
  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-68fc07b1-1cac-41e4-9d82-43e957dacc8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68fc07b1-1cac-41e4-9d82-43e957dacc8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68fc07b1-1cac-41e4-9d82-43e957dacc8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d0aaf89-305e-4376-a080-ef830c40791a {
  text-align: center;
}




  #s-8d0aaf89-305e-4376-a080-ef830c40791a img.shogun-image {
    
    width: px;
  }


#s-8d0aaf89-305e-4376-a080-ef830c40791a .shogun-image-content {
  
    align-items: center;
  
}

#s-8330cace-5d1a-48ab-b8ae-4a749d90e459 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8330cace-5d1a-48ab-b8ae-4a749d90e459 .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-48198328-08fb-4d03-80ce-dd8c7c998875 {
  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-48198328-08fb-4d03-80ce-dd8c7c998875:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48198328-08fb-4d03-80ce-dd8c7c998875:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48198328-08fb-4d03-80ce-dd8c7c998875.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a43621b-e895-40b4-a00c-ae8d285d1f28 {
  text-align: center;
}




  #s-4a43621b-e895-40b4-a00c-ae8d285d1f28 img.shogun-image {
    
    width: px;
  }


#s-4a43621b-e895-40b4-a00c-ae8d285d1f28 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e8718e-229c-429b-b62c-fff711d5094f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42e8718e-229c-429b-b62c-fff711d5094f .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-2c875a7d-9589-4468-971d-d255792e5a70 {
  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-2c875a7d-9589-4468-971d-d255792e5a70:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c875a7d-9589-4468-971d-d255792e5a70:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c875a7d-9589-4468-971d-d255792e5a70.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b4327fca-3a1e-4b06-a925-98906bf9546e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-b4327fca-3a1e-4b06-a925-98906bf9546e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4327fca-3a1e-4b06-a925-98906bf9546e.shg-box.shg-c {
  justify-content: center;
}

#s-7497505c-eafa-4030-9daa-e5d842099731 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7497505c-eafa-4030-9daa-e5d842099731"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6d10eadb-4876-4008-8a0a-d3d86b557a40 {
  text-align: center;
}




  #s-6d10eadb-4876-4008-8a0a-d3d86b557a40 img.shogun-image {
    
    width: px;
  }


#s-6d10eadb-4876-4008-8a0a-d3d86b557a40 .shogun-image-content {
  
    align-items: center;
  
}

#s-078b6a9f-5e9c-42da-b83c-b8e0d244be4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-078b6a9f-5e9c-42da-b83c-b8e0d244be4b .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-62a97df6-6042-449c-bb4c-97c9dcd9b79f {
  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-62a97df6-6042-449c-bb4c-97c9dcd9b79f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62a97df6-6042-449c-bb4c-97c9dcd9b79f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62a97df6-6042-449c-bb4c-97c9dcd9b79f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f5b73c6-2a4d-46d5-b123-4eed9508d58d {
  text-align: center;
}




  #s-9f5b73c6-2a4d-46d5-b123-4eed9508d58d img.shogun-image {
    
    width: px;
  }


#s-9f5b73c6-2a4d-46d5-b123-4eed9508d58d .shogun-image-content {
  
    align-items: center;
  
}

#s-98c0e6d0-a20b-42aa-9e4b-592324297d22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98c0e6d0-a20b-42aa-9e4b-592324297d22 .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-cbc2c865-dd54-4497-ad2d-453848eab4ea {
  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-cbc2c865-dd54-4497-ad2d-453848eab4ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbc2c865-dd54-4497-ad2d-453848eab4ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbc2c865-dd54-4497-ad2d-453848eab4ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce8d646c-137e-4446-b7d9-7ca6f53612b3 {
  text-align: center;
}




  #s-ce8d646c-137e-4446-b7d9-7ca6f53612b3 img.shogun-image {
    
    width: px;
  }


#s-ce8d646c-137e-4446-b7d9-7ca6f53612b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a63afdf-5363-4147-9b52-ead675f6d9e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a63afdf-5363-4147-9b52-ead675f6d9e2 .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-3d18cf06-c624-496f-bc32-22387d76445e {
  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-3d18cf06-c624-496f-bc32-22387d76445e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d18cf06-c624-496f-bc32-22387d76445e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d18cf06-c624-496f-bc32-22387d76445e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7dda3547-c4e7-4fc3-965c-72ec7e0cf1d5 {
  text-align: center;
}




  #s-7dda3547-c4e7-4fc3-965c-72ec7e0cf1d5 img.shogun-image {
    
    width: px;
  }


#s-7dda3547-c4e7-4fc3-965c-72ec7e0cf1d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-734b62a9-c45a-43f0-88d5-b2e77f483328 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-734b62a9-c45a-43f0-88d5-b2e77f483328 .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-4c6a6c0a-a6ea-404d-8002-0ae5f0b50dac {
  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-4c6a6c0a-a6ea-404d-8002-0ae5f0b50dac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c6a6c0a-a6ea-404d-8002-0ae5f0b50dac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c6a6c0a-a6ea-404d-8002-0ae5f0b50dac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b56a67dc-1698-411b-96e1-2b911a839184 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b56a67dc-1698-411b-96e1-2b911a839184"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-416a2c97-ee68-454a-8c5d-207035529aba {
  text-align: center;
}




  #s-416a2c97-ee68-454a-8c5d-207035529aba img.shogun-image {
    
    width: px;
  }


#s-416a2c97-ee68-454a-8c5d-207035529aba .shogun-image-content {
  
    align-items: center;
  
}

#s-199a5a8e-1a2a-4171-9787-0304b33232a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199a5a8e-1a2a-4171-9787-0304b33232a0 .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-767a80ba-d774-4774-b688-a6d9e5733cb2 {
  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-767a80ba-d774-4774-b688-a6d9e5733cb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-767a80ba-d774-4774-b688-a6d9e5733cb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-767a80ba-d774-4774-b688-a6d9e5733cb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28aabc6c-1721-4f38-ac5e-28c7df544424 {
  text-align: center;
}




  #s-28aabc6c-1721-4f38-ac5e-28c7df544424 img.shogun-image {
    
    width: px;
  }


#s-28aabc6c-1721-4f38-ac5e-28c7df544424 .shogun-image-content {
  
    align-items: center;
  
}

#s-62bc1d1e-bd03-43ad-b85a-eb6b1061366f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62bc1d1e-bd03-43ad-b85a-eb6b1061366f .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-d628c389-df52-4b76-b103-48ad704e0b98 {
  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-d628c389-df52-4b76-b103-48ad704e0b98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d628c389-df52-4b76-b103-48ad704e0b98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d628c389-df52-4b76-b103-48ad704e0b98.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-40e44557-00a5-42fe-9842-9235a05ff033 {
  text-align: center;
}




  #s-40e44557-00a5-42fe-9842-9235a05ff033 img.shogun-image {
    
    width: px;
  }


#s-40e44557-00a5-42fe-9842-9235a05ff033 .shogun-image-content {
  
    align-items: center;
  
}

#s-d19bbec6-cd6a-4e35-9e69-b7874af1f465 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d19bbec6-cd6a-4e35-9e69-b7874af1f465 .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-1de8c416-aa9c-4dba-8a7e-0346693482e6 {
  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-1de8c416-aa9c-4dba-8a7e-0346693482e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1de8c416-aa9c-4dba-8a7e-0346693482e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1de8c416-aa9c-4dba-8a7e-0346693482e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa124470-d9f6-4f97-a2a4-c8dcf0718848 {
  text-align: center;
}




  #s-aa124470-d9f6-4f97-a2a4-c8dcf0718848 img.shogun-image {
    
    width: px;
  }


#s-aa124470-d9f6-4f97-a2a4-c8dcf0718848 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2a285ea-905d-4624-acf4-613a240cdc62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2a285ea-905d-4624-acf4-613a240cdc62 .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-233220ed-e3dc-4da4-9d9b-bb59862e63bc {
  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-233220ed-e3dc-4da4-9d9b-bb59862e63bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-233220ed-e3dc-4da4-9d9b-bb59862e63bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-233220ed-e3dc-4da4-9d9b-bb59862e63bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b4e26fb2-6505-466a-bfa5-991dd06f308a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e26fb2-6505-466a-bfa5-991dd06f308a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b01db8d-a760-4d9f-8c1e-768097070f1f {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-1b01db8d-a760-4d9f-8c1e-768097070f1f img.shogun-image {
    
    width: px;
  }


#s-1b01db8d-a760-4d9f-8c1e-768097070f1f .shogun-image-content {
  
    align-items: center;
  
}

#s-c2f76979-28a8-4d21-b3d4-d98af8578002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2f76979-28a8-4d21-b3d4-d98af8578002 .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-5491c701-8d77-4106-84a2-c856b7f9957a {
  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-5491c701-8d77-4106-84a2-c856b7f9957a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5491c701-8d77-4106-84a2-c856b7f9957a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5491c701-8d77-4106-84a2-c856b7f9957a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f06c9ef-1f06-4309-b16f-452c70a4d0f9 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5f06c9ef-1f06-4309-b16f-452c70a4d0f9 img.shogun-image {
    
    width: px;
  }


#s-5f06c9ef-1f06-4309-b16f-452c70a4d0f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7e18872-64a7-45ef-8312-e9680ab87017 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7e18872-64a7-45ef-8312-e9680ab87017 .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-f0b7f26f-dd43-4af6-beef-27d78802f17e {
  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-f0b7f26f-dd43-4af6-beef-27d78802f17e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0b7f26f-dd43-4af6-beef-27d78802f17e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0b7f26f-dd43-4af6-beef-27d78802f17e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-deecbd4d-d7aa-40ac-afd5-07d9438e1719 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-deecbd4d-d7aa-40ac-afd5-07d9438e1719 img.shogun-image {
    
    width: px;
  }


#s-deecbd4d-d7aa-40ac-afd5-07d9438e1719 .shogun-image-content {
  
    align-items: center;
  
}

#s-16264379-493a-49dd-9d61-195fda83067c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16264379-493a-49dd-9d61-195fda83067c .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-688c0d43-43bc-438d-99ec-6a5d986486ef {
  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-688c0d43-43bc-438d-99ec-6a5d986486ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-688c0d43-43bc-438d-99ec-6a5d986486ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-688c0d43-43bc-438d-99ec-6a5d986486ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2148e11e-3c42-4bab-9d4e-85c9e25c9e41 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-2148e11e-3c42-4bab-9d4e-85c9e25c9e41 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-2148e11e-3c42-4bab-9d4e-85c9e25c9e41.shg-box.shg-c {
  justify-content: center;
}

#s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3665d81c-0f2e-478f-a323-c0dbafa9c4c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-c3b81965-e8a9-44d6-8d0b-c4d436d22922 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-c3b81965-e8a9-44d6-8d0b-c4d436d22922 .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-3c68d8ae-c3a4-4096-a46f-d771f7b78fcf {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-772706c8-8808-4a28-a91b-c4b87b24291c {
  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-772706c8-8808-4a28-a91b-c4b87b24291c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-772706c8-8808-4a28-a91b-c4b87b24291c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-772706c8-8808-4a28-a91b-c4b87b24291c.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;
}
