.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-b8da9e95-9639-495b-bad0-f846425bbaa8 {
  padding-top: 2px;
padding-left: 2px;
padding-bottom: 2px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b8da9e95-9639-495b-bad0-f846425bbaa8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-b13caac9-5c0a-453c-bf5e-9d59524ff964 {
  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-b13caac9-5c0a-453c-bf5e-9d59524ff964: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-b13caac9-5c0a-453c-bf5e-9d59524ff964: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-b13caac9-5c0a-453c-bf5e-9d59524ff964.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-85d85032-8c3e-453b-9dc3-ffd55df2023b {
  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-85d85032-8c3e-453b-9dc3-ffd55df2023b: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-85d85032-8c3e-453b-9dc3-ffd55df2023b: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-85d85032-8c3e-453b-9dc3-ffd55df2023b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-44253c21-882f-4036-97ff-e53854600a83 {
  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-44253c21-882f-4036-97ff-e53854600a83: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-44253c21-882f-4036-97ff-e53854600a83: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-44253c21-882f-4036-97ff-e53854600a83.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-26c14901-0aed-4fb3-b81a-fb5529a2360d {
  min-height: 50px;
}








#s-26c14901-0aed-4fb3-b81a-fb5529a2360d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c14901-0aed-4fb3-b81a-fb5529a2360d.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-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 {
  
}

#s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs {
  justify-content: center;
}

#s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .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-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .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-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-8a724f4a-c6c4-4e39-9fcd-a0f2367db2f9 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-4fbe7119-469f-4610-872c-8167b52ecf87 {
  min-height: 50px;
}








#s-4fbe7119-469f-4610-872c-8167b52ecf87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fbe7119-469f-4610-872c-8167b52ecf87.shg-box.shg-c {
  justify-content: center;
}

#s-795cbe10-50c3-43d0-ba26-f53662cb19d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-795cbe10-50c3-43d0-ba26-f53662cb19d8"] > .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-3a6ff4c0-de4e-4102-9d1b-1ff309c5b384 {
  text-align: center;
}




  #s-3a6ff4c0-de4e-4102-9d1b-1ff309c5b384 img.shogun-image {
    
    width: px;
  }


#s-3a6ff4c0-de4e-4102-9d1b-1ff309c5b384 .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-0aedf006-6cf6-4bdc-8ed2-046183f543e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0aedf006-6cf6-4bdc-8ed2-046183f543e1 .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-45210a03-c108-4f6b-b756-954cc0e3708f {
  padding-bottom: 20px;
}

#s-9bb73cb9-9676-4ad6-ab73-aa99bad9741a {
  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-9bb73cb9-9676-4ad6-ab73-aa99bad9741a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bb73cb9-9676-4ad6-ab73-aa99bad9741a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9bb73cb9-9676-4ad6-ab73-aa99bad9741a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a370b121-3e63-418f-bb64-088f56076c35 {
  text-align: center;
}




  #s-a370b121-3e63-418f-bb64-088f56076c35 img.shogun-image {
    
    width: px;
  }


#s-a370b121-3e63-418f-bb64-088f56076c35 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac9ecd6-4e44-468e-8862-b2339b4f87b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ac9ecd6-4e44-468e-8862-b2339b4f87b7 .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-5af36d60-c686-49fb-9d8a-372171a5fa92 {
  padding-bottom: 20px;
}

#s-d81a9e70-b7d9-4db4-bf19-bb3e9caa4e36 {
  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-d81a9e70-b7d9-4db4-bf19-bb3e9caa4e36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d81a9e70-b7d9-4db4-bf19-bb3e9caa4e36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d81a9e70-b7d9-4db4-bf19-bb3e9caa4e36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33dca5f6-4a52-4dd0-b768-f83a935134cc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-33dca5f6-4a52-4dd0-b768-f83a935134cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5498e8c6-1e39-4038-aa17-d592c3d6152d {
  text-align: center;
}




  #s-5498e8c6-1e39-4038-aa17-d592c3d6152d img.shogun-image {
    
    width: px;
  }


#s-5498e8c6-1e39-4038-aa17-d592c3d6152d .shogun-image-content {
  
    align-items: center;
  
}

#s-92150dd4-54c1-4e17-85dd-92cd59dd84d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92150dd4-54c1-4e17-85dd-92cd59dd84d3 .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-716acddf-020f-4bbe-863f-1c0aea262dd9 {
  padding-bottom: 20px;
}

