.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-2f794be6-0a9f-485f-8a00-2b49d07373b4 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2f794be6-0a9f-485f-8a00-2b49d07373b4"] > .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-7d9597c7-88a8-446e-aeaf-5531efcb2d6d {
  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-7d9597c7-88a8-446e-aeaf-5531efcb2d6d: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-7d9597c7-88a8-446e-aeaf-5531efcb2d6d: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-7d9597c7-88a8-446e-aeaf-5531efcb2d6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-86b89799-6306-4d84-99a1-1fa7e8ce8c0c {
  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-86b89799-6306-4d84-99a1-1fa7e8ce8c0c: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-86b89799-6306-4d84-99a1-1fa7e8ce8c0c: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-86b89799-6306-4d84-99a1-1fa7e8ce8c0c.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-5a692fee-c629-4488-a649-bf07691c734b {
  min-height: 50px;
}








#s-5a692fee-c629-4488-a649-bf07691c734b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a692fee-c629-4488-a649-bf07691c734b.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-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 {
  
}

#s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs {
  justify-content: center;
}

#s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .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-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .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-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-4f85a9ff-97de-45c9-b848-ffa7f7f8e960 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-ec2d1ebc-4331-4c84-8a49-81a3904f3ab0 {
  min-height: 50px;
}








#s-ec2d1ebc-4331-4c84-8a49-81a3904f3ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec2d1ebc-4331-4c84-8a49-81a3904f3ab0.shg-box.shg-c {
  justify-content: center;
}

#s-10f32f81-e99b-408e-b81e-0d670203ec7a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-10f32f81-e99b-408e-b81e-0d670203ec7a"] > .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-67f6cb5f-d750-48ab-8eec-ffaad1ca8466 {
  text-align: center;
}




  #s-67f6cb5f-d750-48ab-8eec-ffaad1ca8466 img.shogun-image {
    
    width: px;
  }


#s-67f6cb5f-d750-48ab-8eec-ffaad1ca8466 .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-cc0acd08-a170-45fc-a14a-d79c25125572 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc0acd08-a170-45fc-a14a-d79c25125572 .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-84b97e4d-3642-4c24-a4cd-bc4f1ecb5b63 {
  padding-bottom: 20px;
}

#s-dc38738d-b5e9-4092-bed5-17443877b443 {
  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-dc38738d-b5e9-4092-bed5-17443877b443:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc38738d-b5e9-4092-bed5-17443877b443:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc38738d-b5e9-4092-bed5-17443877b443.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a95d82b2-5a0f-4960-9d71-c7e54b0ca394 {
  text-align: center;
}




  #s-a95d82b2-5a0f-4960-9d71-c7e54b0ca394 img.shogun-image {
    
    width: px;
  }


#s-a95d82b2-5a0f-4960-9d71-c7e54b0ca394 .shogun-image-content {
  
    align-items: center;
  
}

#s-41676ca6-6a3f-4a39-8240-ca3007849242 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41676ca6-6a3f-4a39-8240-ca3007849242 .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-70552e9c-3209-4d01-bb9c-11c268653e50 {
  padding-bottom: 20px;
}

#s-39c0f478-816f-4fc6-ab75-22785f5f8d45 {
  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-39c0f478-816f-4fc6-ab75-22785f5f8d45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39c0f478-816f-4fc6-ab75-22785f5f8d45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39c0f478-816f-4fc6-ab75-22785f5f8d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5391dbbe-a58a-4625-a5c8-f0fb324ece3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3525cb5e-63a0-4acc-9e60-17f2b8037428 {
  text-align: center;
}




  #s-3525cb5e-63a0-4acc-9e60-17f2b8037428 img.shogun-image {
    
    width: px;
  }


#s-3525cb5e-63a0-4acc-9e60-17f2b8037428 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a21e36f-b37c-4464-bda6-980bc7338ede {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a21e36f-b37c-4464-bda6-980bc7338ede .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-6a61c35e-66be-444e-ba9e-e187adfaffc0 {
  padding-bottom: 20px;
}

#s-6e242c6e-f353-4b98-957f-2cb7ee2effa0 {
  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-6e242c6e-f353-4b98-957f-2cb7ee2effa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e242c6e-f353-4b98-957f-2cb7ee2effa0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e242c6e-f353-4b98-957f-2cb7ee2effa0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31232bb8-f70b-4734-8b4d-5fea171e29c8 {
  text-align: center;
}




  #s-31232bb8-f70b-4734-8b4d-5fea171e29c8 img.shogun-image {
    
    width: px;
  }


