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

.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-beae5c07-3010-4115-945d-fc12ef066d38 {
  padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
}








#s-beae5c07-3010-4115-945d-fc12ef066d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beae5c07-3010-4115-945d-fc12ef066d38.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-35c354fc-a128-4ae9-b499-35876ed01958 {
  margin-bottom: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-35c354fc-a128-4ae9-b499-35876ed01958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35c354fc-a128-4ae9-b499-35876ed01958.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19330f0b-ed26-4dc9-9359-d770923f0095 {
  
}








#s-19330f0b-ed26-4dc9-9359-d770923f0095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19330f0b-ed26-4dc9-9359-d770923f0095.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d25a049-bc93-47ad-acdf-5eb842d2e3ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9d25a049-bc93-47ad-acdf-5eb842d2e3ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d25a049-bc93-47ad-acdf-5eb842d2e3ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f2b30cf8-f097-4679-a9db-3cc1e746293a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2b30cf8-f097-4679-a9db-3cc1e746293a {
  
}
}@media (max-width: 767px){#s-f2b30cf8-f097-4679-a9db-3cc1e746293a {
  
}
}







#s-f2b30cf8-f097-4679-a9db-3cc1e746293a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b30cf8-f097-4679-a9db-3cc1e746293a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2afa16a4-e09a-4738-9c25-46a52d107436 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2afa16a4-e09a-4738-9c25-46a52d107436 {
  
}
}







#s-2afa16a4-e09a-4738-9c25-46a52d107436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2afa16a4-e09a-4738-9c25-46a52d107436.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-10febe41-972e-40b8-b86a-fc2f68678775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10febe41-972e-40b8-b86a-fc2f68678775 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10febe41-972e-40b8-b86a-fc2f68678775 {
  
}
}@media (max-width: 767px){#s-10febe41-972e-40b8-b86a-fc2f68678775 {
  
}
}

  #s-10febe41-972e-40b8-b86a-fc2f68678775 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-10febe41-972e-40b8-b86a-fc2f68678775 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-10febe41-972e-40b8-b86a-fc2f68678775 .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-10febe41-972e-40b8-b86a-fc2f68678775 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-10febe41-972e-40b8-b86a-fc2f68678775 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-10febe41-972e-40b8-b86a-fc2f68678775 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-4f0b4a33-4fda-4d09-8ce6-980ba413791b {
  margin-top: 40px;
min-height: 50px;
}








#s-4f0b4a33-4fda-4d09-8ce6-980ba413791b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f0b4a33-4fda-4d09-8ce6-980ba413791b.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;
}

@media (min-width: 0px) {
[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c20a4c70-766b-4f22-80d4-b38165a8a275"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 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-9c3319d3-2a20-4d15-9386-3a6dd53f1b8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c3319d3-2a20-4d15-9386-3a6dd53f1b8a .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-9bb0e584-d0c4-43ec-b030-ff0d807c17ef {
  min-height: 50px;
}








#s-9bb0e584-d0c4-43ec-b030-ff0d807c17ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb0e584-d0c4-43ec-b030-ff0d807c17ef.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-7a70400a-19df-4c57-84de-c7504423a5e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a70400a-19df-4c57-84de-c7504423a5e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a70400a-19df-4c57-84de-c7504423a5e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a70400a-19df-4c57-84de-c7504423a5e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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;
}
#s-45f825b7-cb7d-464c-9346-fe70fd12ed52 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-45f825b7-cb7d-464c-9346-fe70fd12ed52 img.shogun-image {
    

    
    
    
  }


#s-45f825b7-cb7d-464c-9346-fe70fd12ed52 .shogun-image-content {
  
    align-items: center;
  
}

#s-27e65a58-e147-4c8c-81cb-3babc1d6c631 {
  text-align: center;
}







  #s-27e65a58-e147-4c8c-81cb-3babc1d6c631 img.shogun-image {
    

    
    
    
  }


#s-27e65a58-e147-4c8c-81cb-3babc1d6c631 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-b1d88512-0c24-48ed-a802-8c33b12c5eb9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b1d88512-0c24-48ed-a802-8c33b12c5eb9 hr {
  border-top: 1px solid #ddd;
}

#s-4536d2d2-33ae-4af8-9b3a-b8810556155e {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4536d2d2-33ae-4af8-9b3a-b8810556155e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0cd7658f-893e-450b-8b47-04a7aa7ccb00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0cd7658f-893e-450b-8b47-04a7aa7ccb00 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-514d1c0e-9c9f-44d6-9bb0-6e02a502f4f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-514d1c0e-9c9f-44d6-9bb0-6e02a502f4f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-514d1c0e-9c9f-44d6-9bb0-6e02a502f4f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-514d1c0e-9c9f-44d6-9bb0-6e02a502f4f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64907a53-d401-47b5-9b6c-d5d4b904b8c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c3de9c27-d503-4a8a-b360-7a21258c74de {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0d1df578-9e31-47f7-832c-08388839d869 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b9303e7-7809-4ab9-8f7b-fd198b453f21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0ce473bc-1c06-4d2c-848e-1f0ec1515264 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-847fb8a1-ccc1-4ec0-8f0f-4a4d44b40353 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7e2924c-11fe-4611-b408-6e819390970a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3697a9ac-19d5-4100-87a8-5a4827f62a9e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-52bc66c7-5476-465a-a3b5-fcddd7c6078e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fcce95e3-4eaa-467c-a971-ef4789ad1738"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c43bff0e-39a6-44d8-9ad7-06b5b965d80c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-34be48f3-fd27-43a6-a81d-400d7a221ae2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bfa4e55d-8685-4e35-9af0-b65ac46e9a5e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bfa4e55d-8685-4e35-9af0-b65ac46e9a5e hr {
  border-top: 1px solid #ddd;
}

