.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-1e5be829-4954-4408-a476-6bf7333d1b93 {
  min-height: 50px;
}








#s-1e5be829-4954-4408-a476-6bf7333d1b93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e5be829-4954-4408-a476-6bf7333d1b93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6f380b5a-f5e3-402c-8d5c-126fae59190e {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6f380b5a-f5e3-402c-8d5c-126fae59190e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f380b5a-f5e3-402c-8d5c-126fae59190e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-58ed98c5-f914-4e03-944d-0502196ad6cd {
  margin-bottom: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-58ed98c5-f914-4e03-944d-0502196ad6cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ed98c5-f914-4e03-944d-0502196ad6cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1283fbd-a76c-4d49-898a-31a762baabe1 {
  
}








#s-d1283fbd-a76c-4d49-898a-31a762baabe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1283fbd-a76c-4d49-898a-31a762baabe1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ddfd8f1-af31-46ef-b879-d8c3bbfc278b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-8ddfd8f1-af31-46ef-b879-d8c3bbfc278b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ddfd8f1-af31-46ef-b879-d8c3bbfc278b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31b7de5d-4723-4209-aadd-0bdb15684324 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31b7de5d-4723-4209-aadd-0bdb15684324 {
  
}
}@media (max-width: 767px){#s-31b7de5d-4723-4209-aadd-0bdb15684324 {
  
}
}







#s-31b7de5d-4723-4209-aadd-0bdb15684324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31b7de5d-4723-4209-aadd-0bdb15684324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2440cd8-af0c-4830-b24d-2d8547cc18a6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a2440cd8-af0c-4830-b24d-2d8547cc18a6 {
  
}
}







#s-a2440cd8-af0c-4830-b24d-2d8547cc18a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2440cd8-af0c-4830-b24d-2d8547cc18a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.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);
}

@media (min-width: 1200px){#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 {
  
}
}@media (max-width: 767px){#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 {
  
}
}

  #s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-2c2a200c-8ab3-4f11-8094-f9dbf1a11382 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-2d7ff4e8-93a6-4ca0-a13c-77df2311c7a7 {
  min-height: 50px;
}








#s-2d7ff4e8-93a6-4ca0-a13c-77df2311c7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d7ff4e8-93a6-4ca0-a13c-77df2311c7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-77a05875-8edb-42f5-88e7-217f03e41ccf {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77a05875-8edb-42f5-88e7-217f03e41ccf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-b96ae29c-cc2b-4dcd-93e3-c32494a7439f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b96ae29c-cc2b-4dcd-93e3-c32494a7439f .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0731e069-915c-4f49-bd71-033e10851d98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0731e069-915c-4f49-bd71-033e10851d98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0731e069-915c-4f49-bd71-033e10851d98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0731e069-915c-4f49-bd71-033e10851d98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9f5f34d-8071-4334-849a-383eda29bcd3 {
  min-height: 50px;
}








#s-b9f5f34d-8071-4334-849a-383eda29bcd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9f5f34d-8071-4334-849a-383eda29bcd3.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-749ed38f-179f-46dc-9c43-ac8b0e527e79 {
  text-align: center;
}







  #s-749ed38f-179f-46dc-9c43-ac8b0e527e79 img.shogun-image {
    

    
    
    
  }


#s-749ed38f-179f-46dc-9c43-ac8b0e527e79 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bd401466-372d-4c1c-993e-0b10b411383e {
  text-align: center;
}







  #s-bd401466-372d-4c1c-993e-0b10b411383e img.shogun-image {
    

    
    
    
  }


#s-bd401466-372d-4c1c-993e-0b10b411383e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-028b35c7-3c12-49ca-8a13-9413973c964f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-028b35c7-3c12-49ca-8a13-9413973c964f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-028b35c7-3c12-49ca-8a13-9413973c964f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-028b35c7-3c12-49ca-8a13-9413973c964f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c45e54ec-cce7-47e1-b16c-8017750a67cf {
  
}

#s-2897503c-1eed-4868-ae6c-4beeca8f91c4 {
  
}

#s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b882be6-d5e0-4499-a8a9-fa7162ef44d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-66c62392-2052-4ef5-beb5-04226bfcfddf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66c62392-2052-4ef5-beb5-04226bfcfddf .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-bfeb5710-2d07-47a8-8861-f288ee52e244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfeb5710-2d07-47a8-8861-f288ee52e244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfeb5710-2d07-47a8-8861-f288ee52e244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfeb5710-2d07-47a8-8861-f288ee52e244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd8cf1fd-dcba-4d8d-bf6e-be3bb6c323b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6efe5342-e39f-4d71-b12f-5d0cd0e5845d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce22b0af-9c04-4710-9587-af7a337c6ff4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4041f89a-a641-4f1c-80ef-a9fe8a09cf60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-baaccb1c-191a-452b-8d46-d3878b5fc61b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6ea7fa73-1054-4a3d-b1c7-7a3c24f4de70 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e92a9e9a-e21e-4506-aa37-706c8d16c3ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c170e853-8181-43f2-88f3-ad2dffc3475e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e44d6aab-b600-4cee-9b77-f3bd02a9fa75 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0d54e7c-f4e4-4683-a6a1-2dbc1225f2fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9fb5868e-2fa3-4891-8925-d2523573267c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a2dd518-1388-4fdf-a15b-9dedadbf5e8d {
  margin-top: 10px;
margin-bottom: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-c12412a7-daf7-42de-ab4e-16638e1a539c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c12412a7-daf7-42de-ab4e-16638e1a539c hr {
  border-top: 1px solid #ddd;
}

