.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-a68cacd2-2deb-4783-a781-561a246ab5ba {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a68cacd2-2deb-4783-a781-561a246ab5ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

#s-5966e21b-3e8e-4b23-b766-550729775419 {
  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-5966e21b-3e8e-4b23-b766-550729775419: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-5966e21b-3e8e-4b23-b766-550729775419: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-5966e21b-3e8e-4b23-b766-550729775419.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4244f25-f3f8-4068-9db0-1f78183ed070 {
  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-a4244f25-f3f8-4068-9db0-1f78183ed070: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-a4244f25-f3f8-4068-9db0-1f78183ed070: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-a4244f25-f3f8-4068-9db0-1f78183ed070.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-350646f2-bec9-4b0c-96f5-b9a1ed47f9dc {
  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-350646f2-bec9-4b0c-96f5-b9a1ed47f9dc: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-350646f2-bec9-4b0c-96f5-b9a1ed47f9dc: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-350646f2-bec9-4b0c-96f5-b9a1ed47f9dc.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-25db0e18-7420-45b7-97d8-10b974849dac {
  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-25db0e18-7420-45b7-97d8-10b974849dac: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-25db0e18-7420-45b7-97d8-10b974849dac: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-25db0e18-7420-45b7-97d8-10b974849dac.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-7d3b27fe-6bf4-4392-ac66-5d51e4cd13b9 {
  min-height: 50px;
}








#s-7d3b27fe-6bf4-4392-ac66-5d51e4cd13b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d3b27fe-6bf4-4392-ac66-5d51e4cd13b9.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-de2d8e6c-64ee-4262-a074-073466e1f3a4 {
  
}

#s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs {
  justify-content: center;
}

#s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .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-de2d8e6c-64ee-4262-a074-073466e1f3a4 .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-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-de2d8e6c-64ee-4262-a074-073466e1f3a4 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-683edd31-af7f-4930-876a-717e67542364 {
  min-height: 50px;
}








#s-683edd31-af7f-4930-876a-717e67542364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-683edd31-af7f-4930-876a-717e67542364.shg-box.shg-c {
  justify-content: center;
}

#s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1b4c7ab2-cf27-40bb-8787-9ab7d0e76dbb"] > .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-cb418e48-d4d4-49df-9d1e-5284581ec784 {
  text-align: center;
}




  #s-cb418e48-d4d4-49df-9d1e-5284581ec784 img.shogun-image {
    
    width: px;
  }


#s-cb418e48-d4d4-49df-9d1e-5284581ec784 .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-a944106c-914c-43db-a2e7-7873067d91f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a944106c-914c-43db-a2e7-7873067d91f5 .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-e06f0699-0026-482f-b5ca-d1bf1069f6cb {
  padding-bottom: 20px;
}

#s-fbc2cd7a-0712-433f-b29c-0b1afe0af77b {
  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-fbc2cd7a-0712-433f-b29c-0b1afe0af77b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbc2cd7a-0712-433f-b29c-0b1afe0af77b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbc2cd7a-0712-433f-b29c-0b1afe0af77b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84775f9f-c967-4818-bc83-5dc4565ae1b4 {
  text-align: center;
}




  #s-84775f9f-c967-4818-bc83-5dc4565ae1b4 img.shogun-image {
    
    width: px;
  }


#s-84775f9f-c967-4818-bc83-5dc4565ae1b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-390924e3-0ad0-4a81-88cd-13c42698b501 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-390924e3-0ad0-4a81-88cd-13c42698b501 .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-75844b81-89e6-45cb-8731-6bcefefef50a {
  padding-bottom: 20px;
}

#s-7d06b859-6547-4ef7-a69e-34970d0ec8a2 {
  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-7d06b859-6547-4ef7-a69e-34970d0ec8a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d06b859-6547-4ef7-a69e-34970d0ec8a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d06b859-6547-4ef7-a69e-34970d0ec8a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cd8f99fe-930b-4aba-8377-9ea6e55b7b3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-365a1639-1558-4650-9001-bb24ab4dc821 {
  text-align: center;
}




  #s-365a1639-1558-4650-9001-bb24ab4dc821 img.shogun-image {
    
    width: px;
  }


#s-365a1639-1558-4650-9001-bb24ab4dc821 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff6732d4-f4c1-4c4f-acb3-48de70b5abc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff6732d4-f4c1-4c4f-acb3-48de70b5abc4 .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-a7075c4a-4e73-4345-8e1c-92cf3d294571 {
  padding-bottom: 20px;
}

