.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 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: text;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-3b6aac61-e44c-4fbc-a637-6a7d9d6c8ac9 { min-height: 50px; }
#s-3b6aac61-e44c-4fbc-a637-6a7d9d6c8ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
#s-e2f7eb3f-9350-47ee-b0cd-ac5b942dea9d { margin-top: 1%;
margin-bottom: 1%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px; }
#s-e2f7eb3f-9350-47ee-b0cd-ac5b942dea9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

.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 {
  min-height: inherit;
  max-height: inherit;
}

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

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

#s-8721a946-b0ae-48dd-beae-3c1f898ce40f { text-align: center; }
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51490e06-12a4-41dc-81da-1187167c2590 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6eb6c406-3afe-485b-b2e5-8f031c95992e { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-6eb6c406-3afe-485b-b2e5-8f031c95992e .shogun-icon-wrapper {
  text-align: center;
}


#s-6eb6c406-3afe-485b-b2e5-8f031c95992e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

.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-37885cb8-7b7a-4c71-8987-30c58398fdc6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-37885cb8-7b7a-4c71-8987-30c58398fdc6 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-c22f1037-f737-4325-acd8-412d1cc11ace { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-2d946b28-5f0a-45ed-9690-7b54ab661c39 { padding-top: 10px;
padding-bottom: 10px; }
 #s-2d946b28-5f0a-45ed-9690-7b54ab661c39 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-6feddafa-b37a-4962-8c96-986197cb17ad { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15b4a856-b1dd-4922-86a9-74492d3ef366 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-15b4a856-b1dd-4922-86a9-74492d3ef366 .shogun-icon-wrapper {
  text-align: center;
}


#s-15b4a856-b1dd-4922-86a9-74492d3ef366 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-9a01f310-a2ce-4f63-9c22-d815faef86c7 { padding-top: 10px;
padding-bottom: 10px; }
 #s-9a01f310-a2ce-4f63-9c22-d815faef86c7 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-070848c9-cd6e-497f-9c0e-ea042547bbea { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 .shogun-icon-wrapper {
  text-align: center;
}


#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-7b95e65b-5621-40fa-ac27-144b82e5d471 { padding-top: 10px;
padding-bottom: 10px; }
 #s-7b95e65b-5621-40fa-ac27-144b82e5d471 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-1e772021-4e98-4cc2-a0dd-3aac75b776fb { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-4a4ba842-4fbc-4d37-a4d4-cf58a5f7cd3e { padding-top: 10px;
padding-bottom: 10px; }
 #s-4a4ba842-4fbc-4d37-a4d4-cf58a5f7cd3e .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-29cffc06-df94-4a28-b542-6d0146a78d0d { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-29cffc06-df94-4a28-b542-6d0146a78d0d .shogun-icon-wrapper {
  text-align: center;
}


#s-29cffc06-df94-4a28-b542-6d0146a78d0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-29cf22c6-757d-477b-bb2d-a6f8960a55cd { padding-top: 10px;
padding-bottom: 10px; }
 #s-29cf22c6-757d-477b-bb2d-a6f8960a55cd .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: left;
 }

 

#s-2a09dc78-98c7-448c-b132-65ac624da0b9 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-2a09dc78-98c7-448c-b132-65ac624da0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-17dd9871-8d17-4421-89cc-2055819be0b3 { background-image: url(https://i.shgcdn.com/2c1ba9ae-7c38-4c6a-a26f-ae58d66eb4a9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: right bottom;
background-attachment: scroll; }
#s-17dd9871-8d17-4421-89cc-2055819be0b3 > .shg-box-overlay {
  background-color: rgba(52, 52, 52, 1);
  opacity: 0;
}
#s-d9cd9230-70b5-4c4e-b37e-8b65f9ad14c1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d9cd9230-70b5-4c4e-b37e-8b65f9ad14c1 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-2492c48d-a749-4654-889c-10697478807d { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-001d5ded-4e01-4520-9c49-85fc0af64e89 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-001d5ded-4e01-4520-9c49-85fc0af64e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-eb3b5024-42b0-45c6-95fd-26035cf01470 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-eb3b5024-42b0-45c6-95fd-26035cf01470 .shogun-icon-wrapper {
  text-align: center;
}


#s-eb3b5024-42b0-45c6-95fd-26035cf01470 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-49fb8626-bb34-4709-9360-3205cb5021ac { padding-top: 10px;
padding-bottom: 10px; }
 #s-49fb8626-bb34-4709-9360-3205cb5021ac .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-c8fba894-f109-4233-858b-cebd1c64f884 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-c8fba894-f109-4233-858b-cebd1c64f884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-505fb9f1-e487-461b-bea4-5468d3b34275 { padding-top: 10px;
