.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-45326172-83da-4a0d-890d-76bbb543e8ea {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-45326172-83da-4a0d-890d-76bbb543e8ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

#s-92081c34-f45b-4cf1-9cee-8a11d1eef555 {
  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-92081c34-f45b-4cf1-9cee-8a11d1eef555: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-92081c34-f45b-4cf1-9cee-8a11d1eef555: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-92081c34-f45b-4cf1-9cee-8a11d1eef555.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-51631bf5-9cc9-4cc9-9d81-b1f6b41a1b7f {
  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-51631bf5-9cc9-4cc9-9d81-b1f6b41a1b7f: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-51631bf5-9cc9-4cc9-9d81-b1f6b41a1b7f: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-51631bf5-9cc9-4cc9-9d81-b1f6b41a1b7f.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-df0e7a7e-55e3-4a6e-befd-1c812a3db84b {
  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-df0e7a7e-55e3-4a6e-befd-1c812a3db84b: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-df0e7a7e-55e3-4a6e-befd-1c812a3db84b: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-df0e7a7e-55e3-4a6e-befd-1c812a3db84b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fe9ea8fa-1d5f-40a7-9ee0-52cf7c17d875 {
  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-fe9ea8fa-1d5f-40a7-9ee0-52cf7c17d875: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-fe9ea8fa-1d5f-40a7-9ee0-52cf7c17d875: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-fe9ea8fa-1d5f-40a7-9ee0-52cf7c17d875.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-334793d3-c2a3-4569-8ce8-85c8a21b7450 {
  min-height: 50px;
}








#s-334793d3-c2a3-4569-8ce8-85c8a21b7450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334793d3-c2a3-4569-8ce8-85c8a21b7450.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-9b0b63a1-9226-469a-814b-1e713b1c09d7 {
  
}

#s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs {
  justify-content: center;
}

#s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .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-9b0b63a1-9226-469a-814b-1e713b1c09d7 .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-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-9b0b63a1-9226-469a-814b-1e713b1c09d7 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-e07a87df-94f8-48a7-87c1-a6742fd89efe {
  min-height: 50px;
}








#s-e07a87df-94f8-48a7-87c1-a6742fd89efe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e07a87df-94f8-48a7-87c1-a6742fd89efe.shg-box.shg-c {
  justify-content: center;
}

#s-7b674a51-2b18-474b-b137-c763d80a6b49 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7b674a51-2b18-474b-b137-c763d80a6b49"] > .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-576285d0-dede-42bb-b742-641148ed5eb5 {
  text-align: center;
}




  #s-576285d0-dede-42bb-b742-641148ed5eb5 img.shogun-image {
    
    width: px;
  }


#s-576285d0-dede-42bb-b742-641148ed5eb5 .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-a78bcd58-c067-48d0-bf8e-c33fc9b7b48c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a78bcd58-c067-48d0-bf8e-c33fc9b7b48c .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-06806f50-95b2-4e93-ba57-357d1b0f8f96 {
  padding-bottom: 20px;
}

#s-b03a2781-6d66-4dd7-a6a1-760bf85d882d {
  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-b03a2781-6d66-4dd7-a6a1-760bf85d882d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b03a2781-6d66-4dd7-a6a1-760bf85d882d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b03a2781-6d66-4dd7-a6a1-760bf85d882d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4c47be5-58a2-4f4d-86cf-3e2e1c11d7e1 {
  text-align: center;
}




  #s-c4c47be5-58a2-4f4d-86cf-3e2e1c11d7e1 img.shogun-image {
    
    width: px;
  }


#s-c4c47be5-58a2-4f4d-86cf-3e2e1c11d7e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c39e6f76-f80c-4e1a-af0a-d35db21af81e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c39e6f76-f80c-4e1a-af0a-d35db21af81e .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-6cc5c84c-197b-4b03-a4c9-bdea1aca1d27 {
  padding-bottom: 20px;
}

#s-9f738093-c102-42f9-ba41-5d667efc2b07 {
  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-9f738093-c102-42f9-ba41-5d667efc2b07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f738093-c102-42f9-ba41-5d667efc2b07:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f738093-c102-42f9-ba41-5d667efc2b07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f13fba3e-e9cc-4150-a79d-60602de89e2f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f13fba3e-e9cc-4150-a79d-60602de89e2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-92ed54d3-366f-4b5c-bb6f-4288536c3a3e {
  text-align: center;
}




  #s-92ed54d3-366f-4b5c-bb6f-4288536c3a3e img.shogun-image {
    
    width: px;
  }