#s-71785ca6-72cc-4a30-9e29-4fe57dec8a5f {
  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-71785ca6-72cc-4a30-9e29-4fe57dec8a5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71785ca6-72cc-4a30-9e29-4fe57dec8a5f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-71785ca6-72cc-4a30-9e29-4fe57dec8a5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18f44f5b-9487-467c-b721-eeb55a21a4e8 {
  text-align: center;
}




  #s-18f44f5b-9487-467c-b721-eeb55a21a4e8 img.shogun-image {
    
    width: px;
  }


#s-18f44f5b-9487-467c-b721-eeb55a21a4e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-92ad9962-d5ff-4c3f-90fd-7c5db6a36609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92ad9962-d5ff-4c3f-90fd-7c5db6a36609 .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-d788ad02-dc9d-43db-98a8-d31b04c94b9e {
  padding-bottom: 20px;
}

#s-e4988469-ba94-430b-98f6-f14916c87f07 {
  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-e4988469-ba94-430b-98f6-f14916c87f07: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-e4988469-ba94-430b-98f6-f14916c87f07:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4988469-ba94-430b-98f6-f14916c87f07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ae696e22-c6ea-412f-9a93-36cb79894e89 {
  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-ae696e22-c6ea-412f-9a93-36cb79894e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae696e22-c6ea-412f-9a93-36cb79894e89.shg-box.shg-c {
  justify-content: center;
}

#s-98248b11-bc17-422b-984c-79bbaf5e9340 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-98248b11-bc17-422b-984c-79bbaf5e9340"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7b3d8752-aac4-4d80-b76e-dd7a2bdca648 {
  text-align: center;
}




  #s-7b3d8752-aac4-4d80-b76e-dd7a2bdca648 img.shogun-image {
    
    width: px;
  }


#s-7b3d8752-aac4-4d80-b76e-dd7a2bdca648 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff444864-2a0e-41b3-b9b1-6a54fcc342c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff444864-2a0e-41b3-b9b1-6a54fcc342c8 .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-2242cffd-7e47-4c53-89a3-d8cd39c6a279 {
  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-2242cffd-7e47-4c53-89a3-d8cd39c6a279:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2242cffd-7e47-4c53-89a3-d8cd39c6a279:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2242cffd-7e47-4c53-89a3-d8cd39c6a279.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc7c0c8f-4706-4f00-89dd-163235f4932a {
  text-align: center;
}




  #s-dc7c0c8f-4706-4f00-89dd-163235f4932a img.shogun-image {
    
    width: px;
  }


#s-dc7c0c8f-4706-4f00-89dd-163235f4932a .shogun-image-content {
  
    align-items: center;
  
}

#s-c235ea13-6d13-4945-bebf-d30e8ce98204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c235ea13-6d13-4945-bebf-d30e8ce98204 .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-42d1d2c4-0190-4567-be01-1ead4025faca {
  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-42d1d2c4-0190-4567-be01-1ead4025faca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42d1d2c4-0190-4567-be01-1ead4025faca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42d1d2c4-0190-4567-be01-1ead4025faca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-765b4a72-f86e-4073-9a94-f54ad138df9d {
  text-align: center;
}




  #s-765b4a72-f86e-4073-9a94-f54ad138df9d img.shogun-image {
    
    width: px;
  }


#s-765b4a72-f86e-4073-9a94-f54ad138df9d .shogun-image-content {
  
    align-items: center;
  
}

#s-96f4580a-d256-417d-b057-ed085cb98992 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f4580a-d256-417d-b057-ed085cb98992 .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-30acdc93-1a05-4cec-97a7-2a4004a44f1e {
  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-30acdc93-1a05-4cec-97a7-2a4004a44f1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30acdc93-1a05-4cec-97a7-2a4004a44f1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30acdc93-1a05-4cec-97a7-2a4004a44f1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac9f7803-5778-4d21-a394-c17f2bb3a56a {
  text-align: center;
}




  #s-ac9f7803-5778-4d21-a394-c17f2bb3a56a img.shogun-image {
    
    width: px;
  }


#s-ac9f7803-5778-4d21-a394-c17f2bb3a56a .shogun-image-content {
  
    align-items: center;
  
}

