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

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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-49efb20e-5024-4d39-9622-d51a14feae5a {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-49efb20e-5024-4d39-9622-d51a14feae5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49efb20e-5024-4d39-9622-d51a14feae5a.shg-box.shg-c {
  justify-content: center;
}

#s-08fd7e16-4282-49e6-a866-87b803addf7c {
  margin-left: auto;
margin-right: auto;
min-height: 60px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-08fd7e16-4282-49e6-a866-87b803addf7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08fd7e16-4282-49e6-a866-87b803addf7c.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-05850cde-4bbd-4eb1-88bf-d68a615ec5de {
  margin-left: 10%;
margin-right: 10%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb2e2585-b91c-4a38-aa9f-eda1ba759b6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 {
  padding-left: 10%;
padding-right: 10%;
min-height: 570px;
background-color: rgba(247, 234, 221, 1);
}
@media (min-width: 1200px){#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 {
  
}
}@media (max-width: 767px){#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8d3a52a2-049e-464b-b8c3-b3950eaeba55.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2bfc8c83-1f09-45bc-8bb1-ab05f900c988 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bfc8c83-1f09-45bc-8bb1-ab05f900c988 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2bfc8c83-1f09-45bc-8bb1-ab05f900c988 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-2bfc8c83-1f09-45bc-8bb1-ab05f900c988 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-10957a11-3121-47f6-ae88-c27985056e13 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-10957a11-3121-47f6-ae88-c27985056e13 img.shogun-image {
    
    width: px;
  }


#s-10957a11-3121-47f6-ae88-c27985056e13 .shogun-image-content {
  
    align-items: center;
  
}

#s-66eaf5b7-b409-484a-8281-360a3a41fb37 {
  background-image: url(https://i.shgcdn.com/9ea2b58f-728d-437d-a40c-2deb3208c3f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 570px;
background-position: center center;
}








#s-66eaf5b7-b409-484a-8281-360a3a41fb37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66eaf5b7-b409-484a-8281-360a3a41fb37.shg-box.shg-c {
  justify-content: center;
}

#s-e177cea6-9156-435a-9d91-3a5da51c5330 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e177cea6-9156-435a-9d91-3a5da51c5330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e177cea6-9156-435a-9d91-3a5da51c5330.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-ba17e244-8663-4748-958b-7ea07294b4ac {
  margin-top: 40px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ba17e244-8663-4748-958b-7ea07294b4ac .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e4e6234-a156-44ed-b0e9-dcd2f9e275db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-32491b60-8b85-456d-a9e7-cb20cf328b6a {
  text-align: center;
}




  #s-32491b60-8b85-456d-a9e7-cb20cf328b6a img.shogun-image {
    
    width: px;
  }


#s-32491b60-8b85-456d-a9e7-cb20cf328b6a .shogun-image-content {
  
    align-items: center;
  
}

#s-6cf0001c-b51a-4362-8b40-eb0103decfd0 {
  text-align: center;
}




  #s-6cf0001c-b51a-4362-8b40-eb0103decfd0 img.shogun-image {
    
    width: px;
  }


#s-6cf0001c-b51a-4362-8b40-eb0103decfd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdc30f8-66e0-4064-a15e-cb243c925402 {
  margin-left: 100px;
margin-right: 100px;
}
@media (max-width: 767px){#s-3bdc30f8-66e0-4064-a15e-cb243c925402 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9dd65137-cf80-4554-94d6-eca29178b8ab {
  margin-left: 100px;
margin-bottom: 40px;
margin-right: 100px;
text-align: center;
}




  #s-9dd65137-cf80-4554-94d6-eca29178b8ab img.shogun-image {
    
    width: px;
  }


#s-9dd65137-cf80-4554-94d6-eca29178b8ab .shogun-image-content {
  
    align-items: center;
  
}

#s-cab7d7c9-4fbe-44f9-bb7a-2413ed6a74a6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cab7d7c9-4fbe-44f9-bb7a-2413ed6a74a6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-61b2e9c2-8f8c-47b8-b1f0-8b2ced35e6ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7163393e-5040-4e49-a99d-b15eba99f5e2 {
  background-repeat: no-repeat;