#s-132cff1f-f1b4-4017-9faf-510a5b07f72c {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132cff1f-f1b4-4017-9faf-510a5b07f72c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d0f1dc75-75de-4ccd-bd0b-733a3dd7736c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0f1dc75-75de-4ccd-bd0b-733a3dd7736c .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-edfa0169-8151-48a7-b82c-872563802fb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-edfa0169-8151-48a7-b82c-872563802fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edfa0169-8151-48a7-b82c-872563802fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edfa0169-8151-48a7-b82c-872563802fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f22fad8e-3196-483d-b8f9-92993f9f08e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8c358dd9-13b2-468c-98c5-8cde87067c05 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9217ca82-f4f4-46e3-9f02-11b46171c377 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-267f4afb-6f97-4e82-a62a-8f4cf7f955ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-02824ab4-8208-4d8f-b677-99e7d74419b7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9c3e79d4-3441-44c8-90a8-18a5736e21d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b134ac15-ed2d-4cb3-b4b7-24d00b04dae7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ac7c8ff4-37b3-4573-8260-3bc638f6d242 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c3c0c30f-a628-4f24-b63f-577566e4e7e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-edb266b8-9af0-42d6-8ec4-24d9606f7486"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-279a45f5-5556-4cfc-98a9-3cf34d54746c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-afe9522e-bd8a-43f6-9a96-d5ec8415aa08 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3967c61a-32b7-4b93-8db3-58ea977d20f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-02b07fd1-7e38-473b-88cf-ccfe54c20c37 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-55f8d06e-5240-4ffe-ba55-64876f1cc269 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d215eda0-deed-4268-8013-2e814a02c1b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4b17e097-0357-44f9-ab2a-ae6049f67505 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37da6eed-864d-4da6-9e0c-0238e6a4c5ab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-695c0708-56cc-4c0a-918d-50edbd74e155 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-695c0708-56cc-4c0a-918d-50edbd74e155 hr {
  border-top: 1px solid #ddd;
}

