.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-da546731-9bed-4677-ad6b-2ad010559786 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-da546731-9bed-4677-ad6b-2ad010559786"] > .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-e83adcaa-630c-4c64-9b32-2be8955368c1 {
  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-e83adcaa-630c-4c64-9b32-2be8955368c1: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-e83adcaa-630c-4c64-9b32-2be8955368c1: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-e83adcaa-630c-4c64-9b32-2be8955368c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-139f547d-c28d-4a6c-a03b-724402adf0a0 {
  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-139f547d-c28d-4a6c-a03b-724402adf0a0: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-139f547d-c28d-4a6c-a03b-724402adf0a0: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-139f547d-c28d-4a6c-a03b-724402adf0a0.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-c6b5594b-f56c-4f02-a90b-85a5a766fbf4 {
  min-height: 50px;
}








#s-c6b5594b-f56c-4f02-a90b-85a5a766fbf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b5594b-f56c-4f02-a90b-85a5a766fbf4.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-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 {
  
}

#s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs {
  justify-content: center;
}

#s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .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-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .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-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-16a1d63a-6e6d-421b-afa0-dfb7df45dca9 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-696c39d9-540e-49e5-a435-102b7281e26d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-696c39d9-540e-49e5-a435-102b7281e26d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-696c39d9-540e-49e5-a435-102b7281e26d.shg-box.shg-c {
  justify-content: center;
}

#s-6e92badc-fe1e-4f43-85c3-14c207ea6165 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e92badc-fe1e-4f43-85c3-14c207ea6165"] > .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-dcd6df22-a0c9-490a-8de4-226312084fc9 {
  text-align: center;
}




  #s-dcd6df22-a0c9-490a-8de4-226312084fc9 img.shogun-image {
    
    width: px;
  }


#s-dcd6df22-a0c9-490a-8de4-226312084fc9 .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-62ecc935-3acf-42fb-af76-edf1aa7b1e26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62ecc935-3acf-42fb-af76-edf1aa7b1e26 .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-a1dd2ced-0d76-4271-81d2-ef1dc14ed9d2 {
  padding-bottom: 20px;
}

#s-959cfd27-b3d2-47a0-b415-d83704de8a48 {
  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-959cfd27-b3d2-47a0-b415-d83704de8a48:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-959cfd27-b3d2-47a0-b415-d83704de8a48:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-959cfd27-b3d2-47a0-b415-d83704de8a48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff3fe5f6-2b13-48d4-b47d-d8eebc28c12d {
  text-align: center;
}




  #s-ff3fe5f6-2b13-48d4-b47d-d8eebc28c12d img.shogun-image {
    
    width: px;
  }


#s-ff3fe5f6-2b13-48d4-b47d-d8eebc28c12d .shogun-image-content {
  
    align-items: center;
  
}

#s-7606169b-a745-430c-a936-77bc0d3c3e38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7606169b-a745-430c-a936-77bc0d3c3e38 .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-249e70e6-4086-461a-b6e7-0f484dcbbee8 {
  padding-bottom: 20px;
}

#s-fdf050ce-7199-43d1-8bb6-c4531407e876 {
  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-fdf050ce-7199-43d1-8bb6-c4531407e876:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fdf050ce-7199-43d1-8bb6-c4531407e876:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdf050ce-7199-43d1-8bb6-c4531407e876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb7acc8d-a276-4868-9a92-0de8c1cf3e80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c864e2e2-8bb1-43e5-ab77-3b8a5680b778 {
  text-align: center;
}




  #s-c864e2e2-8bb1-43e5-ab77-3b8a5680b778 img.shogun-image {
    
    width: px;
  }


#s-c864e2e2-8bb1-43e5-ab77-3b8a5680b778 .shogun-image-content {
  
    align-items: center;
  
}

#s-a77061df-f715-4b36-9329-950b1143ab45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a77061df-f715-4b36-9329-950b1143ab45 .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-21db6681-6cd6-4a13-be41-30c77a648f7a {
  padding-bottom: 20px;
}

#s-ff104370-f8a5-4842-affe-06281303993b {
  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-ff104370-f8a5-4842-affe-06281303993b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff104370-f8a5-4842-affe-06281303993b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ff104370-f8a5-4842-affe-06281303993b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c1b1301e-f3e2-4eff-820c-a112fffd7d0c {
  text-align: center;
}




  #s-c1b1301e-f3e2-4eff-820c-a112fffd7d0c img.shogun-image {
    
    width: px;
  }