background-size: 400px 400px;
min-height: 300px;
background-position: center center;
}








#s-7163393e-5040-4e49-a99d-b15eba99f5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7163393e-5040-4e49-a99d-b15eba99f5e2.shg-box.shg-c {
  justify-content: center;
}

#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 {
  padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-color: rgba(186, 193, 198, 1);
}
@media (min-width: 1200px){#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 {
  
}
}@media (max-width: 767px){#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-b02a225e-71dd-44d0-8238-c6abc52f29a8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b02a225e-71dd-44d0-8238-c6abc52f29a8.shg-box.shg-c {
  justify-content: center;
}

#s-646fe96f-857c-4b32-beb0-65fd29ff37d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-646fe96f-857c-4b32-beb0-65fd29ff37d8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ba87c754-331b-4aa9-af9a-c49b4c676c45"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e {
  padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-color: rgba(137, 164, 203, 1);
}
@media (min-width: 1200px){#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e {
  
}
}@media (max-width: 767px){#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1ceb0286-db01-4c0f-9c91-009fcdfe302e.shg-box.shg-c {
  justify-content: center;
}

#s-3ea65e2c-c723-49b5-b26f-08fece23a1e3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-3ea65e2c-c723-49b5-b26f-08fece23a1e3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-000e1a7b-aedf-4000-bd46-d6486924864e {
  background-repeat: no-repeat;
background-size: 400px 400px;
min-height: 300px;
background-position: center center;
}








#s-000e1a7b-aedf-4000-bd46-d6486924864e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-000e1a7b-aedf-4000-bd46-d6486924864e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4e03168b-ee5b-4329-bd24-e4b7e86b0d1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-583e40a9-3c5a-49bd-bac3-6762c3c3d792 {
  background-repeat: no-repeat;
background-size: 400px 400px;
min-height: 300px;
background-position: center center;
}








#s-583e40a9-3c5a-49bd-bac3-6762c3c3d792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-583e40a9-3c5a-49bd-bac3-6762c3c3d792.shg-box.shg-c {
  justify-content: center;
}

#s-384c676b-9d7b-4180-98d6-5516f98c8123 {
  padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-color: rgba(222, 131, 72, 1);
}
@media (min-width: 1200px){#s-384c676b-9d7b-4180-98d6-5516f98c8123 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-384c676b-9d7b-4180-98d6-5516f98c8123 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-384c676b-9d7b-4180-98d6-5516f98c8123 {
  
}
}@media (max-width: 767px){#s-384c676b-9d7b-4180-98d6-5516f98c8123 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-384c676b-9d7b-4180-98d6-5516f98c8123 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-384c676b-9d7b-4180-98d6-5516f98c8123.shg-box.shg-c {
  justify-content: center;
}

#s-3034add1-9e36-4f51-93c6-7b8b4ad1ca59 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-3034add1-9e36-4f51-93c6-7b8b4ad1ca59 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ea7e9821-76b1-400f-b989-e02be32ba433 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ea7e9821-76b1-400f-b989-e02be32ba433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea7e9821-76b1-400f-b989-e02be32ba433.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-e4b1a754-2abb-4601-992c-955aa35a992f {
  margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e4b1a754-2abb-4601-992c-955aa35a992f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(137, 164, 203, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e4b1a754-2abb-4601-992c-955aa35a992f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e4b1a754-2abb-4601-992c-955aa35a992f {
  margin-left: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4b1a754-2abb-4601-992c-955aa35a992f {
  margin-left: 200px;
}
}

  #s-e4b1a754-2abb-4601-992c-955aa35a992f-btn-wrapper {
    text-align: center;
  }


#s-e4b1a754-2abb-4601-992c-955aa35a992f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7d62d475-6c08-48d2-8494-5974a1c68f56 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-7d62d475-6c08-48d2-8494-5974a1c68f56 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aec4d152-6b95-436f-9937-1bdd7dd07821 {
  text-align: center;
}




  #s-aec4d152-6b95-436f-9937-1bdd7dd07821 img.shogun-image {
    
    width: px;
  }


