.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-cb259ae6-45fb-4353-9c75-88548cd86a7d {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb259ae6-45fb-4353-9c75-88548cd86a7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-d7eb2a15-b170-4b6a-b4fb-071db3e4a27f {
  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-d7eb2a15-b170-4b6a-b4fb-071db3e4a27f: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-d7eb2a15-b170-4b6a-b4fb-071db3e4a27f: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-d7eb2a15-b170-4b6a-b4fb-071db3e4a27f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2c3acb5e-9eb3-4f77-b9e8-98a58e82d03b {
  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-2c3acb5e-9eb3-4f77-b9e8-98a58e82d03b: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-2c3acb5e-9eb3-4f77-b9e8-98a58e82d03b: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-2c3acb5e-9eb3-4f77-b9e8-98a58e82d03b.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-714a5d3d-2a43-41c2-b014-7cbaab1730a8 {
  min-height: 50px;
}








#s-714a5d3d-2a43-41c2-b014-7cbaab1730a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714a5d3d-2a43-41c2-b014-7cbaab1730a8.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-a37fdc69-315e-4af2-b249-6276ac3a2c87 {
  
}

#s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs {
  justify-content: center;
}

#s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .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-a37fdc69-315e-4af2-b249-6276ac3a2c87 .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-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-a37fdc69-315e-4af2-b249-6276ac3a2c87 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-abdcc433-4824-4608-86b6-32f420f032db {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-abdcc433-4824-4608-86b6-32f420f032db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abdcc433-4824-4608-86b6-32f420f032db.shg-box.shg-c {
  justify-content: center;
}

#s-c92ef86e-0454-4a63-8f67-89c26c9e349e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c92ef86e-0454-4a63-8f67-89c26c9e349e"] > .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-b29aa00e-604f-49b7-a422-6eaca1f18e64 {
  text-align: center;
}




  #s-b29aa00e-604f-49b7-a422-6eaca1f18e64 img.shogun-image {
    
    width: px;
  }


#s-b29aa00e-604f-49b7-a422-6eaca1f18e64 .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-d76aba4e-f19a-40db-9e9b-059315cb5b45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d76aba4e-f19a-40db-9e9b-059315cb5b45 .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-8b63937d-8296-46aa-8cd1-7be3e4bf219e {
  padding-bottom: 20px;
}

#s-d90cef03-171a-4352-81e8-4499595358f8 {
  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-d90cef03-171a-4352-81e8-4499595358f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d90cef03-171a-4352-81e8-4499595358f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d90cef03-171a-4352-81e8-4499595358f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-af8956fe-5367-4bac-b95a-fd9fedfd949b {
  text-align: center;
}




  #s-af8956fe-5367-4bac-b95a-fd9fedfd949b img.shogun-image {
    
    width: px;
  }


#s-af8956fe-5367-4bac-b95a-fd9fedfd949b .shogun-image-content {
  
    align-items: center;
  
}

#s-2df351e3-eb2b-4719-b6e4-914a92d02bd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2df351e3-eb2b-4719-b6e4-914a92d02bd5 .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-526443e5-2376-459d-b5fa-b4f3a3b64660 {
  padding-bottom: 20px;
}

#s-d0aab27f-37a2-4134-a67b-c73c8299a2ce {
  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-d0aab27f-37a2-4134-a67b-c73c8299a2ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0aab27f-37a2-4134-a67b-c73c8299a2ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0aab27f-37a2-4134-a67b-c73c8299a2ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a3b0703b-d98d-4f33-a9f7-a7e2d3fa8c97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d4893cfe-749d-42e3-85b1-d318ab035a2a {
  text-align: center;
}




  #s-d4893cfe-749d-42e3-85b1-d318ab035a2a img.shogun-image {
    
    width: px;
  }


#s-d4893cfe-749d-42e3-85b1-d318ab035a2a .shogun-image-content {
  
    align-items: center;
  
}

#s-10aa4d68-dd7e-4192-8355-6c9aacee4e63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-10aa4d68-dd7e-4192-8355-6c9aacee4e63 .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-adaa00fe-6112-44fc-9767-55755c965dfe {
  padding-bottom: 20px;
}