#s-31232bb8-f70b-4734-8b4d-5fea171e29c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-777b03c8-acc3-4c53-9acc-88a730eb75f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-777b03c8-acc3-4c53-9acc-88a730eb75f9 .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-0924c4c9-70e0-4dad-b6bd-17fc34ad4fad {
  padding-bottom: 20px;
}

#s-777a06c3-59a8-4d06-aee8-29e91f421de9 {
  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-777a06c3-59a8-4d06-aee8-29e91f421de9: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-777a06c3-59a8-4d06-aee8-29e91f421de9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-777a06c3-59a8-4d06-aee8-29e91f421de9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-280b1c95-fdb1-450d-819d-77e37631359a {
  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-280b1c95-fdb1-450d-819d-77e37631359a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-280b1c95-fdb1-450d-819d-77e37631359a.shg-box.shg-c {
  justify-content: center;
}

#s-f50bbe77-aa41-4fd4-9789-18de38865fcf {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f50bbe77-aa41-4fd4-9789-18de38865fcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1ed05d6d-68f8-46e5-b384-dd82a2b2ab80 {
  text-align: center;
}




  #s-1ed05d6d-68f8-46e5-b384-dd82a2b2ab80 img.shogun-image {
    
    width: px;
  }


#s-1ed05d6d-68f8-46e5-b384-dd82a2b2ab80 .shogun-image-content {
  
    align-items: center;
  
}

#s-2440d233-0252-4434-b371-40d34b5aedfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2440d233-0252-4434-b371-40d34b5aedfc .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-6bf9e617-dd28-4a89-b33b-4653e497a806 {
  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-6bf9e617-dd28-4a89-b33b-4653e497a806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6bf9e617-dd28-4a89-b33b-4653e497a806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bf9e617-dd28-4a89-b33b-4653e497a806.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-089bf151-d8f4-4659-b5ac-db7ef17195e0 {
  text-align: center;
}




  #s-089bf151-d8f4-4659-b5ac-db7ef17195e0 img.shogun-image {
    
    width: px;
  }


#s-089bf151-d8f4-4659-b5ac-db7ef17195e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-163f5cb4-cd62-46fd-91a7-ba0618428941 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163f5cb4-cd62-46fd-91a7-ba0618428941 .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-79a56e97-4079-4aa3-97dd-b153720c2632 {
  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-79a56e97-4079-4aa3-97dd-b153720c2632:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79a56e97-4079-4aa3-97dd-b153720c2632:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79a56e97-4079-4aa3-97dd-b153720c2632.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c8bbb3b8-a02d-47d7-81f3-35fb2b795862 {
  text-align: center;
}




  #s-c8bbb3b8-a02d-47d7-81f3-35fb2b795862 img.shogun-image {
    
    width: px;
  }


#s-c8bbb3b8-a02d-47d7-81f3-35fb2b795862 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe202eae-abed-4f3a-a69f-523fd7f5a2a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe202eae-abed-4f3a-a69f-523fd7f5a2a8 .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-09735944-a390-4715-af2d-efdbd34e96ba {
  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-09735944-a390-4715-af2d-efdbd34e96ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09735944-a390-4715-af2d-efdbd34e96ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09735944-a390-4715-af2d-efdbd34e96ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efaf598a-dcf7-4261-b1e0-7df5806c5255 {
  text-align: center;
}




  #s-efaf598a-dcf7-4261-b1e0-7df5806c5255 img.shogun-image {
    
    width: px;
  }


#s-efaf598a-dcf7-4261-b1e0-7df5806c5255 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe0a2dd0-486d-4d90-97c3-1990d4ed06fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe0a2dd0-486d-4d90-97c3-1990d4ed06fd .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-693810a1-53b2-47dd-b58c-bbb1f34d6e87 {
  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-693810a1-53b2-47dd-b58c-bbb1f34d6e87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-693810a1-53b2-47dd-b58c-bbb1f34d6e87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-693810a1-53b2-47dd-b58c-bbb1f34d6e87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9e29501-98dd-4eba-9f98-ea72e461da0e {
  min-height: 50px;
}