padding-bottom: 10px; }
 #s-505fb9f1-e487-461b-bea4-5468d3b34275 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-72fdc29b-b9e1-4de3-bc5d-ca63d6f23e9e { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-72fdc29b-b9e1-4de3-bc5d-ca63d6f23e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 .shogun-icon-wrapper {
  text-align: center;
}


#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-cbd6754e-9e6c-450b-80fd-351aef2e2cf6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-cbd6754e-9e6c-450b-80fd-351aef2e2cf6 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-e86537bd-aa43-4985-a089-c35f83f1ce87 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c17832c-995d-4f33-96f4-5bcb668b3dca { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-2c17832c-995d-4f33-96f4-5bcb668b3dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-53f24d6f-8046-442d-b646-6ad11b4a2abd { padding-top: 10px;
padding-bottom: 10px; }
 #s-53f24d6f-8046-442d-b646-6ad11b4a2abd .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-a2ed1aa0-21c4-403f-88ce-8bab05c2401f { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-a2ed1aa0-21c4-403f-88ce-8bab05c2401f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb .shogun-icon-wrapper {
  text-align: center;
}


#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-edc286a0-0600-4fac-9723-aecf1bbb121f { padding-top: 10px;
padding-bottom: 10px; }
 #s-edc286a0-0600-4fac-9723-aecf1bbb121f .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-4936e773-058b-4259-b5cf-1932ff0436ab { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-4936e773-058b-4259-b5cf-1932ff0436ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa .shogun-icon-wrapper {
  text-align: center;
}


#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-88a42e41-702f-4dbf-aeb8-f108f47f6583 { padding-top: 10px;
padding-bottom: 10px; }
 #s-88a42e41-702f-4dbf-aeb8-f108f47f6583 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-d3b31a47-5fa0-419e-9921-afded3a23cca { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-632b344d-30bc-4f51-a1ec-f2ec671c172b { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-632b344d-30bc-4f51-a1ec-f2ec671c172b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 .shogun-icon-wrapper {
  text-align: center;
}


#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-8a96a10f-6145-4e07-afeb-7656caf59095 { padding-top: 10px;
padding-bottom: 10px; }
 #s-8a96a10f-6145-4e07-afeb-7656caf59095 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-0ff90588-1ac6-4014-a93e-ce094f790e78 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-0ff90588-1ac6-4014-a93e-ce094f790e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 .shogun-icon-wrapper {
  text-align: center;
}


#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-f7f9eb5a-549d-4f62-9597-2bd0aef0f0c5 { padding-top: 10px;
padding-bottom: 10px; }
 #s-f7f9eb5a-549d-4f62-9597-2bd0aef0f0c5 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-4410fe40-3c1f-43cc-acd1-dcd590b26579 { margin-top: 1%;
margin-bottom: 1%;
min-height: 400px;
background-attachment: scroll; }
#s-4410fe40-3c1f-43cc-acd1-dcd590b26579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-aa961a6c-b3de-40e0-bb92-0b84b7e90ef6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-aa961a6c-b3de-40e0-bb92-0b84b7e90ef6 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-fd83c0c5-db35-4029-a444-8bbf3f2cc933 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-923dec1a-7b82-4453-9c80-1eb8b437c5df { margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-dcbb516e-87ce-4ef3-b3ed-3129348224ab { padding-top: 10px;
padding-bottom: 10px; }
 #s-dcbb516e-87ce-4ef3-b3ed-3129348224ab .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3af790a8-4942-4163-b129-6644a5035eff { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-69fb70bd-06f0-4912-8f68-737f279c5d0b { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-28732da2-9856-4897-a346-cb3bf1b5f852 { padding-top: 10px;
padding-bottom: 10px; }
 #s-28732da2-9856-4897-a346-cb3bf1b5f852 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c52ee1e2-89c7-4c8b-ab21-aa2ff543e5c4 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-19b09f77-b4b5-4e1b-8f5e-d4c0c1b94d6c { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-5c9d20d4-622e-4223-b6f1-1ac547b66453 { margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-c4e18062-e789-4278-8a36-ae67e00d4c2e { padding-top: 10px;
padding-bottom: 10px; }
 #s-c4e18062-e789-4278-8a36-ae67e00d4c2e .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-25fa3b09-0c7a-4945-90e5-01d430ae927d { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-1a6011e5-ecad-46a7-ae89-7e24f07d4a77 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-7fb4d489-f530-4a52-9fbc-107e0533de0c { padding-top: 10px;
padding-bottom: 10px; }
 #s-7fb4d489-f530-4a52-9fbc-107e0533de0c .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bbee3d6c-0700-4bb5-a12b-e3c1fd7f5aa3 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-c7e5d552-a877-4a91-ac04-13137f5e1016 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-062df3f0-322c-4b5b-85cf-68dcba7bb611 { margin-top: .px;