#s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0b153ccf-4472-4bd5-88ec-158bb5ad7aba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f16e3c3a-d965-49d1-bbb0-192058baeba8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f16e3c3a-d965-49d1-bbb0-192058baeba8 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (max-width: 767px){#s-b2fce4c3-62bd-434c-91f3-61ed1ef66f84 {
  
}
}
@media (min-width: 0px) {
[id="s-b2fce4c3-62bd-434c-91f3-61ed1ef66f84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2fce4c3-62bd-434c-91f3-61ed1ef66f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fce4c3-62bd-434c-91f3-61ed1ef66f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fce4c3-62bd-434c-91f3-61ed1ef66f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6577b3-a9c9-4d35-95fe-ab0a47c8a254"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4c0e3392-5fc8-4d04-93ca-b81a19b67acc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-298d53f4-a6ff-4cb5-800a-3156a7d6e64f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a13218c7-9e95-40d5-a696-a54329e9ceed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-29e8a448-6720-4c2b-8b39-1a1fe321c40c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6426a2db-56c1-42cc-b036-b91c5ebffd56 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ed9c0598-e614-4cc1-b845-050821505541 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ed9c0598-e614-4cc1-b845-050821505541 hr {
  border-top: 1px solid #ddd;
}

#s-8c23ab51-45ab-44a4-b41b-69d4184be0bd {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c23ab51-45ab-44a4-b41b-69d4184be0bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-17c9e251-9d4d-4919-8b60-57da269d29f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17c9e251-9d4d-4919-8b60-57da269d29f2 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d5ecbd75-9ce5-424e-9319-27125f99c784"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5ecbd75-9ce5-424e-9319-27125f99c784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5ecbd75-9ce5-424e-9319-27125f99c784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5ecbd75-9ce5-424e-9319-27125f99c784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f32e4a88-21fd-4f6a-b4f8-ddc7714a1bf4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fc71ef85-9a03-4ee9-abc5-4bb1c54347dd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d7a6325d-52df-482f-8fbf-a512229867c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8a8b3ef-a825-4829-b62c-57371c2a2f77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5e40ca2b-b75e-4fe4-93a2-9009115087bf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2d13e98-5399-4f8c-b9d0-7f02a4f4c1c8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05165251-002f-4de1-92e9-232185c4b8f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f7212ff5-e30c-430d-9bdf-5a545b323fd4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-77cd6732-22a9-4aa0-ab5f-34e36566c3d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4602e88-7a23-41b4-a985-355a947e0e71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f774de9c-0631-44f8-9d7c-84adcb3709b2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a7a7e7e-06dc-4177-a7ad-5edb4e1966cf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19268-8386-4ff3-9700-1dc42c200555"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0738f877-de27-43af-8336-a0681d19e268 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9ec177c1-9faa-4344-97d1-ea16f7fef211 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1c8a4937-9538-4e9b-ac2b-ac246af89c95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d4b43ee1-ef50-4479-889f-42cbeb78771c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d20c0cec-2f21-4431-b819-8e14c0b25971 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7437e471-d672-46d2-841f-1f86e2c6d995"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-590240d2-5138-4040-97ad-854e6ab3476b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a53f807-adb1-4ac1-9f4b-7cfcf84c54eb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b615dce-76f5-41cf-90d1-436ef9330c92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e485e2db-ed53-49eb-8250-0f22fcddc1b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-36d9fb69-a2bd-4d98-938b-e59c809e48c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cd0bd3-5fbd-4d8b-bc20-c2ed8ef1af78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3e7478c5-2c28-4763-81e5-73a7d76c3df1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d9f4a48a-f560-4fe6-ae61-17f430e491c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e97eb608-d868-4b92-b97d-0af3a193f0ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-25e028f5-91af-4d63-a479-f6b493e57c69 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-94b53b73-a078-4e8c-bd06-857ea9befe78 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-43775fc4-0e56-40b0-b008-be102421c365 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-43775fc4-0e56-40b0-b008-be102421c365 hr {
  border-top: 1px solid #ddd;
}

#s-bfee0542-605a-4f83-bebd-260dff54d47d {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfee0542-605a-4f83-bebd-260dff54d47d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-462b537b-8e89-4f89-ae19-cb0cfd3d1b35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-462b537b-8e89-4f89-ae19-cb0cfd3d1b35 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-670c0634-d918-43e4-a5c4-a83288f37e58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-670c0634-d918-43e4-a5c4-a83288f37e58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-670c0634-d918-43e4-a5c4-a83288f37e58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-670c0634-d918-43e4-a5c4-a83288f37e58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-414ef0ef-18bb-44d1-ad63-5ac3fb235ddd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-31c540b8-d65c-48e0-ae33-38cde8a4ae88 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-22a79ec4-fe5b-4f55-a233-a77ae1e35c92 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee596f4-2fd0-4c51-a0f0-878ffc883dc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-422678ff-e834-43a3-9ff7-df37f08b2561 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a0ff670c-b7d5-4a89-b12b-e4c88803d677 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0a4936d-ca97-47d3-a2f1-afe706164a49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5ee3c925-277e-49d8-a214-7bb011bc570c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c4e6394b-e64a-4546-b371-1d06b14d563f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-345a3533-2b8d-4b92-b5b4-062eff6f14c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ed58862c-2ef4-48c0-bee8-4a6d479bfce9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a63ecba5-2cb8-4cb6-b29d-4f8002424f37 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9062adcd-4f6d-49e8-bcd3-da9c264c097f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5444677b-97eb-4cc1-ac4d-40f3fc2efd12 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-49c099b0-d8d5-4a3a-98dd-3b3b364a5cc0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e571864a-4d5b-4fbf-a3d6-b50094f9c236"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-24082eb1-0455-4b09-8aa2-0718e716fbb4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ac4c4acf-9e4a-4a1a-afed-5f3e331d8d8c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51975208-1ccd-42aa-96f2-e20c74aa3357"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0307223a-8c34-458c-8b1b-5eed4a94c67d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bcf0beb5-9616-41fc-9947-ca2e31749165 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e1950-a012-4012-8f98-d7a5caeb7d0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3e2cc038-95cc-4c5f-8859-264c452b9bb0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2ee0bed-e2d8-457d-a94c-92b348e03874 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f79112b-08e2-4c02-8155-aa7d309440f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0f3be598-b0db-4640-9030-4baeaf5a9a37 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cdeabd7a-ff17-41db-876c-289d7c951835 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-42af35a5-56ee-4869-8530-bbe3ea5373f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-44199b25-1885-465c-a118-bbd4e44795ff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67652575-8559-424f-b7f1-7b9c0cabfd66 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba88958a-a72f-4391-8046-df7f5670314d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1a2ada0e-7605-4997-a3fa-707e8103ab32 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-306d5564-9172-4eb8-8769-d656e303f604 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c9e58858-f4fe-435f-b7e0-a37dfd626e30 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c9e58858-f4fe-435f-b7e0-a37dfd626e30 hr {
  border-top: 1px solid #ddd;
}

#s-74230c75-e332-4d42-a086-24b8a9ae9fb9 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74230c75-e332-4d42-a086-24b8a9ae9fb9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-3d17145a-4e56-45f4-90cb-f0623c88f953 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d17145a-4e56-45f4-90cb-f0623c88f953 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d3a83376-38de-44f8-9a46-7f29ef5d06fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3a83376-38de-44f8-9a46-7f29ef5d06fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3a83376-38de-44f8-9a46-7f29ef5d06fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3a83376-38de-44f8-9a46-7f29ef5d06fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f4cb48c-fcd6-4a58-ad4c-fb9108e39513"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-9f5f0de8-eee5-4c6f-aada-18f16303c8a6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1836cadf-92cb-4a61-9312-b9e6a921cff2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc93a4aa-712d-402a-b485-399a68c6c9c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-19533290-9d5f-45dd-9c53-fc90ac563f10 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-22ecb8b2-3594-45df-a2dc-08b4a444b06c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0d2b26a4-cdf8-4946-abb8-8f65858817c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0d2b26a4-cdf8-4946-abb8-8f65858817c1 hr {
  border-top: 1px solid #ddd;
}