#s-6fd0be65-5d75-4aef-8de2-cf121f745892 {
  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-6fd0be65-5d75-4aef-8de2-cf121f745892:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd0be65-5d75-4aef-8de2-cf121f745892:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fd0be65-5d75-4aef-8de2-cf121f745892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cdf3e625-773f-4a29-8366-8a6762b3205f {
  text-align: center;
}




  #s-cdf3e625-773f-4a29-8366-8a6762b3205f img.shogun-image {
    
    width: px;
  }


#s-cdf3e625-773f-4a29-8366-8a6762b3205f .shogun-image-content {
  
    align-items: center;
  
}

#s-99978a20-e0b1-4593-814e-086223f865a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99978a20-e0b1-4593-814e-086223f865a4 .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-dca5d534-094b-4918-8d28-b608627a0ec0 {
  padding-bottom: 20px;
}

#s-29192edc-fd02-4ed5-9c67-31a8770b81ad {
  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-29192edc-fd02-4ed5-9c67-31a8770b81ad: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-29192edc-fd02-4ed5-9c67-31a8770b81ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29192edc-fd02-4ed5-9c67-31a8770b81ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0899fd4-e8b5-49d1-a6de-9bd4fee64125 {
  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-d0899fd4-e8b5-49d1-a6de-9bd4fee64125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0899fd4-e8b5-49d1-a6de-9bd4fee64125.shg-box.shg-c {
  justify-content: center;
}

#s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cba9cc7e-fb1b-4115-9f3b-ff7eecab8d5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-98c71704-ddc9-4a5e-a5d0-b6e5dc2d1b9b {
  text-align: center;
}




  #s-98c71704-ddc9-4a5e-a5d0-b6e5dc2d1b9b img.shogun-image {
    
    width: px;
  }


#s-98c71704-ddc9-4a5e-a5d0-b6e5dc2d1b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-a5305bf8-3577-4315-8fb3-9b0e9be96585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5305bf8-3577-4315-8fb3-9b0e9be96585 .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-73eb41c8-2c86-48ef-8bfb-2b16c18b50ef {
  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-73eb41c8-2c86-48ef-8bfb-2b16c18b50ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73eb41c8-2c86-48ef-8bfb-2b16c18b50ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73eb41c8-2c86-48ef-8bfb-2b16c18b50ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18120a2e-608f-4515-9490-61b273efd2ba {
  text-align: center;
}




  #s-18120a2e-608f-4515-9490-61b273efd2ba img.shogun-image {
    
    width: px;
  }


#s-18120a2e-608f-4515-9490-61b273efd2ba .shogun-image-content {
  
    align-items: center;
  
}

#s-48ac9f27-28fa-419c-a60d-b3c2bc4613a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48ac9f27-28fa-419c-a60d-b3c2bc4613a3 .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-24f21642-7c1c-4a14-aa53-f65273280a6b {
  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-24f21642-7c1c-4a14-aa53-f65273280a6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24f21642-7c1c-4a14-aa53-f65273280a6b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24f21642-7c1c-4a14-aa53-f65273280a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bc19f46e-99f2-49ee-8b77-2d83bddc9669 {
  text-align: center;
}




  #s-bc19f46e-99f2-49ee-8b77-2d83bddc9669 img.shogun-image {
    
    width: px;
  }


#s-bc19f46e-99f2-49ee-8b77-2d83bddc9669 .shogun-image-content {
  
    align-items: center;
  
}

#s-743978bb-8d5c-44cc-8d02-40402f50c9c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-743978bb-8d5c-44cc-8d02-40402f50c9c8 .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-dde5cb12-5459-47a0-910a-b5abb9d8c9ef {
  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-dde5cb12-5459-47a0-910a-b5abb9d8c9ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dde5cb12-5459-47a0-910a-b5abb9d8c9ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dde5cb12-5459-47a0-910a-b5abb9d8c9ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d5be7b5-d330-4966-ab9d-8379dbd9a8e0 {
  text-align: center;
}




  #s-8d5be7b5-d330-4966-ab9d-8379dbd9a8e0 img.shogun-image {
    
    width: px;
  }


#s-8d5be7b5-d330-4966-ab9d-8379dbd9a8e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8fad98a-4a61-484e-b9de-445ba5ef8998 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8fad98a-4a61-484e-b9de-445ba5ef8998 .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-376764b5-91ad-4d82-8e5b-3a0445ae4bdd {
  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-376764b5-91ad-4d82-8e5b-3a0445ae4bdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-376764b5-91ad-4d82-8e5b-3a0445ae4bdd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-376764b5-91ad-4d82-8e5b-3a0445ae4bdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45556a2c-2ed7-4810-8475-d7754c1d2325 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-45556a2c-2ed7-4810-8475-d7754c1d2325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45556a2c-2ed7-4810-8475-d7754c1d2325.shg-box.shg-c {
  justify-content: center;
}