#s-92ed54d3-366f-4b5c-bb6f-4288536c3a3e .shogun-image-content {
  
    align-items: center;
  
}

#s-2b2e7de6-90eb-4781-8ccf-6bbbcb7117f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b2e7de6-90eb-4781-8ccf-6bbbcb7117f7 .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-d93a5f0b-8a33-4b03-b470-e09253250af5 {
  padding-bottom: 20px;
}

#s-5a4f3fa6-9639-4b2a-bc3d-5753615107ab {
  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-5a4f3fa6-9639-4b2a-bc3d-5753615107ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a4f3fa6-9639-4b2a-bc3d-5753615107ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a4f3fa6-9639-4b2a-bc3d-5753615107ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-664ed9cf-361f-4a3e-9568-63cbf4ef1164 {
  text-align: center;
}




  #s-664ed9cf-361f-4a3e-9568-63cbf4ef1164 img.shogun-image {
    
    width: px;
  }


#s-664ed9cf-361f-4a3e-9568-63cbf4ef1164 .shogun-image-content {
  
    align-items: center;
  
}

#s-794846fd-8a1d-4a32-a5e0-ee0997f8ccdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-794846fd-8a1d-4a32-a5e0-ee0997f8ccdd .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-21220e62-0ba0-4c4b-929f-8b334c5cb96d {
  padding-bottom: 20px;
}

#s-cf4167cd-a771-4612-8171-80bbe7efe28c {
  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-cf4167cd-a771-4612-8171-80bbe7efe28c: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-cf4167cd-a771-4612-8171-80bbe7efe28c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf4167cd-a771-4612-8171-80bbe7efe28c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-113a47c8-240d-4505-9b0c-0dcea9cf0c19 {
  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-113a47c8-240d-4505-9b0c-0dcea9cf0c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113a47c8-240d-4505-9b0c-0dcea9cf0c19.shg-box.shg-c {
  justify-content: center;
}

#s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-852d5249-ac3d-406c-bc6f-2ff3c2c9bdef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b505552e-bb92-4aba-aa11-80d034f384f1 {
  text-align: center;
}




  #s-b505552e-bb92-4aba-aa11-80d034f384f1 img.shogun-image {
    
    width: px;
  }


#s-b505552e-bb92-4aba-aa11-80d034f384f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aec71f2-cf0b-441a-9664-d643da1047b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aec71f2-cf0b-441a-9664-d643da1047b0 .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-9563c5d4-f36f-4053-b526-185403d9ec85 {
  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-9563c5d4-f36f-4053-b526-185403d9ec85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9563c5d4-f36f-4053-b526-185403d9ec85:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9563c5d4-f36f-4053-b526-185403d9ec85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd60c639-06f7-412a-8769-ed47d9629e5b {
  text-align: center;
}




  #s-fd60c639-06f7-412a-8769-ed47d9629e5b img.shogun-image {
    
    width: px;
  }


#s-fd60c639-06f7-412a-8769-ed47d9629e5b .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d194bd-76eb-4cfa-b9c6-4291e70c6d45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0d194bd-76eb-4cfa-b9c6-4291e70c6d45 .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-f6d0103d-12d5-4b81-9bb3-136f1c9fe09d {
  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-f6d0103d-12d5-4b81-9bb3-136f1c9fe09d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6d0103d-12d5-4b81-9bb3-136f1c9fe09d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6d0103d-12d5-4b81-9bb3-136f1c9fe09d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad644791-1571-4490-b208-364d8d252654 {
  text-align: center;
}




  #s-ad644791-1571-4490-b208-364d8d252654 img.shogun-image {
    
    width: px;
  }


#s-ad644791-1571-4490-b208-364d8d252654 .shogun-image-content {
  
    align-items: center;
  
}

#s-00f55db0-1b7e-48cb-b295-900b79b4d9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00f55db0-1b7e-48cb-b295-900b79b4d9de .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-c941b2a2-63e0-4f64-bde0-9153ab6d4d60 {
  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-c941b2a2-63e0-4f64-bde0-9153ab6d4d60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c941b2a2-63e0-4f64-bde0-9153ab6d4d60:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c941b2a2-63e0-4f64-bde0-9153ab6d4d60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89601ace-d9a5-4651-b7c8-6e6bd3d41988 {
  text-align: center;
}




  #s-89601ace-d9a5-4651-b7c8-6e6bd3d41988 img.shogun-image {
    
    width: px;
  }


#s-89601ace-d9a5-4651-b7c8-6e6bd3d41988 .shogun-image-content {
  
    align-items: center;
  
}