#s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-696d44e0-45ba-4f7b-b7ed-7a7b07bef23b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2fae0c37-6f7b-4e1f-913a-ebf4db5d3006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fae0c37-6f7b-4e1f-913a-ebf4db5d3006 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-4aa654be-23b7-4ac9-8934-6ef727d682a2 {
  max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aa654be-23b7-4ac9-8934-6ef727d682a2 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-4aa654be-23b7-4ac9-8934-6ef727d682a2 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-4aa654be-23b7-4ac9-8934-6ef727d682a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4aa654be-23b7-4ac9-8934-6ef727d682a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4aa654be-23b7-4ac9-8934-6ef727d682a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4aa654be-23b7-4ac9-8934-6ef727d682a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a076bb1-c570-404f-b643-f7c783db1e19 {
  text-align: center;
}







  #s-6a076bb1-c570-404f-b643-f7c783db1e19 img.shogun-image {
    

    
    
    
  }


#s-6a076bb1-c570-404f-b643-f7c783db1e19 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1a974b7b-3b10-495f-9211-2b42308e6373 {
  margin-top: 14px;
}

#s-b3da5ef9-b939-4e8e-9810-d210e12798d8 {
  text-align: center;
}







  #s-b3da5ef9-b939-4e8e-9810-d210e12798d8 img.shogun-image {
    

    
    
    
  }


#s-b3da5ef9-b939-4e8e-9810-d210e12798d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c80d882-0eb0-44e4-97ab-e9636e70ef25 {
  margin-top: 14px;
}

#s-2fd8c36f-15fb-4b9c-b478-ea8ef774b37e {
  text-align: center;
}







  #s-2fd8c36f-15fb-4b9c-b478-ea8ef774b37e img.shogun-image {
    

    
    
    
  }


#s-2fd8c36f-15fb-4b9c-b478-ea8ef774b37e .shogun-image-content {
  
    align-items: center;
  
}

#s-7835b9e6-92e2-4793-9d1e-3e5ffe7126b2 {
  margin-top: 14px;
}

#s-e9d6c908-7b9a-46b3-a485-9fe5ca0b5c07 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9d6c908-7b9a-46b3-a485-9fe5ca0b5c07 hr {
  border-top: 1px solid #ddd;
}

#s-dfd1b718-eb30-4e86-8592-5dbc2fa732ae {
  padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
}








#s-dfd1b718-eb30-4e86-8592-5dbc2fa732ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfd1b718-eb30-4e86-8592-5dbc2fa732ae.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-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2241cb58-8b8a-4453-9939-4949a242a98c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-87b8d338-3003-45fa-96b2-eca23cba1540 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87b8d338-3003-45fa-96b2-eca23cba1540 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b9564016-d879-4939-993b-3a624b5f463e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b9564016-d879-4939-993b-3a624b5f463e {
  
}
}
@media (min-width: 0px) {
[id="s-b9564016-d879-4939-993b-3a624b5f463e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9564016-d879-4939-993b-3a624b5f463e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9564016-d879-4939-993b-3a624b5f463e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9564016-d879-4939-993b-3a624b5f463e"] > .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-0de5fd5a-82e6-486f-86a4-d15783ad789c {
  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-0de5fd5a-82e6-486f-86a4-d15783ad789c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0de5fd5a-82e6-486f-86a4-d15783ad789c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0de5fd5a-82e6-486f-86a4-d15783ad789c-root {
    text-align: right;
  }


#s-0de5fd5a-82e6-486f-86a4-d15783ad789c.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0de5fd5a-82e6-486f-86a4-d15783ad789c-root {
    text-align: right;
  }


#s-0de5fd5a-82e6-486f-86a4-d15783ad789c.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0de5fd5a-82e6-486f-86a4-d15783ad789c-root {
    text-align: right;
  }


#s-0de5fd5a-82e6-486f-86a4-d15783ad789c.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0de5fd5a-82e6-486f-86a4-d15783ad789c-root {
    text-align: right;
  }


#s-0de5fd5a-82e6-486f-86a4-d15783ad789c.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0de5fd5a-82e6-486f-86a4-d15783ad789c-root {
    text-align: right;
  }


#s-0de5fd5a-82e6-486f-86a4-d15783ad789c.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f {
  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-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f {
  
}
}

  #s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f-root {
    text-align: left;
  }


#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f-root {
    text-align: left;
  }


#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f-root {
    text-align: left;
  }


#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f-root {
    text-align: left;
  }


#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f-root {
    text-align: left;
  }


#s-71b3dfb2-4cba-4dd8-8c58-5d74bde2bd9f.shg-btn {
  color: rgba(37, 37, 37, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8c16ae3e-cd97-4a4e-9a24-c9821bd9df42 {
  padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8c16ae3e-cd97-4a4e-9a24-c9821bd9df42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c16ae3e-cd97-4a4e-9a24-c9821bd9df42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68188161-26c0-4d2d-a575-f24f5df9919d {
  padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-68188161-26c0-4d2d-a575-f24f5df9919d .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-0d452a54-fe76-4867-ab94-7616e357baa4 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d452a54-fe76-4867-ab94-7616e357baa4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-efd48d79-3d62-4ca2-b5a7-630813224925 {
  text-align: center;
}







  #s-efd48d79-3d62-4ca2-b5a7-630813224925 img.shogun-image {
    

    
    
    
  }


#s-efd48d79-3d62-4ca2-b5a7-630813224925 .shogun-image-content {
  
    align-items: center;
  
}

#s-0338bece-2bcf-4757-a8d0-c7770baaa4ce {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-0338bece-2bcf-4757-a8d0-c7770baaa4ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0338bece-2bcf-4757-a8d0-c7770baaa4ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0338bece-2bcf-4757-a8d0-c7770baaa4ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0338bece-2bcf-4757-a8d0-c7770baaa4ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-51f32997-6d04-4983-b96e-cc6947c5c5e5 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-51f32997-6d04-4983-b96e-cc6947c5c5e5 {
  background-image: url();
}