#s-d3c785a5-97dc-422c-9739-e6eb864e4503 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c785a5-97dc-422c-9739-e6eb864e4503"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9e11bc97-d213-4002-9e96-09977fbdae8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e11bc97-d213-4002-9e96-09977fbdae8c .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-256bd8d9-0174-4034-aa03-5104d0529a8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-256bd8d9-0174-4034-aa03-5104d0529a8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-256bd8d9-0174-4034-aa03-5104d0529a8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-256bd8d9-0174-4034-aa03-5104d0529a8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-29767c9f-9786-4749-96fa-4096ec57896b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-aa9578f6-72e3-4fde-89e6-fdeb2c753e60 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-856f19d1-542a-4d6a-944a-998beccb64cf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1655aa61-8f59-42b8-bcfb-28004f0e684e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-85f0ec53-3e77-4382-8baa-17081b6f9dfd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-873b2f01-ce1b-4774-9622-5181c90e6553 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7743385-1004-4198-bfbb-168fb1505e64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-be35e49c-16b5-4135-baf6-7cd1b978a133 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-254bff77-3ba9-4163-8299-805cd621295d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-30eb077e-b6d5-4b9e-ab30-76c849348f90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5ca17d92-9707-455a-97c2-2dae47749bc0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-91a3001b-0142-4c51-92f6-67cb5721e3bf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c7edbf4-e83a-4085-a956-aa01d066cc50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6c620452-fb72-4c02-98ce-0738f1e4a4f9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d56e3240-51ab-4c0d-991b-495ea1df88ac {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c5aca97-1682-4511-a6e7-a636078b7c07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e7e2487f-f959-43b5-adbc-cc45ab293c2e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5d9a3ab5-0482-41cc-92e7-24893b5648eb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fc8a0f37-3b25-48a2-ba1b-ea25d87128de {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fc8a0f37-3b25-48a2-ba1b-ea25d87128de hr {
  border-top: 1px solid #ddd;
}

#s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a40ae2-7687-47ef-8ce3-3de82ab5ec31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4c1fc58d-f25f-4a1f-8414-b7136e6b10ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c1fc58d-f25f-4a1f-8414-b7136e6b10ca .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-5778c95c-8bc4-4022-9e7d-37a42ad91c7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5778c95c-8bc4-4022-9e7d-37a42ad91c7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5778c95c-8bc4-4022-9e7d-37a42ad91c7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5778c95c-8bc4-4022-9e7d-37a42ad91c7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e802fea0-6834-4442-a2a6-ea6989698dd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1d36e6bc-a485-4e76-b337-5433e85373af {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1217ccda-d006-44ca-aec7-8cdcb2866e2e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75aee80a-85a1-428f-9041-7428909e3dae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7449dbce-845f-41bc-959c-095a578b4876 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-763460cb-8bc2-4289-be3e-df366556ca16 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0c73aa4d-94b2-4c79-a197-01b04ceb15fc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0c73aa4d-94b2-4c79-a197-01b04ceb15fc hr {
  border-top: 1px solid #ddd;
}

#s-13e17def-5b35-4a21-ba98-0cb730066a95 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13e17def-5b35-4a21-ba98-0cb730066a95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6f0593b8-b73b-4d86-a608-cc5e8ab851a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f0593b8-b73b-4d86-a608-cc5e8ab851a8 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-36049d7b-bd3e-4677-9db5-3b9fe710f362"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-36049d7b-bd3e-4677-9db5-3b9fe710f362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36049d7b-bd3e-4677-9db5-3b9fe710f362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36049d7b-bd3e-4677-9db5-3b9fe710f362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac17a28c-bb96-4eb4-8a86-0df279d6de01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a0171971-d60b-4994-98dd-82c32d89067b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c5dadff7-798b-4b8d-ace9-0db041768777 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-67a2124d-1a0f-4bf0-abc7-0ec543f2ad0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b2ef483a-dfa2-4e25-a14f-f6f3c1617528 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b4311f5c-5040-4d1b-bb87-0bd3d754458c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-325eb59d-c4d8-46f9-a6c4-121db07c2c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-325eb59d-c4d8-46f9-a6c4-121db07c2c31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-325eb59d-c4d8-46f9-a6c4-121db07c2c31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-325eb59d-c4d8-46f9-a6c4-121db07c2c31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87bbb41d-b606-4275-8ad9-47e0a3d5df13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5cd933e9-dc64-4010-b857-7376b16602cc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c516c35-4c7a-4222-a94c-79c1800fede7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc9b88f1-8f26-44b2-91a4-e8b43b3c55a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6349e793-b99b-43e8-b808-9e2dd7f66201 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3e2025cf-48fd-4543-9ef6-784e3dc9682f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-319bd5ef-ee5c-4793-89e3-db882ccd795f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-319bd5ef-ee5c-4793-89e3-db882ccd795f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-319bd5ef-ee5c-4793-89e3-db882ccd795f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-319bd5ef-ee5c-4793-89e3-db882ccd795f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-14fcc70c-8473-45f7-b810-fdacce970c62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6cb86d5c-73c2-4b7c-8da5-d0b569938a3c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-69bb835d-14c5-41f7-a5d2-4e7dfbd9be43 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d73be5a2-82b4-431a-89a3-56dba08a88a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fd65c111-7b1e-4efc-9f28-1bcffc4d4503 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-39cbd189-26d8-4f60-808e-454b83947477 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1a93f09f-7c1e-4425-b292-d1c7ebd844d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a93f09f-7c1e-4425-b292-d1c7ebd844d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a93f09f-7c1e-4425-b292-d1c7ebd844d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a93f09f-7c1e-4425-b292-d1c7ebd844d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b7b5afa-ac26-40c1-9fe8-8ed1335a0422"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-df36d11f-e15d-484a-88bb-2a54fd880de6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-81e1a538-52b3-44f5-b099-8bda46fc5cec {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d8fe940-ae16-4502-8dcd-cfde6661568f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-79216a9c-54e7-4cf1-a8c0-41f8320e2d85 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a9ee0c93-f327-4366-a917-5a47aeda5f7e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7b6fdc2b-aa4d-4188-a805-a396130d8003"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b6fdc2b-aa4d-4188-a805-a396130d8003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b6fdc2b-aa4d-4188-a805-a396130d8003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b6fdc2b-aa4d-4188-a805-a396130d8003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ff0541b2-710b-4c40-8f03-5432cb61dea1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3449cdcf-2fe1-428a-a833-80f2c54ef9a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b77f795-af16-4983-a777-170b29312424 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-565edb27-8aaf-4203-be23-f242e28fc5f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-effc136c-a876-4aed-94bd-00e693a50d82 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-227f14b3-041e-4c61-bacf-799ed9955db2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6ce37a2b-e603-449b-b151-7b14af4c56e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6ce37a2b-e603-449b-b151-7b14af4c56e4 hr {
  border-top: 1px solid #ddd;
}