#s-c1b1301e-f3e2-4eff-820c-a112fffd7d0c .shogun-image-content {
  
    align-items: center;
  
}

#s-434e7eed-5ada-44a1-be7b-57866d1f9dcd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-434e7eed-5ada-44a1-be7b-57866d1f9dcd .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-0d95a452-b8b1-46a3-83dd-486ea8fa4ee4 {
  padding-bottom: 20px;
}

#s-f162403b-8dc8-47ba-85af-ffa3284c6732 {
  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-f162403b-8dc8-47ba-85af-ffa3284c6732: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-f162403b-8dc8-47ba-85af-ffa3284c6732:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f162403b-8dc8-47ba-85af-ffa3284c6732.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e58306d-c99d-4302-9892-b2f3f40b9fe8 {
  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-5e58306d-c99d-4302-9892-b2f3f40b9fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e58306d-c99d-4302-9892-b2f3f40b9fe8.shg-box.shg-c {
  justify-content: center;
}

#s-8410e6c5-2466-4eaf-91c8-93f722c41b10 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8410e6c5-2466-4eaf-91c8-93f722c41b10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3f6bab75-277e-4115-957f-6956275ff513 {
  text-align: center;
}




  #s-3f6bab75-277e-4115-957f-6956275ff513 img.shogun-image {
    
    width: px;
  }


#s-3f6bab75-277e-4115-957f-6956275ff513 .shogun-image-content {
  
    align-items: center;
  
}

#s-153187ad-8b96-4882-9fbb-0d0d5676ce12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-153187ad-8b96-4882-9fbb-0d0d5676ce12 .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-bc475788-48bc-4d98-94ac-74cc3b19bbd5 {
  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-bc475788-48bc-4d98-94ac-74cc3b19bbd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc475788-48bc-4d98-94ac-74cc3b19bbd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc475788-48bc-4d98-94ac-74cc3b19bbd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35f9f4b-651f-42b8-9284-1723785a1718 {
  text-align: center;
}




  #s-a35f9f4b-651f-42b8-9284-1723785a1718 img.shogun-image {
    
    width: px;
  }


#s-a35f9f4b-651f-42b8-9284-1723785a1718 .shogun-image-content {
  
    align-items: center;
  
}

#s-338edd38-2419-4ccd-9de4-68d5d46cb680 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-338edd38-2419-4ccd-9de4-68d5d46cb680 .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-306edb23-158b-4132-b030-fade991e252a {
  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-306edb23-158b-4132-b030-fade991e252a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-306edb23-158b-4132-b030-fade991e252a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-306edb23-158b-4132-b030-fade991e252a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0274d74-0223-4684-8c0a-b09dd73f089f {
  text-align: center;
}




  #s-a0274d74-0223-4684-8c0a-b09dd73f089f img.shogun-image {
    
    width: px;
  }


#s-a0274d74-0223-4684-8c0a-b09dd73f089f .shogun-image-content {
  
    align-items: center;
  
}

#s-3de096fa-cb3b-4339-a421-8109be47747c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3de096fa-cb3b-4339-a421-8109be47747c .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-8467d06e-8392-46e7-88e3-05b427d7f8f2 {
  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-8467d06e-8392-46e7-88e3-05b427d7f8f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8467d06e-8392-46e7-88e3-05b427d7f8f2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8467d06e-8392-46e7-88e3-05b427d7f8f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-29c307a6-3d25-4564-a86f-b537b3c321df {
  text-align: center;
}




  #s-29c307a6-3d25-4564-a86f-b537b3c321df img.shogun-image {
    
    width: px;
  }


#s-29c307a6-3d25-4564-a86f-b537b3c321df .shogun-image-content {
  
    align-items: center;
  
}

#s-432c75d3-840d-4725-a144-d6d001b7baf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-432c75d3-840d-4725-a144-d6d001b7baf8 .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-337b0153-b279-49be-82f5-9cae5970d4d9 {
  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-337b0153-b279-49be-82f5-9cae5970d4d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-337b0153-b279-49be-82f5-9cae5970d4d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-337b0153-b279-49be-82f5-9cae5970d4d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-35a6ba92-c306-413c-a34c-9a2a91d4386c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-35a6ba92-c306-413c-a34c-9a2a91d4386c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a6ba92-c306-413c-a34c-9a2a91d4386c.shg-box.shg-c {
  justify-content: center;
}