#s-51f32997-6d04-4983-b96e-cc6947c5c5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f32997-6d04-4983-b96e-cc6947c5c5e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 {
  max-width: 825px;
aspect-ratio: 825/675;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 img.shogun-image,
  #s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 {
    width: 100%;
    height: auto;
  }



  #s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 img.shogun-image {
    

    
    
    
  }


#s-bb4d8838-d352-4ef2-9a08-b7990b9b4e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e9d4ab9-9b7f-4723-a944-a63b0fc65b97 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-16966013-8de3-4b6d-8061-8dec8779f5a6 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-16966013-8de3-4b6d-8061-8dec8779f5a6 {
  background-image: url();
}








#s-16966013-8de3-4b6d-8061-8dec8779f5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16966013-8de3-4b6d-8061-8dec8779f5a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1cac33a-1283-4758-b186-7a2dce74af8d {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e1cac33a-1283-4758-b186-7a2dce74af8d img.shogun-image {
    

    
    
    
  }


#s-e1cac33a-1283-4758-b186-7a2dce74af8d .shogun-image-content {
  
    align-items: center;
  
}

#s-b9f29683-edf0-458d-a3b1-4f212022fa87 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b39a6f12-1264-4d9a-8b75-dfebacf5e7cc {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-b39a6f12-1264-4d9a-8b75-dfebacf5e7cc {
  background-image: url();
}








#s-b39a6f12-1264-4d9a-8b75-dfebacf5e7cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b39a6f12-1264-4d9a-8b75-dfebacf5e7cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871db008-ad4f-4c2e-a00d-fe6ec2e0578d {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-871db008-ad4f-4c2e-a00d-fe6ec2e0578d img.shogun-image {
    

    
    
    
  }


#s-871db008-ad4f-4c2e-a00d-fe6ec2e0578d .shogun-image-content {
  
    align-items: center;
  
}

#s-79c3bb37-a10d-49bb-bfc8-72753529b815 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d156ac57-99f4-48cd-b762-97d113cc944d {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-d156ac57-99f4-48cd-b762-97d113cc944d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d156ac57-99f4-48cd-b762-97d113cc944d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d156ac57-99f4-48cd-b762-97d113cc944d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d156ac57-99f4-48cd-b762-97d113cc944d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-014ed807-c69d-43af-989b-46dd1a961f7f {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-014ed807-c69d-43af-989b-46dd1a961f7f {
  background-image: url();
}








#s-014ed807-c69d-43af-989b-46dd1a961f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014ed807-c69d-43af-989b-46dd1a961f7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28031fc4-58b0-4926-a856-b3b5a313d5a7 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-28031fc4-58b0-4926-a856-b3b5a313d5a7 img.shogun-image {
    

    
    
    
  }


#s-28031fc4-58b0-4926-a856-b3b5a313d5a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bcbc9a5-4eab-4772-b92c-02aa3332dfb5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8b78501-6da0-4559-8089-67153a42bbb1 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-f8b78501-6da0-4559-8089-67153a42bbb1 {
  background-image: url();
}








#s-f8b78501-6da0-4559-8089-67153a42bbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b78501-6da0-4559-8089-67153a42bbb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de0182e8-dd4a-4c00-8cb7-93b007f68ca7 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-de0182e8-dd4a-4c00-8cb7-93b007f68ca7 img.shogun-image {
    

    
    
    
  }


#s-de0182e8-dd4a-4c00-8cb7-93b007f68ca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ac4e5ab-619c-456b-b50c-a8ec62ce34b6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2c6baf31-b31c-46d0-aacf-8d69109a613e {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-2c6baf31-b31c-46d0-aacf-8d69109a613e {
  background-image: url();
}








#s-2c6baf31-b31c-46d0-aacf-8d69109a613e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c6baf31-b31c-46d0-aacf-8d69109a613e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20b485b4-56e6-4b46-bf5f-5209fbfb0dbf {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-20b485b4-56e6-4b46-bf5f-5209fbfb0dbf img.shogun-image {
    

    
    
    
  }


#s-20b485b4-56e6-4b46-bf5f-5209fbfb0dbf .shogun-image-content {
  
    align-items: center;
  
}

#s-250eec61-59f6-4368-a73f-b57edcde92ee {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7da18cb5-40d4-44e5-a1b0-4c95a176fbd4 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-7da18cb5-40d4-44e5-a1b0-4c95a176fbd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7da18cb5-40d4-44e5-a1b0-4c95a176fbd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7da18cb5-40d4-44e5-a1b0-4c95a176fbd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7da18cb5-40d4-44e5-a1b0-4c95a176fbd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-785bee1f-529a-43d1-bdb2-127c266a45cd {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-785bee1f-529a-43d1-bdb2-127c266a45cd {
  background-image: url();
}








#s-785bee1f-529a-43d1-bdb2-127c266a45cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785bee1f-529a-43d1-bdb2-127c266a45cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2be4a4da-2537-4ca3-92f6-61815b8d0e17 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-2be4a4da-2537-4ca3-92f6-61815b8d0e17 img.shogun-image {
    

    
    
    
  }