#s-fd0349cd-c4c7-4b8e-9409-7e6a14165823 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd0349cd-c4c7-4b8e-9409-7e6a14165823"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1493b384-e9c6-4f5e-be9c-425c0f9adcbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1493b384-e9c6-4f5e-be9c-425c0f9adcbb .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6f30ee93-cc11-4f86-b4a0-c07ed827a68c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6f30ee93-cc11-4f86-b4a0-c07ed827a68c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f30ee93-cc11-4f86-b4a0-c07ed827a68c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f30ee93-cc11-4f86-b4a0-c07ed827a68c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a136961b-e09f-4439-8237-74980745fe2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6f46c513-3b82-44d1-8244-2d1ca45eec24 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-576df8a5-1d5b-459b-8f30-38d95c8ed6d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf4d90e-52b8-4e2d-a375-d5107abff5df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1524dc44-42b8-40b2-a8c5-44c26d6a49e2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-acb5051c-ee6b-44f7-a33a-ec2a3ebedae5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa2ede90-118c-4892-a5a7-93eadf04d71f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-11150338-843c-4843-be11-fcec8cca3730 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-849b491d-ce88-4619-92c0-6ebee1b8e016 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5958eef0-2b2a-4619-95a9-5f49d78bbf7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-222a8fa0-20d5-4a80-a454-0046ac950e42 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1d128a9-bda8-4690-b8fc-7fa31773c688 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-262155cb-1ba1-4ed4-81c5-c35f0a53a72b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-262155cb-1ba1-4ed4-81c5-c35f0a53a72b hr {
  border-top: 1px solid #ddd;
}

#s-8ee8d448-7f03-477e-ab14-cb86e6ed06fa {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
}








#s-8ee8d448-7f03-477e-ab14-cb86e6ed06fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee8d448-7f03-477e-ab14-cb86e6ed06fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab193b77-f17d-464b-b210-e8b263f467db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b5a677ba-cb36-498e-ac57-17fa500641e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5a677ba-cb36-498e-ac57-17fa500641e9 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4431f19c-c161-4088-8fa4-9f43be06ff71 {
  padding-bottom: 40px;
}
@media (max-width: 767px){#s-4431f19c-c161-4088-8fa4-9f43be06ff71 {
  
}
}
@media (min-width: 0px) {
[id="s-4431f19c-c161-4088-8fa4-9f43be06ff71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4431f19c-c161-4088-8fa4-9f43be06ff71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4431f19c-c161-4088-8fa4-9f43be06ff71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4431f19c-c161-4088-8fa4-9f43be06ff71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-aa409700-e923-4dcb-a75b-ac9f726be52e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
text-align: right;
background-color: #252525;
text-decoration: none;
}
#s-aa409700-e923-4dcb-a75b-ac9f726be52e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa409700-e923-4dcb-a75b-ac9f726be52e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa409700-e923-4dcb-a75b-ac9f726be52e-root {
    text-align: right;
  }


#s-aa409700-e923-4dcb-a75b-ac9f726be52e.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa409700-e923-4dcb-a75b-ac9f726be52e-root {
    text-align: right;
  }


#s-aa409700-e923-4dcb-a75b-ac9f726be52e.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa409700-e923-4dcb-a75b-ac9f726be52e-root {
    text-align: right;
  }


#s-aa409700-e923-4dcb-a75b-ac9f726be52e.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa409700-e923-4dcb-a75b-ac9f726be52e-root {
    text-align: right;
  }


#s-aa409700-e923-4dcb-a75b-ac9f726be52e.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa409700-e923-4dcb-a75b-ac9f726be52e-root {
    text-align: right;
  }


#s-aa409700-e923-4dcb-a75b-ac9f726be52e.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2753f07b-bc87-4eea-965f-81203ad601cd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
text-align: left;
background-color: #252525;
text-decoration: none;
}
#s-2753f07b-bc87-4eea-965f-81203ad601cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2753f07b-bc87-4eea-965f-81203ad601cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2753f07b-bc87-4eea-965f-81203ad601cd {
  
}
}

  #s-2753f07b-bc87-4eea-965f-81203ad601cd-root {
    text-align: left;
  }


#s-2753f07b-bc87-4eea-965f-81203ad601cd.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2753f07b-bc87-4eea-965f-81203ad601cd-root {
    text-align: left;
  }


#s-2753f07b-bc87-4eea-965f-81203ad601cd.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2753f07b-bc87-4eea-965f-81203ad601cd-root {
    text-align: left;
  }


#s-2753f07b-bc87-4eea-965f-81203ad601cd.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2753f07b-bc87-4eea-965f-81203ad601cd-root {
    text-align: left;
  }


#s-2753f07b-bc87-4eea-965f-81203ad601cd.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2753f07b-bc87-4eea-965f-81203ad601cd-root {
    text-align: left;
  }


