.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;
background-color: rgba(255, 255, 255, 1);
}








#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(248, 240, 135, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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-bc0996cc-2ec8-44ae-b171-fd391f4bcebc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 640px;
}
@media (min-width: 1200px){#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc {
  
}
}@media (max-width: 767px){#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc {
  
}
}







#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-bc0996cc-2ec8-44ae-b171-fd391f4bcebc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d142f611-228b-4644-a97e-d0eea42808a5 {
  min-height: 570px;
text-align: center;
}





#s-d142f611-228b-4644-a97e-d0eea42808a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-db8e49c5-dcfa-40a0-bdef-8f03d089db9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(253, 250, 215, 1);
}

#s-db8e49c5-dcfa-40a0-bdef-8f03d089db9f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-385b4819-4ee3-43b2-8682-8fdf5502d4e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(253, 250, 215, 1);
}

#s-e177cea6-9156-435a-9d91-3a5da51c5330 {
  padding-left: 10%;
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;
}

#s-edbf800f-66d4-4d4c-998a-6ca02e457398 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-edbf800f-66d4-4d4c-998a-6ca02e457398 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-20f2a395-5bce-46b0-9df2-4778bb54312a {
  text-align: center;
}




  #s-20f2a395-5bce-46b0-9df2-4778bb54312a img.shogun-image {
    
    width: px;
  }


#s-20f2a395-5bce-46b0-9df2-4778bb54312a .shogun-image-content {
  
    align-items: center;
  
}

#s-bf19404c-d096-461c-b399-330b0e022093 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-bf19404c-d096-461c-b399-330b0e022093 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

#s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 td.shogun-table-column {
  background-color: rgba(253, 250, 215, 1);
  padding: 10px;
  text-align: center;
}

#s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 td.shogun-table-row {
  background-color: rgba(253, 250, 215, 0.2);
  padding: 10px;
}

#s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 td.shogun-table-column, #s-01b01325-ff34-4ae1-b8da-fb964c0b2a51 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-ea7e9821-76b1-400f-b989-e02be32ba433 {
  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;
}

#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-c2bbf1a9-a62e-4af1-8d3c-80ecf65b56e1 {
  text-align: center;
}




  #s-c2bbf1a9-a62e-4af1-8d3c-80ecf65b56e1 img.shogun-image {
    
    width: px;
  }


#s-c2bbf1a9-a62e-4af1-8d3c-80ecf65b56e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-200fc5ea-38a8-4f42-9e3a-5ce010575a39 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-200fc5ea-38a8-4f42-9e3a-5ce010575a39 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f4df6880-2ae2-41f3-a269-a1efe12a2f7d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-f4df6880-2ae2-41f3-a269-a1efe12a2f7d .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-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecdb1e47-8ffc-4855-92da-817fc6eb7451"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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.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-8126d9ce-744e-475f-886c-003449ff8dd8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8126d9ce-744e-475f-886c-003449ff8dd8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8126d9ce-744e-475f-886c-003449ff8dd8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8126d9ce-744e-475f-886c-003449ff8dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e3615347-fe21-4689-93bb-a10d65920ba4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e3615347-fe21-4689-93bb-a10d65920ba4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-e3615347-fe21-4689-93bb-a10d65920ba4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3615347-fe21-4689-93bb-a10d65920ba4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a160330c-33ab-49fa-aae0-04824b1031e5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a160330c-33ab-49fa-aae0-04824b1031e5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-a160330c-33ab-49fa-aae0-04824b1031e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a160330c-33ab-49fa-aae0-04824b1031e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8bbf0d82-e715-4ad1-9f37-8b0d0daec3e3 {
  padding-top: 30px;
padding-bottom: 50px;
text-align: center;
}




  #s-8bbf0d82-e715-4ad1-9f37-8b0d0daec3e3 img.shogun-image {
    
    width: px;
  }


#s-8bbf0d82-e715-4ad1-9f37-8b0d0daec3e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb2d6623-f4e5-45a5-9e4f-48dd55059252 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(211, 235, 223, 1);
}

#s-fb2d6623-f4e5-45a5-9e4f-48dd55059252 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8278d6e-e9b4-40cf-9af2-0021acbf0469 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(211, 235, 223, 1);
}

#s-1a85d148-185a-4da2-b06e-a4e0c564d9fe {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1a85d148-185a-4da2-b06e-a4e0c564d9fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a85d148-185a-4da2-b06e-a4e0c564d9fe.shg-box.shg-c {
  justify-content: center;
}