#s-420b1446-be99-4eb2-a96a-fa69f1f92c90 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-420b1446-be99-4eb2-a96a-fa69f1f92c90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9caecec1-f638-4e5a-b2aa-dbd6906a36d4 {
  text-align: center;
}




  #s-9caecec1-f638-4e5a-b2aa-dbd6906a36d4 img.shogun-image {
    
    width: px;
  }


#s-9caecec1-f638-4e5a-b2aa-dbd6906a36d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfcf4637-ce84-47d0-9da3-3e9f059b797f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfcf4637-ce84-47d0-9da3-3e9f059b797f .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-a9a6b8cd-ee77-4a72-a7cd-b43f7b129245 {
  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-a9a6b8cd-ee77-4a72-a7cd-b43f7b129245:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9a6b8cd-ee77-4a72-a7cd-b43f7b129245:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9a6b8cd-ee77-4a72-a7cd-b43f7b129245.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f69657a8-31d8-4947-aefa-31ce3002c0fd {
  text-align: center;
}




  #s-f69657a8-31d8-4947-aefa-31ce3002c0fd img.shogun-image {
    
    width: px;
  }


#s-f69657a8-31d8-4947-aefa-31ce3002c0fd .shogun-image-content {
  
    align-items: center;
  
}

#s-163fa3b2-c248-4769-a0ab-ec038c4e1c98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163fa3b2-c248-4769-a0ab-ec038c4e1c98 .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-74578ac9-0c62-4768-8c6b-5b42cfb3debf {
  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-74578ac9-0c62-4768-8c6b-5b42cfb3debf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74578ac9-0c62-4768-8c6b-5b42cfb3debf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74578ac9-0c62-4768-8c6b-5b42cfb3debf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b12c05cd-3206-41f4-8793-3abf07e2e1a6 {
  text-align: center;
}




  #s-b12c05cd-3206-41f4-8793-3abf07e2e1a6 img.shogun-image {
    
    width: px;
  }


#s-b12c05cd-3206-41f4-8793-3abf07e2e1a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2055bcf5-3232-4312-b762-63f1bfa53d69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2055bcf5-3232-4312-b762-63f1bfa53d69 .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-4fc7e1cd-d57d-4c77-b208-685f74b56eb2 {
  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-4fc7e1cd-d57d-4c77-b208-685f74b56eb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4fc7e1cd-d57d-4c77-b208-685f74b56eb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fc7e1cd-d57d-4c77-b208-685f74b56eb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-973124d5-7a0b-4813-8571-eafd759c3507 {
  text-align: center;
}




  #s-973124d5-7a0b-4813-8571-eafd759c3507 img.shogun-image {
    
    width: px;
  }


#s-973124d5-7a0b-4813-8571-eafd759c3507 .shogun-image-content {
  
    align-items: center;
  
}

#s-74232aab-f02d-4c3a-8b58-caa0e6a6f9e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74232aab-f02d-4c3a-8b58-caa0e6a6f9e1 .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-fb7749d8-0d58-4c27-91ba-dd8ae284bf46 {
  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-fb7749d8-0d58-4c27-91ba-dd8ae284bf46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb7749d8-0d58-4c27-91ba-dd8ae284bf46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb7749d8-0d58-4c27-91ba-dd8ae284bf46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f21f54eb-28cb-46fd-838f-9e7ff3f569ad {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f21f54eb-28cb-46fd-838f-9e7ff3f569ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f21f54eb-28cb-46fd-838f-9e7ff3f569ad.shg-box.shg-c {
  justify-content: center;
}

#s-d95c6adb-cb09-45b3-b539-35035a08a43c {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d95c6adb-cb09-45b3-b539-35035a08a43c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f02fcf4e-d82f-47cc-98d3-8ff377201714 {
  text-align: center;
}




  #s-f02fcf4e-d82f-47cc-98d3-8ff377201714 img.shogun-image {
    
    width: px;
  }