#s-2753f07b-bc87-4eea-965f-81203ad601cd.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cec987ae-0e92-482c-93ed-5acce9a7a0cc {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-cec987ae-0e92-482c-93ed-5acce9a7a0cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec987ae-0e92-482c-93ed-5acce9a7a0cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14ebe663-e95e-4bd1-84e6-8a85317233fb {
  padding-bottom: 30px;
}
@media (max-width: 767px){#s-14ebe663-e95e-4bd1-84e6-8a85317233fb {
  margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-14ebe663-e95e-4bd1-84e6-8a85317233fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-efb54444-d837-4dd1-8f4f-e1778232f3e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efb54444-d837-4dd1-8f4f-e1778232f3e1 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-7b3d075f-0bcd-448e-a269-62c79d9502bf {
  margin-left: 10px;
margin-right: 10px;
}

#s-639cd702-e60e-4c87-bf5e-27b3be354f83 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-639cd702-e60e-4c87-bf5e-27b3be354f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-639cd702-e60e-4c87-bf5e-27b3be354f83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1509f3ae-fe9e-4e87-bd25-d3ced0451ecc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}

#s-1509f3ae-fe9e-4e87-bd25-d3ced0451ecc {
  background-image: url();
}








#s-1509f3ae-fe9e-4e87-bd25-d3ced0451ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1509f3ae-fe9e-4e87-bd25-d3ced0451ecc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6bc9d9f5-140e-4bc8-bd8d-31d89654a66d {
  min-height: 50px;
}








#s-6bc9d9f5-140e-4bc8-bd8d-31d89654a66d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc9d9f5-140e-4bc8-bd8d-31d89654a66d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-a99f0eae-5043-412e-b13c-acf1b70df24d {
  padding-top: 40px;
padding-bottom: 30px;
text-align: center;
}

#s-a99f0eae-5043-412e-b13c-acf1b70df24d .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-eb725ce6-627e-45c5-8147-a851cf7a270c {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eb725ce6-627e-45c5-8147-a851cf7a270c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dbe2faac-019c-45c2-b2d6-c5c3510d3ca6 {
  text-align: center;
}







  #s-dbe2faac-019c-45c2-b2d6-c5c3510d3ca6 img.shogun-image {
    

    
    
    
  }


#s-dbe2faac-019c-45c2-b2d6-c5c3510d3ca6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a62b3ada-e602-4cb3-8df3-de9ca6826272 {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a62b3ada-e602-4cb3-8df3-de9ca6826272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a62b3ada-e602-4cb3-8df3-de9ca6826272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac4b6af-590e-4bae-ba1c-03e88553bd8d {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-fac4b6af-590e-4bae-ba1c-03e88553bd8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fac4b6af-590e-4bae-ba1c-03e88553bd8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-fac4b6af-590e-4bae-ba1c-03e88553bd8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-fac4b6af-590e-4bae-ba1c-03e88553bd8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-800fb9d2-fefe-4160-bd8d-08f8a4e4f4b4 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-800fb9d2-fefe-4160-bd8d-08f8a4e4f4b4 {
  background-image: url();
}








#s-800fb9d2-fefe-4160-bd8d-08f8a4e4f4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-800fb9d2-fefe-4160-bd8d-08f8a4e4f4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2417cf3-4bb1-4212-a84a-25c91985726b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-a2417cf3-4bb1-4212-a84a-25c91985726b img.shogun-image {
    

    
    
    
  }


#s-a2417cf3-4bb1-4212-a84a-25c91985726b .shogun-image-content {
  
    align-items: center;
  
}

#s-d8123acf-283a-4119-b667-7daf9bf2e762 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7169cbb5-6bc0-4ce4-96e9-519513333da8 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-7169cbb5-6bc0-4ce4-96e9-519513333da8 {
  background-image: url();
}








#s-7169cbb5-6bc0-4ce4-96e9-519513333da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7169cbb5-6bc0-4ce4-96e9-519513333da8 {
  cursor: pointer;
}#s-7169cbb5-6bc0-4ce4-96e9-519513333da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58232342-d10c-4472-92d7-27c08151d39d {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-58232342-d10c-4472-92d7-27c08151d39d img.shogun-image {
    

    
    
    
  }


#s-58232342-d10c-4472-92d7-27c08151d39d .shogun-image-content {
  
    align-items: center;
  
}

#s-8d67a191-1fcc-4025-bd7f-56884d33f919 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-511332cb-f1ed-4bff-b4af-8a9244acaba3 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-511332cb-f1ed-4bff-b4af-8a9244acaba3 {
  background-image: url();
}








#s-511332cb-f1ed-4bff-b4af-8a9244acaba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-511332cb-f1ed-4bff-b4af-8a9244acaba3 {
  cursor: pointer;
}#s-511332cb-f1ed-4bff-b4af-8a9244acaba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e29b89a-74cc-46f1-b3dc-733d1286fc56 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-8e29b89a-74cc-46f1-b3dc-733d1286fc56 img.shogun-image {
    

    
    
    
  }


#s-8e29b89a-74cc-46f1-b3dc-733d1286fc56 .shogun-image-content {
  
    align-items: center;
  
}

#s-113d83ee-f0ad-4ef6-9d68-431ee105bf66 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aa703e04-53ff-4f49-b6a0-b982c98ba16c {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-aa703e04-53ff-4f49-b6a0-b982c98ba16c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa703e04-53ff-4f49-b6a0-b982c98ba16c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-aa703e04-53ff-4f49-b6a0-b982c98ba16c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-aa703e04-53ff-4f49-b6a0-b982c98ba16c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1b7b0e1b-8b82-40bc-bd94-010fe5cb5e7c {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-1b7b0e1b-8b82-40bc-bd94-010fe5cb5e7c {
  background-image: url();
}