#s-4af5e7d0-b050-43b4-bb2c-c11299ae023b {
  text-align: center;
}




  #s-4af5e7d0-b050-43b4-bb2c-c11299ae023b img.shogun-image {
    
    width: px;
  }


#s-4af5e7d0-b050-43b4-bb2c-c11299ae023b .shogun-image-content {
  
    align-items: center;
  
}

#s-09222521-2a37-4741-abfe-15faed2a80c1 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-09222521-2a37-4741-abfe-15faed2a80c1 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 255, 255, 1);
}

#s-67d01225-676c-488c-992d-80949455fb3b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-67d01225-676c-488c-992d-80949455fb3b .shogun-heading-component h2 {
  color: rgba(120, 194, 158, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a5ee12-8920-4bde-bbe6-ede622221fbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9d4f72bb-2991-4ce7-ab7c-98d1bcb5905a {
  text-align: center;
}




  #s-9d4f72bb-2991-4ce7-ab7c-98d1bcb5905a img.shogun-image {
    
    width: px;
  }


#s-9d4f72bb-2991-4ce7-ab7c-98d1bcb5905a .shogun-image-content {
  
    align-items: center;
  
}

#s-39c80558-83a8-4908-a212-dbe26e98144e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-39c80558-83a8-4908-a212-dbe26e98144e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0919ef93-7b1a-44ea-a576-6b3498707bef {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-0919ef93-7b1a-44ea-a576-6b3498707bef hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a677aee5-6e0b-4b72-954b-0f1cdc90d6e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36bfb92e-d750-4e82-8c68-5ac0648704bb {
  text-align: center;
}




  #s-36bfb92e-d750-4e82-8c68-5ac0648704bb img.shogun-image {
    
    width: px;
  }


#s-36bfb92e-d750-4e82-8c68-5ac0648704bb .shogun-image-content {
  
    align-items: center;
  
}

#s-79fda5e6-8906-42b2-af3a-6db708bb46f7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-79fda5e6-8906-42b2-af3a-6db708bb46f7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5952b9b3-b743-4b6e-b30a-36bbb9d13297 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-5952b9b3-b743-4b6e-b30a-36bbb9d13297 hr {
  border: 0;
  width: 100%;
  border-top: 5px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36311f88-cc8c-4b4e-93b9-a52ba10851c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0bb18be9-0e50-40be-ac7c-2bc416aa3b87 {
  text-align: center;
}




  #s-0bb18be9-0e50-40be-ac7c-2bc416aa3b87 img.shogun-image {
    
    width: px;
  }


#s-0bb18be9-0e50-40be-ac7c-2bc416aa3b87 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdf96ea5-d953-4535-a74d-2b82b1184afa {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-fdf96ea5-d953-4535-a74d-2b82b1184afa .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7acc28a6-da3a-4e44-93a0-c09eee0f93c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(172, 222, 230, 1);
}

#s-7acc28a6-da3a-4e44-93a0-c09eee0f93c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0506b9e-fc22-4251-bb02-31fbf80e9da5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(172, 222, 230, 1);
}

#s-f30d171a-878f-44f4-9add-02bb2e81cf55 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f30d171a-878f-44f4-9add-02bb2e81cf55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30d171a-878f-44f4-9add-02bb2e81cf55.shg-box.shg-c {
  justify-content: center;
}

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

}

@media (max-width: 767px) {
  [id="s-4ad76206-dd68-4bbc-883b-e304917d65db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(172, 222, 230, 0.5);
}
@media (min-width: 1200px){#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb {
  
}
}@media (max-width: 767px){#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-909e4856-bd8f-4fb5-894f-573e62ab6cdb.shg-box.shg-c {
  justify-content: center;
}

#s-de6ece3a-aec1-412b-88a9-ab374cebac2f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-de6ece3a-aec1-412b-88a9-ab374cebac2f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ea988683-5413-4c2a-ba50-cb84d3a49ed7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-ea988683-5413-4c2a-ba50-cb84d3a49ed7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-837f2366-5967-4001-9bee-797af5239b72 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-837f2366-5967-4001-9bee-797af5239b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837f2366-5967-4001-9bee-797af5239b72.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd51086c-fc36-456b-946d-22fbc472fa5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4f6d97d0-abdf-4780-bd3a-d5a4ee8827fe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-4f6d97d0-abdf-4780-bd3a-d5a4ee8827fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6d97d0-abdf-4780-bd3a-d5a4ee8827fe.shg-box.shg-c {
  justify-content: center;
}

#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(172, 222, 230, 0.75);
}
@media (min-width: 1200px){#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 {
  
}
}@media (max-width: 767px){#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-23333446-a8fb-4de7-a506-f10b8bd73fe7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-23333446-a8fb-4de7-a506-f10b8bd73fe7.shg-box.shg-c {
  justify-content: center;
}