#s-f02fcf4e-d82f-47cc-98d3-8ff377201714 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e30398d-38b0-4af6-a12a-779535a9a0df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e30398d-38b0-4af6-a12a-779535a9a0df .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-5a8ad1b1-289e-4d32-93d1-de4cd6e1d813 {
  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-5a8ad1b1-289e-4d32-93d1-de4cd6e1d813:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a8ad1b1-289e-4d32-93d1-de4cd6e1d813:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a8ad1b1-289e-4d32-93d1-de4cd6e1d813.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bbec340-a48f-4711-a3d1-709c3fbd8ab7 {
  text-align: center;
}




  #s-0bbec340-a48f-4711-a3d1-709c3fbd8ab7 img.shogun-image {
    
    width: px;
  }


#s-0bbec340-a48f-4711-a3d1-709c3fbd8ab7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0882d5b-214a-4a7f-812e-8b9feb73f2bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0882d5b-214a-4a7f-812e-8b9feb73f2bc .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-20af10c4-0af6-4f17-891a-65c2d8a3d669 {
  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-20af10c4-0af6-4f17-891a-65c2d8a3d669:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20af10c4-0af6-4f17-891a-65c2d8a3d669:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20af10c4-0af6-4f17-891a-65c2d8a3d669.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-54e7f472-a320-48ef-8b22-708329825850 {
  text-align: center;
}




  #s-54e7f472-a320-48ef-8b22-708329825850 img.shogun-image {
    
    width: px;
  }


#s-54e7f472-a320-48ef-8b22-708329825850 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0155789-5700-4840-a595-84be7363f108 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0155789-5700-4840-a595-84be7363f108 .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-5fc725b4-eab6-4c35-b6b5-0a54dc036e3e {
  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-5fc725b4-eab6-4c35-b6b5-0a54dc036e3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fc725b4-eab6-4c35-b6b5-0a54dc036e3e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fc725b4-eab6-4c35-b6b5-0a54dc036e3e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f2b0a02-643b-4db2-a245-fe843f5b72e8 {
  text-align: center;
}




  #s-6f2b0a02-643b-4db2-a245-fe843f5b72e8 img.shogun-image {
    
    width: px;
  }


#s-6f2b0a02-643b-4db2-a245-fe843f5b72e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1048e82e-38ee-4f9f-9511-b3fb26fe2f1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1048e82e-38ee-4f9f-9511-b3fb26fe2f1a .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-66f60f77-f742-4aac-8b2f-30fcc3f84b5d {
  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-66f60f77-f742-4aac-8b2f-30fcc3f84b5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66f60f77-f742-4aac-8b2f-30fcc3f84b5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66f60f77-f742-4aac-8b2f-30fcc3f84b5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-50f61500-8ac1-4920-b60a-dc833b55be4b {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-50f61500-8ac1-4920-b60a-dc833b55be4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a7ce9e4a-bd16-4ff5-ad4a-1f59b2233e7a {
  text-align: center;
}




  #s-a7ce9e4a-bd16-4ff5-ad4a-1f59b2233e7a img.shogun-image {
    
    width: px;
  }


#s-a7ce9e4a-bd16-4ff5-ad4a-1f59b2233e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-5fe9adf3-0be8-4684-a088-615d0062fbe1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fe9adf3-0be8-4684-a088-615d0062fbe1 .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-7bad2c8f-f22c-4fdb-b224-43bf3b0ec8fb {
  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-7bad2c8f-f22c-4fdb-b224-43bf3b0ec8fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bad2c8f-f22c-4fdb-b224-43bf3b0ec8fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bad2c8f-f22c-4fdb-b224-43bf3b0ec8fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c35b6495-2df8-410f-91e3-2a77f4d1d49c {
  text-align: center;
}




  #s-c35b6495-2df8-410f-91e3-2a77f4d1d49c img.shogun-image {
    
    width: px;
  }


#s-c35b6495-2df8-410f-91e3-2a77f4d1d49c .shogun-image-content {
  
    align-items: center;
  
}

#s-e8b7e104-6085-417c-9379-2417904c854e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8b7e104-6085-417c-9379-2417904c854e .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-7bfcc28a-7ed1-40e6-9a09-c00117cf0bdf {
  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-7bfcc28a-7ed1-40e6-9a09-c00117cf0bdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bfcc28a-7ed1-40e6-9a09-c00117cf0bdf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bfcc28a-7ed1-40e6-9a09-c00117cf0bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51a127d9-882a-4629-b623-3096e615551c {
  text-align: center;
}




  #s-51a127d9-882a-4629-b623-3096e615551c img.shogun-image {
    
    width: px;
  }