#s-5c666482-ac98-4b26-b601-2aa773740934 {
  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-5c666482-ac98-4b26-b601-2aa773740934:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c666482-ac98-4b26-b601-2aa773740934:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c666482-ac98-4b26-b601-2aa773740934.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf26e4ef-ef59-499f-a76c-c532cc58b31e {
  text-align: center;
}




  #s-cf26e4ef-ef59-499f-a76c-c532cc58b31e img.shogun-image {
    
    width: px;
  }


#s-cf26e4ef-ef59-499f-a76c-c532cc58b31e .shogun-image-content {
  
    align-items: center;
  
}

#s-09ca1022-16dd-4dda-80eb-1f8797e9f9d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09ca1022-16dd-4dda-80eb-1f8797e9f9d6 .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-2ea759a1-1b27-4ac1-9fc6-aafa5f3ec521 {
  padding-bottom: 20px;
}

#s-0495c407-d387-43ff-9bfc-5d304d39093f {
  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-0495c407-d387-43ff-9bfc-5d304d39093f: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-0495c407-d387-43ff-9bfc-5d304d39093f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0495c407-d387-43ff-9bfc-5d304d39093f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad5a4332-6478-4f0b-a83c-034d070c6f4e {
  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-ad5a4332-6478-4f0b-a83c-034d070c6f4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad5a4332-6478-4f0b-a83c-034d070c6f4e.shg-box.shg-c {
  justify-content: center;
}

#s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95a3b25a-7db3-42b2-b94b-c1df9bd1d230"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-56ed1bac-366b-4445-8050-20e499e1ae62 {
  text-align: center;
}




  #s-56ed1bac-366b-4445-8050-20e499e1ae62 img.shogun-image {
    
    width: px;
  }


#s-56ed1bac-366b-4445-8050-20e499e1ae62 .shogun-image-content {
  
    align-items: center;
  
}

#s-0640219d-33cf-407c-bb77-d94c52609ae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0640219d-33cf-407c-bb77-d94c52609ae8 .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-ab424ef6-2c1f-476c-a8c9-0cc978c83e06 {
  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-ab424ef6-2c1f-476c-a8c9-0cc978c83e06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab424ef6-2c1f-476c-a8c9-0cc978c83e06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab424ef6-2c1f-476c-a8c9-0cc978c83e06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7d83a427-42d3-4c34-bb22-7586e8b18a60 {
  text-align: center;
}




  #s-7d83a427-42d3-4c34-bb22-7586e8b18a60 img.shogun-image {
    
    width: px;
  }


#s-7d83a427-42d3-4c34-bb22-7586e8b18a60 .shogun-image-content {
  
    align-items: center;
  
}

#s-83b6c7c9-2ff4-495e-b3fa-74d00a6e1323 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83b6c7c9-2ff4-495e-b3fa-74d00a6e1323 .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-5a98b90b-db08-46d9-9073-4f356475fcbf {
  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-5a98b90b-db08-46d9-9073-4f356475fcbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a98b90b-db08-46d9-9073-4f356475fcbf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a98b90b-db08-46d9-9073-4f356475fcbf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4766b693-4c3f-47e5-8fda-939814dba69b {
  text-align: center;
}




  #s-4766b693-4c3f-47e5-8fda-939814dba69b img.shogun-image {
    
    width: px;
  }


#s-4766b693-4c3f-47e5-8fda-939814dba69b .shogun-image-content {
  
    align-items: center;
  
}

#s-50d930c6-41a4-4c86-8936-fd8b870bdc19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50d930c6-41a4-4c86-8936-fd8b870bdc19 .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-71a9a7f0-43b7-4463-872a-1cc120e12d1c {
  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-71a9a7f0-43b7-4463-872a-1cc120e12d1c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71a9a7f0-43b7-4463-872a-1cc120e12d1c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71a9a7f0-43b7-4463-872a-1cc120e12d1c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efe4e79e-4db5-46aa-8f2b-4c59feb44735 {
  text-align: center;
}




  #s-efe4e79e-4db5-46aa-8f2b-4c59feb44735 img.shogun-image {
    
    width: px;
  }


#s-efe4e79e-4db5-46aa-8f2b-4c59feb44735 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff051d60-674b-4f6a-826e-47c5dc8cc49b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff051d60-674b-4f6a-826e-47c5dc8cc49b .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-ee2dca98-2ee0-441f-8998-40027875a6ea {
  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-ee2dca98-2ee0-441f-8998-40027875a6ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee2dca98-2ee0-441f-8998-40027875a6ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee2dca98-2ee0-441f-8998-40027875a6ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2429ca54-002d-4129-8b12-2437d739308a {
  min-height: 50px;
}