#s-103d37b0-7e9c-49a3-b437-5262e8a362c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-103d37b0-7e9c-49a3-b437-5262e8a362c4 .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-5a705ff0-5a50-4de9-a071-8376616a8eb0 {
  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-5a705ff0-5a50-4de9-a071-8376616a8eb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a705ff0-5a50-4de9-a071-8376616a8eb0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a705ff0-5a50-4de9-a071-8376616a8eb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d5743dc-0897-4341-b374-38b7d770bd64 {
  min-height: 50px;
}








#s-5d5743dc-0897-4341-b374-38b7d770bd64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d5743dc-0897-4341-b374-38b7d770bd64.shg-box.shg-c {
  justify-content: center;
}

#s-867e9b53-32dd-4e42-9aac-bf44b214bdac {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-867e9b53-32dd-4e42-9aac-bf44b214bdac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dea64a62-d98a-4138-b14f-41afce11c9a6 {
  text-align: center;
}




  #s-dea64a62-d98a-4138-b14f-41afce11c9a6 img.shogun-image {
    
    width: px;
  }


#s-dea64a62-d98a-4138-b14f-41afce11c9a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-80afb9d0-37ae-4d71-9f64-847a8169a20e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80afb9d0-37ae-4d71-9f64-847a8169a20e .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-33aad1b7-6bca-473a-902f-0c50a538c744 {
  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-33aad1b7-6bca-473a-902f-0c50a538c744:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33aad1b7-6bca-473a-902f-0c50a538c744:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33aad1b7-6bca-473a-902f-0c50a538c744.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07ba130f-f207-4877-a6ad-883654e037c4 {
  text-align: center;
}




  #s-07ba130f-f207-4877-a6ad-883654e037c4 img.shogun-image {
    
    width: px;
  }


#s-07ba130f-f207-4877-a6ad-883654e037c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a76ae86-d8d9-4e01-8afb-440af2b74215 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a76ae86-d8d9-4e01-8afb-440af2b74215 .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-1a906512-81bc-4a7b-8359-f049a6c8cd31 {
  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-1a906512-81bc-4a7b-8359-f049a6c8cd31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a906512-81bc-4a7b-8359-f049a6c8cd31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a906512-81bc-4a7b-8359-f049a6c8cd31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3a7ab5c-a848-42fe-bf84-6d1bb0b981f7 {
  text-align: center;
}




  #s-d3a7ab5c-a848-42fe-bf84-6d1bb0b981f7 img.shogun-image {
    
    width: px;
  }


#s-d3a7ab5c-a848-42fe-bf84-6d1bb0b981f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d67ace18-f650-4559-bff0-e17cdcd0cccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d67ace18-f650-4559-bff0-e17cdcd0cccc .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-683e0768-2675-4743-b747-d63f5e918e2b {
  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-683e0768-2675-4743-b747-d63f5e918e2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-683e0768-2675-4743-b747-d63f5e918e2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-683e0768-2675-4743-b747-d63f5e918e2b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49ec2cc9-db5d-4c43-8cbd-8bbcd59f1adf {
  text-align: center;
}




  #s-49ec2cc9-db5d-4c43-8cbd-8bbcd59f1adf img.shogun-image {
    
    width: px;
  }


#s-49ec2cc9-db5d-4c43-8cbd-8bbcd59f1adf .shogun-image-content {
  
    align-items: center;
  
}

#s-0bc75162-5090-4b24-9502-5ab99f503488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bc75162-5090-4b24-9502-5ab99f503488 .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-e0fa2194-d850-44c4-9095-6b5afea76b28 {
  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-e0fa2194-d850-44c4-9095-6b5afea76b28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0fa2194-d850-44c4-9095-6b5afea76b28:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e0fa2194-d850-44c4-9095-6b5afea76b28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71e1dfd3-2750-47b1-b8e5-d1213ae8ac46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-71e1dfd3-2750-47b1-b8e5-d1213ae8ac46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71e1dfd3-2750-47b1-b8e5-d1213ae8ac46.shg-box.shg-c {
  justify-content: center;
}

#s-8ab0708d-b06d-4298-9940-0bcdf946635c {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8ab0708d-b06d-4298-9940-0bcdf946635c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-bd952765-d229-46f1-b57f-bd7a13bbfdfb {
  text-align: center;
}




  #s-bd952765-d229-46f1-b57f-bd7a13bbfdfb img.shogun-image {
    
    width: px;
  }


#s-bd952765-d229-46f1-b57f-bd7a13bbfdfb .shogun-image-content {
  
    align-items: center;
  
}