#s-2be4a4da-2537-4ca3-92f6-61815b8d0e17 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ec5bf9a-f5d4-4530-9c36-acb4e71ff820 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-15ff4950-0cfb-456f-9c43-649bf3d92645 {
  padding-top: 30px;
min-height: 50px;
}








#s-15ff4950-0cfb-456f-9c43-649bf3d92645 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15ff4950-0cfb-456f-9c43-649bf3d92645.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-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07d6d437-457e-4bd6-8ef5-f0e35def9a9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c010dd8c-d885-4f70-8d3d-d9c42112c11f {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-c010dd8c-d885-4f70-8d3d-d9c42112c11f .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



.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-9fab5ca5-88f4-4582-ae74-d44451abcfca {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9fab5ca5-88f4-4582-ae74-d44451abcfca .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9fab5ca5-88f4-4582-ae74-d44451abcfca table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9fab5ca5-88f4-4582-ae74-d44451abcfca 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-9fab5ca5-88f4-4582-ae74-d44451abcfca td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9fab5ca5-88f4-4582-ae74-d44451abcfca td.shogun-table-column, #s-9fab5ca5-88f4-4582-ae74-d44451abcfca td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b261bac7-6474-4695-b123-c184194f51e7 {
  margin-right: 10px;
}

#s-38a3f156-be7c-4fb4-9419-b14800c90841 {
  background-color: rgba(0, 0, 0, 0);
}

#s-3ac60aca-e261-464e-ba8d-a51c1596abd2 {
  text-align: center;
}
@media (max-width: 767px){#s-3ac60aca-e261-464e-ba8d-a51c1596abd2 {
  display: none;
}
#s-3ac60aca-e261-464e-ba8d-a51c1596abd2, #wrap-s-3ac60aca-e261-464e-ba8d-a51c1596abd2 { display:none !important; }}






  #s-3ac60aca-e261-464e-ba8d-a51c1596abd2 img.shogun-image {
    

    
    
    
  }


#s-3ac60aca-e261-464e-ba8d-a51c1596abd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6abd5d-6999-455d-9b1d-90089f928bab {
  background-color: rgba(0, 0, 0, 0);
}

#s-701ff9a0-629c-4e5c-abb5-5b66c26a866c {
  text-align: center;
}
@media (max-width: 767px){#s-701ff9a0-629c-4e5c-abb5-5b66c26a866c {
  display: none;
}
#s-701ff9a0-629c-4e5c-abb5-5b66c26a866c, #wrap-s-701ff9a0-629c-4e5c-abb5-5b66c26a866c { display:none !important; }}






  #s-701ff9a0-629c-4e5c-abb5-5b66c26a866c img.shogun-image {
    

    
    
    
  }


#s-701ff9a0-629c-4e5c-abb5-5b66c26a866c .shogun-image-content {
  
    align-items: center;
  
}

#s-e65004a5-c968-4c34-ae26-6e6c7fd30baa {
  background-color: rgba(0, 0, 0, 0);
}

#s-e906a6cd-edd2-4833-a41e-6ccad9cc819d {
  text-align: center;
}
@media (max-width: 767px){#s-e906a6cd-edd2-4833-a41e-6ccad9cc819d {
  display: none;
}
#s-e906a6cd-edd2-4833-a41e-6ccad9cc819d, #wrap-s-e906a6cd-edd2-4833-a41e-6ccad9cc819d { display:none !important; }}






  #s-e906a6cd-edd2-4833-a41e-6ccad9cc819d img.shogun-image {
    

    
    
    
  }


#s-e906a6cd-edd2-4833-a41e-6ccad9cc819d .shogun-image-content {
  
    align-items: center;
  
}

#s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c {
  text-align: center;
}
@media (max-width: 767px){#s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c {
  display: none;
}
#s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c, #wrap-s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c { display:none !important; }}






  #s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c img.shogun-image {
    

    
    
    
  }


#s-e0c8d04e-c25c-4dda-97a3-f3c429070b5c .shogun-image-content {
  
    align-items: center;
  
}

#s-1452b2a0-7386-4ff9-a836-77d40bc342c5 {
  background-color: rgba(0, 0, 0, 0);
}

#s-33d12ae0-f73c-4c4d-9231-983c4050ce8e {
  background-color: rgba(0, 0, 0, 0);
}

#s-cb5201ef-ff75-4e32-9988-f21d254eac76 {
  text-align: center;
}
@media (max-width: 767px){#s-cb5201ef-ff75-4e32-9988-f21d254eac76 {
  display: none;
}
#s-cb5201ef-ff75-4e32-9988-f21d254eac76, #wrap-s-cb5201ef-ff75-4e32-9988-f21d254eac76 { display:none !important; }}






  #s-cb5201ef-ff75-4e32-9988-f21d254eac76 img.shogun-image {
    

    
    
    
  }


#s-cb5201ef-ff75-4e32-9988-f21d254eac76 .shogun-image-content {
  
    align-items: center;
  
}

#s-54144392-8db8-4eb4-ad64-3737b40d3fbf {
  margin-right: 10px;
}

#s-b3abef0f-ee00-432b-a864-e33e6033b24c {
  background-color: rgba(0, 0, 0, 0);
}

#s-6ca624b9-9348-4f8b-ba2e-fd5dcf1692d0 {
  padding-top: 10px;
}

#s-1b8dd107-3ff1-45bf-8af6-acf942dd3a93 {
  background-color: rgba(0, 0, 0, 0);
}

