.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-14bcce1c-ea8a-4748-8fbe-a53df20631a8 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-14bcce1c-ea8a-4748-8fbe-a53df20631a8"] > .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-04758fbb-9aa2-4755-af2b-1273fed7a0ff {
  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-04758fbb-9aa2-4755-af2b-1273fed7a0ff: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-04758fbb-9aa2-4755-af2b-1273fed7a0ff: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-04758fbb-9aa2-4755-af2b-1273fed7a0ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3f372088-dec7-4bd1-8be2-652e2ea9e917 {
  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-3f372088-dec7-4bd1-8be2-652e2ea9e917: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-3f372088-dec7-4bd1-8be2-652e2ea9e917: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-3f372088-dec7-4bd1-8be2-652e2ea9e917.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-ed87ad0b-9dc3-4fb9-83d1-488f53269395 {
  min-height: 50px;
}








#s-ed87ad0b-9dc3-4fb9-83d1-488f53269395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed87ad0b-9dc3-4fb9-83d1-488f53269395.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-c94be8af-e08b-4630-8212-06b26e0fa449 {
  
}

#s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs {
  justify-content: center;
}

#s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c94be8af-e08b-4630-8212-06b26e0fa449 .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-c94be8af-e08b-4630-8212-06b26e0fa449 .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-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-c94be8af-e08b-4630-8212-06b26e0fa449 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-a192686f-5d53-4d5a-a2eb-35d1c5e6bb3b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a192686f-5d53-4d5a-a2eb-35d1c5e6bb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a192686f-5d53-4d5a-a2eb-35d1c5e6bb3b.shg-box.shg-c {
  justify-content: center;
}

#s-381789a3-f287-4c87-b643-678a9b6dd350 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-381789a3-f287-4c87-b643-678a9b6dd350"] > .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-a592d19d-22cf-4e78-bf56-2262b918c2c8 {
  text-align: center;
}




  #s-a592d19d-22cf-4e78-bf56-2262b918c2c8 img.shogun-image {
    
    width: px;
  }


#s-a592d19d-22cf-4e78-bf56-2262b918c2c8 .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-cbfcff05-f1d8-4797-89ab-e7537f6334c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cbfcff05-f1d8-4797-89ab-e7537f6334c0 .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-2c7b78ee-cc1f-48b4-86d6-64550f1793cd {
  padding-bottom: 20px;
}

#s-1c8c56ea-e0ef-4db9-bae7-558de6bd5831 {
  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-1c8c56ea-e0ef-4db9-bae7-558de6bd5831:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c8c56ea-e0ef-4db9-bae7-558de6bd5831:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c8c56ea-e0ef-4db9-bae7-558de6bd5831.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bfb43c17-fbc8-4cee-bbcc-965d18ace424 {
  text-align: center;
}




  #s-bfb43c17-fbc8-4cee-bbcc-965d18ace424 img.shogun-image {
    
    width: px;
  }


#s-bfb43c17-fbc8-4cee-bbcc-965d18ace424 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e4c531-84ba-4430-97df-22364fe130fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24e4c531-84ba-4430-97df-22364fe130fe .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-49e6ead4-f668-47f3-bac4-d0330d3853c9 {
  padding-bottom: 20px;
}

#s-aec97f42-7354-4c07-8456-cb3675c06eca {
  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-aec97f42-7354-4c07-8456-cb3675c06eca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aec97f42-7354-4c07-8456-cb3675c06eca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aec97f42-7354-4c07-8456-cb3675c06eca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5daa2794-eab5-4d83-b612-51b92628f78a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5daa2794-eab5-4d83-b612-51b92628f78a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-bdfe3cf7-f8bb-49f7-8ac2-bfb663b48aed {
  text-align: center;
}




  #s-bdfe3cf7-f8bb-49f7-8ac2-bfb663b48aed img.shogun-image {
    
    width: px;
  }


#s-bdfe3cf7-f8bb-49f7-8ac2-bfb663b48aed .shogun-image-content {
  
    align-items: center;
  
}

#s-6cab3e80-7a2e-48ec-91db-c55472f5057b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6cab3e80-7a2e-48ec-91db-c55472f5057b .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-72124512-13bd-450e-acbb-38812e11dbe7 {
  padding-bottom: 20px;
}

