.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-b64aced3-6f39-45fd-8be1-283c94678724 {
  padding-top: 5px;
padding-left: 2px;
padding-bottom: 5px;
padding-right: 2px;
}

@media (min-width: 0px) {
[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b64aced3-6f39-45fd-8be1-283c94678724"] > .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-350f02fb-b133-4667-aaec-f29a3d5dfd02 {
  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;
background-image: none;
hover-type: color;
}
#s-350f02fb-b133-4667-aaec-f29a3d5dfd02:hover {background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-350f02fb-b133-4667-aaec-f29a3d5dfd02:active {background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-350f02fb-b133-4667-aaec-f29a3d5dfd02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fb8621a3-fc1a-4514-abc8-331176590018 {
  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;
background-image: none;
hover-type: color;
color: rgba(67, 96, 118, 1);
}
#s-fb8621a3-fc1a-4514-abc8-331176590018:hover {background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb8621a3-fc1a-4514-abc8-331176590018:active {background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fb8621a3-fc1a-4514-abc8-331176590018.shg-btn {
  color: rgba(67, 96, 118, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-595bb40c-fcf2-4e7b-83eb-d70ac90988c7 {
  min-height: 50px;
}








#s-595bb40c-fcf2-4e7b-83eb-d70ac90988c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-595bb40c-fcf2-4e7b-83eb-d70ac90988c7.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;
  flex-wrap: wrap;
}

.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;
  flex-grow: 1;
  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-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-c836be43-3e1e-43ba-aad5-a567701059a4 {
  
}

#s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs {
  justify-content: center;
}

#s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs > li > .shogun-tab-box::after {
    background: rgba(188, 188, 188, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c836be43-3e1e-43ba-aad5-a567701059a4 .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-c836be43-3e1e-43ba-aad5-a567701059a4 .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-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c836be43-3e1e-43ba-aad5-a567701059a4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-231cd01f-3800-42f4-81c4-6e7249c864ae {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-231cd01f-3800-42f4-81c4-6e7249c864ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-231cd01f-3800-42f4-81c4-6e7249c864ae.shg-box.shg-c {
  justify-content: center;
}

#s-981b5865-bbaa-4607-a320-abfd7a165942 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981b5865-bbaa-4607-a320-abfd7a165942"] > .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-ed5c8644-0ad8-44ee-aa81-e53dd5e4b580 {
  text-align: center;
}




  #s-ed5c8644-0ad8-44ee-aa81-e53dd5e4b580 img.shogun-image {
    
    width: px;
  }


#s-ed5c8644-0ad8-44ee-aa81-e53dd5e4b580 .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-7d437952-a11e-442d-974f-24c22c03b9d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d437952-a11e-442d-974f-24c22c03b9d5 .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-9425fc08-4aa0-48f2-aa28-67c3a1d91083 {
  padding-bottom: 20px;
}

#s-e5d4b15e-525e-4c5a-bfad-71b28812cce2 {
  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-e5d4b15e-525e-4c5a-bfad-71b28812cce2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5d4b15e-525e-4c5a-bfad-71b28812cce2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5d4b15e-525e-4c5a-bfad-71b28812cce2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c2929239-d0d9-47c4-85f9-54a2cbf42b7d {
  text-align: center;
}




  #s-c2929239-d0d9-47c4-85f9-54a2cbf42b7d img.shogun-image {
    
    width: px;
  }


#s-c2929239-d0d9-47c4-85f9-54a2cbf42b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-fbfa9a01-19dd-4c35-b917-092d257a302c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbfa9a01-19dd-4c35-b917-092d257a302c .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-56b34ff8-8fe3-4a4f-954d-3cbff4c766e4 {
  padding-bottom: 20px;
}

#s-e7880186-b81f-4eb4-9dbf-5c9c03bc6d44 {
  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-e7880186-b81f-4eb4-9dbf-5c9c03bc6d44:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7880186-b81f-4eb4-9dbf-5c9c03bc6d44:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e7880186-b81f-4eb4-9dbf-5c9c03bc6d44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2dd9033-b074-47f9-95c5-4444e8e76c65 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f2dd9033-b074-47f9-95c5-4444e8e76c65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f611a519-0ee1-4a96-866c-6ec483120801 {
  text-align: center;
}




  #s-f611a519-0ee1-4a96-866c-6ec483120801 img.shogun-image {
    
    width: px;
  }


#s-f611a519-0ee1-4a96-866c-6ec483120801 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b6b4675-bc9f-4246-a82d-092633f73a3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b6b4675-bc9f-4246-a82d-092633f73a3a .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-56e06758-865b-436f-a2cd-d27c7aa7d977 {
  padding-bottom: 20px;
}