#s-eeabf964-de54-4764-a208-60f6ee86a4d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eeabf964-de54-4764-a208-60f6ee86a4d4 .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-2f189861-458b-4ef1-bf20-2cbe30b9cbaf {
  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-2f189861-458b-4ef1-bf20-2cbe30b9cbaf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f189861-458b-4ef1-bf20-2cbe30b9cbaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f189861-458b-4ef1-bf20-2cbe30b9cbaf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6efd2afa-5087-4c4c-8f7c-5e80d2c7e327 {
  min-height: 50px;
}








#s-6efd2afa-5087-4c4c-8f7c-5e80d2c7e327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efd2afa-5087-4c4c-8f7c-5e80d2c7e327.shg-box.shg-c {
  justify-content: center;
}

#s-65552edc-5e04-4b64-a1cd-2570d41a8126 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65552edc-5e04-4b64-a1cd-2570d41a8126"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-924f3bc5-fa95-4fb0-b40f-da52f2365260 {
  text-align: center;
}




  #s-924f3bc5-fa95-4fb0-b40f-da52f2365260 img.shogun-image {
    
    width: px;
  }


#s-924f3bc5-fa95-4fb0-b40f-da52f2365260 .shogun-image-content {
  
    align-items: center;
  
}

#s-aef92385-7ed5-438d-a3b6-e2b896e1efaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aef92385-7ed5-438d-a3b6-e2b896e1efaa .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-b985f812-d495-4fec-8c22-f88f8b2be401 {
  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-b985f812-d495-4fec-8c22-f88f8b2be401:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b985f812-d495-4fec-8c22-f88f8b2be401:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b985f812-d495-4fec-8c22-f88f8b2be401.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54a9ad9d-463a-4db1-af4e-af5e1eba5ef4 {
  text-align: center;
}




  #s-54a9ad9d-463a-4db1-af4e-af5e1eba5ef4 img.shogun-image {
    
    width: px;
  }


#s-54a9ad9d-463a-4db1-af4e-af5e1eba5ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fccd9fa8-a9bd-4bac-ae94-68faefe547c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fccd9fa8-a9bd-4bac-ae94-68faefe547c9 .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-402d0275-8584-40a1-9d97-c7a8c50f6d6d {
  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-402d0275-8584-40a1-9d97-c7a8c50f6d6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-402d0275-8584-40a1-9d97-c7a8c50f6d6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-402d0275-8584-40a1-9d97-c7a8c50f6d6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1431786b-f4cc-411a-afd0-3ad2c51cb201 {
  text-align: center;
}




  #s-1431786b-f4cc-411a-afd0-3ad2c51cb201 img.shogun-image {
    
    width: px;
  }


#s-1431786b-f4cc-411a-afd0-3ad2c51cb201 .shogun-image-content {
  
    align-items: center;
  
}

#s-53436866-cf8b-4d0c-a545-55deed929874 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53436866-cf8b-4d0c-a545-55deed929874 .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-58f14f9c-ae12-4c1c-90ed-834591d97f8b {
  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-58f14f9c-ae12-4c1c-90ed-834591d97f8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58f14f9c-ae12-4c1c-90ed-834591d97f8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58f14f9c-ae12-4c1c-90ed-834591d97f8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-20c6f483-af77-494d-a7c3-7bc28e552619 {
  text-align: center;
}




  #s-20c6f483-af77-494d-a7c3-7bc28e552619 img.shogun-image {
    
    width: px;
  }


#s-20c6f483-af77-494d-a7c3-7bc28e552619 .shogun-image-content {
  
    align-items: center;
  
}

#s-5474c8d1-00ec-4c35-86fe-109e451c3e4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5474c8d1-00ec-4c35-86fe-109e451c3e4e .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-249984e4-130a-4219-8654-82fb54c15a1e {
  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-249984e4-130a-4219-8654-82fb54c15a1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-249984e4-130a-4219-8654-82fb54c15a1e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-249984e4-130a-4219-8654-82fb54c15a1e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c486fae-7cef-426e-b035-74b994bd2481 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8c486fae-7cef-426e-b035-74b994bd2481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c486fae-7cef-426e-b035-74b994bd2481.shg-box.shg-c {
  justify-content: center;
}

#s-61a58c31-cc3b-4482-b52a-09961c008928 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-61a58c31-cc3b-4482-b52a-09961c008928"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-284e40d1-fa20-46a6-8a65-839cd5b8404f {
  text-align: center;
}




  #s-284e40d1-fa20-46a6-8a65-839cd5b8404f img.shogun-image {
    
    width: px;
  }


#s-284e40d1-fa20-46a6-8a65-839cd5b8404f .shogun-image-content {
  
    align-items: center;
  
}