#s-a9e29501-98dd-4eba-9f98-ea72e461da0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9e29501-98dd-4eba-9f98-ea72e461da0e.shg-box.shg-c {
  justify-content: center;
}

#s-404f00c0-bd39-4883-800e-c2d6fc5b0213 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-404f00c0-bd39-4883-800e-c2d6fc5b0213"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9bb3bf12-bc3d-4e2e-8a3d-d608d35aacc9 {
  text-align: center;
}




  #s-9bb3bf12-bc3d-4e2e-8a3d-d608d35aacc9 img.shogun-image {
    
    width: px;
  }


#s-9bb3bf12-bc3d-4e2e-8a3d-d608d35aacc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd507c0-91f4-4c38-8e4f-3dd297a86d5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffd507c0-91f4-4c38-8e4f-3dd297a86d5f .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-5d8653ed-cea6-4d26-a5b3-0f297dc1ec68 {
  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-5d8653ed-cea6-4d26-a5b3-0f297dc1ec68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d8653ed-cea6-4d26-a5b3-0f297dc1ec68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d8653ed-cea6-4d26-a5b3-0f297dc1ec68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-370f3c5e-a5ef-4914-bf32-882b922900a4 {
  text-align: center;
}




  #s-370f3c5e-a5ef-4914-bf32-882b922900a4 img.shogun-image {
    
    width: px;
  }


#s-370f3c5e-a5ef-4914-bf32-882b922900a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d14af3b-8443-499d-9e68-705ccd07ba13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d14af3b-8443-499d-9e68-705ccd07ba13 .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-c87fb21e-b2ca-4eaf-aad4-49f1a8e6df5e {
  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-c87fb21e-b2ca-4eaf-aad4-49f1a8e6df5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c87fb21e-b2ca-4eaf-aad4-49f1a8e6df5e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c87fb21e-b2ca-4eaf-aad4-49f1a8e6df5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8234aa2-1fd3-4b8c-98ec-97f4b50d899e {
  text-align: center;
}




  #s-d8234aa2-1fd3-4b8c-98ec-97f4b50d899e img.shogun-image {
    
    width: px;
  }


#s-d8234aa2-1fd3-4b8c-98ec-97f4b50d899e .shogun-image-content {
  
    align-items: center;
  
}

#s-895f0990-a164-45f4-93ff-6a036e200865 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-895f0990-a164-45f4-93ff-6a036e200865 .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-e980a96f-736e-4e79-ad14-f3298ee3cda2 {
  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-e980a96f-736e-4e79-ad14-f3298ee3cda2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e980a96f-736e-4e79-ad14-f3298ee3cda2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e980a96f-736e-4e79-ad14-f3298ee3cda2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8bd47849-f7a5-4723-9a40-d6f2e0efce79 {
  text-align: center;
}




  #s-8bd47849-f7a5-4723-9a40-d6f2e0efce79 img.shogun-image {
    
    width: px;
  }


#s-8bd47849-f7a5-4723-9a40-d6f2e0efce79 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2a9a68d-e899-4b77-b9de-f9cf1114d750 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2a9a68d-e899-4b77-b9de-f9cf1114d750 .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-701a7c13-27d8-4db5-bb08-293375629d71 {
  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-701a7c13-27d8-4db5-bb08-293375629d71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-701a7c13-27d8-4db5-bb08-293375629d71:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-701a7c13-27d8-4db5-bb08-293375629d71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3eb6815e-3ad1-45ac-bfa7-ad7a2240a821 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-3eb6815e-3ad1-45ac-bfa7-ad7a2240a821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb6815e-3ad1-45ac-bfa7-ad7a2240a821.shg-box.shg-c {
  justify-content: center;
}

#s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2a9171aa-6ef8-458b-a3ce-0c703d2abfbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-01f01ade-d5f4-4d0c-93fb-917c072c40e4 {
  text-align: center;
}




  #s-01f01ade-d5f4-4d0c-93fb-917c072c40e4 img.shogun-image {
    
    width: px;
  }


#s-01f01ade-d5f4-4d0c-93fb-917c072c40e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-62d0445a-3c21-4d6f-8621-703083bda1dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62d0445a-3c21-4d6f-8621-703083bda1dd .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-c6821930-ec1c-4894-9f8f-59643b64a0f7 {
  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-c6821930-ec1c-4894-9f8f-59643b64a0f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6821930-ec1c-4894-9f8f-59643b64a0f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6821930-ec1c-4894-9f8f-59643b64a0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7e5eba57-7121-4333-8d2c-78db93653b35 {
  text-align: center;
}




  #s-7e5eba57-7121-4333-8d2c-78db93653b35 img.shogun-image {
    
    width: px;
  }