#s-82b89f72-f2f9-4c01-8890-458104333df9 {
  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-82b89f72-f2f9-4c01-8890-458104333df9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82b89f72-f2f9-4c01-8890-458104333df9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82b89f72-f2f9-4c01-8890-458104333df9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eefeef47-75ac-4440-ba11-fb7740638d2f {
  text-align: center;
}




  #s-eefeef47-75ac-4440-ba11-fb7740638d2f img.shogun-image {
    
    width: px;
  }


#s-eefeef47-75ac-4440-ba11-fb7740638d2f .shogun-image-content {
  
    align-items: center;
  
}

#s-45f70e0a-0f3d-4ce2-a05a-71f2653ac8ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45f70e0a-0f3d-4ce2-a05a-71f2653ac8ca .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-d44ba561-dd4f-4ecd-b465-b894deb3e643 {
  padding-bottom: 20px;
}

#s-ec7ca251-900c-4473-bd22-470164d0c5ba {
  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-ec7ca251-900c-4473-bd22-470164d0c5ba: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-ec7ca251-900c-4473-bd22-470164d0c5ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec7ca251-900c-4473-bd22-470164d0c5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b27b401d-4158-4311-88ff-208982bce2fa {
  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-b27b401d-4158-4311-88ff-208982bce2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27b401d-4158-4311-88ff-208982bce2fa.shg-box.shg-c {
  justify-content: center;
}

#s-63279b3f-3c51-489b-a024-14365eebd943 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-63279b3f-3c51-489b-a024-14365eebd943"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4d30878d-8f20-43eb-9ee3-622b21436a79 {
  text-align: center;
}




  #s-4d30878d-8f20-43eb-9ee3-622b21436a79 img.shogun-image {
    
    width: px;
  }


#s-4d30878d-8f20-43eb-9ee3-622b21436a79 .shogun-image-content {
  
    align-items: center;
  
}

#s-649f1346-3d5a-435f-ab4a-9f1fb87bb1f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-649f1346-3d5a-435f-ab4a-9f1fb87bb1f5 .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-c4eadc06-adda-45fe-8275-b5cb31d9ec5a {
  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-c4eadc06-adda-45fe-8275-b5cb31d9ec5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4eadc06-adda-45fe-8275-b5cb31d9ec5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4eadc06-adda-45fe-8275-b5cb31d9ec5a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee5de55d-af19-4afe-9095-bcba2bc4808e {
  text-align: center;
}




  #s-ee5de55d-af19-4afe-9095-bcba2bc4808e img.shogun-image {
    
    width: px;
  }


#s-ee5de55d-af19-4afe-9095-bcba2bc4808e .shogun-image-content {
  
    align-items: center;
  
}

#s-bbf5fcc9-cd9b-4d8d-ae77-979faae5f76d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf5fcc9-cd9b-4d8d-ae77-979faae5f76d .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-4ae8aabf-bc82-41a5-90b8-3ed6bdce13b7 {
  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-4ae8aabf-bc82-41a5-90b8-3ed6bdce13b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ae8aabf-bc82-41a5-90b8-3ed6bdce13b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ae8aabf-bc82-41a5-90b8-3ed6bdce13b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3a7d091-2fc5-4f10-a673-5345f53d6752 {
  text-align: center;
}




  #s-b3a7d091-2fc5-4f10-a673-5345f53d6752 img.shogun-image {
    
    width: px;
  }


#s-b3a7d091-2fc5-4f10-a673-5345f53d6752 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcf0ccd1-ef4d-4a53-999e-6aa44f093e44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcf0ccd1-ef4d-4a53-999e-6aa44f093e44 .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-6b0a9844-2330-4afd-87cb-d2b4e8c71331 {
  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-6b0a9844-2330-4afd-87cb-d2b4e8c71331:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b0a9844-2330-4afd-87cb-d2b4e8c71331:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b0a9844-2330-4afd-87cb-d2b4e8c71331.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3dfd2f1-179b-48a8-a8e8-7be8617c8bf4 {
  text-align: center;
}




  #s-d3dfd2f1-179b-48a8-a8e8-7be8617c8bf4 img.shogun-image {
    
    width: px;
  }


#s-d3dfd2f1-179b-48a8-a8e8-7be8617c8bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-76a891ff-2097-4cb0-afa7-1b736f1d76ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76a891ff-2097-4cb0-afa7-1b736f1d76ce .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-7aa08d1f-205b-4533-961e-1577f5eb1171 {
  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-7aa08d1f-205b-4533-961e-1577f5eb1171:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7aa08d1f-205b-4533-961e-1577f5eb1171:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7aa08d1f-205b-4533-961e-1577f5eb1171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-366eb9ff-ab82-4714-ae99-7bff2719802c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-366eb9ff-ab82-4714-ae99-7bff2719802c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366eb9ff-ab82-4714-ae99-7bff2719802c.shg-box.shg-c {
  justify-content: center;
}