#s-0a7f8b08-19d7-4d68-b7f2-9b3a28e3f41e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a7f8b08-19d7-4d68-b7f2-9b3a28e3f41e .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-34e8e623-be2f-4443-882f-618360688245 {
  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-34e8e623-be2f-4443-882f-618360688245:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34e8e623-be2f-4443-882f-618360688245:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34e8e623-be2f-4443-882f-618360688245.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39229a31-31cb-4e2d-8c9e-5fc8d40b7e1f {
  text-align: center;
}




  #s-39229a31-31cb-4e2d-8c9e-5fc8d40b7e1f img.shogun-image {
    
    width: px;
  }


#s-39229a31-31cb-4e2d-8c9e-5fc8d40b7e1f .shogun-image-content {
  
    align-items: center;
  
}

#s-7eebd22e-37ec-4799-8c8e-42b18c85baec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7eebd22e-37ec-4799-8c8e-42b18c85baec .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-a7585507-6e18-43fb-bbd1-1e33b74fa18b {
  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-a7585507-6e18-43fb-bbd1-1e33b74fa18b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7585507-6e18-43fb-bbd1-1e33b74fa18b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7585507-6e18-43fb-bbd1-1e33b74fa18b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c89699d-a364-4a38-93fc-3a083f2f2671 {
  text-align: center;
}




  #s-6c89699d-a364-4a38-93fc-3a083f2f2671 img.shogun-image {
    
    width: px;
  }


#s-6c89699d-a364-4a38-93fc-3a083f2f2671 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7500081-a784-4663-aa5a-af3481c26d42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7500081-a784-4663-aa5a-af3481c26d42 .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-f56c1200-186a-419b-9505-c4682d6fbbc6 {
  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-f56c1200-186a-419b-9505-c4682d6fbbc6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f56c1200-186a-419b-9505-c4682d6fbbc6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f56c1200-186a-419b-9505-c4682d6fbbc6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b37059a5-5e97-491f-bd43-d4cdabbbf77b {
  text-align: center;
}




  #s-b37059a5-5e97-491f-bd43-d4cdabbbf77b img.shogun-image {
    
    width: px;
  }


#s-b37059a5-5e97-491f-bd43-d4cdabbbf77b .shogun-image-content {
  
    align-items: center;
  
}

#s-64708b4a-2b49-4343-a92e-0df1e64d430e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64708b4a-2b49-4343-a92e-0df1e64d430e .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-69991e65-68e8-414e-b352-9f58710876ba {
  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-69991e65-68e8-414e-b352-9f58710876ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69991e65-68e8-414e-b352-9f58710876ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69991e65-68e8-414e-b352-9f58710876ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9547b8a9-b52c-4a45-b8b2-9edeffb1c28e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7050d82f-1dfc-47c6-8edb-02dfd5672b59 {
  text-align: center;
}




  #s-7050d82f-1dfc-47c6-8edb-02dfd5672b59 img.shogun-image {
    
    width: px;
  }


#s-7050d82f-1dfc-47c6-8edb-02dfd5672b59 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d0a156-c091-48d3-967f-b31a828ffed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d0a156-c091-48d3-967f-b31a828ffed3 .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-4a6edd79-d2a3-44b8-8d16-1a60a280b2d3 {
  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-4a6edd79-d2a3-44b8-8d16-1a60a280b2d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a6edd79-d2a3-44b8-8d16-1a60a280b2d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4a6edd79-d2a3-44b8-8d16-1a60a280b2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7e75996-ca17-4ed7-8aea-f027051237b2 {
  text-align: center;
}




  #s-a7e75996-ca17-4ed7-8aea-f027051237b2 img.shogun-image {
    
    width: px;
  }


#s-a7e75996-ca17-4ed7-8aea-f027051237b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-47b7a082-8c28-40fc-8b9b-e92435ccd717 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47b7a082-8c28-40fc-8b9b-e92435ccd717 .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-8aa79681-b8dc-442b-8fc0-894ef2ffca93 {
  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-8aa79681-b8dc-442b-8fc0-894ef2ffca93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8aa79681-b8dc-442b-8fc0-894ef2ffca93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8aa79681-b8dc-442b-8fc0-894ef2ffca93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5dacfdcf-76f1-460a-923a-846fbf2be6f9 {
  text-align: center;
}




  #s-5dacfdcf-76f1-460a-923a-846fbf2be6f9 img.shogun-image {
    
    width: px;
  }