#s-2429ca54-002d-4129-8b12-2437d739308a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2429ca54-002d-4129-8b12-2437d739308a.shg-box.shg-c {
  justify-content: center;
}

#s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c3ed7e0-42f9-4b9f-ab40-595f442d7639"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b3eb5af7-b833-43ec-acda-9a94c045a1ee {
  text-align: center;
}




  #s-b3eb5af7-b833-43ec-acda-9a94c045a1ee img.shogun-image {
    
    width: px;
  }


#s-b3eb5af7-b833-43ec-acda-9a94c045a1ee .shogun-image-content {
  
    align-items: center;
  
}

#s-46d1830d-9550-4888-8181-260e682fc473 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46d1830d-9550-4888-8181-260e682fc473 .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-f8c3d4c0-cb2e-4cd5-b0b3-1c2a50fd9054 {
  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-f8c3d4c0-cb2e-4cd5-b0b3-1c2a50fd9054:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8c3d4c0-cb2e-4cd5-b0b3-1c2a50fd9054:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8c3d4c0-cb2e-4cd5-b0b3-1c2a50fd9054.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aa0104b5-145c-4cff-b8d6-a370b293d2b4 {
  text-align: center;
}




  #s-aa0104b5-145c-4cff-b8d6-a370b293d2b4 img.shogun-image {
    
    width: px;
  }


#s-aa0104b5-145c-4cff-b8d6-a370b293d2b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0076dd50-a6d4-49cc-8fcc-a8b68c70dca2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0076dd50-a6d4-49cc-8fcc-a8b68c70dca2 .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-a2131436-a9ff-40da-b628-6d8faf7f2e59 {
  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-a2131436-a9ff-40da-b628-6d8faf7f2e59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2131436-a9ff-40da-b628-6d8faf7f2e59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2131436-a9ff-40da-b628-6d8faf7f2e59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39f72440-e28c-46ed-b40c-5309393aebb2 {
  text-align: center;
}




  #s-39f72440-e28c-46ed-b40c-5309393aebb2 img.shogun-image {
    
    width: px;
  }


#s-39f72440-e28c-46ed-b40c-5309393aebb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f733c893-66fd-4e06-845b-4fb6af6d57bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f733c893-66fd-4e06-845b-4fb6af6d57bc .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-4faa2fcf-edf9-4577-8193-faa97ea9263d {
  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-4faa2fcf-edf9-4577-8193-faa97ea9263d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4faa2fcf-edf9-4577-8193-faa97ea9263d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4faa2fcf-edf9-4577-8193-faa97ea9263d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e4fe06d-1644-4642-9142-b6ec0115a14a {
  text-align: center;
}




  #s-5e4fe06d-1644-4642-9142-b6ec0115a14a img.shogun-image {
    
    width: px;
  }


#s-5e4fe06d-1644-4642-9142-b6ec0115a14a .shogun-image-content {
  
    align-items: center;
  
}

#s-e4f2f512-ac2f-4d4c-b336-35aaf050a97a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4f2f512-ac2f-4d4c-b336-35aaf050a97a .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-d9c06bba-14e5-49ca-b008-0897a850a5c8 {
  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-d9c06bba-14e5-49ca-b008-0897a850a5c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9c06bba-14e5-49ca-b008-0897a850a5c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9c06bba-14e5-49ca-b008-0897a850a5c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c881a14-f544-44fa-b89d-a8e259eb5ded {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-5c881a14-f544-44fa-b89d-a8e259eb5ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c881a14-f544-44fa-b89d-a8e259eb5ded.shg-box.shg-c {
  justify-content: center;
}

#s-0a937722-1e69-46f2-b906-e4b661cc6231 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0a937722-1e69-46f2-b906-e4b661cc6231"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cb4861b2-dd89-4a93-96a9-7323124d76ef {
  text-align: center;
}




  #s-cb4861b2-dd89-4a93-96a9-7323124d76ef img.shogun-image {
    
    width: px;
  }


#s-cb4861b2-dd89-4a93-96a9-7323124d76ef .shogun-image-content {
  
    align-items: center;
  
}