#s-bb27e2e6-88da-498e-9898-83e976b86054 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bb27e2e6-88da-498e-9898-83e976b86054"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-64ca70fe-8266-43ce-871c-e83cbffaa8ea {
  text-align: center;
}




  #s-64ca70fe-8266-43ce-871c-e83cbffaa8ea img.shogun-image {
    
    width: px;
  }


#s-64ca70fe-8266-43ce-871c-e83cbffaa8ea .shogun-image-content {
  
    align-items: center;
  
}

#s-d48b5d52-6941-4b30-ada8-d45d20618a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d48b5d52-6941-4b30-ada8-d45d20618a26 .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-f6b7ab9c-2cd9-43aa-a8fe-828640355b6f {
  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-f6b7ab9c-2cd9-43aa-a8fe-828640355b6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6b7ab9c-2cd9-43aa-a8fe-828640355b6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6b7ab9c-2cd9-43aa-a8fe-828640355b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a75ce47-ce0c-4ca6-a66d-622ae916e85c {
  text-align: center;
}




  #s-9a75ce47-ce0c-4ca6-a66d-622ae916e85c img.shogun-image {
    
    width: px;
  }


#s-9a75ce47-ce0c-4ca6-a66d-622ae916e85c .shogun-image-content {
  
    align-items: center;
  
}

#s-75bb9e6c-7361-4406-8614-298239876502 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75bb9e6c-7361-4406-8614-298239876502 .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-d4bef119-167f-4bd5-adac-e598cd2c8889 {
  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-d4bef119-167f-4bd5-adac-e598cd2c8889:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4bef119-167f-4bd5-adac-e598cd2c8889:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4bef119-167f-4bd5-adac-e598cd2c8889.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c7d05a2-2e21-4545-b7bd-b69ce935e767 {
  text-align: center;
}




  #s-7c7d05a2-2e21-4545-b7bd-b69ce935e767 img.shogun-image {
    
    width: px;
  }


#s-7c7d05a2-2e21-4545-b7bd-b69ce935e767 .shogun-image-content {
  
    align-items: center;
  
}

#s-0077d883-d707-4c9e-9100-0c6464f5a838 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0077d883-d707-4c9e-9100-0c6464f5a838 .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-df412290-a816-4b5f-9d59-00ece9defae7 {
  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-df412290-a816-4b5f-9d59-00ece9defae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df412290-a816-4b5f-9d59-00ece9defae7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df412290-a816-4b5f-9d59-00ece9defae7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16eaa0ca-6b1d-4b33-b97e-3d5bb2e3f803 {
  text-align: center;
}




  #s-16eaa0ca-6b1d-4b33-b97e-3d5bb2e3f803 img.shogun-image {
    
    width: px;
  }


#s-16eaa0ca-6b1d-4b33-b97e-3d5bb2e3f803 .shogun-image-content {
  
    align-items: center;
  
}

#s-24494609-be65-46a9-80d9-a1ff336b009e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24494609-be65-46a9-80d9-a1ff336b009e .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-a91e1b89-97d0-41e0-a0bc-244211957739 {
  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-a91e1b89-97d0-41e0-a0bc-244211957739:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a91e1b89-97d0-41e0-a0bc-244211957739:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a91e1b89-97d0-41e0-a0bc-244211957739.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bcc6b5cb-fe55-473b-aded-2d8bd283fbbb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-bcc6b5cb-fe55-473b-aded-2d8bd283fbbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcc6b5cb-fe55-473b-aded-2d8bd283fbbb.shg-box.shg-c {
  justify-content: center;
}

#s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-908c235c-f05c-4ddf-8fdd-89bc3bcf2268"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-043a70c5-4be9-4837-b998-777e83cf5635 {
  text-align: center;
}




  #s-043a70c5-4be9-4837-b998-777e83cf5635 img.shogun-image {
    
    width: px;
  }


#s-043a70c5-4be9-4837-b998-777e83cf5635 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e4c9cc8-c779-4c9d-af1b-a4abc93d9899 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e4c9cc8-c779-4c9d-af1b-a4abc93d9899 .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-35492c63-09af-4a2e-81bf-7126f94a31b4 {
  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-35492c63-09af-4a2e-81bf-7126f94a31b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35492c63-09af-4a2e-81bf-7126f94a31b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35492c63-09af-4a2e-81bf-7126f94a31b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebdcf4d6-4ab0-4461-9845-91d454ad7016 {
  text-align: center;
}




  #s-ebdcf4d6-4ab0-4461-9845-91d454ad7016 img.shogun-image {
    
    width: px;
  }