margin-bottom: 3%; }
@media (min-width: 0px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-1bf5485c-2f20-48e8-8f24-87be73f39c7e { padding-top: 10px;
padding-bottom: 10px; }
 #s-1bf5485c-2f20-48e8-8f24-87be73f39c7e .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-af93be5d-8b2a-4822-8fad-66457525f3d7 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-5ac95bb4-a6c3-42a1-8a78-bbdedfd9ac3d { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-6c7e6b5b-b93c-4070-9eb0-e9acd2561070 { padding-top: 10px;
padding-bottom: 10px; }
 #s-6c7e6b5b-b93c-4070-9eb0-e9acd2561070 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

@media (min-width: 0px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ad6937a0-6516-4baa-aebe-da6b899bab18 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
#s-57ce6470-c9ad-4d05-9bea-dd7d5a2bb363 { margin-top: 2%;
margin-bottom: 2%;
text-align: center; }
@media (min-width: 0px) {
[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-215b9b7f-9c1f-4f74-9b19-e0ffd74d2fde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bcded37e-f75b-47fc-b769-4d49210600f3 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-bcded37e-f75b-47fc-b769-4d49210600f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0ee5a334-214d-436a-beb6-f5648fffaaab { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-555b25cd-d22f-403b-b965-71f4eddbd559 { padding-top: 10px;
padding-bottom: 10px; }
 #s-555b25cd-d22f-403b-b965-71f4eddbd559 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-3b8540c2-f232-4b8a-9338-01f951c601fd { padding-top: 10px;
padding-bottom: 10px; }
 #s-3b8540c2-f232-4b8a-9338-01f951c601fd .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-6f5f66f4-0bd3-4a32-af7b-dc5fbe488406 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-ea8c0d3c-75fe-4a67-a68e-fa1149196e77 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-ea8c0d3c-75fe-4a67-a68e-fa1149196e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d2299443-453c-4114-9b8c-b5a0809c0379 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-6e7a40ea-f7c4-42d9-aa5f-786a4ff9a41f { padding-top: 10px;
padding-bottom: 10px; }
 #s-6e7a40ea-f7c4-42d9-aa5f-786a4ff9a41f .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-c7a405e0-ad63-4a91-8584-04598fb45442 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-f5e60a10-e6eb-4cf5-a156-fcccce390e78 { background-image: url(https://i.shgcdn.com/2202d061-3f8a-4c33-98ef-9e83a389534f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom; }
#s-f5e60a10-e6eb-4cf5-a156-fcccce390e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.09;
}
#s-f454f8a5-0ef6-4532-bcf4-25e0927ce2c3 { margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px; }
#s-f454f8a5-0ef6-4532-bcf4-25e0927ce2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8a0ea990-479b-45ac-80b5-e07cb963753f { padding-top: 10px;
padding-bottom: 10px; }
 #s-8a0ea990-479b-45ac-80b5-e07cb963753f .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403 { margin-top: 1%;
margin-bottom: 1%; }
@media (min-width: 0px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be2eb32a-1d38-4310-84eb-459213c96eec { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-be2eb32a-1d38-4310-84eb-459213c96eec .shogun-icon-wrapper {
  text-align: center;
}


#s-be2eb32a-1d38-4310-84eb-459213c96eec .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-26c86c7e-bee2-47a4-90f4-374a2fe54a65 { padding-top: 10px;
padding-bottom: 10px; }
 #s-26c86c7e-bee2-47a4-90f4-374a2fe54a65 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 .shogun-icon-wrapper {
  text-align: center;
}


#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-d35be4da-9b08-4d5d-a956-523fc9cc8342 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d35be4da-9b08-4d5d-a956-523fc9cc8342 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-62b64bfd-32b5-495c-8aa1-97812b7e8271 { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px; }
#s-4f4b7b80-6c54-45bb-88f5-d33776598f36 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-4f4b7b80-6c54-45bb-88f5-d33776598f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b82fbe03-f5db-4440-8f06-e7807084ed8b { text-align: center; }
#s-6b2ea785-93b1-451e-b8df-c00f56553299 { padding-top: 10px;
padding-bottom: 10px; }
 #s-6b2ea785-93b1-451e-b8df-c00f56553299 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-977efcae-e724-417d-aa58-820fbbea7a41 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-a2e63433-c67d-488c-87fb-5e9fbdb80624 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-a2e63433-c67d-488c-87fb-5e9fbdb80624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b2ef89df-6719-43ea-b307-50dae9bf2e2c { text-align: center; }
#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-14a4eeab-cf8c-4bea-834c-c0670a808009 { padding-top: 10px;
padding-bottom: 10px; }
 #s-14a4eeab-cf8c-4bea-834c-c0670a808009 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-2734988d-8d0b-455f-a427-ffb68153ab89 { padding-top: 10px;