#s-7e5eba57-7121-4333-8d2c-78db93653b35 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4b10c7b-6ca5-48f3-b042-b18eb08e56ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4b10c7b-6ca5-48f3-b042-b18eb08e56ce .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-6278c8b9-5605-4e77-bf90-a12ec1960c7b {
  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-6278c8b9-5605-4e77-bf90-a12ec1960c7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6278c8b9-5605-4e77-bf90-a12ec1960c7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6278c8b9-5605-4e77-bf90-a12ec1960c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-14ce7313-62bb-4a1c-a615-48e2820c9299 {
  text-align: center;
}




  #s-14ce7313-62bb-4a1c-a615-48e2820c9299 img.shogun-image {
    
    width: px;
  }


#s-14ce7313-62bb-4a1c-a615-48e2820c9299 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2437163-0da8-4c65-8a71-ab24e32f5067 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2437163-0da8-4c65-8a71-ab24e32f5067 .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-412d8daf-fc5f-457d-8e28-855549273ba1 {
  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-412d8daf-fc5f-457d-8e28-855549273ba1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-412d8daf-fc5f-457d-8e28-855549273ba1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-412d8daf-fc5f-457d-8e28-855549273ba1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7f6c11f4-a9ba-4313-93e7-2a065c3bae88 {
  text-align: center;
}




  #s-7f6c11f4-a9ba-4313-93e7-2a065c3bae88 img.shogun-image {
    
    width: px;
  }


#s-7f6c11f4-a9ba-4313-93e7-2a065c3bae88 .shogun-image-content {
  
    align-items: center;
  
}

#s-56a31fd6-aa57-44d2-9788-484537aa2645 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a31fd6-aa57-44d2-9788-484537aa2645 .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-c1fb7e44-eaa6-41f0-a08f-fe6f1555903d {
  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-c1fb7e44-eaa6-41f0-a08f-fe6f1555903d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1fb7e44-eaa6-41f0-a08f-fe6f1555903d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1fb7e44-eaa6-41f0-a08f-fe6f1555903d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7fb8936-35e0-477e-83fd-878382b80fc3 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d7fb8936-35e0-477e-83fd-878382b80fc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7dbcff3f-0388-42fd-a4e1-8ef5fa2dcba4 {
  text-align: center;
}




  #s-7dbcff3f-0388-42fd-a4e1-8ef5fa2dcba4 img.shogun-image {
    
    width: px;
  }


#s-7dbcff3f-0388-42fd-a4e1-8ef5fa2dcba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6128b63e-e17f-46a5-b76d-89ee0d8a45c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6128b63e-e17f-46a5-b76d-89ee0d8a45c5 .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-70934112-f570-4408-83d7-891d89c175ed {
  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-70934112-f570-4408-83d7-891d89c175ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70934112-f570-4408-83d7-891d89c175ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70934112-f570-4408-83d7-891d89c175ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d470274-8780-4abb-8d4c-f335b56f2792 {
  text-align: center;
}




  #s-6d470274-8780-4abb-8d4c-f335b56f2792 img.shogun-image {
    
    width: px;
  }


#s-6d470274-8780-4abb-8d4c-f335b56f2792 .shogun-image-content {
  
    align-items: center;
  
}

#s-28a74cc4-8b35-46bb-8a4b-9292c585d082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28a74cc4-8b35-46bb-8a4b-9292c585d082 .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-c06b60c6-1af4-48e4-a888-5f36a3edac3c {
  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-c06b60c6-1af4-48e4-a888-5f36a3edac3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c06b60c6-1af4-48e4-a888-5f36a3edac3c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c06b60c6-1af4-48e4-a888-5f36a3edac3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b04d6dfe-42c4-47f7-8c6f-e7949cc5f02d {
  text-align: center;
}




  #s-b04d6dfe-42c4-47f7-8c6f-e7949cc5f02d img.shogun-image {
    
    width: px;
  }


#s-b04d6dfe-42c4-47f7-8c6f-e7949cc5f02d .shogun-image-content {
  
    align-items: center;
  
}