#s-aec4d152-6b95-436f-9937-1bdd7dd07821 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac021b81-6f02-45bf-a04c-5b9888e34aa4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-0116e4cd-ae0b-4f1b-b372-7bea34643387 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0116e4cd-ae0b-4f1b-b372-7bea34643387 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-573cb24e-46a4-426c-9f8f-fd125ee12abc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a5a96916-d565-4b24-892d-cacbef17dac3 {
  text-align: center;
}




  #s-a5a96916-d565-4b24-892d-cacbef17dac3 img.shogun-image {
    
    width: px;
  }


#s-a5a96916-d565-4b24-892d-cacbef17dac3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9280f4a-f243-46ad-a986-7d48d712ee26 {
  text-align: center;
}




  #s-a9280f4a-f243-46ad-a986-7d48d712ee26 img.shogun-image {
    
    width: px;
  }


#s-a9280f4a-f243-46ad-a986-7d48d712ee26 .shogun-image-content {
  
    align-items: center;
  
}

#s-679146e6-1a08-4ed7-a93a-997056e4d186 {
  text-align: center;
}




  #s-679146e6-1a08-4ed7-a93a-997056e4d186 img.shogun-image {
    
    width: px;
  }


#s-679146e6-1a08-4ed7-a93a-997056e4d186 .shogun-image-content {
  
    align-items: center;
  
}

#s-86a4c572-449b-4680-9b55-bf16dcdf3a87 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4ad76206-dd68-4bbc-883b-e304917d65db {
  background-color: rgba(205, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-91458080-fc68-4713-bac1-0cfaee158957 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-483f9db3-b99d-4e5e-b329-34883cc2306b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-40a29032-1f6a-41a6-a090-efcee7de7617 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-40a29032-1f6a-41a6-a090-efcee7de7617:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(137, 164, 203, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-40a29032-1f6a-41a6-a090-efcee7de7617:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-40a29032-1f6a-41a6-a090-efcee7de7617 {
  margin-left: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40a29032-1f6a-41a6-a090-efcee7de7617 {
  margin-left: 200px;
}
}

  #s-40a29032-1f6a-41a6-a090-efcee7de7617-btn-wrapper {
    text-align: center;
  }


#s-40a29032-1f6a-41a6-a090-efcee7de7617.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0730135a-b0cd-4332-9d5a-993c99a2b68e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-de09037f-85dc-4d92-bd34-62644ace069e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-de09037f-85dc-4d92-bd34-62644ace069e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d55862ef-ac83-437f-9f47-7f404c6f0653 {
  text-align: center;
}




  #s-d55862ef-ac83-437f-9f47-7f404c6f0653 img.shogun-image {
    
    width: px;
  }


#s-d55862ef-ac83-437f-9f47-7f404c6f0653 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dcbfa64-2a2a-4c62-a061-b99f9f67965f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9e1799bc-f575-4997-b0bf-ae48bdb25eed {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-9e1799bc-f575-4997-b0bf-ae48bdb25eed .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-74c62deb-b5b2-451e-a35b-5d3124ad0aaa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4ec7511d-b3b9-4ee0-8c5b-2b873f6450ec {
  text-align: center;
}




  #s-4ec7511d-b3b9-4ee0-8c5b-2b873f6450ec img.shogun-image {
    
    width: px;
  }


#s-4ec7511d-b3b9-4ee0-8c5b-2b873f6450ec .shogun-image-content {
  
    align-items: center;
  
}

#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 {
  
}
}@media (max-width: 767px){#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3c2cf6b1-e650-4d7a-a121-dd69ac32dd66.shg-box.shg-c {
  justify-content: center;
}

#s-5a5303bb-4191-4291-b614-7d11a5d5abc3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-5a5303bb-4191-4291-b614-7d11a5d5abc3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e1ff7790-928d-412d-b9f9-7471dd25ea37 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-e1ff7790-928d-412d-b9f9-7471dd25ea37 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0172efb9-5fb5-4689-a7d9-f1139c215009 {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0172efb9-5fb5-4689-a7d9-f1139c215009:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(137, 164, 203, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0172efb9-5fb5-4689-a7d9-f1139c215009:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0172efb9-5fb5-4689-a7d9-f1139c215009 {
  margin-left: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0172efb9-5fb5-4689-a7d9-f1139c215009 {
  margin-left: 200px;
}
}

  #s-0172efb9-5fb5-4689-a7d9-f1139c215009-btn-wrapper {
    text-align: center;
  }