#s-648c5d7d-8477-4fdc-90c0-23310f5cef26 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-648c5d7d-8477-4fdc-90c0-23310f5cef26"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-923ad151-a5b1-4842-be77-b1c3bde7ed26 {
  text-align: center;
}




  #s-923ad151-a5b1-4842-be77-b1c3bde7ed26 img.shogun-image {
    
    width: px;
  }


#s-923ad151-a5b1-4842-be77-b1c3bde7ed26 .shogun-image-content {
  
    align-items: center;
  
}

#s-dee712c5-4648-4c64-9536-24af7d22ff59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dee712c5-4648-4c64-9536-24af7d22ff59 .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-11ff3846-9959-4d38-92b7-655da43aea7b {
  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-11ff3846-9959-4d38-92b7-655da43aea7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11ff3846-9959-4d38-92b7-655da43aea7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11ff3846-9959-4d38-92b7-655da43aea7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f36768cf-9ebc-440e-872d-bff229341b8e {
  text-align: center;
}




  #s-f36768cf-9ebc-440e-872d-bff229341b8e img.shogun-image {
    
    width: px;
  }


#s-f36768cf-9ebc-440e-872d-bff229341b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-066f3876-feac-4766-982a-58b853f77a3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-066f3876-feac-4766-982a-58b853f77a3d .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-ab82c739-6593-4360-a790-86cf0c67d2af {
  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-ab82c739-6593-4360-a790-86cf0c67d2af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab82c739-6593-4360-a790-86cf0c67d2af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab82c739-6593-4360-a790-86cf0c67d2af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-892539e4-21e3-43a5-bfaf-faf0470b62ab {
  text-align: center;
}




  #s-892539e4-21e3-43a5-bfaf-faf0470b62ab img.shogun-image {
    
    width: px;
  }


#s-892539e4-21e3-43a5-bfaf-faf0470b62ab .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae74e60-beaa-486d-bf69-a5c9c967186e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ae74e60-beaa-486d-bf69-a5c9c967186e .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-b11050f8-0353-430c-a52a-4a647c14761c {
  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-b11050f8-0353-430c-a52a-4a647c14761c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b11050f8-0353-430c-a52a-4a647c14761c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b11050f8-0353-430c-a52a-4a647c14761c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4c438e0-d4fd-4d8d-8027-b2c9774f6715 {
  text-align: center;
}




  #s-f4c438e0-d4fd-4d8d-8027-b2c9774f6715 img.shogun-image {
    
    width: px;
  }


#s-f4c438e0-d4fd-4d8d-8027-b2c9774f6715 .shogun-image-content {
  
    align-items: center;
  
}

#s-d22ddb68-5ed9-4be3-8fab-a8d722b94048 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d22ddb68-5ed9-4be3-8fab-a8d722b94048 .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-aa016bee-1416-44ce-a948-825502a5a00b {
  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-aa016bee-1416-44ce-a948-825502a5a00b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa016bee-1416-44ce-a948-825502a5a00b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa016bee-1416-44ce-a948-825502a5a00b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0b4718aa-2e36-499e-b9eb-a19b93df2090 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-0b4718aa-2e36-499e-b9eb-a19b93df2090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b4718aa-2e36-499e-b9eb-a19b93df2090.shg-box.shg-c {
  justify-content: center;
}

#s-7adc75b1-2b12-4519-924c-1484df1f4aa6 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7adc75b1-2b12-4519-924c-1484df1f4aa6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6a3f782b-5c10-4867-8b18-954506e99b97 {
  text-align: center;
}




  #s-6a3f782b-5c10-4867-8b18-954506e99b97 img.shogun-image {
    
    width: px;
  }