padding-bottom: 10px; }
 #s-2734988d-8d0b-455f-a427-ffb68153ab89 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 19px;
   
   
   text-align: center;
 }

 

#s-27bde8e5-85d3-4276-b824-c946d7b66ba1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-27bde8e5-85d3-4276-b824-c946d7b66ba1 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 19px;
   
   
   text-align: center;
 }

 

#s-11f75ed2-3f3b-4323-8843-1b5d190daf43 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-d7fe2709-b553-4ecc-97db-0f193928bb16 { text-align: center; }
#s-3cce94f3-ed1f-4333-8762-edc84d481125 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-c93a9b5f-bade-45a2-bcf9-58cb7ddb18c9 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-c93a9b5f-bade-45a2-bcf9-58cb7ddb18c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7e219405-202e-4e2b-bd62-6f4c24f27644 { text-align: center; }
#s-02e589a5-f715-4e73-876e-9b9be20be464 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%; }
#s-02e589a5-f715-4e73-876e-9b9be20be464 .shogun-icon-wrapper {
  text-align: center;
}


#s-02e589a5-f715-4e73-876e-9b9be20be464 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-557650ce-8a30-48b3-b894-2276e3c57ed8 { padding-top: 10px;
padding-bottom: 10px; }
 #s-557650ce-8a30-48b3-b894-2276e3c57ed8 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-eb308d73-08a7-47fc-bfa1-e5c77d238018 { padding-top: 10px;
padding-bottom: 10px; }
 #s-eb308d73-08a7-47fc-bfa1-e5c77d238018 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-ee850337-a25a-4a26-994e-7f75b3b6ec84 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-73eeacfe-0ff9-41af-a1c2-7b9790c5b3c9 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-73eeacfe-0ff9-41af-a1c2-7b9790c5b3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dc4ccb15-4c98-4987-a929-c544a1c518a5 { text-align: center; }
#s-647799f9-1a7c-4d93-9d23-d5498c83e93c { padding-top: 10px;
padding-bottom: 10px; }
 #s-647799f9-1a7c-4d93-9d23-d5498c83e93c .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-c064abef-cac8-4f94-99e3-6d39beadfbb7 { margin-left: auto;
margin-right: auto;
max-width: 1000px; }
#s-573d39e0-d56b-48d2-8e8c-ccb0847bbaf2 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-433f7735-d050-421b-816c-10f37040e2f0 { padding-top: 10px;
padding-bottom: 10px; }
 #s-433f7735-d050-421b-816c-10f37040e2f0 .shogun-heading-component h3 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 25px;
   
   
   text-align: center;
 }

 

#s-3dec89bf-9fc9-4eae-85bd-a31d3ba43079 { margin-top: 1px;
margin-bottom: 1px;
text-align: center; }
#s-874b8242-f6c6-41a8-8d0d-94918ab61bc7 { padding-top: 10px;
padding-bottom: 10px; }
 #s-874b8242-f6c6-41a8-8d0d-94918ab61bc7 .shogun-heading-component h3 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 25px;
   
   
   text-align: center;
 }

 

#s-c5d036f2-df0d-4d5e-8473-ca1c8be45b8f { margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 500px;
text-align: center; }
#s-9c43a517-9828-4c99-84f9-ee6b3eb4e5e2 { margin-top: 1%;
margin-bottom: 1%;
min-height: 50px; }
#s-9c43a517-9828-4c99-84f9-ee6b3eb4e5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-64be7ed5-f52d-4348-9523-3ce7cd82d1ce .shogun-icon-wrapper {
  text-align: center;
}


#s-64be7ed5-f52d-4348-9523-3ce7cd82d1ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 150px !important;
  color: rgba(141, 198, 63, 1);
}

#s-b22ca98d-a960-4f55-ae12-2da183e523c4 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b22ca98d-a960-4f55-ae12-2da183e523c4 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-72db8763-e11c-4719-85d2-b691ac14f02c { min-height: 50px; }
#s-72db8763-e11c-4719-85d2-b691ac14f02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-add31dfa-332b-4e53-8fe9-f21035875c9e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-add31dfa-332b-4e53-8fe9-f21035875c9e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-column, #s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8351cf78-a2e9-498f-8a98-8f3a4153a612 { min-height: 50px; }
#s-8351cf78-a2e9-498f-8a98-8f3a4153a612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-327d12cb-3782-43a2-9f8e-9d59dd18e92b { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-327d12cb-3782-43a2-9f8e-9d59dd18e92b .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-bcad2578-e7a5-4bd8-9f58-e3de274cbebd { margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-bcad2578-e7a5-4bd8-9f58-e3de274cbebd .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 { margin-top: 2%;
margin-bottom: 2%; }
#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 .shogun-icon-wrapper {
  text-align: center;
}


#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
  }
}