#s-181c5a5f-1431-4ace-9fce-7f06d0ceb2b7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-181c5a5f-1431-4ace-9fce-7f06d0ceb2b7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b96687c7-20c1-47b0-8479-63bdfb59c058 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-b96687c7-20c1-47b0-8479-63bdfb59c058 .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-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f88c501e-8ab1-44d9-b153-827693f29b3a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1129cc11-0b93-41c3-9905-a8f6fd78010c {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(172, 222, 230, 1);
}
@media (min-width: 1200px){#s-1129cc11-0b93-41c3-9905-a8f6fd78010c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1129cc11-0b93-41c3-9905-a8f6fd78010c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1129cc11-0b93-41c3-9905-a8f6fd78010c {
  
}
}@media (max-width: 767px){#s-1129cc11-0b93-41c3-9905-a8f6fd78010c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-1129cc11-0b93-41c3-9905-a8f6fd78010c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1129cc11-0b93-41c3-9905-a8f6fd78010c.shg-box.shg-c {
  justify-content: center;
}

#s-53b56171-e210-4d67-8c7e-8227c871424f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-53b56171-e210-4d67-8c7e-8227c871424f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a736e22e-edd9-40e6-8394-0e2d0f3266b0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-a736e22e-edd9-40e6-8394-0e2d0f3266b0 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6b3c710c-aed1-481c-b47d-a08826140fd9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6b3c710c-aed1-481c-b47d-a08826140fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b3c710c-aed1-481c-b47d-a08826140fd9.shg-box.shg-c {
  justify-content: center;
}

#s-d3706afb-997c-40f7-94e0-d85ebbb9130b {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d3706afb-997c-40f7-94e0-d85ebbb9130b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e2f3ddc8-d4a6-4c09-8e6f-12bfc12f7c7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e2f3ddc8-d4a6-4c09-8e6f-12bfc12f7c7b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e2f3ddc8-d4a6-4c09-8e6f-12bfc12f7c7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e2f3ddc8-d4a6-4c09-8e6f-12bfc12f7c7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c38722f-97ea-4be5-a8ba-1a6f395b0e69 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9c38722f-97ea-4be5-a8ba-1a6f395b0e69:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-9c38722f-97ea-4be5-a8ba-1a6f395b0e69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9c38722f-97ea-4be5-a8ba-1a6f395b0e69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-77650f07-1087-4ebf-a591-2a8e69b42973 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-77650f07-1087-4ebf-a591-2a8e69b42973:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(82, 209, 220, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-77650f07-1087-4ebf-a591-2a8e69b42973:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77650f07-1087-4ebf-a591-2a8e69b42973.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-76dbc62e-3de7-446a-a1c4-d37f25e822ae {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(253, 206, 167, 1);
}

#s-76dbc62e-3de7-446a-a1c4-d37f25e822ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-599bf892-f384-4516-9ae0-0f6f1c0c7aee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(253, 206, 167, 1);
}

@media (min-width: 0px) {
[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-28716b49-472d-4199-9f79-2310f03ed227"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-50f6bfce-cb83-49d0-b904-eb2543c72537 {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(253, 206, 167, 1);
}
@media (min-width: 1200px){#s-50f6bfce-cb83-49d0-b904-eb2543c72537 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50f6bfce-cb83-49d0-b904-eb2543c72537 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50f6bfce-cb83-49d0-b904-eb2543c72537 {
  
}
}@media (max-width: 767px){#s-50f6bfce-cb83-49d0-b904-eb2543c72537 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-50f6bfce-cb83-49d0-b904-eb2543c72537 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-50f6bfce-cb83-49d0-b904-eb2543c72537.shg-box.shg-c {
  justify-content: center;
}

#s-c6029dcc-f88c-4b30-b8de-bf8724ef70ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-c6029dcc-f88c-4b30-b8de-bf8724ef70ba .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-725594e8-5959-4652-b7ad-b4af3ab54e2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-725594e8-5959-4652-b7ad-b4af3ab54e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-725594e8-5959-4652-b7ad-b4af3ab54e2f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-64308add-7df8-4584-a16e-17a46f07bac7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3539a5a4-6350-4616-99e6-4f6fc05b8c64 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-3539a5a4-6350-4616-99e6-4f6fc05b8c64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3539a5a4-6350-4616-99e6-4f6fc05b8c64.shg-box.shg-c {
  justify-content: center;
}