#s-5dacfdcf-76f1-460a-923a-846fbf2be6f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c07d55c7-8127-4976-a089-9ab06903c097 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c07d55c7-8127-4976-a089-9ab06903c097 .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-953784b7-46b4-4758-b7a1-7ba84bbe396d {
  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-953784b7-46b4-4758-b7a1-7ba84bbe396d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-953784b7-46b4-4758-b7a1-7ba84bbe396d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-953784b7-46b4-4758-b7a1-7ba84bbe396d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f31cd1fd-39d4-4377-9f05-0ea17302956f {
  text-align: center;
}




  #s-f31cd1fd-39d4-4377-9f05-0ea17302956f img.shogun-image {
    
    width: px;
  }


#s-f31cd1fd-39d4-4377-9f05-0ea17302956f .shogun-image-content {
  
    align-items: center;
  
}

#s-3345df3f-97fc-4f3d-a4ef-b175b5ea07b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3345df3f-97fc-4f3d-a4ef-b175b5ea07b9 .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-156f10fc-6df5-454c-8813-61fa575c6819 {
  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-156f10fc-6df5-454c-8813-61fa575c6819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-156f10fc-6df5-454c-8813-61fa575c6819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-156f10fc-6df5-454c-8813-61fa575c6819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-02adc978-ed30-4699-a7d9-97afd9382e33 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-02adc978-ed30-4699-a7d9-97afd9382e33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7021258f-4198-456c-b88a-9e49ad03c57a {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-7021258f-4198-456c-b88a-9e49ad03c57a img.shogun-image {
    
    width: px;
  }


#s-7021258f-4198-456c-b88a-9e49ad03c57a .shogun-image-content {
  
    align-items: center;
  
}

#s-de698cee-a66b-4619-b5c1-ddb386f5c7a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de698cee-a66b-4619-b5c1-ddb386f5c7a5 .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-081fe933-f7cb-44ea-876a-aadc848ecf7f {
  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-081fe933-f7cb-44ea-876a-aadc848ecf7f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-081fe933-f7cb-44ea-876a-aadc848ecf7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-081fe933-f7cb-44ea-876a-aadc848ecf7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a4c52233-75ba-48f8-82e5-14397f85e028 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-a4c52233-75ba-48f8-82e5-14397f85e028 img.shogun-image {
    
    width: px;
  }


#s-a4c52233-75ba-48f8-82e5-14397f85e028 .shogun-image-content {
  
    align-items: center;
  
}

#s-8540172c-c4e6-4eed-a159-353dcfab5b71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8540172c-c4e6-4eed-a159-353dcfab5b71 .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-a56f4493-deec-45b3-bb96-12439684dfc5 {
  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-a56f4493-deec-45b3-bb96-12439684dfc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a56f4493-deec-45b3-bb96-12439684dfc5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a56f4493-deec-45b3-bb96-12439684dfc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cec35f3-fe0c-45ff-b8da-dc3784b723af {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-6cec35f3-fe0c-45ff-b8da-dc3784b723af img.shogun-image {
    
    width: px;
  }


#s-6cec35f3-fe0c-45ff-b8da-dc3784b723af .shogun-image-content {
  
    align-items: center;
  
}

#s-625c8628-95b5-47af-a00d-2b0eff089a9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-625c8628-95b5-47af-a00d-2b0eff089a9f .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-3cb48be6-2dca-4d32-98bf-db15d49d4894 {
  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-3cb48be6-2dca-4d32-98bf-db15d49d4894:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cb48be6-2dca-4d32-98bf-db15d49d4894:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3cb48be6-2dca-4d32-98bf-db15d49d4894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45ced424-766e-491d-adf0-4f39ab174e41 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-45ced424-766e-491d-adf0-4f39ab174e41 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-45ced424-766e-491d-adf0-4f39ab174e41.shg-box.shg-c {
  justify-content: center;
}

#s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-c3b37b30-f44a-42c9-ae25-a878e7b0a2e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-e6bba075-d4f0-4f09-b5da-47b8d89d1889 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-e6bba075-d4f0-4f09-b5da-47b8d89d1889 .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-0c7c9256-bd4d-413d-9b33-38011b15728d {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-26275987-8272-4759-9f63-1e3ed97aecd1 {
  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-26275987-8272-4759-9f63-1e3ed97aecd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26275987-8272-4759-9f63-1e3ed97aecd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26275987-8272-4759-9f63-1e3ed97aecd1.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;
}