#s-ebdcf4d6-4ab0-4461-9845-91d454ad7016 .shogun-image-content {
  
    align-items: center;
  
}

#s-88129a8d-0e1a-4354-90e3-9ec06bf1b633 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88129a8d-0e1a-4354-90e3-9ec06bf1b633 .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-f0194a7f-22e3-4ddc-a136-b62630d3bf53 {
  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-f0194a7f-22e3-4ddc-a136-b62630d3bf53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0194a7f-22e3-4ddc-a136-b62630d3bf53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0194a7f-22e3-4ddc-a136-b62630d3bf53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-002c0592-b06c-4b56-87f6-4d62be8bc282 {
  text-align: center;
}




  #s-002c0592-b06c-4b56-87f6-4d62be8bc282 img.shogun-image {
    
    width: px;
  }


#s-002c0592-b06c-4b56-87f6-4d62be8bc282 .shogun-image-content {
  
    align-items: center;
  
}

#s-42cfb85b-3f16-4a2f-9439-d3cae5035f8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42cfb85b-3f16-4a2f-9439-d3cae5035f8f .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-a0862cd3-3ddf-464b-9e10-47fef4d20126 {
  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-a0862cd3-3ddf-464b-9e10-47fef4d20126:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0862cd3-3ddf-464b-9e10-47fef4d20126:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0862cd3-3ddf-464b-9e10-47fef4d20126.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bc1b7186-9137-4cd9-b403-ffd38398c41e {
  text-align: center;
}




  #s-bc1b7186-9137-4cd9-b403-ffd38398c41e img.shogun-image {
    
    width: px;
  }


#s-bc1b7186-9137-4cd9-b403-ffd38398c41e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca00aa19-701b-4d9e-b51b-f3d9cd3e208c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca00aa19-701b-4d9e-b51b-f3d9cd3e208c .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-5b8a3c59-bd63-4409-aaa2-463682c6a617 {
  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-5b8a3c59-bd63-4409-aaa2-463682c6a617:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b8a3c59-bd63-4409-aaa2-463682c6a617:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b8a3c59-bd63-4409-aaa2-463682c6a617.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e27f83bd-5ad4-4d03-87c2-22310907610e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e27f83bd-5ad4-4d03-87c2-22310907610e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4270ebb3-297f-4270-9026-651abb375bd7 {
  text-align: center;
}




  #s-4270ebb3-297f-4270-9026-651abb375bd7 img.shogun-image {
    
    width: px;
  }


#s-4270ebb3-297f-4270-9026-651abb375bd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-20dbd040-2068-4072-b14a-0a3ff6e751f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20dbd040-2068-4072-b14a-0a3ff6e751f3 .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-3fb442fc-3846-4180-ac0f-e767904542c1 {
  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-3fb442fc-3846-4180-ac0f-e767904542c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fb442fc-3846-4180-ac0f-e767904542c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3fb442fc-3846-4180-ac0f-e767904542c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04a09ce2-2559-494d-9fec-934e1c9144c3 {
  text-align: center;
}




  #s-04a09ce2-2559-494d-9fec-934e1c9144c3 img.shogun-image {
    
    width: px;
  }


#s-04a09ce2-2559-494d-9fec-934e1c9144c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2fc7d84-de69-4317-a4f6-df12108d166e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2fc7d84-de69-4317-a4f6-df12108d166e .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-8ac37cb5-208b-469d-a7a1-e875dc6b297b {
  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-8ac37cb5-208b-469d-a7a1-e875dc6b297b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ac37cb5-208b-469d-a7a1-e875dc6b297b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ac37cb5-208b-469d-a7a1-e875dc6b297b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a53ed00-63cb-4a53-bbaf-2f54e2de1f4f {
  text-align: center;
}




  #s-3a53ed00-63cb-4a53-bbaf-2f54e2de1f4f img.shogun-image {
    
    width: px;
  }


#s-3a53ed00-63cb-4a53-bbaf-2f54e2de1f4f .shogun-image-content {
  
    align-items: center;
  
}