#s-64344f0b-5820-4bb4-8bf7-4e10cc04bfe6 {
  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-64344f0b-5820-4bb4-8bf7-4e10cc04bfe6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64344f0b-5820-4bb4-8bf7-4e10cc04bfe6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64344f0b-5820-4bb4-8bf7-4e10cc04bfe6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12764625-031c-4037-851e-4b9f7c3256f5 {
  text-align: center;
}




  #s-12764625-031c-4037-851e-4b9f7c3256f5 img.shogun-image {
    
    width: px;
  }


#s-12764625-031c-4037-851e-4b9f7c3256f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2b369a8-6837-46b4-ace3-7d97beddd237 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2b369a8-6837-46b4-ace3-7d97beddd237 .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-41e105d2-29c7-4be0-b579-26ffecda0234 {
  padding-bottom: 20px;
}

#s-5e2bfd24-68f5-422f-af25-23269f268043 {
  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;
background-image: none;
hover-type: color;
}
#s-5e2bfd24-68f5-422f-af25-23269f268043:hover {background-color: rgba(67, 96, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e2bfd24-68f5-422f-af25-23269f268043:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e2bfd24-68f5-422f-af25-23269f268043.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1a391cd6-ef32-45fc-a2c6-6d61601f52ae {
  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-1a391cd6-ef32-45fc-a2c6-6d61601f52ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a391cd6-ef32-45fc-a2c6-6d61601f52ae.shg-box.shg-c {
  justify-content: center;
}

#s-509f2613-f006-437f-aeb0-89d9d35b5186 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-509f2613-f006-437f-aeb0-89d9d35b5186"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c410e24e-1053-4788-a671-13c87a01ec14 {
  text-align: center;
}




  #s-c410e24e-1053-4788-a671-13c87a01ec14 img.shogun-image {
    
    width: px;
  }


#s-c410e24e-1053-4788-a671-13c87a01ec14 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6c486ea-26a5-4ded-8749-d6e7af348d06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6c486ea-26a5-4ded-8749-d6e7af348d06 .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-60ad0a43-ffab-4304-9e1e-783cbd711ab9 {
  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-60ad0a43-ffab-4304-9e1e-783cbd711ab9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60ad0a43-ffab-4304-9e1e-783cbd711ab9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60ad0a43-ffab-4304-9e1e-783cbd711ab9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-632894e9-8845-473c-beef-30af8e51a26c {
  text-align: center;
}




  #s-632894e9-8845-473c-beef-30af8e51a26c img.shogun-image {
    
    width: px;
  }


#s-632894e9-8845-473c-beef-30af8e51a26c .shogun-image-content {
  
    align-items: center;
  
}

#s-1111c266-36e6-44d1-94c7-5a48662f6811 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1111c266-36e6-44d1-94c7-5a48662f6811 .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-db590319-1293-457e-bfe1-86a88996249d {
  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-db590319-1293-457e-bfe1-86a88996249d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db590319-1293-457e-bfe1-86a88996249d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db590319-1293-457e-bfe1-86a88996249d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3a20574-bf9e-4d6d-b5f8-ae1a17ff767a {
  text-align: center;
}




  #s-f3a20574-bf9e-4d6d-b5f8-ae1a17ff767a img.shogun-image {
    
    width: px;
  }


#s-f3a20574-bf9e-4d6d-b5f8-ae1a17ff767a .shogun-image-content {
  
    align-items: center;
  
}

#s-e8dad90f-e8ad-47f0-acd1-053018d31b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8dad90f-e8ad-47f0-acd1-053018d31b76 .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-0eeb9932-36b9-4f69-940e-79f9c8d1c07a {
  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-0eeb9932-36b9-4f69-940e-79f9c8d1c07a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0eeb9932-36b9-4f69-940e-79f9c8d1c07a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0eeb9932-36b9-4f69-940e-79f9c8d1c07a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c61b93f-558d-4a66-95d9-50b92f56c45d {
  text-align: center;
}




  #s-2c61b93f-558d-4a66-95d9-50b92f56c45d img.shogun-image {
    
    width: px;
  }


#s-2c61b93f-558d-4a66-95d9-50b92f56c45d .shogun-image-content {
  
    align-items: center;
  
}