#s-6a3f782b-5c10-4867-8b18-954506e99b97 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9b55438-0661-4234-b271-55ae6fc73122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9b55438-0661-4234-b271-55ae6fc73122 .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-7e5d12d0-3bc4-42b2-82c5-5861c727aa9b {
  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-7e5d12d0-3bc4-42b2-82c5-5861c727aa9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e5d12d0-3bc4-42b2-82c5-5861c727aa9b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e5d12d0-3bc4-42b2-82c5-5861c727aa9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef4d02db-fa9a-418e-bb3f-adf4aa1ef453 {
  text-align: center;
}




  #s-ef4d02db-fa9a-418e-bb3f-adf4aa1ef453 img.shogun-image {
    
    width: px;
  }


#s-ef4d02db-fa9a-418e-bb3f-adf4aa1ef453 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4c2bbf5-2d25-4efe-9798-3bcb3ec51a10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4c2bbf5-2d25-4efe-9798-3bcb3ec51a10 .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-83199f07-7e8e-43b3-8a26-0671962f037c {
  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-83199f07-7e8e-43b3-8a26-0671962f037c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83199f07-7e8e-43b3-8a26-0671962f037c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-83199f07-7e8e-43b3-8a26-0671962f037c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9eb1a63-b7b4-4663-bb75-60ad5d91ff91 {
  text-align: center;
}




  #s-e9eb1a63-b7b4-4663-bb75-60ad5d91ff91 img.shogun-image {
    
    width: px;
  }


#s-e9eb1a63-b7b4-4663-bb75-60ad5d91ff91 .shogun-image-content {
  
    align-items: center;
  
}

#s-a71cb426-baea-40b4-af6c-6bf9a66e3515 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a71cb426-baea-40b4-af6c-6bf9a66e3515 .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-f6193b37-307a-4034-af0c-3172991c66eb {
  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-f6193b37-307a-4034-af0c-3172991c66eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6193b37-307a-4034-af0c-3172991c66eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6193b37-307a-4034-af0c-3172991c66eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cfd69350-124f-484f-8f5a-2dd323dd547c {
  text-align: center;
}




  #s-cfd69350-124f-484f-8f5a-2dd323dd547c img.shogun-image {
    
    width: px;
  }


#s-cfd69350-124f-484f-8f5a-2dd323dd547c .shogun-image-content {
  
    align-items: center;
  
}

#s-03959820-b0f5-4402-b107-4f0a5168eacb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03959820-b0f5-4402-b107-4f0a5168eacb .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-47907b40-db4c-4e7c-a9d5-438feb738588 {
  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-47907b40-db4c-4e7c-a9d5-438feb738588:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47907b40-db4c-4e7c-a9d5-438feb738588:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47907b40-db4c-4e7c-a9d5-438feb738588.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8014f57e-0906-4018-99cf-7222d14ef445 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8014f57e-0906-4018-99cf-7222d14ef445"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f47f104d-c61e-4e52-83ca-213d945193e3 {
  text-align: center;
}




  #s-f47f104d-c61e-4e52-83ca-213d945193e3 img.shogun-image {
    
    width: px;
  }


#s-f47f104d-c61e-4e52-83ca-213d945193e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a072a568-abb6-4063-9451-0441408ee7d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a072a568-abb6-4063-9451-0441408ee7d2 .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-aca9d4fd-16f0-465f-8bad-3902833c0925 {
  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-aca9d4fd-16f0-465f-8bad-3902833c0925:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aca9d4fd-16f0-465f-8bad-3902833c0925:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aca9d4fd-16f0-465f-8bad-3902833c0925.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7e08f5f6-99eb-42d7-819f-a2fb50d7e2be {
  text-align: center;
}




  #s-7e08f5f6-99eb-42d7-819f-a2fb50d7e2be img.shogun-image {
    
    width: px;
  }


#s-7e08f5f6-99eb-42d7-819f-a2fb50d7e2be .shogun-image-content {
  
    align-items: center;
  
}

#s-75cc58f9-3e1c-4db2-a540-263f7d9ef90e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75cc58f9-3e1c-4db2-a540-263f7d9ef90e .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-bf6d0962-ed42-4b63-a422-614796e4a176 {
  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-bf6d0962-ed42-4b63-a422-614796e4a176:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf6d0962-ed42-4b63-a422-614796e4a176:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf6d0962-ed42-4b63-a422-614796e4a176.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5621fb1e-04dd-4a52-ae96-0f8dd991b1c2 {
  text-align: center;
}




  #s-5621fb1e-04dd-4a52-ae96-0f8dd991b1c2 img.shogun-image {
    
    width: px;
  }