#s-d1bedf0b-d593-40e8-b3a4-dd95abbaafb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1bedf0b-d593-40e8-b3a4-dd95abbaafb9 .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-655b5b62-ff60-4a0f-8b08-0216a67b0809 {
  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-655b5b62-ff60-4a0f-8b08-0216a67b0809:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-655b5b62-ff60-4a0f-8b08-0216a67b0809:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-655b5b62-ff60-4a0f-8b08-0216a67b0809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dca4de58-7328-473e-b1a3-71ab1af5dee9 {
  text-align: center;
}




  #s-dca4de58-7328-473e-b1a3-71ab1af5dee9 img.shogun-image {
    
    width: px;
  }


#s-dca4de58-7328-473e-b1a3-71ab1af5dee9 .shogun-image-content {
  
    align-items: center;
  
}

#s-40db963d-fe77-43a7-a87c-a153ae1e4eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40db963d-fe77-43a7-a87c-a153ae1e4eda .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-bc585826-b198-4cef-bd68-2dfcb4cbfba3 {
  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-bc585826-b198-4cef-bd68-2dfcb4cbfba3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc585826-b198-4cef-bd68-2dfcb4cbfba3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc585826-b198-4cef-bd68-2dfcb4cbfba3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-675a7c39-1044-44db-970b-2595bc38cbb3 {
  text-align: center;
}




  #s-675a7c39-1044-44db-970b-2595bc38cbb3 img.shogun-image {
    
    width: px;
  }


#s-675a7c39-1044-44db-970b-2595bc38cbb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-94b1412f-b946-4723-a32e-bc58c5e300e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94b1412f-b946-4723-a32e-bc58c5e300e1 .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-3c4c9440-8463-43ae-af0a-723031192bf9 {
  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-3c4c9440-8463-43ae-af0a-723031192bf9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c4c9440-8463-43ae-af0a-723031192bf9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c4c9440-8463-43ae-af0a-723031192bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d33e0623-fcac-4400-9dc9-d8da2fe218ab {
  text-align: center;
}




  #s-d33e0623-fcac-4400-9dc9-d8da2fe218ab img.shogun-image {
    
    width: px;
  }


#s-d33e0623-fcac-4400-9dc9-d8da2fe218ab .shogun-image-content {
  
    align-items: center;
  
}

#s-db42976f-351f-4e00-b099-3addfc61854d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db42976f-351f-4e00-b099-3addfc61854d .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-5d279b2b-45a3-4db5-a32b-851810ab3068 {
  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-5d279b2b-45a3-4db5-a32b-851810ab3068:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d279b2b-45a3-4db5-a32b-851810ab3068:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d279b2b-45a3-4db5-a32b-851810ab3068.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c56b4a97-84ce-444e-892a-7eb3fe5c9a1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6c1a4578-d061-4c67-9dab-e9d13d31103f {
  text-align: center;
}




  #s-6c1a4578-d061-4c67-9dab-e9d13d31103f img.shogun-image {
    
    width: px;
  }


#s-6c1a4578-d061-4c67-9dab-e9d13d31103f .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef87505-ad30-4804-b151-08a88227ab1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ef87505-ad30-4804-b151-08a88227ab1f .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-f76590c1-d463-415b-b193-c4181ac35df6 {
  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-f76590c1-d463-415b-b193-c4181ac35df6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f76590c1-d463-415b-b193-c4181ac35df6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f76590c1-d463-415b-b193-c4181ac35df6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89e8ba7f-8d8a-4ee9-8c37-5fa24d9c51e4 {
  text-align: center;
}




  #s-89e8ba7f-8d8a-4ee9-8c37-5fa24d9c51e4 img.shogun-image {
    
    width: px;
  }


#s-89e8ba7f-8d8a-4ee9-8c37-5fa24d9c51e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7719c69-bc2d-4c19-8b06-4096c2b1c112 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7719c69-bc2d-4c19-8b06-4096c2b1c112 .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-ad04932e-199b-4459-9da2-82ac3dbed4fa {
  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-ad04932e-199b-4459-9da2-82ac3dbed4fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad04932e-199b-4459-9da2-82ac3dbed4fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad04932e-199b-4459-9da2-82ac3dbed4fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d35a150-4c2f-4c9f-830b-3909ca0b0690 {
  text-align: center;
}




  #s-3d35a150-4c2f-4c9f-830b-3909ca0b0690 img.shogun-image {
    
    width: px;
  }


#s-3d35a150-4c2f-4c9f-830b-3909ca0b0690 .shogun-image-content {
  
    align-items: center;
  
}