#s-1b7b0e1b-8b82-40bc-bd94-010fe5cb5e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b7b0e1b-8b82-40bc-bd94-010fe5cb5e7c {
  cursor: pointer;
}#s-1b7b0e1b-8b82-40bc-bd94-010fe5cb5e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b55e9a9f-a2f1-4ea4-8852-051981033dc3 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-b55e9a9f-a2f1-4ea4-8852-051981033dc3 img.shogun-image {
    

    
    
    
  }


#s-b55e9a9f-a2f1-4ea4-8852-051981033dc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b9ab582-a09e-4f46-bd4c-c2ff67e71877 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cfa893f2-270b-490b-bcf1-74a14927b323 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-cfa893f2-270b-490b-bcf1-74a14927b323 {
  background-image: url();
}








#s-cfa893f2-270b-490b-bcf1-74a14927b323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfa893f2-270b-490b-bcf1-74a14927b323 {
  cursor: pointer;
}#s-cfa893f2-270b-490b-bcf1-74a14927b323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e591fd7-8359-4a70-aeb1-656889a86224 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-3e591fd7-8359-4a70-aeb1-656889a86224 img.shogun-image {
    

    
    
    
  }


#s-3e591fd7-8359-4a70-aeb1-656889a86224 .shogun-image-content {
  
    align-items: center;
  
}

#s-e99d7dea-79d0-4750-af96-0dca9d057609 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e9185dfa-dec1-49cd-87bb-3798eff07f98 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9185dfa-dec1-49cd-87bb-3798eff07f98 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-e9185dfa-dec1-49cd-87bb-3798eff07f98 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-e9185dfa-dec1-49cd-87bb-3798eff07f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9185dfa-dec1-49cd-87bb-3798eff07f98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1157b0bc-c822-4e04-b6a4-6f0009ef784b {
  margin-top: 0px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-1157b0bc-c822-4e04-b6a4-6f0009ef784b .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-b1b94529-c649-4efc-a0b5-0133e8440d01 {
  padding-top: 0px;
padding-bottom: 40px;
min-height: 50px;
}








#s-b1b94529-c649-4efc-a0b5-0133e8440d01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1b94529-c649-4efc-a0b5-0133e8440d01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75d9d69f-7b4f-4feb-8b44-5665a24deae4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-75d9d69f-7b4f-4feb-8b44-5665a24deae4 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-75d9d69f-7b4f-4feb-8b44-5665a24deae4 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-75d9d69f-7b4f-4feb-8b44-5665a24deae4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d9d69f-7b4f-4feb-8b44-5665a24deae4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75d9d69f-7b4f-4feb-8b44-5665a24deae4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d9d69f-7b4f-4feb-8b44-5665a24deae4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a63276a2-87dc-43c4-a36b-5561a3924c3c {
  text-align: center;
}







  #s-a63276a2-87dc-43c4-a36b-5561a3924c3c img.shogun-image {
    

    
    
    
  }


#s-a63276a2-87dc-43c4-a36b-5561a3924c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-c408d1eb-9743-45db-8809-7f9ffbf1d6dd {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c408d1eb-9743-45db-8809-7f9ffbf1d6dd {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-c408d1eb-9743-45db-8809-7f9ffbf1d6dd {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-bottom: 1px;
}
}







#s-c408d1eb-9743-45db-8809-7f9ffbf1d6dd > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-c408d1eb-9743-45db-8809-7f9ffbf1d6dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db9cc01-90ac-4df2-a947-3576c376d337 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0db9cc01-90ac-4df2-a947-3576c376d337 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b15d2fcb-b95c-4ffb-83a4-1c249cb5ec85 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 1200px){#s-31e085b8-a771-40e1-a66c-b4a795614aa4 {
  display: none;
}
#s-31e085b8-a771-40e1-a66c-b4a795614aa4, #wrap-s-31e085b8-a771-40e1-a66c-b4a795614aa4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31e085b8-a771-40e1-a66c-b4a795614aa4 {
  display: none;
}
#s-31e085b8-a771-40e1-a66c-b4a795614aa4, #wrap-s-31e085b8-a771-40e1-a66c-b4a795614aa4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31e085b8-a771-40e1-a66c-b4a795614aa4 {
  display: none;
}
#s-31e085b8-a771-40e1-a66c-b4a795614aa4, #wrap-s-31e085b8-a771-40e1-a66c-b4a795614aa4 { display:none !important; }}
#s-31e085b8-a771-40e1-a66c-b4a795614aa4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-382b0b09-2f36-4281-b035-c9a90c6d641f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-382b0b09-2f36-4281-b035-c9a90c6d641f {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-382b0b09-2f36-4281-b035-c9a90c6d641f {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-382b0b09-2f36-4281-b035-c9a90c6d641f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-382b0b09-2f36-4281-b035-c9a90c6d641f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-382b0b09-2f36-4281-b035-c9a90c6d641f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-382b0b09-2f36-4281-b035-c9a90c6d641f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-382b0b09-2f36-4281-b035-c9a90c6d641f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aec499f5-7a6b-44b1-b107-01d3f5541e4c {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aec499f5-7a6b-44b1-b107-01d3f5541e4c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-aec499f5-7a6b-44b1-b107-01d3f5541e4c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-aec499f5-7a6b-44b1-b107-01d3f5541e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aec499f5-7a6b-44b1-b107-01d3f5541e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-837cfc1a-6f66-43eb-9ce5-d30764170a51 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-837cfc1a-6f66-43eb-9ce5-d30764170a51 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7ebb9564-19d3-4867-97b6-dd1244b60eb3 {
  margin-left: 0px;
margin-right: 0px;
}