#s-5621fb1e-04dd-4a52-ae96-0f8dd991b1c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3dbdef8-1c46-4de2-9ae9-ee1fd5470034 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3dbdef8-1c46-4de2-9ae9-ee1fd5470034 .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-67c8f224-cdd3-4bf5-9c84-ca00628e18fe {
  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-67c8f224-cdd3-4bf5-9c84-ca00628e18fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67c8f224-cdd3-4bf5-9c84-ca00628e18fe:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67c8f224-cdd3-4bf5-9c84-ca00628e18fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-87e6f8bc-845a-4743-a678-5b8e51f4b996 {
  text-align: center;
}




  #s-87e6f8bc-845a-4743-a678-5b8e51f4b996 img.shogun-image {
    
    width: px;
  }


#s-87e6f8bc-845a-4743-a678-5b8e51f4b996 .shogun-image-content {
  
    align-items: center;
  
}

#s-11620d5e-abd2-4688-bcb1-51ed830b53e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11620d5e-abd2-4688-bcb1-51ed830b53e5 .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-60a4f60a-7709-4ae9-8a69-4531694cc585 {
  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-60a4f60a-7709-4ae9-8a69-4531694cc585:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60a4f60a-7709-4ae9-8a69-4531694cc585:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60a4f60a-7709-4ae9-8a69-4531694cc585.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9e49cf8d-4f81-4d52-be97-26f749eb2f42 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9e49cf8d-4f81-4d52-be97-26f749eb2f42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7eec3a98-680c-4ee4-a6a5-d9cb6967bd39 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-7eec3a98-680c-4ee4-a6a5-d9cb6967bd39 img.shogun-image {
    
    width: px;
  }


#s-7eec3a98-680c-4ee4-a6a5-d9cb6967bd39 .shogun-image-content {
  
    align-items: center;
  
}

#s-504a503c-2c17-455a-a5a3-149a2d25ebbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-504a503c-2c17-455a-a5a3-149a2d25ebbf .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-d9b72319-42a5-4a8c-b92a-9f49d552ef69 {
  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-d9b72319-42a5-4a8c-b92a-9f49d552ef69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9b72319-42a5-4a8c-b92a-9f49d552ef69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9b72319-42a5-4a8c-b92a-9f49d552ef69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cca9426f-a034-4daf-a827-0017e7777add {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-cca9426f-a034-4daf-a827-0017e7777add img.shogun-image {
    
    width: px;
  }


#s-cca9426f-a034-4daf-a827-0017e7777add .shogun-image-content {
  
    align-items: center;
  
}

#s-5da2cc55-fb2a-48e3-948a-8ff5032a8188 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5da2cc55-fb2a-48e3-948a-8ff5032a8188 .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-5bd2f5a4-2d64-48e3-a19c-ad39d00618a3 {
  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-5bd2f5a4-2d64-48e3-a19c-ad39d00618a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bd2f5a4-2d64-48e3-a19c-ad39d00618a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bd2f5a4-2d64-48e3-a19c-ad39d00618a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdd2a853-a7a3-47a4-a9cb-2bca621568a6 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-cdd2a853-a7a3-47a4-a9cb-2bca621568a6 img.shogun-image {
    
    width: px;
  }


#s-cdd2a853-a7a3-47a4-a9cb-2bca621568a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-46a9a95c-0a25-48e3-88fe-171f8342af72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46a9a95c-0a25-48e3-88fe-171f8342af72 .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-57a43be7-e149-4d7d-9c23-eb235b1c5c8f {
  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-57a43be7-e149-4d7d-9c23-eb235b1c5c8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57a43be7-e149-4d7d-9c23-eb235b1c5c8f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57a43be7-e149-4d7d-9c23-eb235b1c5c8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3760768-4f36-4bca-b513-790d98e01493 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-f3760768-4f36-4bca-b513-790d98e01493 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-f3760768-4f36-4bca-b513-790d98e01493.shg-box.shg-c {
  justify-content: center;
}

#s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-7fc6ce27-9f76-4f4d-8161-ef2b7357dd2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-abe0759f-eb28-43af-a09b-b4daaac045e6 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-abe0759f-eb28-43af-a09b-b4daaac045e6 .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-59cd1885-403d-4c67-87ee-779e66a6e35c {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-6c2db387-3a75-4909-9e1a-13b9496106e5 {
  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-6c2db387-3a75-4909-9e1a-13b9496106e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c2db387-3a75-4909-9e1a-13b9496106e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c2db387-3a75-4909-9e1a-13b9496106e5.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;
}