#s-14969260-9f53-46e4-8e8f-5b136a7416c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14969260-9f53-46e4-8e8f-5b136a7416c4 .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-37a95cad-9f0e-4769-a28f-f45e426c770e {
  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-37a95cad-9f0e-4769-a28f-f45e426c770e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37a95cad-9f0e-4769-a28f-f45e426c770e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37a95cad-9f0e-4769-a28f-f45e426c770e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25bee43e-32ae-45d4-ae32-863224b6fa1c {
  text-align: center;
}




  #s-25bee43e-32ae-45d4-ae32-863224b6fa1c img.shogun-image {
    
    width: px;
  }


#s-25bee43e-32ae-45d4-ae32-863224b6fa1c .shogun-image-content {
  
    align-items: center;
  
}

#s-37a03cec-4030-42fc-b93d-c94ac8d3bf00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37a03cec-4030-42fc-b93d-c94ac8d3bf00 .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-a35e4a62-1aeb-40e6-a181-4a5faada3187 {
  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-a35e4a62-1aeb-40e6-a181-4a5faada3187:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a35e4a62-1aeb-40e6-a181-4a5faada3187:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a35e4a62-1aeb-40e6-a181-4a5faada3187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33150a52-4466-4506-95a9-b6a1e2e97f3f {
  text-align: center;
}




  #s-33150a52-4466-4506-95a9-b6a1e2e97f3f img.shogun-image {
    
    width: px;
  }


#s-33150a52-4466-4506-95a9-b6a1e2e97f3f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6882302-3ad9-4ab0-8283-909573e41518 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6882302-3ad9-4ab0-8283-909573e41518 .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-db198837-57ec-43d1-9236-1849666e63fb {
  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-db198837-57ec-43d1-9236-1849666e63fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db198837-57ec-43d1-9236-1849666e63fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db198837-57ec-43d1-9236-1849666e63fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a64bfbba-447a-4dcb-9c73-e74ac020beff {
  text-align: center;
}




  #s-a64bfbba-447a-4dcb-9c73-e74ac020beff img.shogun-image {
    
    width: px;
  }


#s-a64bfbba-447a-4dcb-9c73-e74ac020beff .shogun-image-content {
  
    align-items: center;
  
}

#s-52049bfe-8899-42fd-9f82-5dba595dfd14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52049bfe-8899-42fd-9f82-5dba595dfd14 .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-a71cc9e0-ed59-4387-985d-6bf59f866e94 {
  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-a71cc9e0-ed59-4387-985d-6bf59f866e94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a71cc9e0-ed59-4387-985d-6bf59f866e94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a71cc9e0-ed59-4387-985d-6bf59f866e94.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92de77a5-bbfc-4329-a301-524907b3c91e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-92de77a5-bbfc-4329-a301-524907b3c91e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4ae579bb-3039-44cd-9c8e-3924c1f1fcfe {
  text-align: center;
}




  #s-4ae579bb-3039-44cd-9c8e-3924c1f1fcfe img.shogun-image {
    
    width: px;
  }


#s-4ae579bb-3039-44cd-9c8e-3924c1f1fcfe .shogun-image-content {
  
    align-items: center;
  
}

#s-ce9915f4-11fb-4e59-9e74-e33affa77c19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce9915f4-11fb-4e59-9e74-e33affa77c19 .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-a6774716-a3e6-4040-a567-c55daf72e64b {
  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-a6774716-a3e6-4040-a567-c55daf72e64b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6774716-a3e6-4040-a567-c55daf72e64b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6774716-a3e6-4040-a567-c55daf72e64b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a063f7b-697c-4c7c-b566-3668c38c221a {
  text-align: center;
}




  #s-5a063f7b-697c-4c7c-b566-3668c38c221a img.shogun-image {
    
    width: px;
  }


#s-5a063f7b-697c-4c7c-b566-3668c38c221a .shogun-image-content {
  
    align-items: center;
  
}

#s-48226983-6bc9-435a-9ef9-36c714570871 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48226983-6bc9-435a-9ef9-36c714570871 .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-a569b704-458c-4254-a9e1-6087206a83eb {
  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-a569b704-458c-4254-a9e1-6087206a83eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a569b704-458c-4254-a9e1-6087206a83eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a569b704-458c-4254-a9e1-6087206a83eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8eb1cb7-8add-443e-8caa-1b95449a8319 {
  text-align: center;
}




  #s-f8eb1cb7-8add-443e-8caa-1b95449a8319 img.shogun-image {
    
    width: px;
  }