#s-3331a0d4-e331-416e-b0ca-cb27ff42c3dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3331a0d4-e331-416e-b0ca-cb27ff42c3dd .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-6437f342-96d3-46c9-a761-abf9980771d0 {
  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-6437f342-96d3-46c9-a761-abf9980771d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6437f342-96d3-46c9-a761-abf9980771d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6437f342-96d3-46c9-a761-abf9980771d0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c56de5e5-8c76-4574-aa58-f9eed1767111 {
  text-align: center;
}




  #s-c56de5e5-8c76-4574-aa58-f9eed1767111 img.shogun-image {
    
    width: px;
  }


#s-c56de5e5-8c76-4574-aa58-f9eed1767111 .shogun-image-content {
  
    align-items: center;
  
}

#s-515dee7c-1a3e-4760-88f9-223d25bb594a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-515dee7c-1a3e-4760-88f9-223d25bb594a .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-6091d6e0-5001-4d18-b632-cadf6464f301 {
  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-6091d6e0-5001-4d18-b632-cadf6464f301:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6091d6e0-5001-4d18-b632-cadf6464f301:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6091d6e0-5001-4d18-b632-cadf6464f301.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c99e79e-ab74-40df-8976-99baedf8506a {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c99e79e-ab74-40df-8976-99baedf8506a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2354b8e8-e2ff-4644-bfb0-34a938282860 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-2354b8e8-e2ff-4644-bfb0-34a938282860 img.shogun-image {
    
    width: px;
  }


#s-2354b8e8-e2ff-4644-bfb0-34a938282860 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f5e077e-c297-4ffd-a68c-c7c2e2aaf0a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f5e077e-c297-4ffd-a68c-c7c2e2aaf0a6 .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-037a212a-bade-4462-89d1-16f7b6973bc3 {
  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-037a212a-bade-4462-89d1-16f7b6973bc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-037a212a-bade-4462-89d1-16f7b6973bc3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-037a212a-bade-4462-89d1-16f7b6973bc3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ea74da7-9836-4b37-97c5-a9e3c1f18f72 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-7ea74da7-9836-4b37-97c5-a9e3c1f18f72 img.shogun-image {
    
    width: px;
  }


#s-7ea74da7-9836-4b37-97c5-a9e3c1f18f72 .shogun-image-content {
  
    align-items: center;
  
}

#s-7fa33c19-fc49-4285-a393-2015ce3c68b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fa33c19-fc49-4285-a393-2015ce3c68b2 .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-6aaba531-0727-4731-b1e7-769ed7b18a01 {
  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-6aaba531-0727-4731-b1e7-769ed7b18a01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6aaba531-0727-4731-b1e7-769ed7b18a01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6aaba531-0727-4731-b1e7-769ed7b18a01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad090e6c-07d8-411d-b944-85aa7d17984f {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-ad090e6c-07d8-411d-b944-85aa7d17984f img.shogun-image {
    
    width: px;
  }


#s-ad090e6c-07d8-411d-b944-85aa7d17984f .shogun-image-content {
  
    align-items: center;
  
}

#s-394e8513-030d-473c-aee2-ee9965467727 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-394e8513-030d-473c-aee2-ee9965467727 .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-2c0d797a-87f3-4a2b-9d13-efeb3ebcc275 {
  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-2c0d797a-87f3-4a2b-9d13-efeb3ebcc275:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c0d797a-87f3-4a2b-9d13-efeb3ebcc275:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c0d797a-87f3-4a2b-9d13-efeb3ebcc275.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-804cd06f-f8b6-4689-b2fe-e999cb793ceb {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-804cd06f-f8b6-4689-b2fe-e999cb793ceb > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-804cd06f-f8b6-4689-b2fe-e999cb793ceb.shg-box.shg-c {
  justify-content: center;
}

#s-4bf5b897-9b76-4016-a265-edf7dd930db7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-4bf5b897-9b76-4016-a265-edf7dd930db7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-dbbe4d18-fc72-4976-9cd2-4e2b73f6f9b9 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-dbbe4d18-fc72-4976-9cd2-4e2b73f6f9b9 .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-22113561-b2fe-4ce5-bc71-5eb7ed6374ae {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-c824cc3d-f8c7-48ed-8f23-1b8ac8633a91 {
  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-c824cc3d-f8c7-48ed-8f23-1b8ac8633a91:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c824cc3d-f8c7-48ed-8f23-1b8ac8633a91:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c824cc3d-f8c7-48ed-8f23-1b8ac8633a91.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;
}