#s-75dabcce-4f70-4aa3-862e-0ecfc067d929 {
  text-align: center;
}
@media (max-width: 767px){#s-75dabcce-4f70-4aa3-862e-0ecfc067d929 {
  
}
}






  #s-75dabcce-4f70-4aa3-862e-0ecfc067d929 img.shogun-image {
    

    
    
    
  }


#s-75dabcce-4f70-4aa3-862e-0ecfc067d929 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-f658aab8-2ad2-41bf-9144-f7109843bf2c {
  display: none;
}
#s-f658aab8-2ad2-41bf-9144-f7109843bf2c, #wrap-s-f658aab8-2ad2-41bf-9144-f7109843bf2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f658aab8-2ad2-41bf-9144-f7109843bf2c {
  display: none;
}
#s-f658aab8-2ad2-41bf-9144-f7109843bf2c, #wrap-s-f658aab8-2ad2-41bf-9144-f7109843bf2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f658aab8-2ad2-41bf-9144-f7109843bf2c {
  display: none;
}
#s-f658aab8-2ad2-41bf-9144-f7109843bf2c, #wrap-s-f658aab8-2ad2-41bf-9144-f7109843bf2c { display:none !important; }}
#s-f658aab8-2ad2-41bf-9144-f7109843bf2c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1ce4c387-95db-449d-a921-9c6f47808a78 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ce4c387-95db-449d-a921-9c6f47808a78 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-1ce4c387-95db-449d-a921-9c6f47808a78 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-1ce4c387-95db-449d-a921-9c6f47808a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ce4c387-95db-449d-a921-9c6f47808a78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2fc2aee-d3d0-423d-9fa9-9908e6017bd6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-b2fc2aee-d3d0-423d-9fa9-9908e6017bd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2fc2aee-d3d0-423d-9fa9-9908e6017bd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fc2aee-d3d0-423d-9fa9-9908e6017bd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fc2aee-d3d0-423d-9fa9-9908e6017bd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a92939c-9d25-4191-8afa-4f68e05c524b {
  text-align: center;
}
@media (max-width: 767px){#s-1a92939c-9d25-4191-8afa-4f68e05c524b {
  
}
}






  #s-1a92939c-9d25-4191-8afa-4f68e05c524b img.shogun-image {
    

    
    
    
  }


#s-1a92939c-9d25-4191-8afa-4f68e05c524b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-01934614-95e1-4a5a-bfd8-35c6b3a4a53d {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01934614-95e1-4a5a-bfd8-35c6b3a4a53d {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-01934614-95e1-4a5a-bfd8-35c6b3a4a53d {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-01934614-95e1-4a5a-bfd8-35c6b3a4a53d > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-01934614-95e1-4a5a-bfd8-35c6b3a4a53d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95c4454e-3bd1-413d-8a63-b9b41578c027 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95c4454e-3bd1-413d-8a63-b9b41578c027 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8d885e3d-a37b-49ff-9ca7-a48a3c5eb698 {
  margin-left: 0px;
margin-right: 0px;
}

#s-a5c77408-379e-4293-aa75-df60dfad67f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
color: rgba(0, 91, 148, 1);
}
#s-a5c77408-379e-4293-aa75-df60dfad67f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5c77408-379e-4293-aa75-df60dfad67f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5c77408-379e-4293-aa75-df60dfad67f3-root {
    text-align: left;
  }


#s-a5c77408-379e-4293-aa75-df60dfad67f3.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5c77408-379e-4293-aa75-df60dfad67f3-root {
    text-align: left;
  }


#s-a5c77408-379e-4293-aa75-df60dfad67f3.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5c77408-379e-4293-aa75-df60dfad67f3-root {
    text-align: left;
  }


#s-a5c77408-379e-4293-aa75-df60dfad67f3.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5c77408-379e-4293-aa75-df60dfad67f3-root {
    text-align: left;
  }


#s-a5c77408-379e-4293-aa75-df60dfad67f3.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5c77408-379e-4293-aa75-df60dfad67f3-root {
    text-align: left;
  }


#s-a5c77408-379e-4293-aa75-df60dfad67f3.shg-btn {
  color: rgba(0, 91, 148, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e5d7ffb5-20c7-4d2c-b93e-fe5f92ba8e5f {
  padding-top: 50px;
min-height: 50px;
}








#s-e5d7ffb5-20c7-4d2c-b93e-fe5f92ba8e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d7ffb5-20c7-4d2c-b93e-fe5f92ba8e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-69af37b7-e9c2-466b-942e-371763c53394 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-69af37b7-e9c2-466b-942e-371763c53394 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-69af37b7-e9c2-466b-942e-371763c53394 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-69af37b7-e9c2-466b-942e-371763c53394 td.shogun-table-column {
  background-color: rgba(230, 231, 232, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-69af37b7-e9c2-466b-942e-371763c53394 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-69af37b7-e9c2-466b-942e-371763c53394 td.shogun-table-column, #s-69af37b7-e9c2-466b-942e-371763c53394 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-74f48025-d033-4a37-8d75-0ffe8d3e2846 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-74f48025-d033-4a37-8d75-0ffe8d3e2846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74f48025-d033-4a37-8d75-0ffe8d3e2846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74f48025-d033-4a37-8d75-0ffe8d3e2846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74f48025-d033-4a37-8d75-0ffe8d3e2846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5081970-8d35-469b-bfa6-db7466657122 {
  text-align: center;
}
@media (max-width: 767px){#s-c5081970-8d35-469b-bfa6-db7466657122 {
  display: none;
}
#s-c5081970-8d35-469b-bfa6-db7466657122, #wrap-s-c5081970-8d35-469b-bfa6-db7466657122 { display:none !important; }}






  #s-c5081970-8d35-469b-bfa6-db7466657122 img.shogun-image {
    

    
    
    
  }