#s-c55fc7cd-2353-4438-8131-6df47b385a49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c55fc7cd-2353-4438-8131-6df47b385a49 .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-4f51a048-7884-445c-befb-33d1f8656309 {
  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-4f51a048-7884-445c-befb-33d1f8656309:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f51a048-7884-445c-befb-33d1f8656309:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f51a048-7884-445c-befb-33d1f8656309.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-97c594a5-2cbd-4f93-bdf5-88feee2511e2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-97c594a5-2cbd-4f93-bdf5-88feee2511e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97c594a5-2cbd-4f93-bdf5-88feee2511e2.shg-box.shg-c {
  justify-content: center;
}

#s-9c32a91f-ba3b-4400-953b-92f26fc3604e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c32a91f-ba3b-4400-953b-92f26fc3604e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-17630056-441c-48f8-9431-7bbe5a0cc40f {
  text-align: center;
}




  #s-17630056-441c-48f8-9431-7bbe5a0cc40f img.shogun-image {
    
    width: px;
  }


#s-17630056-441c-48f8-9431-7bbe5a0cc40f .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca5213e-f8c8-4c78-ae95-d78605db7d7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ca5213e-f8c8-4c78-ae95-d78605db7d7f .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-a461fda3-9ac4-4a5e-af5c-f2d3a63278a7 {
  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-a461fda3-9ac4-4a5e-af5c-f2d3a63278a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a461fda3-9ac4-4a5e-af5c-f2d3a63278a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a461fda3-9ac4-4a5e-af5c-f2d3a63278a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-218c7d84-b179-4730-acbd-e6b619207109 {
  text-align: center;
}




  #s-218c7d84-b179-4730-acbd-e6b619207109 img.shogun-image {
    
    width: px;
  }


#s-218c7d84-b179-4730-acbd-e6b619207109 .shogun-image-content {
  
    align-items: center;
  
}

#s-298b7a4e-7031-47f5-aa9a-0c1cd7dbe939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-298b7a4e-7031-47f5-aa9a-0c1cd7dbe939 .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-ba0e44c4-6abe-4367-acb0-7aba9600b1ae {
  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-ba0e44c4-6abe-4367-acb0-7aba9600b1ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba0e44c4-6abe-4367-acb0-7aba9600b1ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba0e44c4-6abe-4367-acb0-7aba9600b1ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ff036ba5-3f31-457b-88db-3235f2a2934c {
  text-align: center;
}




  #s-ff036ba5-3f31-457b-88db-3235f2a2934c img.shogun-image {
    
    width: px;
  }


#s-ff036ba5-3f31-457b-88db-3235f2a2934c .shogun-image-content {
  
    align-items: center;
  
}

#s-2ba3cda4-155a-47c0-8953-b109db99b1f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ba3cda4-155a-47c0-8953-b109db99b1f1 .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-2d59589a-5744-4cce-a3d9-81133813b5a3 {
  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-2d59589a-5744-4cce-a3d9-81133813b5a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d59589a-5744-4cce-a3d9-81133813b5a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d59589a-5744-4cce-a3d9-81133813b5a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e32abe2-51c8-4161-9283-eea92a21b587 {
  text-align: center;
}




  #s-8e32abe2-51c8-4161-9283-eea92a21b587 img.shogun-image {
    
    width: px;
  }


#s-8e32abe2-51c8-4161-9283-eea92a21b587 .shogun-image-content {
  
    align-items: center;
  
}

#s-174e01e1-2200-41e9-a8a6-3c8d34030de3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-174e01e1-2200-41e9-a8a6-3c8d34030de3 .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-122077bd-87b4-40db-8e97-e8c2ccefe9ee {
  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-122077bd-87b4-40db-8e97-e8c2ccefe9ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-122077bd-87b4-40db-8e97-e8c2ccefe9ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-122077bd-87b4-40db-8e97-e8c2ccefe9ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-258de172-d9cc-4cd1-adf5-c33d0d4afc7f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-258de172-d9cc-4cd1-adf5-c33d0d4afc7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-258de172-d9cc-4cd1-adf5-c33d0d4afc7f.shg-box.shg-c {
  justify-content: center;
}

#s-667346a6-c8b7-423b-afff-a37934388c8b {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-667346a6-c8b7-423b-afff-a37934388c8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4e9bc8ea-3cf6-4724-84f9-fd9b7182fe08 {
  text-align: center;
}




  #s-4e9bc8ea-3cf6-4724-84f9-fd9b7182fe08 img.shogun-image {
    
    width: px;
  }