#s-beacc138-1d99-4017-9dae-a049735d457c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-beacc138-1d99-4017-9dae-a049735d457c .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-1a288a3b-1c13-4619-a5d4-2c8d0c39177e {
  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-1a288a3b-1c13-4619-a5d4-2c8d0c39177e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a288a3b-1c13-4619-a5d4-2c8d0c39177e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a288a3b-1c13-4619-a5d4-2c8d0c39177e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1b14cb1-94cd-40f9-8681-56788827b70f {
  text-align: center;
}




  #s-e1b14cb1-94cd-40f9-8681-56788827b70f img.shogun-image {
    
    width: px;
  }


#s-e1b14cb1-94cd-40f9-8681-56788827b70f .shogun-image-content {
  
    align-items: center;
  
}

#s-3ce12a94-9f17-4a90-bb31-5ea7cb5edd3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ce12a94-9f17-4a90-bb31-5ea7cb5edd3d .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-85caa848-c6b4-4591-a6db-e82d03e2b068 {
  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-85caa848-c6b4-4591-a6db-e82d03e2b068:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85caa848-c6b4-4591-a6db-e82d03e2b068:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85caa848-c6b4-4591-a6db-e82d03e2b068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-244e5650-fd16-4b7a-bd26-9a3360c572a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-244e5650-fd16-4b7a-bd26-9a3360c572a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-36c487ee-90e1-4987-8e2a-4d067ad35fea {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-36c487ee-90e1-4987-8e2a-4d067ad35fea img.shogun-image {
    
    width: px;
  }


#s-36c487ee-90e1-4987-8e2a-4d067ad35fea .shogun-image-content {
  
    align-items: center;
  
}

#s-e483afef-dece-44d8-907a-2a09ebc02a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e483afef-dece-44d8-907a-2a09ebc02a14 .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-b3f8f672-d88d-45b5-a5fc-66408187eb39 {
  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-b3f8f672-d88d-45b5-a5fc-66408187eb39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3f8f672-d88d-45b5-a5fc-66408187eb39:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3f8f672-d88d-45b5-a5fc-66408187eb39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d23edb73-5692-41fa-b3d7-1ca13d6be125 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-d23edb73-5692-41fa-b3d7-1ca13d6be125 img.shogun-image {
    
    width: px;
  }


#s-d23edb73-5692-41fa-b3d7-1ca13d6be125 .shogun-image-content {
  
    align-items: center;
  
}

#s-4592adb0-85d8-4620-99a5-a613cc1a0d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4592adb0-85d8-4620-99a5-a613cc1a0d72 .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-3dfde0e3-9bba-46c0-8607-18c7d307246f {
  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-3dfde0e3-9bba-46c0-8607-18c7d307246f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dfde0e3-9bba-46c0-8607-18c7d307246f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dfde0e3-9bba-46c0-8607-18c7d307246f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e17bd7db-c949-4b6d-879d-c6228a77847c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-e17bd7db-c949-4b6d-879d-c6228a77847c img.shogun-image {
    
    width: px;
  }


#s-e17bd7db-c949-4b6d-879d-c6228a77847c .shogun-image-content {
  
    align-items: center;
  
}

#s-744e7e8a-e236-4c66-8553-94aa3880c906 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-744e7e8a-e236-4c66-8553-94aa3880c906 .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-ccda61b5-c332-4430-bbc0-a9040545b1df {
  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-ccda61b5-c332-4430-bbc0-a9040545b1df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccda61b5-c332-4430-bbc0-a9040545b1df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccda61b5-c332-4430-bbc0-a9040545b1df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0b9ce2a-972a-4e9b-8ced-c5738263c70d {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-a0b9ce2a-972a-4e9b-8ced-c5738263c70d > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-a0b9ce2a-972a-4e9b-8ced-c5738263c70d.shg-box.shg-c {
  justify-content: center;
}

#s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9cf6bd3c-960f-479e-b25f-9bd4e71ab72a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-48d026b6-b877-4245-a9c7-34ae7f236bdc {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-48d026b6-b877-4245-a9c7-34ae7f236bdc .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-94bd3f21-d696-43b4-807e-347304f775f9 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-74592b9b-8e45-415f-a454-38deaae80e98 {
  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-74592b9b-8e45-415f-a454-38deaae80e98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74592b9b-8e45-415f-a454-38deaae80e98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74592b9b-8e45-415f-a454-38deaae80e98.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;
}