#s-8ae12378-97bb-415d-97fa-503a49184901 {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(253, 206, 167, 0.75);
}
@media (min-width: 1200px){#s-8ae12378-97bb-415d-97fa-503a49184901 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ae12378-97bb-415d-97fa-503a49184901 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ae12378-97bb-415d-97fa-503a49184901 {
  
}
}@media (max-width: 767px){#s-8ae12378-97bb-415d-97fa-503a49184901 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-8ae12378-97bb-415d-97fa-503a49184901 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8ae12378-97bb-415d-97fa-503a49184901.shg-box.shg-c {
  justify-content: center;
}

#s-711b4640-e3da-431d-9c1a-050c03542cf3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-711b4640-e3da-431d-9c1a-050c03542cf3 .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-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b14169e7-3074-4d6a-9ee7-8fb0688ba02b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 {
  padding-left: 10%;
padding-right: 10%;
min-height: 400px;
background-color: rgba(253, 206, 167, 0.5);
}
@media (min-width: 1200px){#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 {
  
}
}@media (max-width: 767px){#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7d20ebc0-cade-4e84-aaea-9b5d6c967556.shg-box.shg-c {
  justify-content: center;
}

#s-849788c2-f850-4aeb-a9b6-e0afe26f4dd8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-849788c2-f850-4aeb-a9b6-e0afe26f4dd8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c81d9e99-cd5f-4551-a556-bc805ac190d4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-c81d9e99-cd5f-4551-a556-bc805ac190d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6f5cd66d-d3fa-40d7-b858-0f1dc70084c9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6f5cd66d-d3fa-40d7-b858-0f1dc70084c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5cd66d-d3fa-40d7-b858-0f1dc70084c9.shg-box.shg-c {
  justify-content: center;
}

#s-09f742ad-cb9a-40d5-a7a6-803d56bc24cd {
  margin-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09f742ad-cb9a-40d5-a7a6-803d56bc24cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f742ad-cb9a-40d5-a7a6-803d56bc24cd.shg-box.shg-c {
  justify-content: center;
}

#s-7b9e00e9-d0fc-4775-acdb-32d988e558d5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-7b9e00e9-d0fc-4775-acdb-32d988e558d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-11ca9b2b-72e3-4567-a0c3-6908c83a27e5 {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-11ca9b2b-72e3-4567-a0c3-6908c83a27e5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 206, 167, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-11ca9b2b-72e3-4567-a0c3-6908c83a27e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11ca9b2b-72e3-4567-a0c3-6908c83a27e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2173d0f7-48f1-404c-b1db-18fe23589663 {
  margin-top: 30px;
margin-bottom: 30px;
padding-bottom: 0px;
text-align: center;
}

#s-2173d0f7-48f1-404c-b1db-18fe23589663 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b6ef96a-b706-4815-b376-b2437c050915"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6072e56d-c659-4dd9-a76d-bf8c49b02e08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6072e56d-c659-4dd9-a76d-bf8c49b02e08:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-6072e56d-c659-4dd9-a76d-bf8c49b02e08:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6072e56d-c659-4dd9-a76d-bf8c49b02e08.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2b5cf9e6-afa7-4afa-998d-6b976c0daf4d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2b5cf9e6-afa7-4afa-998d-6b976c0daf4d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-2b5cf9e6-afa7-4afa-998d-6b976c0daf4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2b5cf9e6-afa7-4afa-998d-6b976c0daf4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-78c15525-b436-4d27-9105-36fd79688d45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-78c15525-b436-4d27-9105-36fd79688d45:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-78c15525-b436-4d27-9105-36fd79688d45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78c15525-b436-4d27-9105-36fd79688d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6715c2ca-befc-4290-a720-b2035e83f811 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6715c2ca-befc-4290-a720-b2035e83f811"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-869d1e67-85f9-4ea0-bc1f-f0ab86a82524 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-869d1e67-85f9-4ea0-bc1f-f0ab86a82524:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-869d1e67-85f9-4ea0-bc1f-f0ab86a82524:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-869d1e67-85f9-4ea0-bc1f-f0ab86a82524.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a90e9f3-a8ed-4d87-a522-c776a3b9ab40 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3a90e9f3-a8ed-4d87-a522-c776a3b9ab40:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3a90e9f3-a8ed-4d87-a522-c776a3b9ab40:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a90e9f3-a8ed-4d87-a522-c776a3b9ab40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6bd14bc1-9724-4954-9e91-df79d0461185 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6bd14bc1-9724-4954-9e91-df79d0461185:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(253, 250, 215, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-6bd14bc1-9724-4954-9e91-df79d0461185:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6bd14bc1-9724-4954-9e91-df79d0461185.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-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: 0px;
margin-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;
}