#s-4e9bc8ea-3cf6-4724-84f9-fd9b7182fe08 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e4df716-7337-4832-90fb-77abb28b17e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e4df716-7337-4832-90fb-77abb28b17e8 .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-ee568722-5f83-4e5c-b5ff-299a34680f8e {
  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-ee568722-5f83-4e5c-b5ff-299a34680f8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee568722-5f83-4e5c-b5ff-299a34680f8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee568722-5f83-4e5c-b5ff-299a34680f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74afe43b-a196-4bb3-af31-e44be5f8ade7 {
  text-align: center;
}




  #s-74afe43b-a196-4bb3-af31-e44be5f8ade7 img.shogun-image {
    
    width: px;
  }


#s-74afe43b-a196-4bb3-af31-e44be5f8ade7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e7149ca-5d05-4ebd-ab00-9ccd3d099936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e7149ca-5d05-4ebd-ab00-9ccd3d099936 .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-940a2a3a-accd-45ee-b23c-7d791dfd77c1 {
  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-940a2a3a-accd-45ee-b23c-7d791dfd77c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-940a2a3a-accd-45ee-b23c-7d791dfd77c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-940a2a3a-accd-45ee-b23c-7d791dfd77c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d4c1d5e5-5e74-4ad1-a67c-5c6938031610 {
  text-align: center;
}




  #s-d4c1d5e5-5e74-4ad1-a67c-5c6938031610 img.shogun-image {
    
    width: px;
  }


#s-d4c1d5e5-5e74-4ad1-a67c-5c6938031610 .shogun-image-content {
  
    align-items: center;
  
}

#s-7546f073-2a8b-4a3c-b0a9-86a3a69e2d9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7546f073-2a8b-4a3c-b0a9-86a3a69e2d9a .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-e530d990-1375-44a2-b8a4-5ada1d9a0e6d {
  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-e530d990-1375-44a2-b8a4-5ada1d9a0e6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e530d990-1375-44a2-b8a4-5ada1d9a0e6d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e530d990-1375-44a2-b8a4-5ada1d9a0e6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f504f439-b78e-48c5-85ab-bebcca6dc839 {
  text-align: center;
}




  #s-f504f439-b78e-48c5-85ab-bebcca6dc839 img.shogun-image {
    
    width: px;
  }


#s-f504f439-b78e-48c5-85ab-bebcca6dc839 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab1fe5eb-5c70-493d-9adf-038f883d863b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab1fe5eb-5c70-493d-9adf-038f883d863b .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-5b141419-631d-4df4-9655-ec8ce189d833 {
  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-5b141419-631d-4df4-9655-ec8ce189d833:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b141419-631d-4df4-9655-ec8ce189d833:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b141419-631d-4df4-9655-ec8ce189d833.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07c2172d-17fd-485b-a85d-edc667ef3396 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07c2172d-17fd-485b-a85d-edc667ef3396"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3eb7012c-5d4e-4784-bfec-d9974a295562 {
  text-align: center;
}




  #s-3eb7012c-5d4e-4784-bfec-d9974a295562 img.shogun-image {
    
    width: px;
  }


#s-3eb7012c-5d4e-4784-bfec-d9974a295562 .shogun-image-content {
  
    align-items: center;
  
}

#s-d63215b2-b3ba-4634-9637-ae9d3a802f84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d63215b2-b3ba-4634-9637-ae9d3a802f84 .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-0a567df5-6106-4528-9e24-4cbb652831ec {
  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-0a567df5-6106-4528-9e24-4cbb652831ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a567df5-6106-4528-9e24-4cbb652831ec:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a567df5-6106-4528-9e24-4cbb652831ec.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a86fd283-1159-4a44-bdd5-4b4695fe0a01 {
  text-align: center;
}




  #s-a86fd283-1159-4a44-bdd5-4b4695fe0a01 img.shogun-image {
    
    width: px;
  }


#s-a86fd283-1159-4a44-bdd5-4b4695fe0a01 .shogun-image-content {
  
    align-items: center;
  
}

#s-64dee67f-daae-4a6b-8bf2-0d8d45300d55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64dee67f-daae-4a6b-8bf2-0d8d45300d55 .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-de800bcd-2072-466b-959d-5d379cd033ce {
  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-de800bcd-2072-466b-959d-5d379cd033ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de800bcd-2072-466b-959d-5d379cd033ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de800bcd-2072-466b-959d-5d379cd033ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6a1b1074-b73a-4fe1-a207-dfc7b8094055 {
  text-align: center;
}




  #s-6a1b1074-b73a-4fe1-a207-dfc7b8094055 img.shogun-image {
    
    width: px;
  }