#s-000947c4-df8a-4f94-90cb-abf5e2f133c1 {
  padding-top: 10px;
}

#s-50514a79-c2e5-4d3a-9945-140d3b7f6408 {
  background-color: rgba(0, 0, 0, 0);
}

#s-dbe35587-166c-4c6f-bfa0-8ef18a8e3fca {
  padding-top: 10px;
}

#s-e886e5df-ff21-4d3b-9663-f76fb3be5472 {
  padding-top: 10px;
}

#s-2c1fbfbb-4bc5-4f87-a3c2-27e6110a42c1 {
  background-color: rgba(0, 0, 0, 0);
}

#s-4f589708-64e7-419e-8150-e5d84b8a5934 {
  background-color: rgba(0, 0, 0, 0);
}

#s-764863c6-4390-4915-9597-a2053e25cd74 {
  padding-top: 10px;
}

#s-a06c370c-76eb-4b74-9539-4ddfa9dbf4c1 {
  background-color: rgba(0, 0, 0, 0);
}

#s-42f42731-9749-42b8-92c0-e029168eeb3e {
  background-color: rgba(0, 0, 0, 0);
}

#s-c3aae98a-e40c-432e-ab8f-da463737cfcd {
  background-color: rgba(0, 0, 0, 0);
}

#s-5b6f7280-ff66-4328-93ff-085a6b2e092a {
  background-color: rgba(0, 0, 0, 0);
}

#s-b4821a4d-69e4-49dd-afc2-3f1cfdf34f2c {
  background-color: rgba(0, 0, 0, 0);
}

#s-760fd3d9-980f-4da1-bf30-a263dbdc871a {
  background-color: rgba(0, 0, 0, 0);
}

#s-dba19b6d-25e6-498b-9533-fd1791181ff1 {
  background-color: rgba(0, 0, 0, 0);
}

#s-df6f1848-4cde-433f-b4c0-54d5678a9334 {
  background-color: rgba(0, 0, 0, 0);
}

#s-c135813e-a788-4fe4-8a46-4bacb44d8eb4 {
  background-color: rgba(0, 0, 0, 0);
}

#s-6bce597d-b7b0-489d-a22e-7e3fb9d21a5c {
  background-color: rgba(0, 0, 0, 0);
}

#s-d8972afb-20be-41d7-82dc-959fed4a3422 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8972afb-20be-41d7-82dc-959fed4a3422"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-93a5f782-34a8-44ba-b728-86210a821029 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-93a5f782-34a8-44ba-b728-86210a821029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93a5f782-34a8-44ba-b728-86210a821029.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2326f274-1c71-4349-aec2-e7504cbda54b {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-2326f274-1c71-4349-aec2-e7504cbda54b .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4aac6a30-2096-463e-bbfd-267c0dd6b0c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8934d4d5-15d6-42fb-b445-c27f81028762 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8934d4d5-15d6-42fb-b445-c27f81028762:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8934d4d5-15d6-42fb-b445-c27f81028762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8934d4d5-15d6-42fb-b445-c27f81028762-root {
    text-align: center;
  }


#s-8934d4d5-15d6-42fb-b445-c27f81028762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8934d4d5-15d6-42fb-b445-c27f81028762-root {
    text-align: center;
  }


#s-8934d4d5-15d6-42fb-b445-c27f81028762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8934d4d5-15d6-42fb-b445-c27f81028762-root {
    text-align: center;
  }


#s-8934d4d5-15d6-42fb-b445-c27f81028762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8934d4d5-15d6-42fb-b445-c27f81028762-root {
    text-align: center;
  }


#s-8934d4d5-15d6-42fb-b445-c27f81028762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8934d4d5-15d6-42fb-b445-c27f81028762-root {
    text-align: center;
  }


#s-8934d4d5-15d6-42fb-b445-c27f81028762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e8bffcba-0e30-48c8-b1ea-46c6de5139e7 {
  padding-top: 40px;
padding-bottom: 0px;
min-height: 50px;
}








#s-e8bffcba-0e30-48c8-b1ea-46c6de5139e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8bffcba-0e30-48c8-b1ea-46c6de5139e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-166bed88-2e1b-4b94-b5ab-59f675d6c1d7 {
  padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-166bed88-2e1b-4b94-b5ab-59f675d6c1d7 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-687ac9ab-c3f3-40a0-ad4a-f908e8ac9e29"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-af976450-4513-484d-ae5f-99097e2e8748 {
  text-align: center;
}







  #s-af976450-4513-484d-ae5f-99097e2e8748 img.shogun-image {
    

    
    
    
  }


#s-af976450-4513-484d-ae5f-99097e2e8748 .shogun-image-content {
  
    align-items: center;
  
}

#s-df87f66f-1e61-4193-a9c9-282935ba6142 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-df87f66f-1e61-4193-a9c9-282935ba6142"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df87f66f-1e61-4193-a9c9-282935ba6142"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-df87f66f-1e61-4193-a9c9-282935ba6142"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-df87f66f-1e61-4193-a9c9-282935ba6142"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-94949814-4d36-48f0-a45b-d2b20ffc8d58 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-94949814-4d36-48f0-a45b-d2b20ffc8d58 {
  background-image: url();
}








#s-94949814-4d36-48f0-a45b-d2b20ffc8d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94949814-4d36-48f0-a45b-d2b20ffc8d58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d1d1642-785f-4fb2-9f49-09031a484051 {
  max-width: 825px;