#s-c5081970-8d35-469b-bfa6-db7466657122 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f57adb-a991-46f4-b00c-eae7e7a8c18b {
  text-align: center;
}
@media (max-width: 767px){#s-63f57adb-a991-46f4-b00c-eae7e7a8c18b {
  display: none;
}
#s-63f57adb-a991-46f4-b00c-eae7e7a8c18b, #wrap-s-63f57adb-a991-46f4-b00c-eae7e7a8c18b { display:none !important; }}






  #s-63f57adb-a991-46f4-b00c-eae7e7a8c18b img.shogun-image {
    

    
    
    
  }


#s-63f57adb-a991-46f4-b00c-eae7e7a8c18b .shogun-image-content {
  
    align-items: center;
  
}

#s-18be3ecb-4b5e-47de-80ba-48222cf4e96e {
  background-color: rgba(0, 0, 0, 0);
}

#s-d09b099c-031c-4ff9-94a5-ffcaf5e7064f {
  background-color: rgba(0, 0, 0, 0);
}

#s-3227ca58-a257-47b4-89fe-75ae7227d745 {
  text-align: center;
}
@media (max-width: 767px){#s-3227ca58-a257-47b4-89fe-75ae7227d745 {
  display: none;
}
#s-3227ca58-a257-47b4-89fe-75ae7227d745, #wrap-s-3227ca58-a257-47b4-89fe-75ae7227d745 { display:none !important; }}






  #s-3227ca58-a257-47b4-89fe-75ae7227d745 img.shogun-image {
    

    
    
    
  }


#s-3227ca58-a257-47b4-89fe-75ae7227d745 .shogun-image-content {
  
    align-items: center;
  
}

#s-4244cbe1-91b1-4530-a31b-eeccacc03f1a {
  text-align: center;
}
@media (max-width: 767px){#s-4244cbe1-91b1-4530-a31b-eeccacc03f1a {
  display: none;
}
#s-4244cbe1-91b1-4530-a31b-eeccacc03f1a, #wrap-s-4244cbe1-91b1-4530-a31b-eeccacc03f1a { display:none !important; }}






  #s-4244cbe1-91b1-4530-a31b-eeccacc03f1a img.shogun-image {
    

    
    
    
  }


#s-4244cbe1-91b1-4530-a31b-eeccacc03f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-8040ee01-e98f-4734-aaab-329ea64d55c2 {
  text-align: center;
}
@media (max-width: 767px){#s-8040ee01-e98f-4734-aaab-329ea64d55c2 {
  display: none;
}
#s-8040ee01-e98f-4734-aaab-329ea64d55c2, #wrap-s-8040ee01-e98f-4734-aaab-329ea64d55c2 { display:none !important; }}






  #s-8040ee01-e98f-4734-aaab-329ea64d55c2 img.shogun-image {
    

    
    
    
  }


#s-8040ee01-e98f-4734-aaab-329ea64d55c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfb88530-789e-4330-8c69-50121506c4e3 {
  padding-top: 10px;
}

#s-bd4e2607-848f-411e-8dcb-92e72cb741d9 {
  background-color: rgba(0, 0, 0, 0);
}

#s-9917a13b-4d96-439b-b7ff-0387774a0d6d {
  background-color: rgba(0, 0, 0, 0);
}

#s-2075828f-7adb-4ec2-a0f2-3b725395128c {
  background-color: rgba(0, 0, 0, 0);
}

#s-22f8c1fb-3d94-4803-8381-85a4832c0d76 {
  padding-top: 10px;
}

#s-b9da2213-08cb-4ae4-860a-309d165cbb41 {
  padding-top: 10px;
}

#s-00998a7a-41d0-479e-b8fb-bdf4e5b10aac {
  padding-top: 10px;
}

#s-66793992-0655-41db-97b6-12a3511f92df {
  background-color: rgba(0, 0, 0, 0);
}

#s-f0a6ad31-e5e4-432c-87ed-879397ba0dc2 {
  background-color: rgba(0, 0, 0, 0);
}

#s-1d36fd42-7b8a-44fc-adb2-23255c48c476 {
  background-color: rgba(0, 0, 0, 0);
}

#s-7d234025-0df4-49a0-890b-5c9fe5c026d5 {
  background-color: rgba(0, 0, 0, 0);
}

#s-53b90431-6b78-4860-b4b4-11be67206289 {
  background-color: rgba(0, 0, 0, 0);
}

#s-1020fcdd-2052-48b4-a6be-c5f4321dba41 {
  background-color: rgba(0, 0, 0, 0);
}

#s-70a4725f-b485-41ca-949a-84e2cdd8eb53 {
  background-color: rgba(0, 0, 0, 0);
}

#s-6ed56fcd-93e9-47a9-a577-4def056a8c57 {
  background-color: rgba(0, 0, 0, 0);
}

#s-7b80a8bd-48da-4310-8613-897e53c17718 {
  background-color: rgba(0, 0, 0, 0);
}

#s-4059a3d8-0792-44e2-86fb-8881cf380226 {
  background-color: rgba(0, 0, 0, 0);
}

#s-ca6ac314-6430-474b-8cd3-50875682628a {
  background-color: rgba(0, 0, 0, 0);
}

#s-f818e023-49b7-4639-a91c-00187b67f6e8 {
  background-color: rgba(0, 0, 0, 0);
}

#s-7648cf55-0219-4c04-88a5-50905532a7d8 {
  background-color: rgba(0, 0, 0, 0);
}

#s-71476ee6-2229-4d3e-94f0-cf245ac99be6 {
  background-color: rgba(0, 0, 0, 0);
}

#s-a9c2f555-e6bd-44ec-be84-b5c789159172 {
  background-color: rgba(0, 0, 0, 0);
}

#s-b08ab0eb-e458-4592-83a4-966d30f6f19e {
  background-color: rgba(0, 0, 0, 0);
}