#s-6a1b1074-b73a-4fe1-a207-dfc7b8094055 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaf1c6a1-7dbd-4e5d-b472-6a251cd9309e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaf1c6a1-7dbd-4e5d-b472-6a251cd9309e .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-8dfc4b61-ddf1-406b-8149-78be36ca50c1 {
  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-8dfc4b61-ddf1-406b-8149-78be36ca50c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dfc4b61-ddf1-406b-8149-78be36ca50c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8dfc4b61-ddf1-406b-8149-78be36ca50c1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d79b3ef-8ebf-4d7e-9719-0cf3a3ff06bf {
  text-align: center;
}




  #s-5d79b3ef-8ebf-4d7e-9719-0cf3a3ff06bf img.shogun-image {
    
    width: px;
  }


#s-5d79b3ef-8ebf-4d7e-9719-0cf3a3ff06bf .shogun-image-content {
  
    align-items: center;
  
}

#s-fd9868b4-2f5b-465f-a483-a2808c8bcd74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd9868b4-2f5b-465f-a483-a2808c8bcd74 .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-e11f8536-8d07-4473-bcaa-f295e372aa06 {
  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-e11f8536-8d07-4473-bcaa-f295e372aa06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e11f8536-8d07-4473-bcaa-f295e372aa06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e11f8536-8d07-4473-bcaa-f295e372aa06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ffa37ca-f1ff-4978-b817-c9094b6f786b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9ffa37ca-f1ff-4978-b817-c9094b6f786b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-76c5d3a5-765d-427a-acde-8f901310709b {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-76c5d3a5-765d-427a-acde-8f901310709b img.shogun-image {
    
    width: px;
  }


#s-76c5d3a5-765d-427a-acde-8f901310709b .shogun-image-content {
  
    align-items: center;
  
}

#s-f93ba4ca-59c8-4d79-a9f4-8bdc1e8fdce2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f93ba4ca-59c8-4d79-a9f4-8bdc1e8fdce2 .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-36bcc066-0cb6-4089-8e72-c8309d74ddcb {
  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-36bcc066-0cb6-4089-8e72-c8309d74ddcb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36bcc066-0cb6-4089-8e72-c8309d74ddcb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36bcc066-0cb6-4089-8e72-c8309d74ddcb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5614f8f0-72a1-4e91-8ee5-6e984d95bb36 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-5614f8f0-72a1-4e91-8ee5-6e984d95bb36 img.shogun-image {
    
    width: px;
  }


#s-5614f8f0-72a1-4e91-8ee5-6e984d95bb36 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaa5a567-bd7a-4c9b-8464-5fece0ea20b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaa5a567-bd7a-4c9b-8464-5fece0ea20b1 .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-c7e82431-4e0a-40eb-b028-02f543a33f80 {
  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-c7e82431-4e0a-40eb-b028-02f543a33f80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7e82431-4e0a-40eb-b028-02f543a33f80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c7e82431-4e0a-40eb-b028-02f543a33f80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9da3a465-b1e8-4700-8c25-2bdc4389b4bd {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-9da3a465-b1e8-4700-8c25-2bdc4389b4bd img.shogun-image {
    
    width: px;
  }


#s-9da3a465-b1e8-4700-8c25-2bdc4389b4bd .shogun-image-content {
  
    align-items: center;
  
}

#s-16c6f8bb-62a3-4c64-8bda-849bdbd92d57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16c6f8bb-62a3-4c64-8bda-849bdbd92d57 .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-b135c1ef-27ce-49ba-be80-1387383125db {
  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-b135c1ef-27ce-49ba-be80-1387383125db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b135c1ef-27ce-49ba-be80-1387383125db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b135c1ef-27ce-49ba-be80-1387383125db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89e4283a-3335-4cf1-8326-85e765a2fdc8 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -55px;
background-position: center center;
}








#s-89e4283a-3335-4cf1-8326-85e765a2fdc8 > .shg-box-overlay {
  background-color: rgba(66, 78, 86, 1);
  opacity: 0.5;
}#s-89e4283a-3335-4cf1-8326-85e765a2fdc8.shg-box.shg-c {
  justify-content: center;
}

#s-9e8a34af-cb86-4388-a315-f2e6662c8f2d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-9e8a34af-cb86-4388-a315-f2e6662c8f2d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-2b3fc8da-08a6-4cb0-b562-7712f113297b {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-2b3fc8da-08a6-4cb0-b562-7712f113297b .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-66847255-9ddc-4462-9e08-89d7912d09cb {
  padding-top: 10px;
padding-bottom: 20px;
}

#s-d0dfe225-436a-4edf-a6c8-4c13c1709461 {
  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-d0dfe225-436a-4edf-a6c8-4c13c1709461:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0dfe225-436a-4edf-a6c8-4c13c1709461:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d0dfe225-436a-4edf-a6c8-4c13c1709461.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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