#s-f8eb1cb7-8add-443e-8caa-1b95449a8319 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bbcad65-8993-49ac-9a05-fafe9782be6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bbcad65-8993-49ac-9a05-fafe9782be6c .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-b53dbc78-dd8c-4c72-9bd0-75d5d16be6df {
  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-b53dbc78-dd8c-4c72-9bd0-75d5d16be6df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b53dbc78-dd8c-4c72-9bd0-75d5d16be6df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b53dbc78-dd8c-4c72-9bd0-75d5d16be6df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b7d4aa1-71fc-4f4f-98dc-7c740975546f {
  text-align: center;
}




  #s-8b7d4aa1-71fc-4f4f-98dc-7c740975546f img.shogun-image {
    
    width: px;
  }


#s-8b7d4aa1-71fc-4f4f-98dc-7c740975546f .shogun-image-content {
  
    align-items: center;
  
}

#s-7004f447-670e-43b3-ae76-dd3dc68f2639 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7004f447-670e-43b3-ae76-dd3dc68f2639 .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-d4760e66-f0ec-411b-8c1b-8f3a40da8b4d {
  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-d4760e66-f0ec-411b-8c1b-8f3a40da8b4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4760e66-f0ec-411b-8c1b-8f3a40da8b4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4760e66-f0ec-411b-8c1b-8f3a40da8b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7fb24308-2edc-4283-aadc-aacfd1755a47 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7fb24308-2edc-4283-aadc-aacfd1755a47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ef855ffa-b2bd-4df8-a5be-754e7b6db96c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-ef855ffa-b2bd-4df8-a5be-754e7b6db96c img.shogun-image {
    
    width: px;
  }


#s-ef855ffa-b2bd-4df8-a5be-754e7b6db96c .shogun-image-content {
  
    align-items: center;
  
}

#s-406dd065-7409-4d8a-ad94-f4c081e1c3ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-406dd065-7409-4d8a-ad94-f4c081e1c3ab .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-b503eff9-55cc-4634-b04d-54fb53e93828 {
  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-b503eff9-55cc-4634-b04d-54fb53e93828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b503eff9-55cc-4634-b04d-54fb53e93828:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b503eff9-55cc-4634-b04d-54fb53e93828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-907acadc-afae-4969-bb42-ed6b09cf4144 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-907acadc-afae-4969-bb42-ed6b09cf4144 img.shogun-image {
    
    width: px;
  }


#s-907acadc-afae-4969-bb42-ed6b09cf4144 .shogun-image-content {
  
    align-items: center;
  
}

#s-87ca6bad-c63e-411a-9790-bb1e281d293c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87ca6bad-c63e-411a-9790-bb1e281d293c .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-310dbfc3-0b48-471c-a4fa-ef10dd9c4498 {
  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-310dbfc3-0b48-471c-a4fa-ef10dd9c4498:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-310dbfc3-0b48-471c-a4fa-ef10dd9c4498:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-310dbfc3-0b48-471c-a4fa-ef10dd9c4498.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7157995-d6c0-4654-8e98-9781116cc315 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-a7157995-d6c0-4654-8e98-9781116cc315 img.shogun-image {
    
    width: px;
  }


#s-a7157995-d6c0-4654-8e98-9781116cc315 .shogun-image-content {
  
    align-items: center;
  
}

#s-e196bd05-61ee-4015-8a3d-fd52e29f5a53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e196bd05-61ee-4015-8a3d-fd52e29f5a53 .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-4c1b9918-9f2a-47d5-a769-9a84654f5161 {
  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-4c1b9918-9f2a-47d5-a769-9a84654f5161:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c1b9918-9f2a-47d5-a769-9a84654f5161:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c1b9918-9f2a-47d5-a769-9a84654f5161.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9c50eab-16c0-4ba3-9d98-a932acdf6ec1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-a9c50eab-16c0-4ba3-9d98-a932acdf6ec1 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-a9c50eab-16c0-4ba3-9d98-a932acdf6ec1.shg-box.shg-c {
  justify-content: center;
}

#s-57123879-a75e-4187-9560-53940535bd94 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-57123879-a75e-4187-9560-53940535bd94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-a060656c-0a5f-49b4-aea0-6011da642102 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-a060656c-0a5f-49b4-aea0-6011da642102 .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-6f95359d-abee-4cf3-bb0d-33bca19d90c7 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-26d2e0dc-c798-4c76-a70d-afb1c04bf307 {
  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-26d2e0dc-c798-4c76-a70d-afb1c04bf307:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26d2e0dc-c798-4c76-a70d-afb1c04bf307:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26d2e0dc-c798-4c76-a70d-afb1c04bf307.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;
}