#s-425d13a7-3742-48cf-befe-6b95810ef3e6 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-425d13a7-3742-48cf-befe-6b95810ef3e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425d13a7-3742-48cf-befe-6b95810ef3e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5f8bf73-fc36-4f2d-a173-f111e8d4ee7c {
  padding-top: 40px;
padding-bottom: 30px;
text-align: center;
}

#s-b5f8bf73-fc36-4f2d-a173-f111e8d4ee7c .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-29dc7bfe-66bd-4fb7-8b06-fad80851693a {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29dc7bfe-66bd-4fb7-8b06-fad80851693a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-5ee67728-a2ce-4e9a-a3d1-4a637694d4b5 {
  text-align: center;
}







  #s-5ee67728-a2ce-4e9a-a3d1-4a637694d4b5 img.shogun-image {
    

    
    
    
  }


#s-5ee67728-a2ce-4e9a-a3d1-4a637694d4b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa91892-9099-4155-b9b2-289eef5a4c57 {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 50px;
}








#s-5fa91892-9099-4155-b9b2-289eef5a4c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fa91892-9099-4155-b9b2-289eef5a4c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf55a46d-085d-401a-8a75-6bbd32218dec {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-cf55a46d-085d-401a-8a75-6bbd32218dec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf55a46d-085d-401a-8a75-6bbd32218dec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cf55a46d-085d-401a-8a75-6bbd32218dec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cf55a46d-085d-401a-8a75-6bbd32218dec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1297ba47-5039-40ae-8d4b-be186d311db3 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-1297ba47-5039-40ae-8d4b-be186d311db3 {
  background-image: url();
}








#s-1297ba47-5039-40ae-8d4b-be186d311db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1297ba47-5039-40ae-8d4b-be186d311db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bcbecb8-a929-4219-a04e-83631f342633 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-1bcbecb8-a929-4219-a04e-83631f342633 img.shogun-image {
    

    
    
    
  }


#s-1bcbecb8-a929-4219-a04e-83631f342633 .shogun-image-content {
  
    align-items: center;
  
}

#s-a17b2d49-3bef-4231-ae83-a18ff8bffe99 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-16da56b4-ac0f-4d55-8797-e7ebdb5f62ea {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-16da56b4-ac0f-4d55-8797-e7ebdb5f62ea {
  background-image: url();
}








#s-16da56b4-ac0f-4d55-8797-e7ebdb5f62ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16da56b4-ac0f-4d55-8797-e7ebdb5f62ea {
  cursor: pointer;
}#s-16da56b4-ac0f-4d55-8797-e7ebdb5f62ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53a1fabe-3408-4f4d-831c-b177caf72ac9 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-53a1fabe-3408-4f4d-831c-b177caf72ac9 img.shogun-image {
    

    
    
    
  }


#s-53a1fabe-3408-4f4d-831c-b177caf72ac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea3449f4-39cb-4ca9-843d-02a09bca8890 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f816fccb-61d3-4744-8c81-5266d86bbfe1 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-f816fccb-61d3-4744-8c81-5266d86bbfe1 {
  background-image: url();
}








#s-f816fccb-61d3-4744-8c81-5266d86bbfe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f816fccb-61d3-4744-8c81-5266d86bbfe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-420f1e39-7952-4253-bbca-3a70feb32e07 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-420f1e39-7952-4253-bbca-3a70feb32e07 img.shogun-image {
    

    
    
    
  }


#s-420f1e39-7952-4253-bbca-3a70feb32e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a15f75dd-f19a-402d-8965-a66be201f16c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-357fe220-c0d2-409d-873d-a3263c177caa {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-357fe220-c0d2-409d-873d-a3263c177caa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357fe220-c0d2-409d-873d-a3263c177caa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-357fe220-c0d2-409d-873d-a3263c177caa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-357fe220-c0d2-409d-873d-a3263c177caa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-b62dad57-729a-4d9b-afb9-650f2254d07f {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-b62dad57-729a-4d9b-afb9-650f2254d07f {
  background-image: url();
}








#s-b62dad57-729a-4d9b-afb9-650f2254d07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62dad57-729a-4d9b-afb9-650f2254d07f {
  cursor: pointer;
}#s-b62dad57-729a-4d9b-afb9-650f2254d07f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e74e42e0-091c-4b56-9fc6-e02ef30268d9 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e74e42e0-091c-4b56-9fc6-e02ef30268d9 img.shogun-image {
    

    
    
    
  }


#s-e74e42e0-091c-4b56-9fc6-e02ef30268d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad2e553f-8f01-4a07-a28f-4d380f2975af {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-237a5f70-fa52-43ea-8493-481fa706fbe3 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-237a5f70-fa52-43ea-8493-481fa706fbe3 {
  background-image: url();
}








#s-237a5f70-fa52-43ea-8493-481fa706fbe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-237a5f70-fa52-43ea-8493-481fa706fbe3 {
  cursor: pointer;
}#s-237a5f70-fa52-43ea-8493-481fa706fbe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c94aa515-91bb-4319-9b4a-7c426de87ffd {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-c94aa515-91bb-4319-9b4a-7c426de87ffd img.shogun-image {
    

    
    
    
  }


#s-c94aa515-91bb-4319-9b4a-7c426de87ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-54c8d77f-658f-44c1-836f-8affc24b6a2c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-098f58f1-c64d-4874-96c6-c6c12284bdcc {
  padding-top: 20px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-098f58f1-c64d-4874-96c6-c6c12284bdcc {
  
}
}







#s-098f58f1-c64d-4874-96c6-c6c12284bdcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-098f58f1-c64d-4874-96c6-c6c12284bdcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a46c2c48-530c-4f33-a395-d6ae0dd2300e {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a46c2c48-530c-4f33-a395-d6ae0dd2300e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

/*
  $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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}