#s-51a127d9-882a-4629-b623-3096e615551c .shogun-image-content {
  
    align-items: center;
  
}

#s-6e1bfa24-7403-4102-975f-194b88046dc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e1bfa24-7403-4102-975f-194b88046dc3 .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-1b724133-c791-486c-8d5d-efdcc3235020 {
  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-1b724133-c791-486c-8d5d-efdcc3235020:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b724133-c791-486c-8d5d-efdcc3235020:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b724133-c791-486c-8d5d-efdcc3235020.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b8adb1b-cde7-4c75-bc4e-faebaaadf402 {
  text-align: center;
}




  #s-3b8adb1b-cde7-4c75-bc4e-faebaaadf402 img.shogun-image {
    
    width: px;
  }


#s-3b8adb1b-cde7-4c75-bc4e-faebaaadf402 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ebdf62a-9317-4751-8eb1-4deef3da4760 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ebdf62a-9317-4751-8eb1-4deef3da4760 .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-1f8d6896-d642-4dea-a97d-65159936f13d {
  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-1f8d6896-d642-4dea-a97d-65159936f13d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f8d6896-d642-4dea-a97d-65159936f13d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f8d6896-d642-4dea-a97d-65159936f13d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c3c7306-421e-4612-b756-e91dff4d664e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c3c7306-421e-4612-b756-e91dff4d664e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4ef5fe9a-95bf-49d1-87bf-6ab0646e2aa4 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-4ef5fe9a-95bf-49d1-87bf-6ab0646e2aa4 img.shogun-image {
    
    width: px;
  }


#s-4ef5fe9a-95bf-49d1-87bf-6ab0646e2aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-68cb849c-0fdf-4e1f-9118-aa1a84f6a9cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68cb849c-0fdf-4e1f-9118-aa1a84f6a9cb .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-c79c394b-03a1-4993-ac14-a513c962bc3b {
  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-c79c394b-03a1-4993-ac14-a513c962bc3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c79c394b-03a1-4993-ac14-a513c962bc3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c79c394b-03a1-4993-ac14-a513c962bc3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328d7aef-5826-4081-860b-457e983af8a2 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-328d7aef-5826-4081-860b-457e983af8a2 img.shogun-image {
    
    width: px;
  }


#s-328d7aef-5826-4081-860b-457e983af8a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1987a09b-1221-4a1f-a081-a1f3306bf809 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1987a09b-1221-4a1f-a081-a1f3306bf809 .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-6ad83d13-5ede-43c7-af0e-01f22db1296d {
  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-6ad83d13-5ede-43c7-af0e-01f22db1296d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ad83d13-5ede-43c7-af0e-01f22db1296d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6ad83d13-5ede-43c7-af0e-01f22db1296d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7b84a700-cd16-41cd-ba1d-b2c586253294 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-7b84a700-cd16-41cd-ba1d-b2c586253294 img.shogun-image {
    
    width: px;
  }


#s-7b84a700-cd16-41cd-ba1d-b2c586253294 .shogun-image-content {
  
    align-items: center;
  
}

#s-e43060b4-af5c-4f5f-82d4-7120ef0bbc0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e43060b4-af5c-4f5f-82d4-7120ef0bbc0a .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-15887f09-760b-41ad-8ea3-41fd70409e1b {
  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-15887f09-760b-41ad-8ea3-41fd70409e1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15887f09-760b-41ad-8ea3-41fd70409e1b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15887f09-760b-41ad-8ea3-41fd70409e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ffb91210-ea5e-483b-acc8-31434cc21181 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-ffb91210-ea5e-483b-acc8-31434cc21181 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-ffb91210-ea5e-483b-acc8-31434cc21181.shg-box.shg-c {
  justify-content: center;
}

#s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-e786ad8d-3aff-4d8e-b1ff-d4d7ccdaaa0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-b5de6ac2-fae6-4933-a971-baa3b6022b0a {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-b5de6ac2-fae6-4933-a971-baa3b6022b0a .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-b1aa657b-600c-417d-9104-7242a20eb238 {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-b335d799-e036-4bde-8369-79715f36f65c {
  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-b335d799-e036-4bde-8369-79715f36f65c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b335d799-e036-4bde-8369-79715f36f65c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b335d799-e036-4bde-8369-79715f36f65c.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;
}