#s-5302819a-b886-4082-b21f-b9ca934c9d4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5302819a-b886-4082-b21f-b9ca934c9d4d .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-83a13631-053c-4d25-8ef6-4e4d848e9239 {
  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-83a13631-053c-4d25-8ef6-4e4d848e9239:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83a13631-053c-4d25-8ef6-4e4d848e9239:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83a13631-053c-4d25-8ef6-4e4d848e9239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fd9c545-291a-4b82-847c-31404016329f {
  text-align: center;
}




  #s-8fd9c545-291a-4b82-847c-31404016329f img.shogun-image {
    
    width: px;
  }


#s-8fd9c545-291a-4b82-847c-31404016329f .shogun-image-content {
  
    align-items: center;
  
}

#s-daace40f-2dcc-46b2-8c9b-04c2127bddcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daace40f-2dcc-46b2-8c9b-04c2127bddcb .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-d9ce85ba-a90c-4204-b653-b4c3b1ab0368 {
  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-d9ce85ba-a90c-4204-b653-b4c3b1ab0368:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9ce85ba-a90c-4204-b653-b4c3b1ab0368:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9ce85ba-a90c-4204-b653-b4c3b1ab0368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a272f774-cdf1-44d8-989e-6c2a3b879707 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a272f774-cdf1-44d8-989e-6c2a3b879707"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5a51e081-bf68-402c-9e17-63b8cd302521 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5a51e081-bf68-402c-9e17-63b8cd302521 img.shogun-image {
    
    width: px;
  }


#s-5a51e081-bf68-402c-9e17-63b8cd302521 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a184d43-6d8d-4dcb-98ea-f340ab6d471f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a184d43-6d8d-4dcb-98ea-f340ab6d471f .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-f5de2179-829c-450b-bbc6-9db2f7aad3f5 {
  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-f5de2179-829c-450b-bbc6-9db2f7aad3f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5de2179-829c-450b-bbc6-9db2f7aad3f5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5de2179-829c-450b-bbc6-9db2f7aad3f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b19b2441-ad33-4878-9e7d-df2d5d6693b4 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-b19b2441-ad33-4878-9e7d-df2d5d6693b4 img.shogun-image {
    
    width: px;
  }


#s-b19b2441-ad33-4878-9e7d-df2d5d6693b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-94b78cb2-d1f2-4c13-962e-21d3b513c5bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94b78cb2-d1f2-4c13-962e-21d3b513c5bb .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-0ff70d59-bb68-4809-b2bb-ab009d9efbd6 {
  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-0ff70d59-bb68-4809-b2bb-ab009d9efbd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ff70d59-bb68-4809-b2bb-ab009d9efbd6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ff70d59-bb68-4809-b2bb-ab009d9efbd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45ed09d9-cbc3-46e8-8abd-e7a1545dbc64 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-45ed09d9-cbc3-46e8-8abd-e7a1545dbc64 img.shogun-image {
    
    width: px;
  }


#s-45ed09d9-cbc3-46e8-8abd-e7a1545dbc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-e58ef5e3-6d2f-4e82-9244-02d5077efeaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58ef5e3-6d2f-4e82-9244-02d5077efeaa .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-224dc734-799f-4d8c-87a3-3a4800dc0436 {
  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-224dc734-799f-4d8c-87a3-3a4800dc0436:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-224dc734-799f-4d8c-87a3-3a4800dc0436:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-224dc734-799f-4d8c-87a3-3a4800dc0436.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ce176dba-1bae-45b4-96b8-65b27c1d1400 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-ce176dba-1bae-45b4-96b8-65b27c1d1400 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-ce176dba-1bae-45b4-96b8-65b27c1d1400.shg-box.shg-c {
  justify-content: center;
}

#s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-2f1b5bb5-2e73-4e29-b29a-d4e56cfc50cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-be20da33-0002-4ce3-ace8-cd4d77d2f1a9 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-be20da33-0002-4ce3-ace8-cd4d77d2f1a9 .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-f4cec850-d356-47de-9711-8e1e3e966b4e {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-5400f9b0-e644-4244-a4f0-bcf5c828840e {
  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-5400f9b0-e644-4244-a4f0-bcf5c828840e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5400f9b0-e644-4244-a4f0-bcf5c828840e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5400f9b0-e644-4244-a4f0-bcf5c828840e.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;
}