#s-0172efb9-5fb5-4689-a7d9-f1139c215009.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b3b8bff7-7699-4584-a365-5fd48ca7d809"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8e667020-04f9-470c-9135-f76ebb71ec02 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
min-height: 250px;
background-position: center center;
}








#s-8e667020-04f9-470c-9135-f76ebb71ec02 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.66;
}#s-8e667020-04f9-470c-9135-f76ebb71ec02 {
  cursor: pointer;
}#s-8e667020-04f9-470c-9135-f76ebb71ec02.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f6845107-a647-4fd1-8fb9-c427661310c0 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}

#s-7d3f3312-68f0-4d2b-bd8a-7a31439bb3a8 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.21);
border-style: solid;
text-align: center;
}

#s-7d3f3312-68f0-4d2b-bd8a-7a31439bb3a8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Alegreya Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7d3f3312-68f0-4d2b-bd8a-7a31439bb3a8 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-67c3845b-9301-4ac9-9677-a1ddda5101b1 {
  background-repeat: no-repeat;
background-size: cover;
margin-right: 0px;
min-height: 250px;
background-position: center center;
}








#s-67c3845b-9301-4ac9-9677-a1ddda5101b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.66;
}#s-67c3845b-9301-4ac9-9677-a1ddda5101b1 {
  cursor: pointer;
}#s-67c3845b-9301-4ac9-9677-a1ddda5101b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7477e64-9653-42e4-b29e-60415eead537 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}

#s-4a2092ae-c4ca-4472-bc62-564c1b8d6866 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.21);
border-style: solid;
text-align: center;
}

#s-4a2092ae-c4ca-4472-bc62-564c1b8d6866 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Alegreya Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4a2092ae-c4ca-4472-bc62-564c1b8d6866 .shogun-heading-component h2 a {
  color: rgba(255, 255, 255, 1);
}


#s-d1fa6914-4b5d-4744-b3be-184981e43eac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 25%;
padding-bottom: 0px;
padding-right: 25%;
min-height: 20px;
background-color: rgba(53, 82, 156, 0.32);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1fa6914-4b5d-4744-b3be-184981e43eac {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-d1fa6914-4b5d-4744-b3be-184981e43eac {
  padding-left: 0px;
padding-right: 0px;
min-height: 10px;
}
}







#s-d1fa6914-4b5d-4744-b3be-184981e43eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1fa6914-4b5d-4744-b3be-184981e43eac.shg-box.shg-c {
  justify-content: center;
}

#s-bece2c23-d2cc-4af8-a28c-b864374c8129 {
  margin-top: -30px;
margin-bottom: -30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bece2c23-d2cc-4af8-a28c-b864374c8129 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bece2c23-d2cc-4af8-a28c-b864374c8129 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bece2c23-d2cc-4af8-a28c-b864374c8129 {
  
}
}@media (max-width: 767px){#s-bece2c23-d2cc-4af8-a28c-b864374c8129 {
  
}
}







#s-bece2c23-d2cc-4af8-a28c-b864374c8129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bece2c23-d2cc-4af8-a28c-b864374c8129.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df9a000c-d748-4c43-b9b7-d89136db39ad {
  margin-top: 30px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df9a000c-d748-4c43-b9b7-d89136db39ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-44014a00-144e-4da6-9a8a-942500d404b0 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-d9f60aa9-6ce2-4fe5-bf50-881bef15da77 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-9c5e21fd-0dac-458c-baa6-e33e8aeb0015 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-91d24b76-5f3a-4fa9-b02f-9053b210ad2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91d24b76-5f3a-4fa9-b02f-9053b210ad2e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-2cacefc6-b726-42f1-ac23-196b1abe50c9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}

[id="s-2cacefc6-b726-42f1-ac23-196b1abe50c9"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 0px;
}

.shg-ig-posts-container {
  width: calc(100% + 0px) !important;
}

@media (min-width: 768px) {
  [id="s-2cacefc6-b726-42f1-ac23-196b1abe50c9"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