aspect-ratio: 825/675;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-7d1d1642-785f-4fb2-9f49-09031a484051 img.shogun-image,
  #s-7d1d1642-785f-4fb2-9f49-09031a484051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d1d1642-785f-4fb2-9f49-09031a484051 {
    width: 100%;
    height: auto;
  }



  #s-7d1d1642-785f-4fb2-9f49-09031a484051 img.shogun-image {
    

    
    
    
  }


#s-7d1d1642-785f-4fb2-9f49-09031a484051 .shogun-image-content {
  
    align-items: center;
  
}

#s-b25a9b6d-4594-4d94-9ae8-b8c1a437e378 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6527998a-d742-46a6-a96e-9029a657c8b8 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-6527998a-d742-46a6-a96e-9029a657c8b8 {
  background-image: url();
}








#s-6527998a-d742-46a6-a96e-9029a657c8b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6527998a-d742-46a6-a96e-9029a657c8b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27e9c7b-373f-4d17-8d62-5f4a0d74b1e5 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f27e9c7b-373f-4d17-8d62-5f4a0d74b1e5 img.shogun-image {
    

    
    
    
  }


#s-f27e9c7b-373f-4d17-8d62-5f4a0d74b1e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-30718dcc-92ae-486f-b4fa-136937040e07 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d0aa7a9e-fd5a-48c8-ba21-38cb24313bd4 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-d0aa7a9e-fd5a-48c8-ba21-38cb24313bd4 {
  background-image: url();
}








#s-d0aa7a9e-fd5a-48c8-ba21-38cb24313bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0aa7a9e-fd5a-48c8-ba21-38cb24313bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-371a2968-52d3-460e-a977-e8fca853c3d1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-371a2968-52d3-460e-a977-e8fca853c3d1 img.shogun-image {
    

    
    
    
  }


#s-371a2968-52d3-460e-a977-e8fca853c3d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b4a0470-a230-471d-9945-45d84ecbb656 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aef4409e-4f0f-4912-8178-b4d15610a7a5 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-aef4409e-4f0f-4912-8178-b4d15610a7a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aef4409e-4f0f-4912-8178-b4d15610a7a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-aef4409e-4f0f-4912-8178-b4d15610a7a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-aef4409e-4f0f-4912-8178-b4d15610a7a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-4ec9a1da-e34f-44ad-8886-243a038881d6 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-4ec9a1da-e34f-44ad-8886-243a038881d6 {
  background-image: url();
}








#s-4ec9a1da-e34f-44ad-8886-243a038881d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ec9a1da-e34f-44ad-8886-243a038881d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec9f1f53-c2d2-455e-b075-8d4a36f3f3a7 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-ec9f1f53-c2d2-455e-b075-8d4a36f3f3a7 img.shogun-image {
    

    
    
    
  }


#s-ec9f1f53-c2d2-455e-b075-8d4a36f3f3a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f34caad6-7982-40e9-8da8-0ba10ec704fc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a0c2a04-caab-4519-9531-6fefecfb7ddc {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-3a0c2a04-caab-4519-9531-6fefecfb7ddc {
  background-image: url();
}








#s-3a0c2a04-caab-4519-9531-6fefecfb7ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a0c2a04-caab-4519-9531-6fefecfb7ddc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ccb51ff-b9a1-4853-9fa5-99f73b94f027 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-0ccb51ff-b9a1-4853-9fa5-99f73b94f027 img.shogun-image {
    

    
    
    
  }


#s-0ccb51ff-b9a1-4853-9fa5-99f73b94f027 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b5e03d-f8bd-41d9-9938-8ea3cf48a31b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-885a64f0-09f9-4187-ad10-64e3f200cf2a {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-885a64f0-09f9-4187-ad10-64e3f200cf2a {
  background-image: url();
}








#s-885a64f0-09f9-4187-ad10-64e3f200cf2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-885a64f0-09f9-4187-ad10-64e3f200cf2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f47f2366-50ee-4f11-b7d8-e0a8e554a8f3 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f47f2366-50ee-4f11-b7d8-e0a8e554a8f3 img.shogun-image {
    

    
    
    
  }


#s-f47f2366-50ee-4f11-b7d8-e0a8e554a8f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1d82d77-3d6a-402a-b7e4-dd84d2dcdc91 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3c876d07-9af5-40e5-88b7-e266153af3ab {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-3c876d07-9af5-40e5-88b7-e266153af3ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c876d07-9af5-40e5-88b7-e266153af3ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3c876d07-9af5-40e5-88b7-e266153af3ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3c876d07-9af5-40e5-88b7-e266153af3ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6d7379fe-b454-42cf-bee2-6744dbcd61c1 {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}

#s-6d7379fe-b454-42cf-bee2-6744dbcd61c1 {
  background-image: url();
}








#s-6d7379fe-b454-42cf-bee2-6744dbcd61c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d7379fe-b454-42cf-bee2-6744dbcd61c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-317c5563-958c-4e12-8e26-91ab44c719ef {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-317c5563-958c-4e12-8e26-91ab44c719ef img.shogun-image {
    

    
    
    
  }


#s-317c5563-958c-4e12-8e26-91ab44c719ef .shogun-image-content {
  
    align-items: center;
  
}

#s-871f4cac-086a-4d9b-869b-9e8054901323 {
  padding-top: 10px;
padding-bottom: 10px;
}

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